Documentation ¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- 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 AccessDetailsClientModel
- func (o *AccessDetailsClientModel) GetCanResetCredentials() bool
- func (o *AccessDetailsClientModel) GetCanResetCredentialsOk() (*bool, bool)
- func (o *AccessDetailsClientModel) GetMarkdown() string
- func (o *AccessDetailsClientModel) GetMarkdownOk() (*string, bool)
- func (o *AccessDetailsClientModel) GetPlain() string
- func (o *AccessDetailsClientModel) GetPlainOk() (*string, bool)
- func (o AccessDetailsClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessDetailsClientModel) SetCanResetCredentials(v bool)
- func (o *AccessDetailsClientModel) SetMarkdown(v string)
- func (o *AccessDetailsClientModel) SetPlain(v string)
- func (o AccessDetailsClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessDetailsClientModel) UnmarshalJSON(bytes []byte) (err error)
- type AccessDetailsClientModelLink
- func (o *AccessDetailsClientModelLink) GetLabel() string
- func (o *AccessDetailsClientModelLink) GetLabelOk() (*string, bool)
- func (o *AccessDetailsClientModelLink) GetUrl() string
- func (o *AccessDetailsClientModelLink) GetUrlOk() (*string, bool)
- func (o AccessDetailsClientModelLink) MarshalJSON() ([]byte, error)
- func (o *AccessDetailsClientModelLink) SetLabel(v string)
- func (o *AccessDetailsClientModelLink) SetUrl(v string)
- func (o AccessDetailsClientModelLink) ToMap() (map[string]interface{}, error)
- func (o *AccessDetailsClientModelLink) UnmarshalJSON(bytes []byte) (err error)
- type AccessGroupClientModel
- func (o *AccessGroupClientModel) GetHasNewCredentials() bool
- func (o *AccessGroupClientModel) GetHasNewCredentialsOk() (*bool, bool)
- func (o *AccessGroupClientModel) GetId() string
- func (o *AccessGroupClientModel) GetIdOk() (*string, bool)
- func (o *AccessGroupClientModel) GetIntegration() IntegrationClientModel
- func (o *AccessGroupClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
- func (o *AccessGroupClientModel) GetResourceTypes() []ResourceTypeClientModel
- func (o *AccessGroupClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
- func (o *AccessGroupClientModel) GetStatus() AccessGroupStatusClientModel
- func (o *AccessGroupClientModel) GetStatusOk() (*AccessGroupStatusClientModel, bool)
- func (o AccessGroupClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessGroupClientModel) SetHasNewCredentials(v bool)
- func (o *AccessGroupClientModel) SetId(v string)
- func (o *AccessGroupClientModel) SetIntegration(v IntegrationClientModel)
- func (o *AccessGroupClientModel) SetResourceTypes(v []ResourceTypeClientModel)
- func (o *AccessGroupClientModel) SetStatus(v AccessGroupStatusClientModel)
- func (o AccessGroupClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
- type AccessGroupStatus
- type AccessGroupStatusClientModel
- func (o *AccessGroupStatusClientModel) GetMessage() string
- func (o *AccessGroupStatusClientModel) GetMessageOk() (*string, bool)
- func (o *AccessGroupStatusClientModel) GetStatus() AccessGroupStatus
- func (o *AccessGroupStatusClientModel) GetStatusOk() (*AccessGroupStatus, bool)
- func (o *AccessGroupStatusClientModel) HasMessage() bool
- func (o AccessGroupStatusClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessGroupStatusClientModel) SetMessage(v string)
- func (o *AccessGroupStatusClientModel) SetMessageNil()
- func (o *AccessGroupStatusClientModel) SetStatus(v AccessGroupStatus)
- func (o AccessGroupStatusClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessGroupStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessGroupStatusClientModel) UnsetMessage()
- type AccessGroupsAPIService
- func (a *AccessGroupsAPIService) GetAccessGroupDetails(ctx context.Context, id string) ApiGetAccessGroupDetailsRequest
- func (a *AccessGroupsAPIService) GetAccessGroupDetailsExecute(r ApiGetAccessGroupDetailsRequest) (*AccessDetailsClientModel, *http.Response, error)
- func (a *AccessGroupsAPIService) GetAccessGroupUnits(ctx context.Context, id string) ApiGetAccessGroupUnitsRequest
- func (a *AccessGroupsAPIService) GetAccessGroupUnitsExecute(r ApiGetAccessGroupUnitsRequest) (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
- func (a *AccessGroupsAPIService) ResetAccessGroupCredentials(ctx context.Context, id string) ApiResetAccessGroupCredentialsRequest
- func (a *AccessGroupsAPIService) ResetAccessGroupCredentialsExecute(r ApiResetAccessGroupCredentialsRequest) (*MessageResponse, *http.Response, error)
- type AccessRequestClientModel
- func (o *AccessRequestClientModel) GetAccessGroups() []AccessGroupClientModel
- func (o *AccessRequestClientModel) GetAccessGroupsOk() ([]AccessGroupClientModel, bool)
- func (o *AccessRequestClientModel) GetBundle() AccessRequestClientModelBundle
- func (o *AccessRequestClientModel) GetBundleOk() (*AccessRequestClientModelBundle, bool)
- func (o *AccessRequestClientModel) GetChallenge() AccessRequestClientModelChallenge
- func (o *AccessRequestClientModel) GetChallengeOk() (*AccessRequestClientModelChallenge, bool)
- func (o *AccessRequestClientModel) GetCreationTime() float64
- func (o *AccessRequestClientModel) GetCreationTimeOk() (*float64, bool)
- func (o *AccessRequestClientModel) GetDurationInSec() int32
- func (o *AccessRequestClientModel) GetDurationInSecOk() (*int32, bool)
- func (o *AccessRequestClientModel) GetId() string
- func (o *AccessRequestClientModel) GetIdOk() (*string, bool)
- func (o *AccessRequestClientModel) GetJustification() string
- func (o *AccessRequestClientModel) GetJustificationOk() (*string, bool)
- func (o *AccessRequestClientModel) GetRequestor() UserClientModel
- func (o *AccessRequestClientModel) GetRequestorOk() (*UserClientModel, bool)
- func (o *AccessRequestClientModel) GetRevocationTime() float64
- func (o *AccessRequestClientModel) GetRevocationTimeOk() (*float64, bool)
- func (o *AccessRequestClientModel) GetStatus() RequestStatusClientModel
- func (o *AccessRequestClientModel) GetStatusOk() (*RequestStatusClientModel, bool)
- func (o *AccessRequestClientModel) HasBundle() bool
- func (o *AccessRequestClientModel) HasChallenge() bool
- func (o *AccessRequestClientModel) HasDurationInSec() bool
- func (o *AccessRequestClientModel) HasJustification() bool
- func (o *AccessRequestClientModel) HasRevocationTime() bool
- func (o AccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessRequestClientModel) SetAccessGroups(v []AccessGroupClientModel)
- func (o *AccessRequestClientModel) SetBundle(v AccessRequestClientModelBundle)
- func (o *AccessRequestClientModel) SetBundleNil()
- func (o *AccessRequestClientModel) SetChallenge(v AccessRequestClientModelChallenge)
- func (o *AccessRequestClientModel) SetChallengeNil()
- func (o *AccessRequestClientModel) SetCreationTime(v float64)
- func (o *AccessRequestClientModel) SetDurationInSec(v int32)
- func (o *AccessRequestClientModel) SetDurationInSecNil()
- func (o *AccessRequestClientModel) SetId(v string)
- func (o *AccessRequestClientModel) SetJustification(v string)
- func (o *AccessRequestClientModel) SetJustificationNil()
- func (o *AccessRequestClientModel) SetRequestor(v UserClientModel)
- func (o *AccessRequestClientModel) SetRevocationTime(v float64)
- func (o *AccessRequestClientModel) SetRevocationTimeNil()
- func (o *AccessRequestClientModel) SetStatus(v RequestStatusClientModel)
- func (o AccessRequestClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessRequestClientModel) UnsetBundle()
- func (o *AccessRequestClientModel) UnsetChallenge()
- func (o *AccessRequestClientModel) UnsetDurationInSec()
- func (o *AccessRequestClientModel) UnsetJustification()
- func (o *AccessRequestClientModel) UnsetRevocationTime()
- type AccessRequestClientModelBundle
- func (o *AccessRequestClientModelBundle) GetId() string
- func (o *AccessRequestClientModelBundle) GetIdOk() (*string, bool)
- func (o *AccessRequestClientModelBundle) GetName() string
- func (o *AccessRequestClientModelBundle) GetNameOk() (*string, bool)
- func (o AccessRequestClientModelBundle) MarshalJSON() ([]byte, error)
- func (o *AccessRequestClientModelBundle) SetId(v string)
- func (o *AccessRequestClientModelBundle) SetName(v string)
- func (o AccessRequestClientModelBundle) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestClientModelBundle) UnmarshalJSON(bytes []byte) (err error)
- type AccessRequestClientModelChallenge
- func (o *AccessRequestClientModelChallenge) GetApprovers() []ChallengeApproverClientModel
- func (o *AccessRequestClientModelChallenge) GetApproversOk() ([]ChallengeApproverClientModel, bool)
- func (o *AccessRequestClientModelChallenge) GetLogicalRelation() ClientChallengeLogicalRelation
- func (o *AccessRequestClientModelChallenge) GetLogicalRelationOk() (*ClientChallengeLogicalRelation, bool)
- func (o AccessRequestClientModelChallenge) MarshalJSON() ([]byte, error)
- func (o *AccessRequestClientModelChallenge) SetApprovers(v []ChallengeApproverClientModel)
- func (o *AccessRequestClientModelChallenge) SetLogicalRelation(v ClientChallengeLogicalRelation)
- func (o AccessRequestClientModelChallenge) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestClientModelChallenge) UnmarshalJSON(bytes []byte) (err error)
- type AccessRequestSubmittedClientResponse
- func (o *AccessRequestSubmittedClientResponse) GetMessage() string
- func (o *AccessRequestSubmittedClientResponse) GetMessageOk() (*string, bool)
- func (o *AccessRequestSubmittedClientResponse) GetRequestIds() []string
- func (o *AccessRequestSubmittedClientResponse) GetRequestIdsOk() ([]string, bool)
- func (o *AccessRequestSubmittedClientResponse) HasMessage() bool
- func (o AccessRequestSubmittedClientResponse) MarshalJSON() ([]byte, error)
- func (o *AccessRequestSubmittedClientResponse) SetMessage(v string)
- func (o *AccessRequestSubmittedClientResponse) SetMessageNil()
- func (o *AccessRequestSubmittedClientResponse) SetRequestIds(v []string)
- func (o AccessRequestSubmittedClientResponse) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestSubmittedClientResponse) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessRequestSubmittedClientResponse) UnsetMessage()
- type AccessRequestTemplateClientModel
- func (o *AccessRequestTemplateClientModel) GetCreateDate() float64
- func (o *AccessRequestTemplateClientModel) GetCreateDateOk() (*float64, bool)
- func (o *AccessRequestTemplateClientModel) GetId() string
- func (o *AccessRequestTemplateClientModel) GetIdOk() (*string, bool)
- func (o *AccessRequestTemplateClientModel) GetIntegrations() []IntegrationClientModel
- func (o *AccessRequestTemplateClientModel) GetIntegrationsOk() ([]IntegrationClientModel, bool)
- func (o *AccessRequestTemplateClientModel) GetName() string
- func (o *AccessRequestTemplateClientModel) GetNameOk() (*string, bool)
- func (o *AccessRequestTemplateClientModel) GetPermissions() []PermissionClientModel
- func (o *AccessRequestTemplateClientModel) GetPermissionsOk() ([]PermissionClientModel, bool)
- func (o *AccessRequestTemplateClientModel) GetResourceTypes() []ResourceTypeClientModel
- func (o *AccessRequestTemplateClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
- func (o *AccessRequestTemplateClientModel) GetResources() []ResourceClientModel
- func (o *AccessRequestTemplateClientModel) GetResourcesOk() ([]ResourceClientModel, bool)
- func (o *AccessRequestTemplateClientModel) GetType() AccessRequestTemplateTypeClientModel
- func (o *AccessRequestTemplateClientModel) GetTypeOk() (*AccessRequestTemplateTypeClientModel, bool)
- func (o AccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessRequestTemplateClientModel) SetCreateDate(v float64)
- func (o *AccessRequestTemplateClientModel) SetId(v string)
- func (o *AccessRequestTemplateClientModel) SetIntegrations(v []IntegrationClientModel)
- func (o *AccessRequestTemplateClientModel) SetName(v string)
- func (o *AccessRequestTemplateClientModel) SetPermissions(v []PermissionClientModel)
- func (o *AccessRequestTemplateClientModel) SetResourceTypes(v []ResourceTypeClientModel)
- func (o *AccessRequestTemplateClientModel) SetResources(v []ResourceClientModel)
- func (o *AccessRequestTemplateClientModel) SetType(v AccessRequestTemplateTypeClientModel)
- func (o AccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
- type AccessRequestTemplateTypeClientModel
- type AccessRequestTemplatesAPIService
- func (a *AccessRequestTemplatesAPIService) CreateAccessRequestTemplate(ctx context.Context) ApiCreateAccessRequestTemplateRequest
- func (a *AccessRequestTemplatesAPIService) CreateAccessRequestTemplateExecute(r ApiCreateAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
- func (a *AccessRequestTemplatesAPIService) DeleteAccessRequestTemplate(ctx context.Context, id string) ApiDeleteAccessRequestTemplateRequest
- func (a *AccessRequestTemplatesAPIService) DeleteAccessRequestTemplateExecute(r ApiDeleteAccessRequestTemplateRequest) (*MessageResponse, *http.Response, error)
- func (a *AccessRequestTemplatesAPIService) GetAccessRequestTemplate(ctx context.Context, id string) ApiGetAccessRequestTemplateRequest
- func (a *AccessRequestTemplatesAPIService) GetAccessRequestTemplateExecute(r ApiGetAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
- func (a *AccessRequestTemplatesAPIService) ListAccessRequestTemplates(ctx context.Context) ApiListAccessRequestTemplatesRequest
- func (a *AccessRequestTemplatesAPIService) ListAccessRequestTemplatesExecute(r ApiListAccessRequestTemplatesRequest) (*PaginatedClientResponseModelAccessRequestTemplateClientModel, *http.Response, ...)
- func (a *AccessRequestTemplatesAPIService) UpdateAccessRequestTemplate(ctx context.Context, id string) ApiUpdateAccessRequestTemplateRequest
- func (a *AccessRequestTemplatesAPIService) UpdateAccessRequestTemplateExecute(r ApiUpdateAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
- type AccessRequestsAPIService
- func (a *AccessRequestsAPIService) ApproveAccessRequest(ctx context.Context, id string) ApiApproveAccessRequestRequest
- func (a *AccessRequestsAPIService) ApproveAccessRequestExecute(r ApiApproveAccessRequestRequest) (*MessageResponse, *http.Response, error)
- func (a *AccessRequestsAPIService) CreateUserAccessRequest(ctx context.Context) ApiCreateUserAccessRequestRequest
- func (a *AccessRequestsAPIService) CreateUserAccessRequestExecute(r ApiCreateUserAccessRequestRequest) (*AccessRequestSubmittedClientResponse, *http.Response, error)
- func (a *AccessRequestsAPIService) DryRunCreateUserAccessRequest(ctx context.Context) ApiDryRunCreateUserAccessRequestRequest
- func (a *AccessRequestsAPIService) DryRunCreateUserAccessRequestExecute(r ApiDryRunCreateUserAccessRequestRequest) (*DryRunClientResponse, *http.Response, error)
- func (a *AccessRequestsAPIService) GetAccessRequest(ctx context.Context, id string) ApiGetAccessRequestRequest
- func (a *AccessRequestsAPIService) GetAccessRequestExecute(r ApiGetAccessRequestRequest) (*AccessRequestClientModel, *http.Response, error)
- func (a *AccessRequestsAPIService) ListAccessRequests(ctx context.Context) ApiListAccessRequestsRequest
- func (a *AccessRequestsAPIService) ListAccessRequestsExecute(r ApiListAccessRequestsRequest) (*PaginatedClientResponseModelAccessRequestClientModel, *http.Response, error)
- func (a *AccessRequestsAPIService) RejectAccessRequest(ctx context.Context, id string) ApiRejectAccessRequestRequest
- func (a *AccessRequestsAPIService) RejectAccessRequestExecute(r ApiRejectAccessRequestRequest) (*MessageResponse, *http.Response, error)
- func (a *AccessRequestsAPIService) RequestAgainAccessRequest(ctx context.Context, id string) ApiRequestAgainAccessRequestRequest
- func (a *AccessRequestsAPIService) RequestAgainAccessRequestExecute(r ApiRequestAgainAccessRequestRequest) (*AccessRequestSubmittedClientResponse, *http.Response, error)
- func (a *AccessRequestsAPIService) RevokeAccessRequest(ctx context.Context, id string) ApiRevokeAccessRequestRequest
- func (a *AccessRequestsAPIService) RevokeAccessRequestExecute(r ApiRevokeAccessRequestRequest) (*MessageResponse, *http.Response, error)
- type AccessRequestsScopeModel
- type AccessSessionClientModel
- func (o *AccessSessionClientModel) GetConnectionMethods() []string
- func (o *AccessSessionClientModel) GetConnectionMethodsOk() ([]string, bool)
- func (o *AccessSessionClientModel) GetCredentials() AccessSessionClientModelCredentials
- func (o *AccessSessionClientModel) GetCredentialsOk() (*AccessSessionClientModelCredentials, bool)
- func (o *AccessSessionClientModel) GetHasMoreAccessUnits() bool
- func (o *AccessSessionClientModel) GetHasMoreAccessUnitsOk() (*bool, bool)
- func (o *AccessSessionClientModel) GetId() string
- func (o *AccessSessionClientModel) GetIdOk() (*string, bool)
- func (o *AccessSessionClientModel) GetIntegration() IntegrationClientModel
- func (o *AccessSessionClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
- func (o *AccessSessionClientModel) GetName() string
- func (o *AccessSessionClientModel) GetNameOk() (*string, bool)
- func (o *AccessSessionClientModel) GetStatus() string
- func (o *AccessSessionClientModel) GetStatusOk() (*string, bool)
- func (o *AccessSessionClientModel) GetType() SessionTypeClientModel
- func (o *AccessSessionClientModel) GetTypeOk() (*SessionTypeClientModel, bool)
- func (o *AccessSessionClientModel) HasCredentials() bool
- func (o AccessSessionClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessSessionClientModel) SetConnectionMethods(v []string)
- func (o *AccessSessionClientModel) SetCredentials(v AccessSessionClientModelCredentials)
- func (o *AccessSessionClientModel) SetCredentialsNil()
- func (o *AccessSessionClientModel) SetHasMoreAccessUnits(v bool)
- func (o *AccessSessionClientModel) SetId(v string)
- func (o *AccessSessionClientModel) SetIntegration(v IntegrationClientModel)
- func (o *AccessSessionClientModel) SetName(v string)
- func (o *AccessSessionClientModel) SetStatus(v string)
- func (o *AccessSessionClientModel) SetType(v SessionTypeClientModel)
- func (o AccessSessionClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessSessionClientModel) UnsetCredentials()
- type AccessSessionClientModelCredentials
- func (o *AccessSessionClientModelCredentials) GetCanReset() bool
- func (o *AccessSessionClientModelCredentials) GetCanResetOk() (*bool, bool)
- func (o *AccessSessionClientModelCredentials) GetId() string
- func (o *AccessSessionClientModelCredentials) GetIdOk() (*string, bool)
- func (o *AccessSessionClientModelCredentials) GetStatus() string
- func (o *AccessSessionClientModelCredentials) GetStatusOk() (*string, bool)
- func (o AccessSessionClientModelCredentials) MarshalJSON() ([]byte, error)
- func (o *AccessSessionClientModelCredentials) SetCanReset(v bool)
- func (o *AccessSessionClientModelCredentials) SetId(v string)
- func (o *AccessSessionClientModelCredentials) SetStatus(v string)
- func (o AccessSessionClientModelCredentials) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionClientModelCredentials) UnmarshalJSON(bytes []byte) (err error)
- type AccessSessionDetailsClientModel
- func (o *AccessSessionDetailsClientModel) GetCli() string
- func (o *AccessSessionDetailsClientModel) GetCliOk() (*string, bool)
- func (o *AccessSessionDetailsClientModel) GetCredentials() AccessSessionClientModelCredentials
- func (o *AccessSessionDetailsClientModel) GetCredentialsOk() (*AccessSessionClientModelCredentials, bool)
- func (o *AccessSessionDetailsClientModel) GetInstructions() InstructionClientModel
- func (o *AccessSessionDetailsClientModel) GetInstructionsOk() (*InstructionClientModel, bool)
- func (o *AccessSessionDetailsClientModel) GetJson() map[string]interface{}
- func (o *AccessSessionDetailsClientModel) GetJsonOk() (map[string]interface{}, bool)
- func (o *AccessSessionDetailsClientModel) GetLink() AccessSessionDetailsClientModelLink
- func (o *AccessSessionDetailsClientModel) GetLinkOk() (*AccessSessionDetailsClientModelLink, bool)
- func (o *AccessSessionDetailsClientModel) HasCli() bool
- func (o *AccessSessionDetailsClientModel) HasCredentials() bool
- func (o *AccessSessionDetailsClientModel) HasJson() bool
- func (o *AccessSessionDetailsClientModel) HasLink() bool
- func (o AccessSessionDetailsClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessSessionDetailsClientModel) SetCli(v string)
- func (o *AccessSessionDetailsClientModel) SetCliNil()
- func (o *AccessSessionDetailsClientModel) SetCredentials(v AccessSessionClientModelCredentials)
- func (o *AccessSessionDetailsClientModel) SetCredentialsNil()
- func (o *AccessSessionDetailsClientModel) SetInstructions(v InstructionClientModel)
- func (o *AccessSessionDetailsClientModel) SetJson(v map[string]interface{})
- func (o *AccessSessionDetailsClientModel) SetLink(v AccessSessionDetailsClientModelLink)
- func (o *AccessSessionDetailsClientModel) SetLinkNil()
- func (o AccessSessionDetailsClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionDetailsClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessSessionDetailsClientModel) UnsetCli()
- func (o *AccessSessionDetailsClientModel) UnsetCredentials()
- func (o *AccessSessionDetailsClientModel) UnsetLink()
- type AccessSessionDetailsClientModelLink
- func (o *AccessSessionDetailsClientModelLink) GetTitle() string
- func (o *AccessSessionDetailsClientModelLink) GetTitleOk() (*string, bool)
- func (o *AccessSessionDetailsClientModelLink) GetUrl() string
- func (o *AccessSessionDetailsClientModelLink) GetUrlOk() (*string, bool)
- func (o *AccessSessionDetailsClientModelLink) HasTitle() bool
- func (o AccessSessionDetailsClientModelLink) MarshalJSON() ([]byte, error)
- func (o *AccessSessionDetailsClientModelLink) SetTitle(v string)
- func (o *AccessSessionDetailsClientModelLink) SetTitleNil()
- func (o *AccessSessionDetailsClientModelLink) SetUrl(v string)
- func (o AccessSessionDetailsClientModelLink) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionDetailsClientModelLink) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessSessionDetailsClientModelLink) UnsetTitle()
- type AccessSessionRequestTemplateClientModel
- func (o *AccessSessionRequestTemplateClientModel) GetIntegrations() []IntegrationClientModel
- func (o *AccessSessionRequestTemplateClientModel) GetIntegrationsOk() ([]IntegrationClientModel, bool)
- func (o *AccessSessionRequestTemplateClientModel) GetPermissions() []PermissionClientModel
- func (o *AccessSessionRequestTemplateClientModel) GetPermissionsOk() ([]PermissionClientModel, bool)
- func (o *AccessSessionRequestTemplateClientModel) GetResourceTypes() []ResourceTypeClientModel
- func (o *AccessSessionRequestTemplateClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
- func (o *AccessSessionRequestTemplateClientModel) GetResources() []ResourceClientModel
- func (o *AccessSessionRequestTemplateClientModel) GetResourcesOk() ([]ResourceClientModel, bool)
- func (o AccessSessionRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessSessionRequestTemplateClientModel) SetIntegrations(v []IntegrationClientModel)
- func (o *AccessSessionRequestTemplateClientModel) SetPermissions(v []PermissionClientModel)
- func (o *AccessSessionRequestTemplateClientModel) SetResourceTypes(v []ResourceTypeClientModel)
- func (o *AccessSessionRequestTemplateClientModel) SetResources(v []ResourceClientModel)
- func (o AccessSessionRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
- type AccessSessionsAPIService
- func (a *AccessSessionsAPIService) GetAccessSession(ctx context.Context, id string) ApiGetAccessSessionRequest
- func (a *AccessSessionsAPIService) GetAccessSessionAccessDetails(ctx context.Context, id string) ApiGetAccessSessionAccessDetailsRequest
- func (a *AccessSessionsAPIService) GetAccessSessionAccessDetailsExecute(r ApiGetAccessSessionAccessDetailsRequest) (*AccessSessionDetailsClientModel, *http.Response, error)
- func (a *AccessSessionsAPIService) GetAccessSessionExecute(r ApiGetAccessSessionRequest) (*AccessSessionClientModel, *http.Response, error)
- func (a *AccessSessionsAPIService) GetAccessSessionRequestTemplate(ctx context.Context, id string) ApiGetAccessSessionRequestTemplateRequest
- func (a *AccessSessionsAPIService) GetAccessSessionRequestTemplateExecute(r ApiGetAccessSessionRequestTemplateRequest) (*AccessSessionRequestTemplateClientModel, *http.Response, error)
- func (a *AccessSessionsAPIService) ListAccessSessions(ctx context.Context) ApiListAccessSessionsRequest
- func (a *AccessSessionsAPIService) ListAccessSessionsExecute(r ApiListAccessSessionsRequest) (*PaginatedClientResponseModelAccessSessionClientModel, *http.Response, error)
- func (a *AccessSessionsAPIService) ListAccessSessionsGroups(ctx context.Context) ApiListAccessSessionsGroupsRequest
- func (a *AccessSessionsAPIService) ListAccessSessionsGroupsExecute(r ApiListAccessSessionsGroupsRequest) (*PaginatedClientResponseModelAccessSessionsGroupClientModel, *http.Response, ...)
- func (a *AccessSessionsAPIService) ResetAccessSessionCredentials(ctx context.Context, id string) ApiResetAccessSessionCredentialsRequest
- func (a *AccessSessionsAPIService) ResetAccessSessionCredentialsExecute(r ApiResetAccessSessionCredentialsRequest) (*MessageResponse, *http.Response, error)
- func (a *AccessSessionsAPIService) SyncAvailableSessions(ctx context.Context) ApiSyncAvailableSessionsRequest
- func (a *AccessSessionsAPIService) SyncAvailableSessionsExecute(r ApiSyncAvailableSessionsRequest) (*MessageResponse, *http.Response, error)
- type AccessSessionsGroupClientModel
- func (o *AccessSessionsGroupClientModel) GetIntegration() AccessSessionsGroupClientModelIntegration
- func (o *AccessSessionsGroupClientModel) GetIntegrationOk() (*AccessSessionsGroupClientModelIntegration, bool)
- func (o *AccessSessionsGroupClientModel) GetSessions() []AccessSessionClientModel
- func (o *AccessSessionsGroupClientModel) GetSessionsOk() ([]AccessSessionClientModel, bool)
- func (o *AccessSessionsGroupClientModel) GetTotal() int32
- func (o *AccessSessionsGroupClientModel) GetTotalOk() (*int32, bool)
- func (o *AccessSessionsGroupClientModel) HasIntegration() bool
- func (o AccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessSessionsGroupClientModel) SetIntegration(v AccessSessionsGroupClientModelIntegration)
- func (o *AccessSessionsGroupClientModel) SetIntegrationNil()
- func (o *AccessSessionsGroupClientModel) SetSessions(v []AccessSessionClientModel)
- func (o *AccessSessionsGroupClientModel) SetTotal(v int32)
- func (o AccessSessionsGroupClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionsGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessSessionsGroupClientModel) UnsetIntegration()
- type AccessSessionsGroupClientModelIntegration
- func (o *AccessSessionsGroupClientModelIntegration) GetIcons() IconsConfigClientModel
- func (o *AccessSessionsGroupClientModelIntegration) GetIconsOk() (*IconsConfigClientModel, bool)
- func (o *AccessSessionsGroupClientModelIntegration) GetId() string
- func (o *AccessSessionsGroupClientModelIntegration) GetIdOk() (*string, bool)
- func (o *AccessSessionsGroupClientModelIntegration) GetName() string
- func (o *AccessSessionsGroupClientModelIntegration) GetNameOk() (*string, bool)
- func (o *AccessSessionsGroupClientModelIntegration) GetType() string
- func (o *AccessSessionsGroupClientModelIntegration) GetTypeDisplayName() string
- func (o *AccessSessionsGroupClientModelIntegration) GetTypeDisplayNameOk() (*string, bool)
- func (o *AccessSessionsGroupClientModelIntegration) GetTypeOk() (*string, bool)
- func (o AccessSessionsGroupClientModelIntegration) MarshalJSON() ([]byte, error)
- func (o *AccessSessionsGroupClientModelIntegration) SetIcons(v IconsConfigClientModel)
- func (o *AccessSessionsGroupClientModelIntegration) SetId(v string)
- func (o *AccessSessionsGroupClientModelIntegration) SetName(v string)
- func (o *AccessSessionsGroupClientModelIntegration) SetType(v string)
- func (o *AccessSessionsGroupClientModelIntegration) SetTypeDisplayName(v string)
- func (o AccessSessionsGroupClientModelIntegration) ToMap() (map[string]interface{}, error)
- func (o *AccessSessionsGroupClientModelIntegration) UnmarshalJSON(bytes []byte) (err error)
- type AccessUnitClientModel
- func (o *AccessUnitClientModel) GetId() string
- func (o *AccessUnitClientModel) GetIdOk() (*string, bool)
- func (o *AccessUnitClientModel) GetPermission() PermissionClientModel
- func (o *AccessUnitClientModel) GetPermissionOk() (*PermissionClientModel, bool)
- func (o *AccessUnitClientModel) GetResource() ResourceClientModel
- func (o *AccessUnitClientModel) GetResourceOk() (*ResourceClientModel, bool)
- func (o *AccessUnitClientModel) GetStatus() AccessUnitClientModelStatus
- func (o *AccessUnitClientModel) GetStatusOk() (*AccessUnitClientModelStatus, bool)
- func (o *AccessUnitClientModel) HasStatus() bool
- func (o AccessUnitClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessUnitClientModel) SetId(v string)
- func (o *AccessUnitClientModel) SetPermission(v PermissionClientModel)
- func (o *AccessUnitClientModel) SetResource(v ResourceClientModel)
- func (o *AccessUnitClientModel) SetStatus(v AccessUnitClientModelStatus)
- func (o *AccessUnitClientModel) SetStatusNil()
- func (o AccessUnitClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessUnitClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessUnitClientModel) UnsetStatus()
- type AccessUnitClientModelStatus
- func (o *AccessUnitClientModelStatus) GetMessage() string
- func (o *AccessUnitClientModelStatus) GetMessageOk() (*string, bool)
- func (o *AccessUnitClientModelStatus) GetStatus() string
- func (o *AccessUnitClientModelStatus) GetStatusOk() (*string, bool)
- func (o *AccessUnitClientModelStatus) HasMessage() bool
- func (o AccessUnitClientModelStatus) MarshalJSON() ([]byte, error)
- func (o *AccessUnitClientModelStatus) SetMessage(v string)
- func (o *AccessUnitClientModelStatus) SetMessageNil()
- func (o *AccessUnitClientModelStatus) SetStatus(v string)
- func (o AccessUnitClientModelStatus) ToMap() (map[string]interface{}, error)
- func (o *AccessUnitClientModelStatus) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessUnitClientModelStatus) UnsetMessage()
- type AccessUnitStatusClientModel
- func (o *AccessUnitStatusClientModel) GetMessage() string
- func (o *AccessUnitStatusClientModel) GetMessageOk() (*string, bool)
- func (o *AccessUnitStatusClientModel) GetStatus() string
- func (o *AccessUnitStatusClientModel) GetStatusOk() (*string, bool)
- func (o *AccessUnitStatusClientModel) HasMessage() bool
- func (o AccessUnitStatusClientModel) MarshalJSON() ([]byte, error)
- func (o *AccessUnitStatusClientModel) SetMessage(v string)
- func (o *AccessUnitStatusClientModel) SetMessageNil()
- func (o *AccessUnitStatusClientModel) SetStatus(v string)
- func (o AccessUnitStatusClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccessUnitStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *AccessUnitStatusClientModel) UnsetMessage()
- type AccountClientModel
- func (o *AccountClientModel) GetId() string
- func (o *AccountClientModel) GetIdOk() (*string, bool)
- func (o *AccountClientModel) GetName() string
- func (o *AccountClientModel) GetNameOk() (*string, bool)
- func (o *AccountClientModel) GetPlan() string
- func (o *AccountClientModel) GetPlanOk() (*string, bool)
- func (o AccountClientModel) MarshalJSON() ([]byte, error)
- func (o *AccountClientModel) SetId(v string)
- func (o *AccountClientModel) SetName(v string)
- func (o *AccountClientModel) SetPlan(v string)
- func (o AccountClientModel) ToMap() (map[string]interface{}, error)
- func (o *AccountClientModel) UnmarshalJSON(bytes []byte) (err error)
- type AnalyticClientTypeClientModel
- type AnalyticsAPIService
- type ApiApproveAccessRequestRequest
- type ApiCreateAccessRequestTemplateRequest
- type ApiCreateUserAccessRequestRequest
- type ApiDeleteAccessRequestTemplateRequest
- type ApiDryRunCreateUserAccessRequestRequest
- type ApiGetAccessGroupDetailsRequest
- type ApiGetAccessGroupUnitsRequest
- func (r ApiGetAccessGroupUnitsRequest) Execute() (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
- func (r ApiGetAccessGroupUnitsRequest) IntegrationIds(integrationIds []string) ApiGetAccessGroupUnitsRequest
- func (r ApiGetAccessGroupUnitsRequest) Limit(limit int32) ApiGetAccessGroupUnitsRequest
- func (r ApiGetAccessGroupUnitsRequest) ResourceTypeIds(resourceTypeIds []string) ApiGetAccessGroupUnitsRequest
- func (r ApiGetAccessGroupUnitsRequest) Skip(skip int32) ApiGetAccessGroupUnitsRequest
- type ApiGetAccessRequestRequest
- type ApiGetAccessRequestTemplateRequest
- type ApiGetAccessSessionAccessDetailsRequest
- type ApiGetAccessSessionRequest
- type ApiGetAccessSessionRequestTemplateRequest
- type ApiGetUserSessionRequest
- type ApiListAccessBundlesRequest
- func (r ApiListAccessBundlesRequest) Execute() (*PaginatedClientResponseModelBundleClientModel, *http.Response, error)
- func (r ApiListAccessBundlesRequest) Limit(limit int32) ApiListAccessBundlesRequest
- func (r ApiListAccessBundlesRequest) Search(search string) ApiListAccessBundlesRequest
- func (r ApiListAccessBundlesRequest) Skip(skip int32) ApiListAccessBundlesRequest
- type ApiListAccessRequestTemplatesRequest
- func (r ApiListAccessRequestTemplatesRequest) Execute() (*PaginatedClientResponseModelAccessRequestTemplateClientModel, *http.Response, ...)
- func (r ApiListAccessRequestTemplatesRequest) Limit(limit int32) ApiListAccessRequestTemplatesRequest
- func (r ApiListAccessRequestTemplatesRequest) Search(search string) ApiListAccessRequestTemplatesRequest
- func (r ApiListAccessRequestTemplatesRequest) Skip(skip int32) ApiListAccessRequestTemplatesRequest
- type ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) Execute() (*PaginatedClientResponseModelAccessRequestClientModel, *http.Response, error)
- func (r ApiListAccessRequestsRequest) IncludeAutogrant(includeAutogrant bool) ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) Limit(limit int32) ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) RequestIds(requestIds []string) ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) Scope(scope AccessRequestsScopeModel) ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) Skip(skip int32) ApiListAccessRequestsRequest
- func (r ApiListAccessRequestsRequest) Statuses(statuses []string) ApiListAccessRequestsRequest
- type ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) Execute() (*PaginatedClientResponseModelAccessSessionsGroupClientModel, *http.Response, ...)
- func (r ApiListAccessSessionsGroupsRequest) IncludeDisconnected(includeDisconnected bool) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) IntegrationId(integrationId []string) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) IntegrationTypes(integrationTypes []string) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) Limit(limit int32) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) Search(search string) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) SessionTypes(sessionTypes []string) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) SessionsPageSize(sessionsPageSize int32) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) Skip(skip int32) ApiListAccessSessionsGroupsRequest
- func (r ApiListAccessSessionsGroupsRequest) Status(status []string) ApiListAccessSessionsGroupsRequest
- type ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) BundleId(bundleId []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) CredentialsId(credentialsId []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) Execute() (*PaginatedClientResponseModelAccessSessionClientModel, *http.Response, error)
- func (r ApiListAccessSessionsRequest) IncludeDisconnected(includeDisconnected bool) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) IntegrationId(integrationId []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) IntegrationTypes(integrationTypes []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) Limit(limit int32) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) RequestId(requestId []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) Search(search string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) SessionTypes(sessionTypes []string) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) Skip(skip int32) ApiListAccessSessionsRequest
- func (r ApiListAccessSessionsRequest) Status(status []string) ApiListAccessSessionsRequest
- type ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) BundleIds(bundleIds []string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) Execute() (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
- func (r ApiListAccessUnitsRequest) IntegrationIds(integrationIds []string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) Limit(limit int32) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) PermissionIds(permissionIds []string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) ResourceIds(resourceIds []string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) ResourceTypeIds(resourceTypeIds []string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) Search(search string) ApiListAccessUnitsRequest
- func (r ApiListAccessUnitsRequest) Skip(skip int32) ApiListAccessUnitsRequest
- type ApiListIntegrationFilterOptionsRequest
- func (r ApiListIntegrationFilterOptionsRequest) Execute() (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
- func (r ApiListIntegrationFilterOptionsRequest) Limit(limit int32) ApiListIntegrationFilterOptionsRequest
- func (r ApiListIntegrationFilterOptionsRequest) Scope(scope string) ApiListIntegrationFilterOptionsRequest
- func (r ApiListIntegrationFilterOptionsRequest) Skip(skip int32) ApiListIntegrationFilterOptionsRequest
- type ApiListIntegrationRequest
- func (r ApiListIntegrationRequest) Execute() (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
- func (r ApiListIntegrationRequest) Limit(limit int32) ApiListIntegrationRequest
- func (r ApiListIntegrationRequest) Search(search string) ApiListIntegrationRequest
- func (r ApiListIntegrationRequest) SessionId(sessionId string) ApiListIntegrationRequest
- func (r ApiListIntegrationRequest) Skip(skip int32) ApiListIntegrationRequest
- type ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) Execute() (*PaginatedClientResponseModelPermissionClientModel, *http.Response, error)
- func (r ApiListPermissionsRequest) IntegrationId(integrationId string) ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) Limit(limit int32) ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) ResourceTypeId(resourceTypeId string) ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) Search(search string) ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) SessionId(sessionId string) ApiListPermissionsRequest
- func (r ApiListPermissionsRequest) Skip(skip int32) ApiListPermissionsRequest
- type ApiListResourceTypesRequest
- func (r ApiListResourceTypesRequest) Execute() (*PaginatedClientResponseModelResourceTypeClientModel, *http.Response, error)
- func (r ApiListResourceTypesRequest) IntegrationId(integrationId string) ApiListResourceTypesRequest
- func (r ApiListResourceTypesRequest) Limit(limit int32) ApiListResourceTypesRequest
- func (r ApiListResourceTypesRequest) Search(search string) ApiListResourceTypesRequest
- func (r ApiListResourceTypesRequest) SessionId(sessionId string) ApiListResourceTypesRequest
- func (r ApiListResourceTypesRequest) Skip(skip int32) ApiListResourceTypesRequest
- type ApiListResourcesRequest
- func (r ApiListResourcesRequest) Execute() (*PaginatedClientResponseModelResourceClientModel, *http.Response, error)
- func (r ApiListResourcesRequest) IntegrationId(integrationId string) ApiListResourcesRequest
- func (r ApiListResourcesRequest) Limit(limit int32) ApiListResourcesRequest
- func (r ApiListResourcesRequest) ResourceTypeId(resourceTypeId string) ApiListResourcesRequest
- func (r ApiListResourcesRequest) Search(search string) ApiListResourcesRequest
- func (r ApiListResourcesRequest) SessionId(sessionId string) ApiListResourcesRequest
- func (r ApiListResourcesRequest) Skip(skip int32) ApiListResourcesRequest
- func (r ApiListResourcesRequest) SourceId(sourceId []string) ApiListResourcesRequest
- type ApiRejectAccessRequestRequest
- type ApiRequestAgainAccessRequestRequest
- type ApiResetAccessGroupCredentialsRequest
- type ApiResetAccessSessionCredentialsRequest
- type ApiRevokeAccessRequestRequest
- type ApiSendAnalyticsEventRequest
- type ApiSyncAvailableSessionsRequest
- type ApiUpdateAccessRequestTemplateRequest
- type ApprovalResultClientModel
- func (o *ApprovalResultClientModel) GetJustification() string
- func (o *ApprovalResultClientModel) GetJustificationOk() (*string, bool)
- func (o *ApprovalResultClientModel) HasJustification() bool
- func (o ApprovalResultClientModel) MarshalJSON() ([]byte, error)
- func (o *ApprovalResultClientModel) SetJustification(v string)
- func (o *ApprovalResultClientModel) SetJustificationNil()
- func (o ApprovalResultClientModel) ToMap() (map[string]interface{}, error)
- func (o *ApprovalResultClientModel) UnsetJustification()
- type BasicAuth
- type BundleClientModel
- func (o *BundleClientModel) GetId() string
- func (o *BundleClientModel) GetIdOk() (*string, bool)
- func (o *BundleClientModel) GetName() string
- func (o *BundleClientModel) GetNameOk() (*string, bool)
- func (o BundleClientModel) MarshalJSON() ([]byte, error)
- func (o *BundleClientModel) SetId(v string)
- func (o *BundleClientModel) SetName(v string)
- func (o BundleClientModel) ToMap() (map[string]interface{}, error)
- func (o *BundleClientModel) UnmarshalJSON(bytes []byte) (err error)
- type ChallengeApproverClientModel
- func (o *ChallengeApproverClientModel) GetMetadata() map[string]string
- func (o *ChallengeApproverClientModel) GetMetadataOk() (*map[string]string, bool)
- func (o *ChallengeApproverClientModel) GetName() string
- func (o *ChallengeApproverClientModel) GetNameOk() (*string, bool)
- func (o *ChallengeApproverClientModel) GetStatus() ClientChallengeStatus
- func (o *ChallengeApproverClientModel) GetStatusOk() (*ClientChallengeStatus, bool)
- func (o *ChallengeApproverClientModel) GetType() string
- func (o *ChallengeApproverClientModel) GetTypeOk() (*string, bool)
- func (o ChallengeApproverClientModel) MarshalJSON() ([]byte, error)
- func (o *ChallengeApproverClientModel) SetMetadata(v map[string]string)
- func (o *ChallengeApproverClientModel) SetName(v string)
- func (o *ChallengeApproverClientModel) SetStatus(v ClientChallengeStatus)
- func (o *ChallengeApproverClientModel) SetType(v string)
- func (o ChallengeApproverClientModel) ToMap() (map[string]interface{}, error)
- func (o *ChallengeApproverClientModel) UnmarshalJSON(bytes []byte) (err error)
- type ChallengeInfoClientModel
- func (o *ChallengeInfoClientModel) GetApprovers() []ChallengeApproverClientModel
- func (o *ChallengeInfoClientModel) GetApproversOk() ([]ChallengeApproverClientModel, bool)
- func (o *ChallengeInfoClientModel) GetLogicalRelation() ClientChallengeLogicalRelation
- func (o *ChallengeInfoClientModel) GetLogicalRelationOk() (*ClientChallengeLogicalRelation, bool)
- func (o ChallengeInfoClientModel) MarshalJSON() ([]byte, error)
- func (o *ChallengeInfoClientModel) SetApprovers(v []ChallengeApproverClientModel)
- func (o *ChallengeInfoClientModel) SetLogicalRelation(v ClientChallengeLogicalRelation)
- func (o ChallengeInfoClientModel) ToMap() (map[string]interface{}, error)
- func (o *ChallengeInfoClientModel) UnmarshalJSON(bytes []byte) (err error)
- type ClientChallengeLogicalRelation
- type ClientChallengeStatus
- type Configuration
- type CreateAccessRequestClientModel
- func (o *CreateAccessRequestClientModel) GetDurationInSec() int32
- func (o *CreateAccessRequestClientModel) GetDurationInSecOk() (*int32, bool)
- func (o *CreateAccessRequestClientModel) GetFilterAccessUnitIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterAccessUnitIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterBundleIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterBundleIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterIntegrationIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterIntegrationIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterPermissionIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterPermissionIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterResourceIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterResourceIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterResourceTypeIds() []string
- func (o *CreateAccessRequestClientModel) GetFilterResourceTypeIdsOk() ([]string, bool)
- func (o *CreateAccessRequestClientModel) GetFilterResources() []ResourceFilter
- func (o *CreateAccessRequestClientModel) GetFilterResourcesOk() ([]ResourceFilter, bool)
- func (o *CreateAccessRequestClientModel) GetJustification() string
- func (o *CreateAccessRequestClientModel) GetJustificationOk() (*string, bool)
- func (o *CreateAccessRequestClientModel) HasDurationInSec() bool
- func (o *CreateAccessRequestClientModel) HasJustification() bool
- func (o CreateAccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (o *CreateAccessRequestClientModel) SetDurationInSec(v int32)
- func (o *CreateAccessRequestClientModel) SetDurationInSecNil()
- func (o *CreateAccessRequestClientModel) SetFilterAccessUnitIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterBundleIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterIntegrationIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterPermissionIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterResourceIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterResourceTypeIds(v []string)
- func (o *CreateAccessRequestClientModel) SetFilterResources(v []ResourceFilter)
- func (o *CreateAccessRequestClientModel) SetJustification(v string)
- func (o *CreateAccessRequestClientModel) SetJustificationNil()
- func (o CreateAccessRequestClientModel) ToMap() (map[string]interface{}, error)
- func (o *CreateAccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *CreateAccessRequestClientModel) UnsetDurationInSec()
- func (o *CreateAccessRequestClientModel) UnsetJustification()
- type CreateAnalyticEventClientModel
- func (o *CreateAnalyticEventClientModel) GetClientType() AnalyticClientTypeClientModel
- func (o *CreateAnalyticEventClientModel) GetClientTypeOk() (*AnalyticClientTypeClientModel, bool)
- func (o *CreateAnalyticEventClientModel) GetEventName() string
- func (o *CreateAnalyticEventClientModel) GetEventNameOk() (*string, bool)
- func (o *CreateAnalyticEventClientModel) GetProperties() map[string]interface{}
- func (o *CreateAnalyticEventClientModel) GetPropertiesOk() (map[string]interface{}, bool)
- func (o CreateAnalyticEventClientModel) MarshalJSON() ([]byte, error)
- func (o *CreateAnalyticEventClientModel) SetClientType(v AnalyticClientTypeClientModel)
- func (o *CreateAnalyticEventClientModel) SetEventName(v string)
- func (o *CreateAnalyticEventClientModel) SetProperties(v map[string]interface{})
- func (o CreateAnalyticEventClientModel) ToMap() (map[string]interface{}, error)
- func (o *CreateAnalyticEventClientModel) UnmarshalJSON(bytes []byte) (err error)
- type CreateAndUpdateAccessRequestTemplateClientModel
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIds() []string
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIdsOk() ([]string, bool)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIds() []string
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIdsOk() ([]string, bool)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIds() []string
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIdsOk() ([]string, bool)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIds() []string
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIdsOk() ([]string, bool)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetName() string
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetNameOk() (*string, bool)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetType() AccessRequestTemplateTypeClientModel
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetTypeOk() (*AccessRequestTemplateTypeClientModel, bool)
- func (o CreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterIntegrationIds(v []string)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterPermissionIds(v []string)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceIds(v []string)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceTypeIds(v []string)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetName(v string)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetType(v AccessRequestTemplateTypeClientModel)
- func (o CreateAndUpdateAccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
- func (o *CreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
- type CredentialsClientModel
- func (o *CredentialsClientModel) GetCanReset() bool
- func (o *CredentialsClientModel) GetCanResetOk() (*bool, bool)
- func (o *CredentialsClientModel) GetId() string
- func (o *CredentialsClientModel) GetIdOk() (*string, bool)
- func (o *CredentialsClientModel) GetStatus() string
- func (o *CredentialsClientModel) GetStatusOk() (*string, bool)
- func (o CredentialsClientModel) MarshalJSON() ([]byte, error)
- func (o *CredentialsClientModel) SetCanReset(v bool)
- func (o *CredentialsClientModel) SetId(v string)
- func (o *CredentialsClientModel) SetStatus(v string)
- func (o CredentialsClientModel) ToMap() (map[string]interface{}, error)
- func (o *CredentialsClientModel) UnmarshalJSON(bytes []byte) (err error)
- type DryRunAccessRequestError
- func (o *DryRunAccessRequestError) GetCode() string
- func (o *DryRunAccessRequestError) GetCodeOk() (*string, bool)
- func (o *DryRunAccessRequestError) GetDetails() map[string]interface{}
- func (o *DryRunAccessRequestError) GetDetailsOk() (map[string]interface{}, bool)
- func (o *DryRunAccessRequestError) GetField() string
- func (o *DryRunAccessRequestError) GetFieldOk() (*string, bool)
- func (o *DryRunAccessRequestError) GetMessage() string
- func (o *DryRunAccessRequestError) GetMessageOk() (*string, bool)
- func (o *DryRunAccessRequestError) HasMessage() bool
- func (o DryRunAccessRequestError) MarshalJSON() ([]byte, error)
- func (o *DryRunAccessRequestError) SetCode(v string)
- func (o *DryRunAccessRequestError) SetDetails(v map[string]interface{})
- func (o *DryRunAccessRequestError) SetField(v string)
- func (o *DryRunAccessRequestError) SetMessage(v string)
- func (o *DryRunAccessRequestError) SetMessageNil()
- func (o DryRunAccessRequestError) ToMap() (map[string]interface{}, error)
- func (o *DryRunAccessRequestError) UnmarshalJSON(bytes []byte) (err error)
- func (o *DryRunAccessRequestError) UnsetMessage()
- type DryRunClientResponse
- func (o *DryRunClientResponse) GetErrors() []DryRunAccessRequestError
- func (o *DryRunClientResponse) GetErrorsOk() ([]DryRunAccessRequestError, bool)
- func (o *DryRunClientResponse) GetStatus() string
- func (o *DryRunClientResponse) GetStatusOk() (*string, bool)
- func (o DryRunClientResponse) MarshalJSON() ([]byte, error)
- func (o *DryRunClientResponse) SetErrors(v []DryRunAccessRequestError)
- func (o *DryRunClientResponse) SetStatus(v string)
- func (o DryRunClientResponse) ToMap() (map[string]interface{}, error)
- func (o *DryRunClientResponse) UnmarshalJSON(bytes []byte) (err error)
- type FiltersAPIService
- type GenericOpenAPIError
- type IconsConfigClientModel
- func (o *IconsConfigClientModel) GetPng() string
- func (o *IconsConfigClientModel) GetPngOk() (*string, bool)
- func (o *IconsConfigClientModel) GetSvg() string
- func (o *IconsConfigClientModel) GetSvgOk() (*string, bool)
- func (o IconsConfigClientModel) MarshalJSON() ([]byte, error)
- func (o *IconsConfigClientModel) SetPng(v string)
- func (o *IconsConfigClientModel) SetSvg(v string)
- func (o IconsConfigClientModel) ToMap() (map[string]interface{}, error)
- func (o *IconsConfigClientModel) UnmarshalJSON(bytes []byte) (err error)
- type InstructionClientModel
- func (o *InstructionClientModel) GetCustomMessage() string
- func (o *InstructionClientModel) GetCustomMessageOk() (*string, bool)
- func (o *InstructionClientModel) GetMarkdown() string
- func (o *InstructionClientModel) GetMarkdownOk() (*string, bool)
- func (o *InstructionClientModel) GetPlain() string
- func (o *InstructionClientModel) GetPlainOk() (*string, bool)
- func (o *InstructionClientModel) HasCustomMessage() bool
- func (o InstructionClientModel) MarshalJSON() ([]byte, error)
- func (o *InstructionClientModel) SetCustomMessage(v string)
- func (o *InstructionClientModel) SetCustomMessageNil()
- func (o *InstructionClientModel) SetMarkdown(v string)
- func (o *InstructionClientModel) SetPlain(v string)
- func (o InstructionClientModel) ToMap() (map[string]interface{}, error)
- func (o *InstructionClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *InstructionClientModel) UnsetCustomMessage()
- type IntegrationClientModel
- func (o *IntegrationClientModel) GetIcons() IconsConfigClientModel
- func (o *IntegrationClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
- func (o *IntegrationClientModel) GetId() string
- func (o *IntegrationClientModel) GetIdOk() (*string, bool)
- func (o *IntegrationClientModel) GetName() string
- func (o *IntegrationClientModel) GetNameOk() (*string, bool)
- func (o *IntegrationClientModel) GetType() string
- func (o *IntegrationClientModel) GetTypeDisplayName() string
- func (o *IntegrationClientModel) GetTypeDisplayNameOk() (*string, bool)
- func (o *IntegrationClientModel) GetTypeOk() (*string, bool)
- func (o IntegrationClientModel) MarshalJSON() ([]byte, error)
- func (o *IntegrationClientModel) SetIcons(v IconsConfigClientModel)
- func (o *IntegrationClientModel) SetId(v string)
- func (o *IntegrationClientModel) SetName(v string)
- func (o *IntegrationClientModel) SetType(v string)
- func (o *IntegrationClientModel) SetTypeDisplayName(v string)
- func (o IntegrationClientModel) ToMap() (map[string]interface{}, error)
- func (o *IntegrationClientModel) UnmarshalJSON(bytes []byte) (err error)
- type InventoryAPIService
- func (a *InventoryAPIService) ListAccessBundles(ctx context.Context) ApiListAccessBundlesRequest
- func (a *InventoryAPIService) ListAccessBundlesExecute(r ApiListAccessBundlesRequest) (*PaginatedClientResponseModelBundleClientModel, *http.Response, error)
- func (a *InventoryAPIService) ListAccessUnits(ctx context.Context) ApiListAccessUnitsRequest
- func (a *InventoryAPIService) ListAccessUnitsExecute(r ApiListAccessUnitsRequest) (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
- func (a *InventoryAPIService) ListIntegration(ctx context.Context) ApiListIntegrationRequest
- func (a *InventoryAPIService) ListIntegrationExecute(r ApiListIntegrationRequest) (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
- func (a *InventoryAPIService) ListPermissions(ctx context.Context) ApiListPermissionsRequest
- func (a *InventoryAPIService) ListPermissionsExecute(r ApiListPermissionsRequest) (*PaginatedClientResponseModelPermissionClientModel, *http.Response, error)
- func (a *InventoryAPIService) ListResourceTypes(ctx context.Context) ApiListResourceTypesRequest
- func (a *InventoryAPIService) ListResourceTypesExecute(r ApiListResourceTypesRequest) (*PaginatedClientResponseModelResourceTypeClientModel, *http.Response, error)
- func (a *InventoryAPIService) ListResources(ctx context.Context) ApiListResourcesRequest
- func (a *InventoryAPIService) ListResourcesExecute(r ApiListResourcesRequest) (*PaginatedClientResponseModelResourceClientModel, *http.Response, error)
- type LinkClientModel
- func (o *LinkClientModel) GetTitle() string
- func (o *LinkClientModel) GetTitleOk() (*string, bool)
- func (o *LinkClientModel) GetUrl() string
- func (o *LinkClientModel) GetUrlOk() (*string, bool)
- func (o *LinkClientModel) HasTitle() bool
- func (o LinkClientModel) MarshalJSON() ([]byte, error)
- func (o *LinkClientModel) SetTitle(v string)
- func (o *LinkClientModel) SetTitleNil()
- func (o *LinkClientModel) SetUrl(v string)
- func (o LinkClientModel) ToMap() (map[string]interface{}, error)
- func (o *LinkClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *LinkClientModel) UnsetTitle()
- type MappedNullable
- type MessageResponse
- func (o *MessageResponse) GetMessage() string
- func (o *MessageResponse) GetMessageOk() (*string, bool)
- func (o MessageResponse) MarshalJSON() ([]byte, error)
- func (o *MessageResponse) SetMessage(v string)
- func (o MessageResponse) ToMap() (map[string]interface{}, error)
- func (o *MessageResponse) UnmarshalJSON(bytes []byte) (err error)
- type NullableAccessDetailsClientModel
- func (v NullableAccessDetailsClientModel) Get() *AccessDetailsClientModel
- func (v NullableAccessDetailsClientModel) IsSet() bool
- func (v NullableAccessDetailsClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessDetailsClientModel) Set(val *AccessDetailsClientModel)
- func (v *NullableAccessDetailsClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessDetailsClientModel) Unset()
- type NullableAccessDetailsClientModelLink
- func (v NullableAccessDetailsClientModelLink) Get() *AccessDetailsClientModelLink
- func (v NullableAccessDetailsClientModelLink) IsSet() bool
- func (v NullableAccessDetailsClientModelLink) MarshalJSON() ([]byte, error)
- func (v *NullableAccessDetailsClientModelLink) Set(val *AccessDetailsClientModelLink)
- func (v *NullableAccessDetailsClientModelLink) UnmarshalJSON(src []byte) error
- func (v *NullableAccessDetailsClientModelLink) Unset()
- type NullableAccessGroupClientModel
- func (v NullableAccessGroupClientModel) Get() *AccessGroupClientModel
- func (v NullableAccessGroupClientModel) IsSet() bool
- func (v NullableAccessGroupClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessGroupClientModel) Set(val *AccessGroupClientModel)
- func (v *NullableAccessGroupClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessGroupClientModel) Unset()
- type NullableAccessGroupStatus
- func (v NullableAccessGroupStatus) Get() *AccessGroupStatus
- func (v NullableAccessGroupStatus) IsSet() bool
- func (v NullableAccessGroupStatus) MarshalJSON() ([]byte, error)
- func (v *NullableAccessGroupStatus) Set(val *AccessGroupStatus)
- func (v *NullableAccessGroupStatus) UnmarshalJSON(src []byte) error
- func (v *NullableAccessGroupStatus) Unset()
- type NullableAccessGroupStatusClientModel
- func (v NullableAccessGroupStatusClientModel) Get() *AccessGroupStatusClientModel
- func (v NullableAccessGroupStatusClientModel) IsSet() bool
- func (v NullableAccessGroupStatusClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessGroupStatusClientModel) Set(val *AccessGroupStatusClientModel)
- func (v *NullableAccessGroupStatusClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessGroupStatusClientModel) Unset()
- type NullableAccessRequestClientModel
- func (v NullableAccessRequestClientModel) Get() *AccessRequestClientModel
- func (v NullableAccessRequestClientModel) IsSet() bool
- func (v NullableAccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestClientModel) Set(val *AccessRequestClientModel)
- func (v *NullableAccessRequestClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestClientModel) Unset()
- type NullableAccessRequestClientModelBundle
- func (v NullableAccessRequestClientModelBundle) Get() *AccessRequestClientModelBundle
- func (v NullableAccessRequestClientModelBundle) IsSet() bool
- func (v NullableAccessRequestClientModelBundle) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestClientModelBundle) Set(val *AccessRequestClientModelBundle)
- func (v *NullableAccessRequestClientModelBundle) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestClientModelBundle) Unset()
- type NullableAccessRequestClientModelChallenge
- func (v NullableAccessRequestClientModelChallenge) Get() *AccessRequestClientModelChallenge
- func (v NullableAccessRequestClientModelChallenge) IsSet() bool
- func (v NullableAccessRequestClientModelChallenge) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestClientModelChallenge) Set(val *AccessRequestClientModelChallenge)
- func (v *NullableAccessRequestClientModelChallenge) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestClientModelChallenge) Unset()
- type NullableAccessRequestSubmittedClientResponse
- func (v NullableAccessRequestSubmittedClientResponse) Get() *AccessRequestSubmittedClientResponse
- func (v NullableAccessRequestSubmittedClientResponse) IsSet() bool
- func (v NullableAccessRequestSubmittedClientResponse) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestSubmittedClientResponse) Set(val *AccessRequestSubmittedClientResponse)
- func (v *NullableAccessRequestSubmittedClientResponse) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestSubmittedClientResponse) Unset()
- type NullableAccessRequestTemplateClientModel
- func (v NullableAccessRequestTemplateClientModel) Get() *AccessRequestTemplateClientModel
- func (v NullableAccessRequestTemplateClientModel) IsSet() bool
- func (v NullableAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestTemplateClientModel) Set(val *AccessRequestTemplateClientModel)
- func (v *NullableAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestTemplateClientModel) Unset()
- type NullableAccessRequestTemplateTypeClientModel
- func (v NullableAccessRequestTemplateTypeClientModel) Get() *AccessRequestTemplateTypeClientModel
- func (v NullableAccessRequestTemplateTypeClientModel) IsSet() bool
- func (v NullableAccessRequestTemplateTypeClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestTemplateTypeClientModel) Set(val *AccessRequestTemplateTypeClientModel)
- func (v *NullableAccessRequestTemplateTypeClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestTemplateTypeClientModel) Unset()
- type NullableAccessRequestsScopeModel
- func (v NullableAccessRequestsScopeModel) Get() *AccessRequestsScopeModel
- func (v NullableAccessRequestsScopeModel) IsSet() bool
- func (v NullableAccessRequestsScopeModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessRequestsScopeModel) Set(val *AccessRequestsScopeModel)
- func (v *NullableAccessRequestsScopeModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessRequestsScopeModel) Unset()
- type NullableAccessSessionClientModel
- func (v NullableAccessSessionClientModel) Get() *AccessSessionClientModel
- func (v NullableAccessSessionClientModel) IsSet() bool
- func (v NullableAccessSessionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionClientModel) Set(val *AccessSessionClientModel)
- func (v *NullableAccessSessionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionClientModel) Unset()
- type NullableAccessSessionClientModelCredentials
- func (v NullableAccessSessionClientModelCredentials) Get() *AccessSessionClientModelCredentials
- func (v NullableAccessSessionClientModelCredentials) IsSet() bool
- func (v NullableAccessSessionClientModelCredentials) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionClientModelCredentials) Set(val *AccessSessionClientModelCredentials)
- func (v *NullableAccessSessionClientModelCredentials) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionClientModelCredentials) Unset()
- type NullableAccessSessionDetailsClientModel
- func (v NullableAccessSessionDetailsClientModel) Get() *AccessSessionDetailsClientModel
- func (v NullableAccessSessionDetailsClientModel) IsSet() bool
- func (v NullableAccessSessionDetailsClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionDetailsClientModel) Set(val *AccessSessionDetailsClientModel)
- func (v *NullableAccessSessionDetailsClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionDetailsClientModel) Unset()
- type NullableAccessSessionDetailsClientModelLink
- func (v NullableAccessSessionDetailsClientModelLink) Get() *AccessSessionDetailsClientModelLink
- func (v NullableAccessSessionDetailsClientModelLink) IsSet() bool
- func (v NullableAccessSessionDetailsClientModelLink) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionDetailsClientModelLink) Set(val *AccessSessionDetailsClientModelLink)
- func (v *NullableAccessSessionDetailsClientModelLink) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionDetailsClientModelLink) Unset()
- type NullableAccessSessionRequestTemplateClientModel
- func (v NullableAccessSessionRequestTemplateClientModel) Get() *AccessSessionRequestTemplateClientModel
- func (v NullableAccessSessionRequestTemplateClientModel) IsSet() bool
- func (v NullableAccessSessionRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionRequestTemplateClientModel) Set(val *AccessSessionRequestTemplateClientModel)
- func (v *NullableAccessSessionRequestTemplateClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionRequestTemplateClientModel) Unset()
- type NullableAccessSessionsGroupClientModel
- func (v NullableAccessSessionsGroupClientModel) Get() *AccessSessionsGroupClientModel
- func (v NullableAccessSessionsGroupClientModel) IsSet() bool
- func (v NullableAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionsGroupClientModel) Set(val *AccessSessionsGroupClientModel)
- func (v *NullableAccessSessionsGroupClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionsGroupClientModel) Unset()
- type NullableAccessSessionsGroupClientModelIntegration
- func (v NullableAccessSessionsGroupClientModelIntegration) Get() *AccessSessionsGroupClientModelIntegration
- func (v NullableAccessSessionsGroupClientModelIntegration) IsSet() bool
- func (v NullableAccessSessionsGroupClientModelIntegration) MarshalJSON() ([]byte, error)
- func (v *NullableAccessSessionsGroupClientModelIntegration) Set(val *AccessSessionsGroupClientModelIntegration)
- func (v *NullableAccessSessionsGroupClientModelIntegration) UnmarshalJSON(src []byte) error
- func (v *NullableAccessSessionsGroupClientModelIntegration) Unset()
- type NullableAccessUnitClientModel
- func (v NullableAccessUnitClientModel) Get() *AccessUnitClientModel
- func (v NullableAccessUnitClientModel) IsSet() bool
- func (v NullableAccessUnitClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessUnitClientModel) Set(val *AccessUnitClientModel)
- func (v *NullableAccessUnitClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessUnitClientModel) Unset()
- type NullableAccessUnitClientModelStatus
- func (v NullableAccessUnitClientModelStatus) Get() *AccessUnitClientModelStatus
- func (v NullableAccessUnitClientModelStatus) IsSet() bool
- func (v NullableAccessUnitClientModelStatus) MarshalJSON() ([]byte, error)
- func (v *NullableAccessUnitClientModelStatus) Set(val *AccessUnitClientModelStatus)
- func (v *NullableAccessUnitClientModelStatus) UnmarshalJSON(src []byte) error
- func (v *NullableAccessUnitClientModelStatus) Unset()
- type NullableAccessUnitStatusClientModel
- func (v NullableAccessUnitStatusClientModel) Get() *AccessUnitStatusClientModel
- func (v NullableAccessUnitStatusClientModel) IsSet() bool
- func (v NullableAccessUnitStatusClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccessUnitStatusClientModel) Set(val *AccessUnitStatusClientModel)
- func (v *NullableAccessUnitStatusClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccessUnitStatusClientModel) Unset()
- type NullableAccountClientModel
- func (v NullableAccountClientModel) Get() *AccountClientModel
- func (v NullableAccountClientModel) IsSet() bool
- func (v NullableAccountClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAccountClientModel) Set(val *AccountClientModel)
- func (v *NullableAccountClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAccountClientModel) Unset()
- type NullableAnalyticClientTypeClientModel
- func (v NullableAnalyticClientTypeClientModel) Get() *AnalyticClientTypeClientModel
- func (v NullableAnalyticClientTypeClientModel) IsSet() bool
- func (v NullableAnalyticClientTypeClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableAnalyticClientTypeClientModel) Set(val *AnalyticClientTypeClientModel)
- func (v *NullableAnalyticClientTypeClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableAnalyticClientTypeClientModel) Unset()
- type NullableApprovalResultClientModel
- func (v NullableApprovalResultClientModel) Get() *ApprovalResultClientModel
- func (v NullableApprovalResultClientModel) IsSet() bool
- func (v NullableApprovalResultClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableApprovalResultClientModel) Set(val *ApprovalResultClientModel)
- func (v *NullableApprovalResultClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableApprovalResultClientModel) Unset()
- type NullableBool
- type NullableBundleClientModel
- func (v NullableBundleClientModel) Get() *BundleClientModel
- func (v NullableBundleClientModel) IsSet() bool
- func (v NullableBundleClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableBundleClientModel) Set(val *BundleClientModel)
- func (v *NullableBundleClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableBundleClientModel) Unset()
- type NullableChallengeApproverClientModel
- func (v NullableChallengeApproverClientModel) Get() *ChallengeApproverClientModel
- func (v NullableChallengeApproverClientModel) IsSet() bool
- func (v NullableChallengeApproverClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableChallengeApproverClientModel) Set(val *ChallengeApproverClientModel)
- func (v *NullableChallengeApproverClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableChallengeApproverClientModel) Unset()
- type NullableChallengeInfoClientModel
- func (v NullableChallengeInfoClientModel) Get() *ChallengeInfoClientModel
- func (v NullableChallengeInfoClientModel) IsSet() bool
- func (v NullableChallengeInfoClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableChallengeInfoClientModel) Set(val *ChallengeInfoClientModel)
- func (v *NullableChallengeInfoClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableChallengeInfoClientModel) Unset()
- type NullableClientChallengeLogicalRelation
- func (v NullableClientChallengeLogicalRelation) Get() *ClientChallengeLogicalRelation
- func (v NullableClientChallengeLogicalRelation) IsSet() bool
- func (v NullableClientChallengeLogicalRelation) MarshalJSON() ([]byte, error)
- func (v *NullableClientChallengeLogicalRelation) Set(val *ClientChallengeLogicalRelation)
- func (v *NullableClientChallengeLogicalRelation) UnmarshalJSON(src []byte) error
- func (v *NullableClientChallengeLogicalRelation) Unset()
- type NullableClientChallengeStatus
- func (v NullableClientChallengeStatus) Get() *ClientChallengeStatus
- func (v NullableClientChallengeStatus) IsSet() bool
- func (v NullableClientChallengeStatus) MarshalJSON() ([]byte, error)
- func (v *NullableClientChallengeStatus) Set(val *ClientChallengeStatus)
- func (v *NullableClientChallengeStatus) UnmarshalJSON(src []byte) error
- func (v *NullableClientChallengeStatus) Unset()
- type NullableCreateAccessRequestClientModel
- func (v NullableCreateAccessRequestClientModel) Get() *CreateAccessRequestClientModel
- func (v NullableCreateAccessRequestClientModel) IsSet() bool
- func (v NullableCreateAccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAccessRequestClientModel) Set(val *CreateAccessRequestClientModel)
- func (v *NullableCreateAccessRequestClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAccessRequestClientModel) Unset()
- type NullableCreateAnalyticEventClientModel
- func (v NullableCreateAnalyticEventClientModel) Get() *CreateAnalyticEventClientModel
- func (v NullableCreateAnalyticEventClientModel) IsSet() bool
- func (v NullableCreateAnalyticEventClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAnalyticEventClientModel) Set(val *CreateAnalyticEventClientModel)
- func (v *NullableCreateAnalyticEventClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAnalyticEventClientModel) Unset()
- type NullableCreateAndUpdateAccessRequestTemplateClientModel
- func (v NullableCreateAndUpdateAccessRequestTemplateClientModel) Get() *CreateAndUpdateAccessRequestTemplateClientModel
- func (v NullableCreateAndUpdateAccessRequestTemplateClientModel) IsSet() bool
- func (v NullableCreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableCreateAndUpdateAccessRequestTemplateClientModel) Set(val *CreateAndUpdateAccessRequestTemplateClientModel)
- func (v *NullableCreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableCreateAndUpdateAccessRequestTemplateClientModel) Unset()
- type NullableCredentialsClientModel
- func (v NullableCredentialsClientModel) Get() *CredentialsClientModel
- func (v NullableCredentialsClientModel) IsSet() bool
- func (v NullableCredentialsClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableCredentialsClientModel) Set(val *CredentialsClientModel)
- func (v *NullableCredentialsClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableCredentialsClientModel) Unset()
- type NullableDryRunAccessRequestError
- func (v NullableDryRunAccessRequestError) Get() *DryRunAccessRequestError
- func (v NullableDryRunAccessRequestError) IsSet() bool
- func (v NullableDryRunAccessRequestError) MarshalJSON() ([]byte, error)
- func (v *NullableDryRunAccessRequestError) Set(val *DryRunAccessRequestError)
- func (v *NullableDryRunAccessRequestError) UnmarshalJSON(src []byte) error
- func (v *NullableDryRunAccessRequestError) Unset()
- type NullableDryRunClientResponse
- func (v NullableDryRunClientResponse) Get() *DryRunClientResponse
- func (v NullableDryRunClientResponse) IsSet() bool
- func (v NullableDryRunClientResponse) MarshalJSON() ([]byte, error)
- func (v *NullableDryRunClientResponse) Set(val *DryRunClientResponse)
- func (v *NullableDryRunClientResponse) UnmarshalJSON(src []byte) error
- func (v *NullableDryRunClientResponse) Unset()
- type NullableFloat32
- type NullableFloat64
- type NullableIconsConfigClientModel
- func (v NullableIconsConfigClientModel) Get() *IconsConfigClientModel
- func (v NullableIconsConfigClientModel) IsSet() bool
- func (v NullableIconsConfigClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableIconsConfigClientModel) Set(val *IconsConfigClientModel)
- func (v *NullableIconsConfigClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableIconsConfigClientModel) Unset()
- type NullableInstructionClientModel
- func (v NullableInstructionClientModel) Get() *InstructionClientModel
- func (v NullableInstructionClientModel) IsSet() bool
- func (v NullableInstructionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableInstructionClientModel) Set(val *InstructionClientModel)
- func (v *NullableInstructionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableInstructionClientModel) Unset()
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableIntegrationClientModel
- func (v NullableIntegrationClientModel) Get() *IntegrationClientModel
- func (v NullableIntegrationClientModel) IsSet() bool
- func (v NullableIntegrationClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableIntegrationClientModel) Set(val *IntegrationClientModel)
- func (v *NullableIntegrationClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableIntegrationClientModel) Unset()
- type NullableLinkClientModel
- func (v NullableLinkClientModel) Get() *LinkClientModel
- func (v NullableLinkClientModel) IsSet() bool
- func (v NullableLinkClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableLinkClientModel) Set(val *LinkClientModel)
- func (v *NullableLinkClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableLinkClientModel) Unset()
- type NullableMessageResponse
- func (v NullableMessageResponse) Get() *MessageResponse
- func (v NullableMessageResponse) IsSet() bool
- func (v NullableMessageResponse) MarshalJSON() ([]byte, error)
- func (v *NullableMessageResponse) Set(val *MessageResponse)
- func (v *NullableMessageResponse) UnmarshalJSON(src []byte) error
- func (v *NullableMessageResponse) Unset()
- type NullablePaginatedClientResponseModelAccessRequestClientModel
- func (v NullablePaginatedClientResponseModelAccessRequestClientModel) Get() *PaginatedClientResponseModelAccessRequestClientModel
- func (v NullablePaginatedClientResponseModelAccessRequestClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelAccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelAccessRequestClientModel) Set(val *PaginatedClientResponseModelAccessRequestClientModel)
- func (v *NullablePaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelAccessRequestClientModel) Unset()
- type NullablePaginatedClientResponseModelAccessRequestTemplateClientModel
- func (v NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) Get() *PaginatedClientResponseModelAccessRequestTemplateClientModel
- func (v NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) Set(val *PaginatedClientResponseModelAccessRequestTemplateClientModel)
- func (v *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) Unset()
- type NullablePaginatedClientResponseModelAccessSessionClientModel
- func (v NullablePaginatedClientResponseModelAccessSessionClientModel) Get() *PaginatedClientResponseModelAccessSessionClientModel
- func (v NullablePaginatedClientResponseModelAccessSessionClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelAccessSessionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelAccessSessionClientModel) Set(val *PaginatedClientResponseModelAccessSessionClientModel)
- func (v *NullablePaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelAccessSessionClientModel) Unset()
- type NullablePaginatedClientResponseModelAccessSessionsGroupClientModel
- func (v NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) Get() *PaginatedClientResponseModelAccessSessionsGroupClientModel
- func (v NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) Set(val *PaginatedClientResponseModelAccessSessionsGroupClientModel)
- func (v *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) Unset()
- type NullablePaginatedClientResponseModelAccessUnitClientModel
- func (v NullablePaginatedClientResponseModelAccessUnitClientModel) Get() *PaginatedClientResponseModelAccessUnitClientModel
- func (v NullablePaginatedClientResponseModelAccessUnitClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelAccessUnitClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelAccessUnitClientModel) Set(val *PaginatedClientResponseModelAccessUnitClientModel)
- func (v *NullablePaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelAccessUnitClientModel) Unset()
- type NullablePaginatedClientResponseModelBundleClientModel
- func (v NullablePaginatedClientResponseModelBundleClientModel) Get() *PaginatedClientResponseModelBundleClientModel
- func (v NullablePaginatedClientResponseModelBundleClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelBundleClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelBundleClientModel) Set(val *PaginatedClientResponseModelBundleClientModel)
- func (v *NullablePaginatedClientResponseModelBundleClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelBundleClientModel) Unset()
- type NullablePaginatedClientResponseModelIntegrationClientModel
- func (v NullablePaginatedClientResponseModelIntegrationClientModel) Get() *PaginatedClientResponseModelIntegrationClientModel
- func (v NullablePaginatedClientResponseModelIntegrationClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelIntegrationClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelIntegrationClientModel) Set(val *PaginatedClientResponseModelIntegrationClientModel)
- func (v *NullablePaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelIntegrationClientModel) Unset()
- type NullablePaginatedClientResponseModelPermissionClientModel
- func (v NullablePaginatedClientResponseModelPermissionClientModel) Get() *PaginatedClientResponseModelPermissionClientModel
- func (v NullablePaginatedClientResponseModelPermissionClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelPermissionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelPermissionClientModel) Set(val *PaginatedClientResponseModelPermissionClientModel)
- func (v *NullablePaginatedClientResponseModelPermissionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelPermissionClientModel) Unset()
- type NullablePaginatedClientResponseModelResourceClientModel
- func (v NullablePaginatedClientResponseModelResourceClientModel) Get() *PaginatedClientResponseModelResourceClientModel
- func (v NullablePaginatedClientResponseModelResourceClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelResourceClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelResourceClientModel) Set(val *PaginatedClientResponseModelResourceClientModel)
- func (v *NullablePaginatedClientResponseModelResourceClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelResourceClientModel) Unset()
- type NullablePaginatedClientResponseModelResourceTypeClientModel
- func (v NullablePaginatedClientResponseModelResourceTypeClientModel) Get() *PaginatedClientResponseModelResourceTypeClientModel
- func (v NullablePaginatedClientResponseModelResourceTypeClientModel) IsSet() bool
- func (v NullablePaginatedClientResponseModelResourceTypeClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginatedClientResponseModelResourceTypeClientModel) Set(val *PaginatedClientResponseModelResourceTypeClientModel)
- func (v *NullablePaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginatedClientResponseModelResourceTypeClientModel) Unset()
- type NullablePaginationClientInfoModel
- func (v NullablePaginationClientInfoModel) Get() *PaginationClientInfoModel
- func (v NullablePaginationClientInfoModel) IsSet() bool
- func (v NullablePaginationClientInfoModel) MarshalJSON() ([]byte, error)
- func (v *NullablePaginationClientInfoModel) Set(val *PaginationClientInfoModel)
- func (v *NullablePaginationClientInfoModel) UnmarshalJSON(src []byte) error
- func (v *NullablePaginationClientInfoModel) Unset()
- type NullablePermissionClientModel
- func (v NullablePermissionClientModel) Get() *PermissionClientModel
- func (v NullablePermissionClientModel) IsSet() bool
- func (v NullablePermissionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullablePermissionClientModel) Set(val *PermissionClientModel)
- func (v *NullablePermissionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullablePermissionClientModel) Unset()
- type NullableRequestAgainClientModel
- func (v NullableRequestAgainClientModel) Get() *RequestAgainClientModel
- func (v NullableRequestAgainClientModel) IsSet() bool
- func (v NullableRequestAgainClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableRequestAgainClientModel) Set(val *RequestAgainClientModel)
- func (v *NullableRequestAgainClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableRequestAgainClientModel) Unset()
- type NullableRequestStatusClientModel
- func (v NullableRequestStatusClientModel) Get() *RequestStatusClientModel
- func (v NullableRequestStatusClientModel) IsSet() bool
- func (v NullableRequestStatusClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableRequestStatusClientModel) Set(val *RequestStatusClientModel)
- func (v *NullableRequestStatusClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableRequestStatusClientModel) Unset()
- type NullableResourceClientModel
- func (v NullableResourceClientModel) Get() *ResourceClientModel
- func (v NullableResourceClientModel) IsSet() bool
- func (v NullableResourceClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableResourceClientModel) Set(val *ResourceClientModel)
- func (v *NullableResourceClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableResourceClientModel) Unset()
- type NullableResourceFilter
- func (v NullableResourceFilter) Get() *ResourceFilter
- func (v NullableResourceFilter) IsSet() bool
- func (v NullableResourceFilter) MarshalJSON() ([]byte, error)
- func (v *NullableResourceFilter) Set(val *ResourceFilter)
- func (v *NullableResourceFilter) UnmarshalJSON(src []byte) error
- func (v *NullableResourceFilter) Unset()
- type NullableResourceFilterType
- func (v NullableResourceFilterType) Get() *ResourceFilterType
- func (v NullableResourceFilterType) IsSet() bool
- func (v NullableResourceFilterType) MarshalJSON() ([]byte, error)
- func (v *NullableResourceFilterType) Set(val *ResourceFilterType)
- func (v *NullableResourceFilterType) UnmarshalJSON(src []byte) error
- func (v *NullableResourceFilterType) Unset()
- type NullableResourceTypeClientModel
- func (v NullableResourceTypeClientModel) Get() *ResourceTypeClientModel
- func (v NullableResourceTypeClientModel) IsSet() bool
- func (v NullableResourceTypeClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableResourceTypeClientModel) Set(val *ResourceTypeClientModel)
- func (v *NullableResourceTypeClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableResourceTypeClientModel) Unset()
- type NullableSessionTypeClientModel
- func (v NullableSessionTypeClientModel) Get() *SessionTypeClientModel
- func (v NullableSessionTypeClientModel) IsSet() bool
- func (v NullableSessionTypeClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableSessionTypeClientModel) Set(val *SessionTypeClientModel)
- func (v *NullableSessionTypeClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableSessionTypeClientModel) Unset()
- type NullableString
- type NullableTime
- type NullableUserClientModel
- func (v NullableUserClientModel) Get() *UserClientModel
- func (v NullableUserClientModel) IsSet() bool
- func (v NullableUserClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableUserClientModel) Set(val *UserClientModel)
- func (v *NullableUserClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableUserClientModel) Unset()
- type NullableUserSessionClientModel
- func (v NullableUserSessionClientModel) Get() *UserSessionClientModel
- func (v NullableUserSessionClientModel) IsSet() bool
- func (v NullableUserSessionClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableUserSessionClientModel) Set(val *UserSessionClientModel)
- func (v *NullableUserSessionClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableUserSessionClientModel) Unset()
- type NullableUserSettingsClientModel
- func (v NullableUserSettingsClientModel) Get() *UserSettingsClientModel
- func (v NullableUserSettingsClientModel) IsSet() bool
- func (v NullableUserSettingsClientModel) MarshalJSON() ([]byte, error)
- func (v *NullableUserSettingsClientModel) Set(val *UserSettingsClientModel)
- func (v *NullableUserSettingsClientModel) UnmarshalJSON(src []byte) error
- func (v *NullableUserSettingsClientModel) Unset()
- type PaginatedClientResponseModelAccessRequestClientModel
- func NewPaginatedClientResponseModelAccessRequestClientModel(data []AccessRequestClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessRequestClientModel
- func NewPaginatedClientResponseModelAccessRequestClientModelWithDefaults() *PaginatedClientResponseModelAccessRequestClientModel
- func (o *PaginatedClientResponseModelAccessRequestClientModel) GetData() []AccessRequestClientModel
- func (o *PaginatedClientResponseModelAccessRequestClientModel) GetDataOk() ([]AccessRequestClientModel, bool)
- func (o *PaginatedClientResponseModelAccessRequestClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelAccessRequestClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelAccessRequestClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelAccessRequestClientModel) SetData(v []AccessRequestClientModel)
- func (o *PaginatedClientResponseModelAccessRequestClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelAccessRequestClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelAccessRequestTemplateClientModel
- func NewPaginatedClientResponseModelAccessRequestTemplateClientModel(data []AccessRequestTemplateClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessRequestTemplateClientModel
- func NewPaginatedClientResponseModelAccessRequestTemplateClientModelWithDefaults() *PaginatedClientResponseModelAccessRequestTemplateClientModel
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetData() []AccessRequestTemplateClientModel
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetDataOk() ([]AccessRequestTemplateClientModel, bool)
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) SetData(v []AccessRequestTemplateClientModel)
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelAccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelAccessSessionClientModel
- func NewPaginatedClientResponseModelAccessSessionClientModel(data []AccessSessionClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessSessionClientModel
- func NewPaginatedClientResponseModelAccessSessionClientModelWithDefaults() *PaginatedClientResponseModelAccessSessionClientModel
- func (o *PaginatedClientResponseModelAccessSessionClientModel) GetData() []AccessSessionClientModel
- func (o *PaginatedClientResponseModelAccessSessionClientModel) GetDataOk() ([]AccessSessionClientModel, bool)
- func (o *PaginatedClientResponseModelAccessSessionClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelAccessSessionClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelAccessSessionClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelAccessSessionClientModel) SetData(v []AccessSessionClientModel)
- func (o *PaginatedClientResponseModelAccessSessionClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelAccessSessionClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelAccessSessionsGroupClientModel
- func NewPaginatedClientResponseModelAccessSessionsGroupClientModel(data []AccessSessionsGroupClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessSessionsGroupClientModel
- func NewPaginatedClientResponseModelAccessSessionsGroupClientModelWithDefaults() *PaginatedClientResponseModelAccessSessionsGroupClientModel
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetData() []AccessSessionsGroupClientModel
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetDataOk() ([]AccessSessionsGroupClientModel, bool)
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) SetData(v []AccessSessionsGroupClientModel)
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelAccessSessionsGroupClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelAccessUnitClientModel
- func (o *PaginatedClientResponseModelAccessUnitClientModel) GetData() []AccessUnitClientModel
- func (o *PaginatedClientResponseModelAccessUnitClientModel) GetDataOk() ([]AccessUnitClientModel, bool)
- func (o *PaginatedClientResponseModelAccessUnitClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelAccessUnitClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelAccessUnitClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelAccessUnitClientModel) SetData(v []AccessUnitClientModel)
- func (o *PaginatedClientResponseModelAccessUnitClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelAccessUnitClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelBundleClientModel
- func (o *PaginatedClientResponseModelBundleClientModel) GetData() []BundleClientModel
- func (o *PaginatedClientResponseModelBundleClientModel) GetDataOk() ([]BundleClientModel, bool)
- func (o *PaginatedClientResponseModelBundleClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelBundleClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelBundleClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelBundleClientModel) SetData(v []BundleClientModel)
- func (o *PaginatedClientResponseModelBundleClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelBundleClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelBundleClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelIntegrationClientModel
- func NewPaginatedClientResponseModelIntegrationClientModel(data []IntegrationClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelIntegrationClientModel
- func NewPaginatedClientResponseModelIntegrationClientModelWithDefaults() *PaginatedClientResponseModelIntegrationClientModel
- func (o *PaginatedClientResponseModelIntegrationClientModel) GetData() []IntegrationClientModel
- func (o *PaginatedClientResponseModelIntegrationClientModel) GetDataOk() ([]IntegrationClientModel, bool)
- func (o *PaginatedClientResponseModelIntegrationClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelIntegrationClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelIntegrationClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelIntegrationClientModel) SetData(v []IntegrationClientModel)
- func (o *PaginatedClientResponseModelIntegrationClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelIntegrationClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelPermissionClientModel
- func (o *PaginatedClientResponseModelPermissionClientModel) GetData() []PermissionClientModel
- func (o *PaginatedClientResponseModelPermissionClientModel) GetDataOk() ([]PermissionClientModel, bool)
- func (o *PaginatedClientResponseModelPermissionClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelPermissionClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelPermissionClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelPermissionClientModel) SetData(v []PermissionClientModel)
- func (o *PaginatedClientResponseModelPermissionClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelPermissionClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelPermissionClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelResourceClientModel
- func (o *PaginatedClientResponseModelResourceClientModel) GetData() []ResourceClientModel
- func (o *PaginatedClientResponseModelResourceClientModel) GetDataOk() ([]ResourceClientModel, bool)
- func (o *PaginatedClientResponseModelResourceClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelResourceClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelResourceClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelResourceClientModel) SetData(v []ResourceClientModel)
- func (o *PaginatedClientResponseModelResourceClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelResourceClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelResourceClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginatedClientResponseModelResourceTypeClientModel
- func NewPaginatedClientResponseModelResourceTypeClientModel(data []ResourceTypeClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelResourceTypeClientModel
- func NewPaginatedClientResponseModelResourceTypeClientModelWithDefaults() *PaginatedClientResponseModelResourceTypeClientModel
- func (o *PaginatedClientResponseModelResourceTypeClientModel) GetData() []ResourceTypeClientModel
- func (o *PaginatedClientResponseModelResourceTypeClientModel) GetDataOk() ([]ResourceTypeClientModel, bool)
- func (o *PaginatedClientResponseModelResourceTypeClientModel) GetPagination() PaginationClientInfoModel
- func (o *PaginatedClientResponseModelResourceTypeClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
- func (o PaginatedClientResponseModelResourceTypeClientModel) MarshalJSON() ([]byte, error)
- func (o *PaginatedClientResponseModelResourceTypeClientModel) SetData(v []ResourceTypeClientModel)
- func (o *PaginatedClientResponseModelResourceTypeClientModel) SetPagination(v PaginationClientInfoModel)
- func (o PaginatedClientResponseModelResourceTypeClientModel) ToMap() (map[string]interface{}, error)
- func (o *PaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
- type PaginationClientInfoModel
- func (o *PaginationClientInfoModel) GetLimit() int32
- func (o *PaginationClientInfoModel) GetLimitOk() (*int32, bool)
- func (o *PaginationClientInfoModel) GetOffset() int32
- func (o *PaginationClientInfoModel) GetOffsetOk() (*int32, bool)
- func (o *PaginationClientInfoModel) GetTotal() int32
- func (o *PaginationClientInfoModel) GetTotalOk() (*int32, bool)
- func (o *PaginationClientInfoModel) HasTotal() bool
- func (o PaginationClientInfoModel) MarshalJSON() ([]byte, error)
- func (o *PaginationClientInfoModel) SetLimit(v int32)
- func (o *PaginationClientInfoModel) SetOffset(v int32)
- func (o *PaginationClientInfoModel) SetTotal(v int32)
- func (o *PaginationClientInfoModel) SetTotalNil()
- func (o PaginationClientInfoModel) ToMap() (map[string]interface{}, error)
- func (o *PaginationClientInfoModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *PaginationClientInfoModel) UnsetTotal()
- type PermissionClientModel
- func (o *PermissionClientModel) GetId() string
- func (o *PermissionClientModel) GetIdOk() (*string, bool)
- func (o *PermissionClientModel) GetName() string
- func (o *PermissionClientModel) GetNameOk() (*string, bool)
- func (o PermissionClientModel) MarshalJSON() ([]byte, error)
- func (o *PermissionClientModel) SetId(v string)
- func (o *PermissionClientModel) SetName(v string)
- func (o PermissionClientModel) ToMap() (map[string]interface{}, error)
- func (o *PermissionClientModel) UnmarshalJSON(bytes []byte) (err error)
- type RequestAgainClientModel
- func (o *RequestAgainClientModel) GetJustification() string
- func (o *RequestAgainClientModel) GetJustificationOk() (*string, bool)
- func (o RequestAgainClientModel) MarshalJSON() ([]byte, error)
- func (o *RequestAgainClientModel) SetJustification(v string)
- func (o RequestAgainClientModel) ToMap() (map[string]interface{}, error)
- func (o *RequestAgainClientModel) UnmarshalJSON(bytes []byte) (err error)
- type RequestStatusClientModel
- func (o *RequestStatusClientModel) GetDescription() string
- func (o *RequestStatusClientModel) GetDescriptionOk() (*string, bool)
- func (o *RequestStatusClientModel) GetMetadata() map[string]string
- func (o *RequestStatusClientModel) GetMetadataOk() (*map[string]string, bool)
- func (o *RequestStatusClientModel) GetStatus() string
- func (o *RequestStatusClientModel) GetStatusOk() (*string, bool)
- func (o *RequestStatusClientModel) HasDescription() bool
- func (o RequestStatusClientModel) MarshalJSON() ([]byte, error)
- func (o *RequestStatusClientModel) SetDescription(v string)
- func (o *RequestStatusClientModel) SetDescriptionNil()
- func (o *RequestStatusClientModel) SetMetadata(v map[string]string)
- func (o *RequestStatusClientModel) SetStatus(v string)
- func (o RequestStatusClientModel) ToMap() (map[string]interface{}, error)
- func (o *RequestStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *RequestStatusClientModel) UnsetDescription()
- type ResourceClientModel
- func (o *ResourceClientModel) GetId() string
- func (o *ResourceClientModel) GetIdOk() (*string, bool)
- func (o *ResourceClientModel) GetIntegration() IntegrationClientModel
- func (o *ResourceClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
- func (o *ResourceClientModel) GetName() string
- func (o *ResourceClientModel) GetNameOk() (*string, bool)
- func (o *ResourceClientModel) GetPath() string
- func (o *ResourceClientModel) GetPathOk() (*string, bool)
- func (o *ResourceClientModel) GetSourceId() string
- func (o *ResourceClientModel) GetSourceIdOk() (*string, bool)
- func (o *ResourceClientModel) GetType() ResourceTypeClientModel
- func (o *ResourceClientModel) GetTypeOk() (*ResourceTypeClientModel, bool)
- func (o ResourceClientModel) MarshalJSON() ([]byte, error)
- func (o *ResourceClientModel) SetId(v string)
- func (o *ResourceClientModel) SetIntegration(v IntegrationClientModel)
- func (o *ResourceClientModel) SetName(v string)
- func (o *ResourceClientModel) SetPath(v string)
- func (o *ResourceClientModel) SetSourceId(v string)
- func (o *ResourceClientModel) SetType(v ResourceTypeClientModel)
- func (o ResourceClientModel) ToMap() (map[string]interface{}, error)
- func (o *ResourceClientModel) UnmarshalJSON(bytes []byte) (err error)
- type ResourceFilter
- func (o *ResourceFilter) GetType() ResourceFilterType
- func (o *ResourceFilter) GetTypeOk() (*ResourceFilterType, bool)
- func (o *ResourceFilter) GetValue() string
- func (o *ResourceFilter) GetValueOk() (*string, bool)
- func (o ResourceFilter) MarshalJSON() ([]byte, error)
- func (o *ResourceFilter) SetType(v ResourceFilterType)
- func (o *ResourceFilter) SetValue(v string)
- func (o ResourceFilter) ToMap() (map[string]interface{}, error)
- func (o *ResourceFilter) UnmarshalJSON(bytes []byte) (err error)
- type ResourceFilterType
- type ResourceTypeClientModel
- func (o *ResourceTypeClientModel) GetAllowMultiplePermissions() bool
- func (o *ResourceTypeClientModel) GetAllowMultiplePermissionsOk() (*bool, bool)
- func (o *ResourceTypeClientModel) GetDisplayPath() string
- func (o *ResourceTypeClientModel) GetDisplayPathOk() (*string, bool)
- func (o *ResourceTypeClientModel) GetIcons() IconsConfigClientModel
- func (o *ResourceTypeClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
- func (o *ResourceTypeClientModel) GetId() string
- func (o *ResourceTypeClientModel) GetIdOk() (*string, bool)
- func (o *ResourceTypeClientModel) GetName() string
- func (o *ResourceTypeClientModel) GetNameOk() (*string, bool)
- func (o ResourceTypeClientModel) MarshalJSON() ([]byte, error)
- func (o *ResourceTypeClientModel) SetAllowMultiplePermissions(v bool)
- func (o *ResourceTypeClientModel) SetDisplayPath(v string)
- func (o *ResourceTypeClientModel) SetIcons(v IconsConfigClientModel)
- func (o *ResourceTypeClientModel) SetId(v string)
- func (o *ResourceTypeClientModel) SetName(v string)
- func (o ResourceTypeClientModel) ToMap() (map[string]interface{}, error)
- func (o *ResourceTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type SessionTypeClientModel
- func (o *SessionTypeClientModel) GetIcons() IconsConfigClientModel
- func (o *SessionTypeClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
- func (o *SessionTypeClientModel) GetId() string
- func (o *SessionTypeClientModel) GetIdOk() (*string, bool)
- func (o *SessionTypeClientModel) GetName() string
- func (o *SessionTypeClientModel) GetNameOk() (*string, bool)
- func (o SessionTypeClientModel) MarshalJSON() ([]byte, error)
- func (o *SessionTypeClientModel) SetIcons(v IconsConfigClientModel)
- func (o *SessionTypeClientModel) SetId(v string)
- func (o *SessionTypeClientModel) SetName(v string)
- func (o SessionTypeClientModel) ToMap() (map[string]interface{}, error)
- func (o *SessionTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
- type UserClientModel
- func (o *UserClientModel) GetEmail() string
- func (o *UserClientModel) GetEmailOk() (*string, bool)
- func (o *UserClientModel) GetId() string
- func (o *UserClientModel) GetIdOk() (*string, bool)
- func (o *UserClientModel) GetName() string
- func (o *UserClientModel) GetNameOk() (*string, bool)
- func (o *UserClientModel) GetPhoto() string
- func (o *UserClientModel) GetPhotoOk() (*string, bool)
- func (o *UserClientModel) HasPhoto() bool
- func (o UserClientModel) MarshalJSON() ([]byte, error)
- func (o *UserClientModel) SetEmail(v string)
- func (o *UserClientModel) SetId(v string)
- func (o *UserClientModel) SetName(v string)
- func (o *UserClientModel) SetPhoto(v string)
- func (o *UserClientModel) SetPhotoNil()
- func (o UserClientModel) ToMap() (map[string]interface{}, error)
- func (o *UserClientModel) UnmarshalJSON(bytes []byte) (err error)
- func (o *UserClientModel) UnsetPhoto()
- type UserSessionAPIService
- type UserSessionClientModel
- func (o *UserSessionClientModel) GetAccount() AccountClientModel
- func (o *UserSessionClientModel) GetAccountOk() (*AccountClientModel, bool)
- func (o *UserSessionClientModel) GetSettings() UserSettingsClientModel
- func (o *UserSessionClientModel) GetSettingsOk() (*UserSettingsClientModel, bool)
- func (o *UserSessionClientModel) GetUser() UserClientModel
- func (o *UserSessionClientModel) GetUserOk() (*UserClientModel, bool)
- func (o UserSessionClientModel) MarshalJSON() ([]byte, error)
- func (o *UserSessionClientModel) SetAccount(v AccountClientModel)
- func (o *UserSessionClientModel) SetSettings(v UserSettingsClientModel)
- func (o *UserSessionClientModel) SetUser(v UserClientModel)
- func (o UserSessionClientModel) ToMap() (map[string]interface{}, error)
- func (o *UserSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
- type UserSettingsClientModel
- func (o *UserSettingsClientModel) GetRequireDurationForAccessRequest() bool
- func (o *UserSettingsClientModel) GetRequireDurationForAccessRequestOk() (*bool, bool)
- func (o UserSettingsClientModel) MarshalJSON() ([]byte, error)
- func (o *UserSettingsClientModel) SetRequireDurationForAccessRequest(v bool)
- func (o UserSettingsClientModel) ToMap() (map[string]interface{}, error)
- func (o *UserSettingsClientModel) UnmarshalJSON(bytes []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
var ( JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`) XmlCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`) )
var ( // ContextAccessToken takes a string oauth2 access token as authentication for the request. ContextAccessToken = contextKey("accesstoken") // 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") )
var AllowedAccessGroupStatusEnumValues = []AccessGroupStatus{
"Success",
"Failure",
"Warning",
}
All allowed values of AccessGroupStatus enum
var AllowedAccessRequestTemplateTypeClientModelEnumValues = []AccessRequestTemplateTypeClientModel{
"IntegrationRequest",
}
All allowed values of AccessRequestTemplateTypeClientModel enum
var AllowedAccessRequestsScopeModelEnumValues = []AccessRequestsScopeModel{
"MyRequests",
"MyTasks",
}
All allowed values of AccessRequestsScopeModel enum
var AllowedAnalyticClientTypeClientModelEnumValues = []AnalyticClientTypeClientModel{
"CLI",
}
All allowed values of AnalyticClientTypeClientModel enum
var AllowedClientChallengeLogicalRelationEnumValues = []ClientChallengeLogicalRelation{
"AnyOf",
"AllOf",
}
All allowed values of ClientChallengeLogicalRelation enum
var AllowedClientChallengeStatusEnumValues = []ClientChallengeStatus{
"Approved",
"Rejected",
"Pending",
}
All allowed values of ClientChallengeStatus enum
var AllowedResourceFilterTypeEnumValues = []ResourceFilterType{
"id",
"search_term",
}
All allowed values of ResourceFilterType enum
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 { AccessGroupsAPI *AccessGroupsAPIService AccessRequestTemplatesAPI *AccessRequestTemplatesAPIService AccessRequestsAPI *AccessRequestsAPIService AccessSessionsAPI *AccessSessionsAPIService AnalyticsAPI *AnalyticsAPIService FiltersAPI *FiltersAPIService InventoryAPI *InventoryAPIService UserSessionAPI *UserSessionAPIService // contains filtered or unexported fields }
APIClient manages communication with the Apono API v1.0.0 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 AccessDetailsClientModel ¶
type AccessDetailsClientModel struct { Plain string `json:"plain"` Markdown string `json:"markdown"` CanResetCredentials bool `json:"can_reset_credentials"` }
AccessDetailsClientModel struct for AccessDetailsClientModel
func NewAccessDetailsClientModel ¶
func NewAccessDetailsClientModel(plain string, markdown string, canResetCredentials bool) *AccessDetailsClientModel
NewAccessDetailsClientModel instantiates a new AccessDetailsClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessDetailsClientModelWithDefaults ¶
func NewAccessDetailsClientModelWithDefaults() *AccessDetailsClientModel
NewAccessDetailsClientModelWithDefaults instantiates a new AccessDetailsClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessDetailsClientModel) GetCanResetCredentials ¶
func (o *AccessDetailsClientModel) GetCanResetCredentials() bool
GetCanResetCredentials returns the CanResetCredentials field value
func (*AccessDetailsClientModel) GetCanResetCredentialsOk ¶
func (o *AccessDetailsClientModel) GetCanResetCredentialsOk() (*bool, bool)
GetCanResetCredentialsOk returns a tuple with the CanResetCredentials field value and a boolean to check if the value has been set.
func (*AccessDetailsClientModel) GetMarkdown ¶
func (o *AccessDetailsClientModel) GetMarkdown() string
GetMarkdown returns the Markdown field value
func (*AccessDetailsClientModel) GetMarkdownOk ¶
func (o *AccessDetailsClientModel) GetMarkdownOk() (*string, bool)
GetMarkdownOk returns a tuple with the Markdown field value and a boolean to check if the value has been set.
func (*AccessDetailsClientModel) GetPlain ¶
func (o *AccessDetailsClientModel) GetPlain() string
GetPlain returns the Plain field value
func (*AccessDetailsClientModel) GetPlainOk ¶
func (o *AccessDetailsClientModel) GetPlainOk() (*string, bool)
GetPlainOk returns a tuple with the Plain field value and a boolean to check if the value has been set.
func (AccessDetailsClientModel) MarshalJSON ¶
func (o AccessDetailsClientModel) MarshalJSON() ([]byte, error)
func (*AccessDetailsClientModel) SetCanResetCredentials ¶
func (o *AccessDetailsClientModel) SetCanResetCredentials(v bool)
SetCanResetCredentials sets field value
func (*AccessDetailsClientModel) SetMarkdown ¶
func (o *AccessDetailsClientModel) SetMarkdown(v string)
SetMarkdown sets field value
func (*AccessDetailsClientModel) SetPlain ¶
func (o *AccessDetailsClientModel) SetPlain(v string)
SetPlain sets field value
func (AccessDetailsClientModel) ToMap ¶
func (o AccessDetailsClientModel) ToMap() (map[string]interface{}, error)
func (*AccessDetailsClientModel) UnmarshalJSON ¶
func (o *AccessDetailsClientModel) UnmarshalJSON(bytes []byte) (err error)
type AccessDetailsClientModelLink ¶
AccessDetailsClientModelLink struct for AccessDetailsClientModelLink
func NewAccessDetailsClientModelLink ¶
func NewAccessDetailsClientModelLink(url string, label string) *AccessDetailsClientModelLink
NewAccessDetailsClientModelLink instantiates a new AccessDetailsClientModelLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessDetailsClientModelLinkWithDefaults ¶
func NewAccessDetailsClientModelLinkWithDefaults() *AccessDetailsClientModelLink
NewAccessDetailsClientModelLinkWithDefaults instantiates a new AccessDetailsClientModelLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessDetailsClientModelLink) GetLabel ¶
func (o *AccessDetailsClientModelLink) GetLabel() string
GetLabel returns the Label field value
func (*AccessDetailsClientModelLink) GetLabelOk ¶
func (o *AccessDetailsClientModelLink) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.
func (*AccessDetailsClientModelLink) GetUrl ¶
func (o *AccessDetailsClientModelLink) GetUrl() string
GetUrl returns the Url field value
func (*AccessDetailsClientModelLink) GetUrlOk ¶
func (o *AccessDetailsClientModelLink) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (AccessDetailsClientModelLink) MarshalJSON ¶
func (o AccessDetailsClientModelLink) MarshalJSON() ([]byte, error)
func (*AccessDetailsClientModelLink) SetLabel ¶
func (o *AccessDetailsClientModelLink) SetLabel(v string)
SetLabel sets field value
func (*AccessDetailsClientModelLink) SetUrl ¶
func (o *AccessDetailsClientModelLink) SetUrl(v string)
SetUrl sets field value
func (AccessDetailsClientModelLink) ToMap ¶
func (o AccessDetailsClientModelLink) ToMap() (map[string]interface{}, error)
func (*AccessDetailsClientModelLink) UnmarshalJSON ¶
func (o *AccessDetailsClientModelLink) UnmarshalJSON(bytes []byte) (err error)
type AccessGroupClientModel ¶
type AccessGroupClientModel struct { Integration IntegrationClientModel `json:"integration"` ResourceTypes []ResourceTypeClientModel `json:"resource_types"` Id string `json:"id"` HasNewCredentials bool `json:"has_new_credentials"` Status AccessGroupStatusClientModel `json:"status"` }
AccessGroupClientModel struct for AccessGroupClientModel
func NewAccessGroupClientModel ¶
func NewAccessGroupClientModel(integration IntegrationClientModel, resourceTypes []ResourceTypeClientModel, id string, hasNewCredentials bool, status AccessGroupStatusClientModel) *AccessGroupClientModel
NewAccessGroupClientModel instantiates a new AccessGroupClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessGroupClientModelWithDefaults ¶
func NewAccessGroupClientModelWithDefaults() *AccessGroupClientModel
NewAccessGroupClientModelWithDefaults instantiates a new AccessGroupClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessGroupClientModel) GetHasNewCredentials ¶
func (o *AccessGroupClientModel) GetHasNewCredentials() bool
GetHasNewCredentials returns the HasNewCredentials field value
func (*AccessGroupClientModel) GetHasNewCredentialsOk ¶
func (o *AccessGroupClientModel) GetHasNewCredentialsOk() (*bool, bool)
GetHasNewCredentialsOk returns a tuple with the HasNewCredentials field value and a boolean to check if the value has been set.
func (*AccessGroupClientModel) GetId ¶
func (o *AccessGroupClientModel) GetId() string
GetId returns the Id field value
func (*AccessGroupClientModel) GetIdOk ¶
func (o *AccessGroupClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessGroupClientModel) GetIntegration ¶
func (o *AccessGroupClientModel) GetIntegration() IntegrationClientModel
GetIntegration returns the Integration field value
func (*AccessGroupClientModel) GetIntegrationOk ¶
func (o *AccessGroupClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.
func (*AccessGroupClientModel) GetResourceTypes ¶
func (o *AccessGroupClientModel) GetResourceTypes() []ResourceTypeClientModel
GetResourceTypes returns the ResourceTypes field value
func (*AccessGroupClientModel) GetResourceTypesOk ¶
func (o *AccessGroupClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
GetResourceTypesOk returns a tuple with the ResourceTypes field value and a boolean to check if the value has been set.
func (*AccessGroupClientModel) GetStatus ¶
func (o *AccessGroupClientModel) GetStatus() AccessGroupStatusClientModel
GetStatus returns the Status field value
func (*AccessGroupClientModel) GetStatusOk ¶
func (o *AccessGroupClientModel) GetStatusOk() (*AccessGroupStatusClientModel, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (AccessGroupClientModel) MarshalJSON ¶
func (o AccessGroupClientModel) MarshalJSON() ([]byte, error)
func (*AccessGroupClientModel) SetHasNewCredentials ¶
func (o *AccessGroupClientModel) SetHasNewCredentials(v bool)
SetHasNewCredentials sets field value
func (*AccessGroupClientModel) SetId ¶
func (o *AccessGroupClientModel) SetId(v string)
SetId sets field value
func (*AccessGroupClientModel) SetIntegration ¶
func (o *AccessGroupClientModel) SetIntegration(v IntegrationClientModel)
SetIntegration sets field value
func (*AccessGroupClientModel) SetResourceTypes ¶
func (o *AccessGroupClientModel) SetResourceTypes(v []ResourceTypeClientModel)
SetResourceTypes sets field value
func (*AccessGroupClientModel) SetStatus ¶
func (o *AccessGroupClientModel) SetStatus(v AccessGroupStatusClientModel)
SetStatus sets field value
func (AccessGroupClientModel) ToMap ¶
func (o AccessGroupClientModel) ToMap() (map[string]interface{}, error)
func (*AccessGroupClientModel) UnmarshalJSON ¶
func (o *AccessGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
type AccessGroupStatus ¶
type AccessGroupStatus string
AccessGroupStatus the model 'AccessGroupStatus'
const ( ACCESSGROUPSTATUS_SUCCESS AccessGroupStatus = "Success" ACCESSGROUPSTATUS_FAILURE AccessGroupStatus = "Failure" ACCESSGROUPSTATUS_WARNING AccessGroupStatus = "Warning" )
List of AccessGroupStatus
func NewAccessGroupStatusFromValue ¶
func NewAccessGroupStatusFromValue(v string) (*AccessGroupStatus, error)
NewAccessGroupStatusFromValue returns a pointer to a valid AccessGroupStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessGroupStatus) IsValid ¶
func (v AccessGroupStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessGroupStatus) Ptr ¶
func (v AccessGroupStatus) Ptr() *AccessGroupStatus
Ptr returns reference to AccessGroupStatus value
func (*AccessGroupStatus) UnmarshalJSON ¶
func (v *AccessGroupStatus) UnmarshalJSON(src []byte) error
type AccessGroupStatusClientModel ¶
type AccessGroupStatusClientModel struct { Status AccessGroupStatus `json:"status"` Message NullableString `json:"message,omitempty"` }
AccessGroupStatusClientModel struct for AccessGroupStatusClientModel
func NewAccessGroupStatusClientModel ¶
func NewAccessGroupStatusClientModel(status AccessGroupStatus) *AccessGroupStatusClientModel
NewAccessGroupStatusClientModel instantiates a new AccessGroupStatusClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessGroupStatusClientModelWithDefaults ¶
func NewAccessGroupStatusClientModelWithDefaults() *AccessGroupStatusClientModel
NewAccessGroupStatusClientModelWithDefaults instantiates a new AccessGroupStatusClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessGroupStatusClientModel) GetMessage ¶
func (o *AccessGroupStatusClientModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessGroupStatusClientModel) GetMessageOk ¶
func (o *AccessGroupStatusClientModel) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessGroupStatusClientModel) GetStatus ¶
func (o *AccessGroupStatusClientModel) GetStatus() AccessGroupStatus
GetStatus returns the Status field value
func (*AccessGroupStatusClientModel) GetStatusOk ¶
func (o *AccessGroupStatusClientModel) GetStatusOk() (*AccessGroupStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessGroupStatusClientModel) HasMessage ¶
func (o *AccessGroupStatusClientModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (AccessGroupStatusClientModel) MarshalJSON ¶
func (o AccessGroupStatusClientModel) MarshalJSON() ([]byte, error)
func (*AccessGroupStatusClientModel) SetMessage ¶
func (o *AccessGroupStatusClientModel) SetMessage(v string)
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*AccessGroupStatusClientModel) SetMessageNil ¶
func (o *AccessGroupStatusClientModel) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (*AccessGroupStatusClientModel) SetStatus ¶
func (o *AccessGroupStatusClientModel) SetStatus(v AccessGroupStatus)
SetStatus sets field value
func (AccessGroupStatusClientModel) ToMap ¶
func (o AccessGroupStatusClientModel) ToMap() (map[string]interface{}, error)
func (*AccessGroupStatusClientModel) UnmarshalJSON ¶
func (o *AccessGroupStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessGroupStatusClientModel) UnsetMessage ¶
func (o *AccessGroupStatusClientModel) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
type AccessGroupsAPIService ¶
type AccessGroupsAPIService service
AccessGroupsAPIService AccessGroupsAPI service
func (*AccessGroupsAPIService) GetAccessGroupDetails ¶
func (a *AccessGroupsAPIService) GetAccessGroupDetails(ctx context.Context, id string) ApiGetAccessGroupDetailsRequest
GetAccessGroupDetails Get access group details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessGroupDetailsRequest
func (*AccessGroupsAPIService) GetAccessGroupDetailsExecute ¶
func (a *AccessGroupsAPIService) GetAccessGroupDetailsExecute(r ApiGetAccessGroupDetailsRequest) (*AccessDetailsClientModel, *http.Response, error)
Execute executes the request
@return AccessDetailsClientModel
func (*AccessGroupsAPIService) GetAccessGroupUnits ¶
func (a *AccessGroupsAPIService) GetAccessGroupUnits(ctx context.Context, id string) ApiGetAccessGroupUnitsRequest
GetAccessGroupUnits Get access group units
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessGroupUnitsRequest
func (*AccessGroupsAPIService) GetAccessGroupUnitsExecute ¶
func (a *AccessGroupsAPIService) GetAccessGroupUnitsExecute(r ApiGetAccessGroupUnitsRequest) (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessUnitClientModel
func (*AccessGroupsAPIService) ResetAccessGroupCredentials ¶
func (a *AccessGroupsAPIService) ResetAccessGroupCredentials(ctx context.Context, id string) ApiResetAccessGroupCredentialsRequest
ResetAccessGroupCredentials Reset access group credentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiResetAccessGroupCredentialsRequest
func (*AccessGroupsAPIService) ResetAccessGroupCredentialsExecute ¶
func (a *AccessGroupsAPIService) ResetAccessGroupCredentialsExecute(r ApiResetAccessGroupCredentialsRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
type AccessRequestClientModel ¶
type AccessRequestClientModel struct { Id string `json:"id"` Requestor UserClientModel `json:"requestor"` CreationTime float64 `json:"creation_time"` RevocationTime NullableFloat64 `json:"revocation_time,omitempty"` Status RequestStatusClientModel `json:"status"` Justification NullableString `json:"justification,omitempty"` AccessGroups []AccessGroupClientModel `json:"access_groups"` Bundle NullableAccessRequestClientModelBundle `json:"bundle,omitempty"` Challenge NullableAccessRequestClientModelChallenge `json:"challenge,omitempty"` DurationInSec NullableInt32 `json:"duration_in_sec,omitempty"` }
AccessRequestClientModel struct for AccessRequestClientModel
func NewAccessRequestClientModel ¶
func NewAccessRequestClientModel(id string, requestor UserClientModel, creationTime float64, status RequestStatusClientModel, accessGroups []AccessGroupClientModel) *AccessRequestClientModel
NewAccessRequestClientModel instantiates a new AccessRequestClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestClientModelWithDefaults ¶
func NewAccessRequestClientModelWithDefaults() *AccessRequestClientModel
NewAccessRequestClientModelWithDefaults instantiates a new AccessRequestClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestClientModel) GetAccessGroups ¶
func (o *AccessRequestClientModel) GetAccessGroups() []AccessGroupClientModel
GetAccessGroups returns the AccessGroups field value
func (*AccessRequestClientModel) GetAccessGroupsOk ¶
func (o *AccessRequestClientModel) GetAccessGroupsOk() ([]AccessGroupClientModel, bool)
GetAccessGroupsOk returns a tuple with the AccessGroups field value and a boolean to check if the value has been set.
func (*AccessRequestClientModel) GetBundle ¶
func (o *AccessRequestClientModel) GetBundle() AccessRequestClientModelBundle
GetBundle returns the Bundle field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestClientModel) GetBundleOk ¶
func (o *AccessRequestClientModel) GetBundleOk() (*AccessRequestClientModelBundle, bool)
GetBundleOk returns a tuple with the Bundle 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 (*AccessRequestClientModel) GetChallenge ¶
func (o *AccessRequestClientModel) GetChallenge() AccessRequestClientModelChallenge
GetChallenge returns the Challenge field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestClientModel) GetChallengeOk ¶
func (o *AccessRequestClientModel) GetChallengeOk() (*AccessRequestClientModelChallenge, bool)
GetChallengeOk returns a tuple with the Challenge 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 (*AccessRequestClientModel) GetCreationTime ¶
func (o *AccessRequestClientModel) GetCreationTime() float64
GetCreationTime returns the CreationTime field value
func (*AccessRequestClientModel) GetCreationTimeOk ¶
func (o *AccessRequestClientModel) GetCreationTimeOk() (*float64, bool)
GetCreationTimeOk returns a tuple with the CreationTime field value and a boolean to check if the value has been set.
func (*AccessRequestClientModel) GetDurationInSec ¶ added in v1.1.0
func (o *AccessRequestClientModel) GetDurationInSec() int32
GetDurationInSec returns the DurationInSec field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestClientModel) GetDurationInSecOk ¶ added in v1.1.0
func (o *AccessRequestClientModel) GetDurationInSecOk() (*int32, bool)
GetDurationInSecOk returns a tuple with the DurationInSec 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 (*AccessRequestClientModel) GetId ¶
func (o *AccessRequestClientModel) GetId() string
GetId returns the Id field value
func (*AccessRequestClientModel) GetIdOk ¶
func (o *AccessRequestClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessRequestClientModel) GetJustification ¶
func (o *AccessRequestClientModel) GetJustification() string
GetJustification returns the Justification field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestClientModel) GetJustificationOk ¶
func (o *AccessRequestClientModel) GetJustificationOk() (*string, bool)
GetJustificationOk returns a tuple with the Justification 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 (*AccessRequestClientModel) GetRequestor ¶
func (o *AccessRequestClientModel) GetRequestor() UserClientModel
GetRequestor returns the Requestor field value
func (*AccessRequestClientModel) GetRequestorOk ¶
func (o *AccessRequestClientModel) GetRequestorOk() (*UserClientModel, bool)
GetRequestorOk returns a tuple with the Requestor field value and a boolean to check if the value has been set.
func (*AccessRequestClientModel) GetRevocationTime ¶
func (o *AccessRequestClientModel) GetRevocationTime() float64
GetRevocationTime returns the RevocationTime field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestClientModel) GetRevocationTimeOk ¶
func (o *AccessRequestClientModel) GetRevocationTimeOk() (*float64, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRequestClientModel) GetStatus ¶
func (o *AccessRequestClientModel) GetStatus() RequestStatusClientModel
GetStatus returns the Status field value
func (*AccessRequestClientModel) GetStatusOk ¶
func (o *AccessRequestClientModel) GetStatusOk() (*RequestStatusClientModel, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessRequestClientModel) HasBundle ¶
func (o *AccessRequestClientModel) HasBundle() bool
HasBundle returns a boolean if a field has been set.
func (*AccessRequestClientModel) HasChallenge ¶
func (o *AccessRequestClientModel) HasChallenge() bool
HasChallenge returns a boolean if a field has been set.
func (*AccessRequestClientModel) HasDurationInSec ¶ added in v1.1.0
func (o *AccessRequestClientModel) HasDurationInSec() bool
HasDurationInSec returns a boolean if a field has been set.
func (*AccessRequestClientModel) HasJustification ¶
func (o *AccessRequestClientModel) HasJustification() bool
HasJustification returns a boolean if a field has been set.
func (*AccessRequestClientModel) HasRevocationTime ¶
func (o *AccessRequestClientModel) HasRevocationTime() bool
HasRevocationTime returns a boolean if a field has been set.
func (AccessRequestClientModel) MarshalJSON ¶
func (o AccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*AccessRequestClientModel) SetAccessGroups ¶
func (o *AccessRequestClientModel) SetAccessGroups(v []AccessGroupClientModel)
SetAccessGroups sets field value
func (*AccessRequestClientModel) SetBundle ¶
func (o *AccessRequestClientModel) SetBundle(v AccessRequestClientModelBundle)
SetBundle gets a reference to the given NullableAccessRequestClientModelBundle and assigns it to the Bundle field.
func (*AccessRequestClientModel) SetBundleNil ¶
func (o *AccessRequestClientModel) SetBundleNil()
SetBundleNil sets the value for Bundle to be an explicit nil
func (*AccessRequestClientModel) SetChallenge ¶
func (o *AccessRequestClientModel) SetChallenge(v AccessRequestClientModelChallenge)
SetChallenge gets a reference to the given NullableAccessRequestClientModelChallenge and assigns it to the Challenge field.
func (*AccessRequestClientModel) SetChallengeNil ¶
func (o *AccessRequestClientModel) SetChallengeNil()
SetChallengeNil sets the value for Challenge to be an explicit nil
func (*AccessRequestClientModel) SetCreationTime ¶
func (o *AccessRequestClientModel) SetCreationTime(v float64)
SetCreationTime sets field value
func (*AccessRequestClientModel) SetDurationInSec ¶ added in v1.1.0
func (o *AccessRequestClientModel) SetDurationInSec(v int32)
SetDurationInSec gets a reference to the given NullableInt32 and assigns it to the DurationInSec field.
func (*AccessRequestClientModel) SetDurationInSecNil ¶ added in v1.1.0
func (o *AccessRequestClientModel) SetDurationInSecNil()
SetDurationInSecNil sets the value for DurationInSec to be an explicit nil
func (*AccessRequestClientModel) SetId ¶
func (o *AccessRequestClientModel) SetId(v string)
SetId sets field value
func (*AccessRequestClientModel) SetJustification ¶
func (o *AccessRequestClientModel) SetJustification(v string)
SetJustification gets a reference to the given NullableString and assigns it to the Justification field.
func (*AccessRequestClientModel) SetJustificationNil ¶
func (o *AccessRequestClientModel) SetJustificationNil()
SetJustificationNil sets the value for Justification to be an explicit nil
func (*AccessRequestClientModel) SetRequestor ¶
func (o *AccessRequestClientModel) SetRequestor(v UserClientModel)
SetRequestor sets field value
func (*AccessRequestClientModel) SetRevocationTime ¶
func (o *AccessRequestClientModel) SetRevocationTime(v float64)
SetRevocationTime gets a reference to the given NullableFloat64 and assigns it to the RevocationTime field.
func (*AccessRequestClientModel) SetRevocationTimeNil ¶
func (o *AccessRequestClientModel) SetRevocationTimeNil()
SetRevocationTimeNil sets the value for RevocationTime to be an explicit nil
func (*AccessRequestClientModel) SetStatus ¶
func (o *AccessRequestClientModel) SetStatus(v RequestStatusClientModel)
SetStatus sets field value
func (AccessRequestClientModel) ToMap ¶
func (o AccessRequestClientModel) ToMap() (map[string]interface{}, error)
func (*AccessRequestClientModel) UnmarshalJSON ¶
func (o *AccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessRequestClientModel) UnsetBundle ¶
func (o *AccessRequestClientModel) UnsetBundle()
UnsetBundle ensures that no value is present for Bundle, not even an explicit nil
func (*AccessRequestClientModel) UnsetChallenge ¶
func (o *AccessRequestClientModel) UnsetChallenge()
UnsetChallenge ensures that no value is present for Challenge, not even an explicit nil
func (*AccessRequestClientModel) UnsetDurationInSec ¶ added in v1.1.0
func (o *AccessRequestClientModel) UnsetDurationInSec()
UnsetDurationInSec ensures that no value is present for DurationInSec, not even an explicit nil
func (*AccessRequestClientModel) UnsetJustification ¶
func (o *AccessRequestClientModel) UnsetJustification()
UnsetJustification ensures that no value is present for Justification, not even an explicit nil
func (*AccessRequestClientModel) UnsetRevocationTime ¶
func (o *AccessRequestClientModel) UnsetRevocationTime()
UnsetRevocationTime ensures that no value is present for RevocationTime, not even an explicit nil
type AccessRequestClientModelBundle ¶
AccessRequestClientModelBundle struct for AccessRequestClientModelBundle
func NewAccessRequestClientModelBundle ¶
func NewAccessRequestClientModelBundle(id string, name string) *AccessRequestClientModelBundle
NewAccessRequestClientModelBundle instantiates a new AccessRequestClientModelBundle object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestClientModelBundleWithDefaults ¶
func NewAccessRequestClientModelBundleWithDefaults() *AccessRequestClientModelBundle
NewAccessRequestClientModelBundleWithDefaults instantiates a new AccessRequestClientModelBundle object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestClientModelBundle) GetId ¶
func (o *AccessRequestClientModelBundle) GetId() string
GetId returns the Id field value
func (*AccessRequestClientModelBundle) GetIdOk ¶
func (o *AccessRequestClientModelBundle) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessRequestClientModelBundle) GetName ¶
func (o *AccessRequestClientModelBundle) GetName() string
GetName returns the Name field value
func (*AccessRequestClientModelBundle) GetNameOk ¶
func (o *AccessRequestClientModelBundle) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (AccessRequestClientModelBundle) MarshalJSON ¶
func (o AccessRequestClientModelBundle) MarshalJSON() ([]byte, error)
func (*AccessRequestClientModelBundle) SetId ¶
func (o *AccessRequestClientModelBundle) SetId(v string)
SetId sets field value
func (*AccessRequestClientModelBundle) SetName ¶
func (o *AccessRequestClientModelBundle) SetName(v string)
SetName sets field value
func (AccessRequestClientModelBundle) ToMap ¶
func (o AccessRequestClientModelBundle) ToMap() (map[string]interface{}, error)
func (*AccessRequestClientModelBundle) UnmarshalJSON ¶
func (o *AccessRequestClientModelBundle) UnmarshalJSON(bytes []byte) (err error)
type AccessRequestClientModelChallenge ¶
type AccessRequestClientModelChallenge struct { LogicalRelation ClientChallengeLogicalRelation `json:"logical_relation"` Approvers []ChallengeApproverClientModel `json:"approvers"` }
AccessRequestClientModelChallenge struct for AccessRequestClientModelChallenge
func NewAccessRequestClientModelChallenge ¶
func NewAccessRequestClientModelChallenge(logicalRelation ClientChallengeLogicalRelation, approvers []ChallengeApproverClientModel) *AccessRequestClientModelChallenge
NewAccessRequestClientModelChallenge instantiates a new AccessRequestClientModelChallenge object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestClientModelChallengeWithDefaults ¶
func NewAccessRequestClientModelChallengeWithDefaults() *AccessRequestClientModelChallenge
NewAccessRequestClientModelChallengeWithDefaults instantiates a new AccessRequestClientModelChallenge object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestClientModelChallenge) GetApprovers ¶
func (o *AccessRequestClientModelChallenge) GetApprovers() []ChallengeApproverClientModel
GetApprovers returns the Approvers field value
func (*AccessRequestClientModelChallenge) GetApproversOk ¶
func (o *AccessRequestClientModelChallenge) GetApproversOk() ([]ChallengeApproverClientModel, bool)
GetApproversOk returns a tuple with the Approvers field value and a boolean to check if the value has been set.
func (*AccessRequestClientModelChallenge) GetLogicalRelation ¶
func (o *AccessRequestClientModelChallenge) GetLogicalRelation() ClientChallengeLogicalRelation
GetLogicalRelation returns the LogicalRelation field value
func (*AccessRequestClientModelChallenge) GetLogicalRelationOk ¶
func (o *AccessRequestClientModelChallenge) GetLogicalRelationOk() (*ClientChallengeLogicalRelation, bool)
GetLogicalRelationOk returns a tuple with the LogicalRelation field value and a boolean to check if the value has been set.
func (AccessRequestClientModelChallenge) MarshalJSON ¶
func (o AccessRequestClientModelChallenge) MarshalJSON() ([]byte, error)
func (*AccessRequestClientModelChallenge) SetApprovers ¶
func (o *AccessRequestClientModelChallenge) SetApprovers(v []ChallengeApproverClientModel)
SetApprovers sets field value
func (*AccessRequestClientModelChallenge) SetLogicalRelation ¶
func (o *AccessRequestClientModelChallenge) SetLogicalRelation(v ClientChallengeLogicalRelation)
SetLogicalRelation sets field value
func (AccessRequestClientModelChallenge) ToMap ¶
func (o AccessRequestClientModelChallenge) ToMap() (map[string]interface{}, error)
func (*AccessRequestClientModelChallenge) UnmarshalJSON ¶
func (o *AccessRequestClientModelChallenge) UnmarshalJSON(bytes []byte) (err error)
type AccessRequestSubmittedClientResponse ¶ added in v1.0.3
type AccessRequestSubmittedClientResponse struct { RequestIds []string `json:"request_ids"` Message NullableString `json:"message,omitempty"` }
AccessRequestSubmittedClientResponse struct for AccessRequestSubmittedClientResponse
func NewAccessRequestSubmittedClientResponse ¶ added in v1.0.3
func NewAccessRequestSubmittedClientResponse(requestIds []string) *AccessRequestSubmittedClientResponse
NewAccessRequestSubmittedClientResponse instantiates a new AccessRequestSubmittedClientResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestSubmittedClientResponseWithDefaults ¶ added in v1.0.3
func NewAccessRequestSubmittedClientResponseWithDefaults() *AccessRequestSubmittedClientResponse
NewAccessRequestSubmittedClientResponseWithDefaults instantiates a new AccessRequestSubmittedClientResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestSubmittedClientResponse) GetMessage ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessRequestSubmittedClientResponse) GetMessageOk ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessRequestSubmittedClientResponse) GetRequestIds ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) GetRequestIds() []string
GetRequestIds returns the RequestIds field value
func (*AccessRequestSubmittedClientResponse) GetRequestIdsOk ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) GetRequestIdsOk() ([]string, bool)
GetRequestIdsOk returns a tuple with the RequestIds field value and a boolean to check if the value has been set.
func (*AccessRequestSubmittedClientResponse) HasMessage ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (AccessRequestSubmittedClientResponse) MarshalJSON ¶ added in v1.0.3
func (o AccessRequestSubmittedClientResponse) MarshalJSON() ([]byte, error)
func (*AccessRequestSubmittedClientResponse) SetMessage ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) SetMessage(v string)
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*AccessRequestSubmittedClientResponse) SetMessageNil ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (*AccessRequestSubmittedClientResponse) SetRequestIds ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) SetRequestIds(v []string)
SetRequestIds sets field value
func (AccessRequestSubmittedClientResponse) ToMap ¶ added in v1.0.3
func (o AccessRequestSubmittedClientResponse) ToMap() (map[string]interface{}, error)
func (*AccessRequestSubmittedClientResponse) UnmarshalJSON ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) UnmarshalJSON(bytes []byte) (err error)
func (*AccessRequestSubmittedClientResponse) UnsetMessage ¶ added in v1.0.3
func (o *AccessRequestSubmittedClientResponse) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
type AccessRequestTemplateClientModel ¶
type AccessRequestTemplateClientModel struct { Id string `json:"id"` Name string `json:"name"` Type AccessRequestTemplateTypeClientModel `json:"type"` Integrations []IntegrationClientModel `json:"integrations"` ResourceTypes []ResourceTypeClientModel `json:"resource_types"` Resources []ResourceClientModel `json:"resources"` Permissions []PermissionClientModel `json:"permissions"` CreateDate float64 `json:"create_date"` }
AccessRequestTemplateClientModel struct for AccessRequestTemplateClientModel
func NewAccessRequestTemplateClientModel ¶
func NewAccessRequestTemplateClientModel(id string, name string, type_ AccessRequestTemplateTypeClientModel, integrations []IntegrationClientModel, resourceTypes []ResourceTypeClientModel, resources []ResourceClientModel, permissions []PermissionClientModel, createDate float64) *AccessRequestTemplateClientModel
NewAccessRequestTemplateClientModel instantiates a new AccessRequestTemplateClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessRequestTemplateClientModelWithDefaults ¶
func NewAccessRequestTemplateClientModelWithDefaults() *AccessRequestTemplateClientModel
NewAccessRequestTemplateClientModelWithDefaults instantiates a new AccessRequestTemplateClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessRequestTemplateClientModel) GetCreateDate ¶
func (o *AccessRequestTemplateClientModel) GetCreateDate() float64
GetCreateDate returns the CreateDate field value
func (*AccessRequestTemplateClientModel) GetCreateDateOk ¶
func (o *AccessRequestTemplateClientModel) GetCreateDateOk() (*float64, bool)
GetCreateDateOk returns a tuple with the CreateDate field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetId ¶
func (o *AccessRequestTemplateClientModel) GetId() string
GetId returns the Id field value
func (*AccessRequestTemplateClientModel) GetIdOk ¶
func (o *AccessRequestTemplateClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetIntegrations ¶
func (o *AccessRequestTemplateClientModel) GetIntegrations() []IntegrationClientModel
GetIntegrations returns the Integrations field value
func (*AccessRequestTemplateClientModel) GetIntegrationsOk ¶
func (o *AccessRequestTemplateClientModel) GetIntegrationsOk() ([]IntegrationClientModel, bool)
GetIntegrationsOk returns a tuple with the Integrations field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetName ¶
func (o *AccessRequestTemplateClientModel) GetName() string
GetName returns the Name field value
func (*AccessRequestTemplateClientModel) GetNameOk ¶
func (o *AccessRequestTemplateClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetPermissions ¶
func (o *AccessRequestTemplateClientModel) GetPermissions() []PermissionClientModel
GetPermissions returns the Permissions field value
func (*AccessRequestTemplateClientModel) GetPermissionsOk ¶
func (o *AccessRequestTemplateClientModel) GetPermissionsOk() ([]PermissionClientModel, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetResourceTypes ¶
func (o *AccessRequestTemplateClientModel) GetResourceTypes() []ResourceTypeClientModel
GetResourceTypes returns the ResourceTypes field value
func (*AccessRequestTemplateClientModel) GetResourceTypesOk ¶
func (o *AccessRequestTemplateClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
GetResourceTypesOk returns a tuple with the ResourceTypes field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetResources ¶
func (o *AccessRequestTemplateClientModel) GetResources() []ResourceClientModel
GetResources returns the Resources field value
func (*AccessRequestTemplateClientModel) GetResourcesOk ¶
func (o *AccessRequestTemplateClientModel) GetResourcesOk() ([]ResourceClientModel, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (*AccessRequestTemplateClientModel) GetType ¶
func (o *AccessRequestTemplateClientModel) GetType() AccessRequestTemplateTypeClientModel
GetType returns the Type field value
func (*AccessRequestTemplateClientModel) GetTypeOk ¶
func (o *AccessRequestTemplateClientModel) GetTypeOk() (*AccessRequestTemplateTypeClientModel, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (AccessRequestTemplateClientModel) MarshalJSON ¶
func (o AccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*AccessRequestTemplateClientModel) SetCreateDate ¶
func (o *AccessRequestTemplateClientModel) SetCreateDate(v float64)
SetCreateDate sets field value
func (*AccessRequestTemplateClientModel) SetId ¶
func (o *AccessRequestTemplateClientModel) SetId(v string)
SetId sets field value
func (*AccessRequestTemplateClientModel) SetIntegrations ¶
func (o *AccessRequestTemplateClientModel) SetIntegrations(v []IntegrationClientModel)
SetIntegrations sets field value
func (*AccessRequestTemplateClientModel) SetName ¶
func (o *AccessRequestTemplateClientModel) SetName(v string)
SetName sets field value
func (*AccessRequestTemplateClientModel) SetPermissions ¶
func (o *AccessRequestTemplateClientModel) SetPermissions(v []PermissionClientModel)
SetPermissions sets field value
func (*AccessRequestTemplateClientModel) SetResourceTypes ¶
func (o *AccessRequestTemplateClientModel) SetResourceTypes(v []ResourceTypeClientModel)
SetResourceTypes sets field value
func (*AccessRequestTemplateClientModel) SetResources ¶
func (o *AccessRequestTemplateClientModel) SetResources(v []ResourceClientModel)
SetResources sets field value
func (*AccessRequestTemplateClientModel) SetType ¶
func (o *AccessRequestTemplateClientModel) SetType(v AccessRequestTemplateTypeClientModel)
SetType sets field value
func (AccessRequestTemplateClientModel) ToMap ¶
func (o AccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
func (*AccessRequestTemplateClientModel) UnmarshalJSON ¶
func (o *AccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
type AccessRequestTemplateTypeClientModel ¶
type AccessRequestTemplateTypeClientModel string
AccessRequestTemplateTypeClientModel the model 'AccessRequestTemplateTypeClientModel'
const (
ACCESSREQUESTTEMPLATETYPECLIENTMODEL_INTEGRATION_REQUEST AccessRequestTemplateTypeClientModel = "IntegrationRequest"
)
List of AccessRequestTemplateTypeClientModel
func NewAccessRequestTemplateTypeClientModelFromValue ¶
func NewAccessRequestTemplateTypeClientModelFromValue(v string) (*AccessRequestTemplateTypeClientModel, error)
NewAccessRequestTemplateTypeClientModelFromValue returns a pointer to a valid AccessRequestTemplateTypeClientModel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessRequestTemplateTypeClientModel) IsValid ¶
func (v AccessRequestTemplateTypeClientModel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessRequestTemplateTypeClientModel) Ptr ¶
Ptr returns reference to AccessRequestTemplateTypeClientModel value
func (*AccessRequestTemplateTypeClientModel) UnmarshalJSON ¶
func (v *AccessRequestTemplateTypeClientModel) UnmarshalJSON(src []byte) error
type AccessRequestTemplatesAPIService ¶
type AccessRequestTemplatesAPIService service
AccessRequestTemplatesAPIService AccessRequestTemplatesAPI service
func (*AccessRequestTemplatesAPIService) CreateAccessRequestTemplate ¶
func (a *AccessRequestTemplatesAPIService) CreateAccessRequestTemplate(ctx context.Context) ApiCreateAccessRequestTemplateRequest
CreateAccessRequestTemplate Create access request template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateAccessRequestTemplateRequest
func (*AccessRequestTemplatesAPIService) CreateAccessRequestTemplateExecute ¶
func (a *AccessRequestTemplatesAPIService) CreateAccessRequestTemplateExecute(r ApiCreateAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
Execute executes the request
@return AccessRequestTemplateClientModel
func (*AccessRequestTemplatesAPIService) DeleteAccessRequestTemplate ¶
func (a *AccessRequestTemplatesAPIService) DeleteAccessRequestTemplate(ctx context.Context, id string) ApiDeleteAccessRequestTemplateRequest
DeleteAccessRequestTemplate Delete access request template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiDeleteAccessRequestTemplateRequest
func (*AccessRequestTemplatesAPIService) DeleteAccessRequestTemplateExecute ¶
func (a *AccessRequestTemplatesAPIService) DeleteAccessRequestTemplateExecute(r ApiDeleteAccessRequestTemplateRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
func (*AccessRequestTemplatesAPIService) GetAccessRequestTemplate ¶
func (a *AccessRequestTemplatesAPIService) GetAccessRequestTemplate(ctx context.Context, id string) ApiGetAccessRequestTemplateRequest
GetAccessRequestTemplate Get access request template by ID
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessRequestTemplateRequest
func (*AccessRequestTemplatesAPIService) GetAccessRequestTemplateExecute ¶
func (a *AccessRequestTemplatesAPIService) GetAccessRequestTemplateExecute(r ApiGetAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
Execute executes the request
@return AccessRequestTemplateClientModel
func (*AccessRequestTemplatesAPIService) ListAccessRequestTemplates ¶
func (a *AccessRequestTemplatesAPIService) ListAccessRequestTemplates(ctx context.Context) ApiListAccessRequestTemplatesRequest
ListAccessRequestTemplates List access request templates
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessRequestTemplatesRequest
func (*AccessRequestTemplatesAPIService) ListAccessRequestTemplatesExecute ¶
func (a *AccessRequestTemplatesAPIService) ListAccessRequestTemplatesExecute(r ApiListAccessRequestTemplatesRequest) (*PaginatedClientResponseModelAccessRequestTemplateClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessRequestTemplateClientModel
func (*AccessRequestTemplatesAPIService) UpdateAccessRequestTemplate ¶
func (a *AccessRequestTemplatesAPIService) UpdateAccessRequestTemplate(ctx context.Context, id string) ApiUpdateAccessRequestTemplateRequest
UpdateAccessRequestTemplate Update access request template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiUpdateAccessRequestTemplateRequest
func (*AccessRequestTemplatesAPIService) UpdateAccessRequestTemplateExecute ¶
func (a *AccessRequestTemplatesAPIService) UpdateAccessRequestTemplateExecute(r ApiUpdateAccessRequestTemplateRequest) (*AccessRequestTemplateClientModel, *http.Response, error)
Execute executes the request
@return AccessRequestTemplateClientModel
type AccessRequestsAPIService ¶
type AccessRequestsAPIService service
AccessRequestsAPIService AccessRequestsAPI service
func (*AccessRequestsAPIService) ApproveAccessRequest ¶
func (a *AccessRequestsAPIService) ApproveAccessRequest(ctx context.Context, id string) ApiApproveAccessRequestRequest
ApproveAccessRequest Approve access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiApproveAccessRequestRequest
func (*AccessRequestsAPIService) ApproveAccessRequestExecute ¶
func (a *AccessRequestsAPIService) ApproveAccessRequestExecute(r ApiApproveAccessRequestRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
func (*AccessRequestsAPIService) CreateUserAccessRequest ¶
func (a *AccessRequestsAPIService) CreateUserAccessRequest(ctx context.Context) ApiCreateUserAccessRequestRequest
CreateUserAccessRequest Create user access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiCreateUserAccessRequestRequest
func (*AccessRequestsAPIService) CreateUserAccessRequestExecute ¶
func (a *AccessRequestsAPIService) CreateUserAccessRequestExecute(r ApiCreateUserAccessRequestRequest) (*AccessRequestSubmittedClientResponse, *http.Response, error)
Execute executes the request
@return AccessRequestSubmittedClientResponse
func (*AccessRequestsAPIService) DryRunCreateUserAccessRequest ¶ added in v1.0.3
func (a *AccessRequestsAPIService) DryRunCreateUserAccessRequest(ctx context.Context) ApiDryRunCreateUserAccessRequestRequest
DryRunCreateUserAccessRequest Create user access request - dry run
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiDryRunCreateUserAccessRequestRequest
func (*AccessRequestsAPIService) DryRunCreateUserAccessRequestExecute ¶ added in v1.0.3
func (a *AccessRequestsAPIService) DryRunCreateUserAccessRequestExecute(r ApiDryRunCreateUserAccessRequestRequest) (*DryRunClientResponse, *http.Response, error)
Execute executes the request
@return DryRunClientResponse
func (*AccessRequestsAPIService) GetAccessRequest ¶
func (a *AccessRequestsAPIService) GetAccessRequest(ctx context.Context, id string) ApiGetAccessRequestRequest
GetAccessRequest Get access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessRequestRequest
func (*AccessRequestsAPIService) GetAccessRequestExecute ¶
func (a *AccessRequestsAPIService) GetAccessRequestExecute(r ApiGetAccessRequestRequest) (*AccessRequestClientModel, *http.Response, error)
Execute executes the request
@return AccessRequestClientModel
func (*AccessRequestsAPIService) ListAccessRequests ¶
func (a *AccessRequestsAPIService) ListAccessRequests(ctx context.Context) ApiListAccessRequestsRequest
ListAccessRequests List access requests
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessRequestsRequest
func (*AccessRequestsAPIService) ListAccessRequestsExecute ¶
func (a *AccessRequestsAPIService) ListAccessRequestsExecute(r ApiListAccessRequestsRequest) (*PaginatedClientResponseModelAccessRequestClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessRequestClientModel
func (*AccessRequestsAPIService) RejectAccessRequest ¶
func (a *AccessRequestsAPIService) RejectAccessRequest(ctx context.Context, id string) ApiRejectAccessRequestRequest
RejectAccessRequest Reject access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiRejectAccessRequestRequest
func (*AccessRequestsAPIService) RejectAccessRequestExecute ¶
func (a *AccessRequestsAPIService) RejectAccessRequestExecute(r ApiRejectAccessRequestRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
func (*AccessRequestsAPIService) RequestAgainAccessRequest ¶
func (a *AccessRequestsAPIService) RequestAgainAccessRequest(ctx context.Context, id string) ApiRequestAgainAccessRequestRequest
RequestAgainAccessRequest request again access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiRequestAgainAccessRequestRequest
func (*AccessRequestsAPIService) RequestAgainAccessRequestExecute ¶
func (a *AccessRequestsAPIService) RequestAgainAccessRequestExecute(r ApiRequestAgainAccessRequestRequest) (*AccessRequestSubmittedClientResponse, *http.Response, error)
Execute executes the request
@return AccessRequestSubmittedClientResponse
func (*AccessRequestsAPIService) RevokeAccessRequest ¶
func (a *AccessRequestsAPIService) RevokeAccessRequest(ctx context.Context, id string) ApiRevokeAccessRequestRequest
RevokeAccessRequest Revoke access request
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiRevokeAccessRequestRequest
func (*AccessRequestsAPIService) RevokeAccessRequestExecute ¶
func (a *AccessRequestsAPIService) RevokeAccessRequestExecute(r ApiRevokeAccessRequestRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
type AccessRequestsScopeModel ¶
type AccessRequestsScopeModel string
AccessRequestsScopeModel the model 'AccessRequestsScopeModel'
const ( ACCESSREQUESTSSCOPEMODEL_MY_REQUESTS AccessRequestsScopeModel = "MyRequests" ACCESSREQUESTSSCOPEMODEL_MY_TASKS AccessRequestsScopeModel = "MyTasks" )
List of AccessRequestsScopeModel
func NewAccessRequestsScopeModelFromValue ¶
func NewAccessRequestsScopeModelFromValue(v string) (*AccessRequestsScopeModel, error)
NewAccessRequestsScopeModelFromValue returns a pointer to a valid AccessRequestsScopeModel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AccessRequestsScopeModel) IsValid ¶
func (v AccessRequestsScopeModel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AccessRequestsScopeModel) Ptr ¶
func (v AccessRequestsScopeModel) Ptr() *AccessRequestsScopeModel
Ptr returns reference to AccessRequestsScopeModel value
func (*AccessRequestsScopeModel) UnmarshalJSON ¶
func (v *AccessRequestsScopeModel) UnmarshalJSON(src []byte) error
type AccessSessionClientModel ¶
type AccessSessionClientModel struct { Id string `json:"id"` Name string `json:"name"` Type SessionTypeClientModel `json:"type"` Integration IntegrationClientModel `json:"integration"` Credentials NullableAccessSessionClientModelCredentials `json:"credentials,omitempty"` ConnectionMethods []string `json:"connection_methods"` Status string `json:"status"` HasMoreAccessUnits bool `json:"has_more_access_units"` }
AccessSessionClientModel struct for AccessSessionClientModel
func NewAccessSessionClientModel ¶
func NewAccessSessionClientModel(id string, name string, type_ SessionTypeClientModel, integration IntegrationClientModel, connectionMethods []string, status string, hasMoreAccessUnits bool) *AccessSessionClientModel
NewAccessSessionClientModel instantiates a new AccessSessionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionClientModelWithDefaults ¶
func NewAccessSessionClientModelWithDefaults() *AccessSessionClientModel
NewAccessSessionClientModelWithDefaults instantiates a new AccessSessionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionClientModel) GetConnectionMethods ¶
func (o *AccessSessionClientModel) GetConnectionMethods() []string
GetConnectionMethods returns the ConnectionMethods field value
func (*AccessSessionClientModel) GetConnectionMethodsOk ¶
func (o *AccessSessionClientModel) GetConnectionMethodsOk() ([]string, bool)
GetConnectionMethodsOk returns a tuple with the ConnectionMethods field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetCredentials ¶
func (o *AccessSessionClientModel) GetCredentials() AccessSessionClientModelCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionClientModel) GetCredentialsOk ¶
func (o *AccessSessionClientModel) GetCredentialsOk() (*AccessSessionClientModelCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials 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 (*AccessSessionClientModel) GetHasMoreAccessUnits ¶ added in v1.0.3
func (o *AccessSessionClientModel) GetHasMoreAccessUnits() bool
GetHasMoreAccessUnits returns the HasMoreAccessUnits field value
func (*AccessSessionClientModel) GetHasMoreAccessUnitsOk ¶ added in v1.0.3
func (o *AccessSessionClientModel) GetHasMoreAccessUnitsOk() (*bool, bool)
GetHasMoreAccessUnitsOk returns a tuple with the HasMoreAccessUnits field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetId ¶
func (o *AccessSessionClientModel) GetId() string
GetId returns the Id field value
func (*AccessSessionClientModel) GetIdOk ¶
func (o *AccessSessionClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetIntegration ¶
func (o *AccessSessionClientModel) GetIntegration() IntegrationClientModel
GetIntegration returns the Integration field value
func (*AccessSessionClientModel) GetIntegrationOk ¶
func (o *AccessSessionClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetName ¶
func (o *AccessSessionClientModel) GetName() string
GetName returns the Name field value
func (*AccessSessionClientModel) GetNameOk ¶
func (o *AccessSessionClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetStatus ¶ added in v1.0.3
func (o *AccessSessionClientModel) GetStatus() string
GetStatus returns the Status field value
func (*AccessSessionClientModel) GetStatusOk ¶ added in v1.0.3
func (o *AccessSessionClientModel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) GetType ¶
func (o *AccessSessionClientModel) GetType() SessionTypeClientModel
GetType returns the Type field value
func (*AccessSessionClientModel) GetTypeOk ¶
func (o *AccessSessionClientModel) GetTypeOk() (*SessionTypeClientModel, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*AccessSessionClientModel) HasCredentials ¶
func (o *AccessSessionClientModel) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (AccessSessionClientModel) MarshalJSON ¶
func (o AccessSessionClientModel) MarshalJSON() ([]byte, error)
func (*AccessSessionClientModel) SetConnectionMethods ¶
func (o *AccessSessionClientModel) SetConnectionMethods(v []string)
SetConnectionMethods sets field value
func (*AccessSessionClientModel) SetCredentials ¶
func (o *AccessSessionClientModel) SetCredentials(v AccessSessionClientModelCredentials)
SetCredentials gets a reference to the given NullableAccessSessionClientModelCredentials and assigns it to the Credentials field.
func (*AccessSessionClientModel) SetCredentialsNil ¶
func (o *AccessSessionClientModel) SetCredentialsNil()
SetCredentialsNil sets the value for Credentials to be an explicit nil
func (*AccessSessionClientModel) SetHasMoreAccessUnits ¶ added in v1.0.3
func (o *AccessSessionClientModel) SetHasMoreAccessUnits(v bool)
SetHasMoreAccessUnits sets field value
func (*AccessSessionClientModel) SetId ¶
func (o *AccessSessionClientModel) SetId(v string)
SetId sets field value
func (*AccessSessionClientModel) SetIntegration ¶
func (o *AccessSessionClientModel) SetIntegration(v IntegrationClientModel)
SetIntegration sets field value
func (*AccessSessionClientModel) SetName ¶
func (o *AccessSessionClientModel) SetName(v string)
SetName sets field value
func (*AccessSessionClientModel) SetStatus ¶ added in v1.0.3
func (o *AccessSessionClientModel) SetStatus(v string)
SetStatus sets field value
func (*AccessSessionClientModel) SetType ¶
func (o *AccessSessionClientModel) SetType(v SessionTypeClientModel)
SetType sets field value
func (AccessSessionClientModel) ToMap ¶
func (o AccessSessionClientModel) ToMap() (map[string]interface{}, error)
func (*AccessSessionClientModel) UnmarshalJSON ¶
func (o *AccessSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessSessionClientModel) UnsetCredentials ¶
func (o *AccessSessionClientModel) UnsetCredentials()
UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil
type AccessSessionClientModelCredentials ¶
type AccessSessionClientModelCredentials struct { Id string `json:"id"` Status string `json:"status"` CanReset bool `json:"can_reset"` }
AccessSessionClientModelCredentials struct for AccessSessionClientModelCredentials
func NewAccessSessionClientModelCredentials ¶
func NewAccessSessionClientModelCredentials(id string, status string, canReset bool) *AccessSessionClientModelCredentials
NewAccessSessionClientModelCredentials instantiates a new AccessSessionClientModelCredentials object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionClientModelCredentialsWithDefaults ¶
func NewAccessSessionClientModelCredentialsWithDefaults() *AccessSessionClientModelCredentials
NewAccessSessionClientModelCredentialsWithDefaults instantiates a new AccessSessionClientModelCredentials object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionClientModelCredentials) GetCanReset ¶
func (o *AccessSessionClientModelCredentials) GetCanReset() bool
GetCanReset returns the CanReset field value
func (*AccessSessionClientModelCredentials) GetCanResetOk ¶
func (o *AccessSessionClientModelCredentials) GetCanResetOk() (*bool, bool)
GetCanResetOk returns a tuple with the CanReset field value and a boolean to check if the value has been set.
func (*AccessSessionClientModelCredentials) GetId ¶
func (o *AccessSessionClientModelCredentials) GetId() string
GetId returns the Id field value
func (*AccessSessionClientModelCredentials) GetIdOk ¶
func (o *AccessSessionClientModelCredentials) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessSessionClientModelCredentials) GetStatus ¶
func (o *AccessSessionClientModelCredentials) GetStatus() string
GetStatus returns the Status field value
func (*AccessSessionClientModelCredentials) GetStatusOk ¶
func (o *AccessSessionClientModelCredentials) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (AccessSessionClientModelCredentials) MarshalJSON ¶
func (o AccessSessionClientModelCredentials) MarshalJSON() ([]byte, error)
func (*AccessSessionClientModelCredentials) SetCanReset ¶
func (o *AccessSessionClientModelCredentials) SetCanReset(v bool)
SetCanReset sets field value
func (*AccessSessionClientModelCredentials) SetId ¶
func (o *AccessSessionClientModelCredentials) SetId(v string)
SetId sets field value
func (*AccessSessionClientModelCredentials) SetStatus ¶
func (o *AccessSessionClientModelCredentials) SetStatus(v string)
SetStatus sets field value
func (AccessSessionClientModelCredentials) ToMap ¶
func (o AccessSessionClientModelCredentials) ToMap() (map[string]interface{}, error)
func (*AccessSessionClientModelCredentials) UnmarshalJSON ¶
func (o *AccessSessionClientModelCredentials) UnmarshalJSON(bytes []byte) (err error)
type AccessSessionDetailsClientModel ¶
type AccessSessionDetailsClientModel struct { Credentials NullableAccessSessionClientModelCredentials `json:"credentials,omitempty"` Instructions InstructionClientModel `json:"instructions"` Json map[string]interface{} `json:"json,omitempty"` Cli NullableString `json:"cli,omitempty"` Link NullableAccessSessionDetailsClientModelLink `json:"link,omitempty"` }
AccessSessionDetailsClientModel struct for AccessSessionDetailsClientModel
func NewAccessSessionDetailsClientModel ¶
func NewAccessSessionDetailsClientModel(instructions InstructionClientModel) *AccessSessionDetailsClientModel
NewAccessSessionDetailsClientModel instantiates a new AccessSessionDetailsClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionDetailsClientModelWithDefaults ¶
func NewAccessSessionDetailsClientModelWithDefaults() *AccessSessionDetailsClientModel
NewAccessSessionDetailsClientModelWithDefaults instantiates a new AccessSessionDetailsClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionDetailsClientModel) GetCli ¶
func (o *AccessSessionDetailsClientModel) GetCli() string
GetCli returns the Cli field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionDetailsClientModel) GetCliOk ¶
func (o *AccessSessionDetailsClientModel) GetCliOk() (*string, bool)
GetCliOk returns a tuple with the Cli 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 (*AccessSessionDetailsClientModel) GetCredentials ¶
func (o *AccessSessionDetailsClientModel) GetCredentials() AccessSessionClientModelCredentials
GetCredentials returns the Credentials field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionDetailsClientModel) GetCredentialsOk ¶
func (o *AccessSessionDetailsClientModel) GetCredentialsOk() (*AccessSessionClientModelCredentials, bool)
GetCredentialsOk returns a tuple with the Credentials 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 (*AccessSessionDetailsClientModel) GetInstructions ¶
func (o *AccessSessionDetailsClientModel) GetInstructions() InstructionClientModel
GetInstructions returns the Instructions field value
func (*AccessSessionDetailsClientModel) GetInstructionsOk ¶
func (o *AccessSessionDetailsClientModel) GetInstructionsOk() (*InstructionClientModel, bool)
GetInstructionsOk returns a tuple with the Instructions field value and a boolean to check if the value has been set.
func (*AccessSessionDetailsClientModel) GetJson ¶
func (o *AccessSessionDetailsClientModel) GetJson() map[string]interface{}
GetJson returns the Json field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionDetailsClientModel) GetJsonOk ¶
func (o *AccessSessionDetailsClientModel) GetJsonOk() (map[string]interface{}, bool)
GetJsonOk returns a tuple with the Json 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 (*AccessSessionDetailsClientModel) GetLink ¶
func (o *AccessSessionDetailsClientModel) GetLink() AccessSessionDetailsClientModelLink
GetLink returns the Link field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionDetailsClientModel) GetLinkOk ¶
func (o *AccessSessionDetailsClientModel) GetLinkOk() (*AccessSessionDetailsClientModelLink, bool)
GetLinkOk returns a tuple with the Link 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 (*AccessSessionDetailsClientModel) HasCli ¶
func (o *AccessSessionDetailsClientModel) HasCli() bool
HasCli returns a boolean if a field has been set.
func (*AccessSessionDetailsClientModel) HasCredentials ¶
func (o *AccessSessionDetailsClientModel) HasCredentials() bool
HasCredentials returns a boolean if a field has been set.
func (*AccessSessionDetailsClientModel) HasJson ¶
func (o *AccessSessionDetailsClientModel) HasJson() bool
HasJson returns a boolean if a field has been set.
func (*AccessSessionDetailsClientModel) HasLink ¶
func (o *AccessSessionDetailsClientModel) HasLink() bool
HasLink returns a boolean if a field has been set.
func (AccessSessionDetailsClientModel) MarshalJSON ¶
func (o AccessSessionDetailsClientModel) MarshalJSON() ([]byte, error)
func (*AccessSessionDetailsClientModel) SetCli ¶
func (o *AccessSessionDetailsClientModel) SetCli(v string)
SetCli gets a reference to the given NullableString and assigns it to the Cli field.
func (*AccessSessionDetailsClientModel) SetCliNil ¶
func (o *AccessSessionDetailsClientModel) SetCliNil()
SetCliNil sets the value for Cli to be an explicit nil
func (*AccessSessionDetailsClientModel) SetCredentials ¶
func (o *AccessSessionDetailsClientModel) SetCredentials(v AccessSessionClientModelCredentials)
SetCredentials gets a reference to the given NullableAccessSessionClientModelCredentials and assigns it to the Credentials field.
func (*AccessSessionDetailsClientModel) SetCredentialsNil ¶
func (o *AccessSessionDetailsClientModel) SetCredentialsNil()
SetCredentialsNil sets the value for Credentials to be an explicit nil
func (*AccessSessionDetailsClientModel) SetInstructions ¶
func (o *AccessSessionDetailsClientModel) SetInstructions(v InstructionClientModel)
SetInstructions sets field value
func (*AccessSessionDetailsClientModel) SetJson ¶
func (o *AccessSessionDetailsClientModel) SetJson(v map[string]interface{})
SetJson gets a reference to the given map[string]interface{} and assigns it to the Json field.
func (*AccessSessionDetailsClientModel) SetLink ¶
func (o *AccessSessionDetailsClientModel) SetLink(v AccessSessionDetailsClientModelLink)
SetLink gets a reference to the given NullableAccessSessionDetailsClientModelLink and assigns it to the Link field.
func (*AccessSessionDetailsClientModel) SetLinkNil ¶
func (o *AccessSessionDetailsClientModel) SetLinkNil()
SetLinkNil sets the value for Link to be an explicit nil
func (AccessSessionDetailsClientModel) ToMap ¶
func (o AccessSessionDetailsClientModel) ToMap() (map[string]interface{}, error)
func (*AccessSessionDetailsClientModel) UnmarshalJSON ¶
func (o *AccessSessionDetailsClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessSessionDetailsClientModel) UnsetCli ¶
func (o *AccessSessionDetailsClientModel) UnsetCli()
UnsetCli ensures that no value is present for Cli, not even an explicit nil
func (*AccessSessionDetailsClientModel) UnsetCredentials ¶
func (o *AccessSessionDetailsClientModel) UnsetCredentials()
UnsetCredentials ensures that no value is present for Credentials, not even an explicit nil
func (*AccessSessionDetailsClientModel) UnsetLink ¶
func (o *AccessSessionDetailsClientModel) UnsetLink()
UnsetLink ensures that no value is present for Link, not even an explicit nil
type AccessSessionDetailsClientModelLink ¶
type AccessSessionDetailsClientModelLink struct { Url string `json:"url"` Title NullableString `json:"title,omitempty"` }
AccessSessionDetailsClientModelLink struct for AccessSessionDetailsClientModelLink
func NewAccessSessionDetailsClientModelLink ¶
func NewAccessSessionDetailsClientModelLink(url string) *AccessSessionDetailsClientModelLink
NewAccessSessionDetailsClientModelLink instantiates a new AccessSessionDetailsClientModelLink object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionDetailsClientModelLinkWithDefaults ¶
func NewAccessSessionDetailsClientModelLinkWithDefaults() *AccessSessionDetailsClientModelLink
NewAccessSessionDetailsClientModelLinkWithDefaults instantiates a new AccessSessionDetailsClientModelLink object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionDetailsClientModelLink) GetTitle ¶
func (o *AccessSessionDetailsClientModelLink) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionDetailsClientModelLink) GetTitleOk ¶
func (o *AccessSessionDetailsClientModelLink) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title 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 (*AccessSessionDetailsClientModelLink) GetUrl ¶
func (o *AccessSessionDetailsClientModelLink) GetUrl() string
GetUrl returns the Url field value
func (*AccessSessionDetailsClientModelLink) GetUrlOk ¶
func (o *AccessSessionDetailsClientModelLink) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*AccessSessionDetailsClientModelLink) HasTitle ¶
func (o *AccessSessionDetailsClientModelLink) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (AccessSessionDetailsClientModelLink) MarshalJSON ¶
func (o AccessSessionDetailsClientModelLink) MarshalJSON() ([]byte, error)
func (*AccessSessionDetailsClientModelLink) SetTitle ¶
func (o *AccessSessionDetailsClientModelLink) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*AccessSessionDetailsClientModelLink) SetTitleNil ¶
func (o *AccessSessionDetailsClientModelLink) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (*AccessSessionDetailsClientModelLink) SetUrl ¶
func (o *AccessSessionDetailsClientModelLink) SetUrl(v string)
SetUrl sets field value
func (AccessSessionDetailsClientModelLink) ToMap ¶
func (o AccessSessionDetailsClientModelLink) ToMap() (map[string]interface{}, error)
func (*AccessSessionDetailsClientModelLink) UnmarshalJSON ¶
func (o *AccessSessionDetailsClientModelLink) UnmarshalJSON(bytes []byte) (err error)
func (*AccessSessionDetailsClientModelLink) UnsetTitle ¶
func (o *AccessSessionDetailsClientModelLink) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
type AccessSessionRequestTemplateClientModel ¶ added in v1.0.3
type AccessSessionRequestTemplateClientModel struct { Integrations []IntegrationClientModel `json:"integrations"` ResourceTypes []ResourceTypeClientModel `json:"resource_types"` Resources []ResourceClientModel `json:"resources"` Permissions []PermissionClientModel `json:"permissions"` }
AccessSessionRequestTemplateClientModel struct for AccessSessionRequestTemplateClientModel
func NewAccessSessionRequestTemplateClientModel ¶ added in v1.0.3
func NewAccessSessionRequestTemplateClientModel(integrations []IntegrationClientModel, resourceTypes []ResourceTypeClientModel, resources []ResourceClientModel, permissions []PermissionClientModel) *AccessSessionRequestTemplateClientModel
NewAccessSessionRequestTemplateClientModel instantiates a new AccessSessionRequestTemplateClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionRequestTemplateClientModelWithDefaults ¶ added in v1.0.3
func NewAccessSessionRequestTemplateClientModelWithDefaults() *AccessSessionRequestTemplateClientModel
NewAccessSessionRequestTemplateClientModelWithDefaults instantiates a new AccessSessionRequestTemplateClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionRequestTemplateClientModel) GetIntegrations ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetIntegrations() []IntegrationClientModel
GetIntegrations returns the Integrations field value
func (*AccessSessionRequestTemplateClientModel) GetIntegrationsOk ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetIntegrationsOk() ([]IntegrationClientModel, bool)
GetIntegrationsOk returns a tuple with the Integrations field value and a boolean to check if the value has been set.
func (*AccessSessionRequestTemplateClientModel) GetPermissions ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetPermissions() []PermissionClientModel
GetPermissions returns the Permissions field value
func (*AccessSessionRequestTemplateClientModel) GetPermissionsOk ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetPermissionsOk() ([]PermissionClientModel, bool)
GetPermissionsOk returns a tuple with the Permissions field value and a boolean to check if the value has been set.
func (*AccessSessionRequestTemplateClientModel) GetResourceTypes ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetResourceTypes() []ResourceTypeClientModel
GetResourceTypes returns the ResourceTypes field value
func (*AccessSessionRequestTemplateClientModel) GetResourceTypesOk ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetResourceTypesOk() ([]ResourceTypeClientModel, bool)
GetResourceTypesOk returns a tuple with the ResourceTypes field value and a boolean to check if the value has been set.
func (*AccessSessionRequestTemplateClientModel) GetResources ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetResources() []ResourceClientModel
GetResources returns the Resources field value
func (*AccessSessionRequestTemplateClientModel) GetResourcesOk ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) GetResourcesOk() ([]ResourceClientModel, bool)
GetResourcesOk returns a tuple with the Resources field value and a boolean to check if the value has been set.
func (AccessSessionRequestTemplateClientModel) MarshalJSON ¶ added in v1.0.3
func (o AccessSessionRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*AccessSessionRequestTemplateClientModel) SetIntegrations ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) SetIntegrations(v []IntegrationClientModel)
SetIntegrations sets field value
func (*AccessSessionRequestTemplateClientModel) SetPermissions ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) SetPermissions(v []PermissionClientModel)
SetPermissions sets field value
func (*AccessSessionRequestTemplateClientModel) SetResourceTypes ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) SetResourceTypes(v []ResourceTypeClientModel)
SetResourceTypes sets field value
func (*AccessSessionRequestTemplateClientModel) SetResources ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) SetResources(v []ResourceClientModel)
SetResources sets field value
func (AccessSessionRequestTemplateClientModel) ToMap ¶ added in v1.0.3
func (o AccessSessionRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
func (*AccessSessionRequestTemplateClientModel) UnmarshalJSON ¶ added in v1.0.3
func (o *AccessSessionRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
type AccessSessionsAPIService ¶
type AccessSessionsAPIService service
AccessSessionsAPIService AccessSessionsAPI service
func (*AccessSessionsAPIService) GetAccessSession ¶
func (a *AccessSessionsAPIService) GetAccessSession(ctx context.Context, id string) ApiGetAccessSessionRequest
GetAccessSession Get access session
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessSessionRequest
func (*AccessSessionsAPIService) GetAccessSessionAccessDetails ¶
func (a *AccessSessionsAPIService) GetAccessSessionAccessDetails(ctx context.Context, id string) ApiGetAccessSessionAccessDetailsRequest
GetAccessSessionAccessDetails Get access session details
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessSessionAccessDetailsRequest
func (*AccessSessionsAPIService) GetAccessSessionAccessDetailsExecute ¶
func (a *AccessSessionsAPIService) GetAccessSessionAccessDetailsExecute(r ApiGetAccessSessionAccessDetailsRequest) (*AccessSessionDetailsClientModel, *http.Response, error)
Execute executes the request
@return AccessSessionDetailsClientModel
func (*AccessSessionsAPIService) GetAccessSessionExecute ¶
func (a *AccessSessionsAPIService) GetAccessSessionExecute(r ApiGetAccessSessionRequest) (*AccessSessionClientModel, *http.Response, error)
Execute executes the request
@return AccessSessionClientModel
func (*AccessSessionsAPIService) GetAccessSessionRequestTemplate ¶ added in v1.0.3
func (a *AccessSessionsAPIService) GetAccessSessionRequestTemplate(ctx context.Context, id string) ApiGetAccessSessionRequestTemplateRequest
GetAccessSessionRequestTemplate Get access session request template
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiGetAccessSessionRequestTemplateRequest
func (*AccessSessionsAPIService) GetAccessSessionRequestTemplateExecute ¶ added in v1.0.3
func (a *AccessSessionsAPIService) GetAccessSessionRequestTemplateExecute(r ApiGetAccessSessionRequestTemplateRequest) (*AccessSessionRequestTemplateClientModel, *http.Response, error)
Execute executes the request
@return AccessSessionRequestTemplateClientModel
func (*AccessSessionsAPIService) ListAccessSessions ¶
func (a *AccessSessionsAPIService) ListAccessSessions(ctx context.Context) ApiListAccessSessionsRequest
ListAccessSessions List access sessions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessSessionsRequest
func (*AccessSessionsAPIService) ListAccessSessionsExecute ¶
func (a *AccessSessionsAPIService) ListAccessSessionsExecute(r ApiListAccessSessionsRequest) (*PaginatedClientResponseModelAccessSessionClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessSessionClientModel
func (*AccessSessionsAPIService) ListAccessSessionsGroups ¶
func (a *AccessSessionsAPIService) ListAccessSessionsGroups(ctx context.Context) ApiListAccessSessionsGroupsRequest
ListAccessSessionsGroups List access sessions groups
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessSessionsGroupsRequest
func (*AccessSessionsAPIService) ListAccessSessionsGroupsExecute ¶
func (a *AccessSessionsAPIService) ListAccessSessionsGroupsExecute(r ApiListAccessSessionsGroupsRequest) (*PaginatedClientResponseModelAccessSessionsGroupClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessSessionsGroupClientModel
func (*AccessSessionsAPIService) ResetAccessSessionCredentials ¶
func (a *AccessSessionsAPIService) ResetAccessSessionCredentials(ctx context.Context, id string) ApiResetAccessSessionCredentialsRequest
ResetAccessSessionCredentials Reset access session credentials
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApiResetAccessSessionCredentialsRequest
func (*AccessSessionsAPIService) ResetAccessSessionCredentialsExecute ¶
func (a *AccessSessionsAPIService) ResetAccessSessionCredentialsExecute(r ApiResetAccessSessionCredentialsRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
func (*AccessSessionsAPIService) SyncAvailableSessions ¶ added in v1.0.3
func (a *AccessSessionsAPIService) SyncAvailableSessions(ctx context.Context) ApiSyncAvailableSessionsRequest
SyncAvailableSessions Sync available sessions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSyncAvailableSessionsRequest
func (*AccessSessionsAPIService) SyncAvailableSessionsExecute ¶ added in v1.0.3
func (a *AccessSessionsAPIService) SyncAvailableSessionsExecute(r ApiSyncAvailableSessionsRequest) (*MessageResponse, *http.Response, error)
Execute executes the request
@return MessageResponse
type AccessSessionsGroupClientModel ¶
type AccessSessionsGroupClientModel struct { Integration NullableAccessSessionsGroupClientModelIntegration `json:"integration,omitempty"` Total int32 `json:"total"` Sessions []AccessSessionClientModel `json:"sessions"` }
AccessSessionsGroupClientModel struct for AccessSessionsGroupClientModel
func NewAccessSessionsGroupClientModel ¶
func NewAccessSessionsGroupClientModel(total int32, sessions []AccessSessionClientModel) *AccessSessionsGroupClientModel
NewAccessSessionsGroupClientModel instantiates a new AccessSessionsGroupClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionsGroupClientModelWithDefaults ¶
func NewAccessSessionsGroupClientModelWithDefaults() *AccessSessionsGroupClientModel
NewAccessSessionsGroupClientModelWithDefaults instantiates a new AccessSessionsGroupClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionsGroupClientModel) GetIntegration ¶
func (o *AccessSessionsGroupClientModel) GetIntegration() AccessSessionsGroupClientModelIntegration
GetIntegration returns the Integration field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessSessionsGroupClientModel) GetIntegrationOk ¶
func (o *AccessSessionsGroupClientModel) GetIntegrationOk() (*AccessSessionsGroupClientModelIntegration, bool)
GetIntegrationOk returns a tuple with the Integration 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 (*AccessSessionsGroupClientModel) GetSessions ¶
func (o *AccessSessionsGroupClientModel) GetSessions() []AccessSessionClientModel
GetSessions returns the Sessions field value
func (*AccessSessionsGroupClientModel) GetSessionsOk ¶
func (o *AccessSessionsGroupClientModel) GetSessionsOk() ([]AccessSessionClientModel, bool)
GetSessionsOk returns a tuple with the Sessions field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModel) GetTotal ¶
func (o *AccessSessionsGroupClientModel) GetTotal() int32
GetTotal returns the Total field value
func (*AccessSessionsGroupClientModel) GetTotalOk ¶
func (o *AccessSessionsGroupClientModel) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModel) HasIntegration ¶
func (o *AccessSessionsGroupClientModel) HasIntegration() bool
HasIntegration returns a boolean if a field has been set.
func (AccessSessionsGroupClientModel) MarshalJSON ¶
func (o AccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
func (*AccessSessionsGroupClientModel) SetIntegration ¶
func (o *AccessSessionsGroupClientModel) SetIntegration(v AccessSessionsGroupClientModelIntegration)
SetIntegration gets a reference to the given NullableAccessSessionsGroupClientModelIntegration and assigns it to the Integration field.
func (*AccessSessionsGroupClientModel) SetIntegrationNil ¶
func (o *AccessSessionsGroupClientModel) SetIntegrationNil()
SetIntegrationNil sets the value for Integration to be an explicit nil
func (*AccessSessionsGroupClientModel) SetSessions ¶
func (o *AccessSessionsGroupClientModel) SetSessions(v []AccessSessionClientModel)
SetSessions sets field value
func (*AccessSessionsGroupClientModel) SetTotal ¶
func (o *AccessSessionsGroupClientModel) SetTotal(v int32)
SetTotal sets field value
func (AccessSessionsGroupClientModel) ToMap ¶
func (o AccessSessionsGroupClientModel) ToMap() (map[string]interface{}, error)
func (*AccessSessionsGroupClientModel) UnmarshalJSON ¶
func (o *AccessSessionsGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessSessionsGroupClientModel) UnsetIntegration ¶
func (o *AccessSessionsGroupClientModel) UnsetIntegration()
UnsetIntegration ensures that no value is present for Integration, not even an explicit nil
type AccessSessionsGroupClientModelIntegration ¶
type AccessSessionsGroupClientModelIntegration struct { Id string `json:"id"` Type string `json:"type"` TypeDisplayName string `json:"type_display_name"` Name string `json:"name"` Icons IconsConfigClientModel `json:"icons"` }
AccessSessionsGroupClientModelIntegration struct for AccessSessionsGroupClientModelIntegration
func NewAccessSessionsGroupClientModelIntegration ¶
func NewAccessSessionsGroupClientModelIntegration(id string, type_ string, typeDisplayName string, name string, icons IconsConfigClientModel) *AccessSessionsGroupClientModelIntegration
NewAccessSessionsGroupClientModelIntegration instantiates a new AccessSessionsGroupClientModelIntegration object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessSessionsGroupClientModelIntegrationWithDefaults ¶
func NewAccessSessionsGroupClientModelIntegrationWithDefaults() *AccessSessionsGroupClientModelIntegration
NewAccessSessionsGroupClientModelIntegrationWithDefaults instantiates a new AccessSessionsGroupClientModelIntegration object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessSessionsGroupClientModelIntegration) GetIcons ¶
func (o *AccessSessionsGroupClientModelIntegration) GetIcons() IconsConfigClientModel
GetIcons returns the Icons field value
func (*AccessSessionsGroupClientModelIntegration) GetIconsOk ¶
func (o *AccessSessionsGroupClientModelIntegration) GetIconsOk() (*IconsConfigClientModel, bool)
GetIconsOk returns a tuple with the Icons field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModelIntegration) GetId ¶
func (o *AccessSessionsGroupClientModelIntegration) GetId() string
GetId returns the Id field value
func (*AccessSessionsGroupClientModelIntegration) GetIdOk ¶
func (o *AccessSessionsGroupClientModelIntegration) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModelIntegration) GetName ¶
func (o *AccessSessionsGroupClientModelIntegration) GetName() string
GetName returns the Name field value
func (*AccessSessionsGroupClientModelIntegration) GetNameOk ¶
func (o *AccessSessionsGroupClientModelIntegration) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModelIntegration) GetType ¶
func (o *AccessSessionsGroupClientModelIntegration) GetType() string
GetType returns the Type field value
func (*AccessSessionsGroupClientModelIntegration) GetTypeDisplayName ¶
func (o *AccessSessionsGroupClientModelIntegration) GetTypeDisplayName() string
GetTypeDisplayName returns the TypeDisplayName field value
func (*AccessSessionsGroupClientModelIntegration) GetTypeDisplayNameOk ¶
func (o *AccessSessionsGroupClientModelIntegration) GetTypeDisplayNameOk() (*string, bool)
GetTypeDisplayNameOk returns a tuple with the TypeDisplayName field value and a boolean to check if the value has been set.
func (*AccessSessionsGroupClientModelIntegration) GetTypeOk ¶
func (o *AccessSessionsGroupClientModelIntegration) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (AccessSessionsGroupClientModelIntegration) MarshalJSON ¶
func (o AccessSessionsGroupClientModelIntegration) MarshalJSON() ([]byte, error)
func (*AccessSessionsGroupClientModelIntegration) SetIcons ¶
func (o *AccessSessionsGroupClientModelIntegration) SetIcons(v IconsConfigClientModel)
SetIcons sets field value
func (*AccessSessionsGroupClientModelIntegration) SetId ¶
func (o *AccessSessionsGroupClientModelIntegration) SetId(v string)
SetId sets field value
func (*AccessSessionsGroupClientModelIntegration) SetName ¶
func (o *AccessSessionsGroupClientModelIntegration) SetName(v string)
SetName sets field value
func (*AccessSessionsGroupClientModelIntegration) SetType ¶
func (o *AccessSessionsGroupClientModelIntegration) SetType(v string)
SetType sets field value
func (*AccessSessionsGroupClientModelIntegration) SetTypeDisplayName ¶
func (o *AccessSessionsGroupClientModelIntegration) SetTypeDisplayName(v string)
SetTypeDisplayName sets field value
func (AccessSessionsGroupClientModelIntegration) ToMap ¶
func (o AccessSessionsGroupClientModelIntegration) ToMap() (map[string]interface{}, error)
func (*AccessSessionsGroupClientModelIntegration) UnmarshalJSON ¶
func (o *AccessSessionsGroupClientModelIntegration) UnmarshalJSON(bytes []byte) (err error)
type AccessUnitClientModel ¶
type AccessUnitClientModel struct { Id string `json:"id"` Resource ResourceClientModel `json:"resource"` Permission PermissionClientModel `json:"permission"` Status NullableAccessUnitClientModelStatus `json:"status,omitempty"` }
AccessUnitClientModel struct for AccessUnitClientModel
func NewAccessUnitClientModel ¶
func NewAccessUnitClientModel(id string, resource ResourceClientModel, permission PermissionClientModel) *AccessUnitClientModel
NewAccessUnitClientModel instantiates a new AccessUnitClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessUnitClientModelWithDefaults ¶
func NewAccessUnitClientModelWithDefaults() *AccessUnitClientModel
NewAccessUnitClientModelWithDefaults instantiates a new AccessUnitClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessUnitClientModel) GetId ¶
func (o *AccessUnitClientModel) GetId() string
GetId returns the Id field value
func (*AccessUnitClientModel) GetIdOk ¶
func (o *AccessUnitClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccessUnitClientModel) GetPermission ¶
func (o *AccessUnitClientModel) GetPermission() PermissionClientModel
GetPermission returns the Permission field value
func (*AccessUnitClientModel) GetPermissionOk ¶
func (o *AccessUnitClientModel) GetPermissionOk() (*PermissionClientModel, bool)
GetPermissionOk returns a tuple with the Permission field value and a boolean to check if the value has been set.
func (*AccessUnitClientModel) GetResource ¶
func (o *AccessUnitClientModel) GetResource() ResourceClientModel
GetResource returns the Resource field value
func (*AccessUnitClientModel) GetResourceOk ¶
func (o *AccessUnitClientModel) GetResourceOk() (*ResourceClientModel, bool)
GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.
func (*AccessUnitClientModel) GetStatus ¶
func (o *AccessUnitClientModel) GetStatus() AccessUnitClientModelStatus
GetStatus returns the Status field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessUnitClientModel) GetStatusOk ¶
func (o *AccessUnitClientModel) GetStatusOk() (*AccessUnitClientModelStatus, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessUnitClientModel) HasStatus ¶
func (o *AccessUnitClientModel) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (AccessUnitClientModel) MarshalJSON ¶
func (o AccessUnitClientModel) MarshalJSON() ([]byte, error)
func (*AccessUnitClientModel) SetId ¶
func (o *AccessUnitClientModel) SetId(v string)
SetId sets field value
func (*AccessUnitClientModel) SetPermission ¶
func (o *AccessUnitClientModel) SetPermission(v PermissionClientModel)
SetPermission sets field value
func (*AccessUnitClientModel) SetResource ¶
func (o *AccessUnitClientModel) SetResource(v ResourceClientModel)
SetResource sets field value
func (*AccessUnitClientModel) SetStatus ¶
func (o *AccessUnitClientModel) SetStatus(v AccessUnitClientModelStatus)
SetStatus gets a reference to the given NullableAccessUnitClientModelStatus and assigns it to the Status field.
func (*AccessUnitClientModel) SetStatusNil ¶
func (o *AccessUnitClientModel) SetStatusNil()
SetStatusNil sets the value for Status to be an explicit nil
func (AccessUnitClientModel) ToMap ¶
func (o AccessUnitClientModel) ToMap() (map[string]interface{}, error)
func (*AccessUnitClientModel) UnmarshalJSON ¶
func (o *AccessUnitClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessUnitClientModel) UnsetStatus ¶
func (o *AccessUnitClientModel) UnsetStatus()
UnsetStatus ensures that no value is present for Status, not even an explicit nil
type AccessUnitClientModelStatus ¶
type AccessUnitClientModelStatus struct { Status string `json:"status"` Message NullableString `json:"message,omitempty"` }
AccessUnitClientModelStatus struct for AccessUnitClientModelStatus
func NewAccessUnitClientModelStatus ¶
func NewAccessUnitClientModelStatus(status string) *AccessUnitClientModelStatus
NewAccessUnitClientModelStatus instantiates a new AccessUnitClientModelStatus object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessUnitClientModelStatusWithDefaults ¶
func NewAccessUnitClientModelStatusWithDefaults() *AccessUnitClientModelStatus
NewAccessUnitClientModelStatusWithDefaults instantiates a new AccessUnitClientModelStatus object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessUnitClientModelStatus) GetMessage ¶
func (o *AccessUnitClientModelStatus) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessUnitClientModelStatus) GetMessageOk ¶
func (o *AccessUnitClientModelStatus) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessUnitClientModelStatus) GetStatus ¶
func (o *AccessUnitClientModelStatus) GetStatus() string
GetStatus returns the Status field value
func (*AccessUnitClientModelStatus) GetStatusOk ¶
func (o *AccessUnitClientModelStatus) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessUnitClientModelStatus) HasMessage ¶
func (o *AccessUnitClientModelStatus) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (AccessUnitClientModelStatus) MarshalJSON ¶
func (o AccessUnitClientModelStatus) MarshalJSON() ([]byte, error)
func (*AccessUnitClientModelStatus) SetMessage ¶
func (o *AccessUnitClientModelStatus) SetMessage(v string)
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*AccessUnitClientModelStatus) SetMessageNil ¶
func (o *AccessUnitClientModelStatus) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (*AccessUnitClientModelStatus) SetStatus ¶
func (o *AccessUnitClientModelStatus) SetStatus(v string)
SetStatus sets field value
func (AccessUnitClientModelStatus) ToMap ¶
func (o AccessUnitClientModelStatus) ToMap() (map[string]interface{}, error)
func (*AccessUnitClientModelStatus) UnmarshalJSON ¶
func (o *AccessUnitClientModelStatus) UnmarshalJSON(bytes []byte) (err error)
func (*AccessUnitClientModelStatus) UnsetMessage ¶
func (o *AccessUnitClientModelStatus) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
type AccessUnitStatusClientModel ¶
type AccessUnitStatusClientModel struct { Status string `json:"status"` Message NullableString `json:"message,omitempty"` }
AccessUnitStatusClientModel struct for AccessUnitStatusClientModel
func NewAccessUnitStatusClientModel ¶
func NewAccessUnitStatusClientModel(status string) *AccessUnitStatusClientModel
NewAccessUnitStatusClientModel instantiates a new AccessUnitStatusClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccessUnitStatusClientModelWithDefaults ¶
func NewAccessUnitStatusClientModelWithDefaults() *AccessUnitStatusClientModel
NewAccessUnitStatusClientModelWithDefaults instantiates a new AccessUnitStatusClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccessUnitStatusClientModel) GetMessage ¶
func (o *AccessUnitStatusClientModel) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*AccessUnitStatusClientModel) GetMessageOk ¶
func (o *AccessUnitStatusClientModel) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*AccessUnitStatusClientModel) GetStatus ¶
func (o *AccessUnitStatusClientModel) GetStatus() string
GetStatus returns the Status field value
func (*AccessUnitStatusClientModel) GetStatusOk ¶
func (o *AccessUnitStatusClientModel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*AccessUnitStatusClientModel) HasMessage ¶
func (o *AccessUnitStatusClientModel) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (AccessUnitStatusClientModel) MarshalJSON ¶
func (o AccessUnitStatusClientModel) MarshalJSON() ([]byte, error)
func (*AccessUnitStatusClientModel) SetMessage ¶
func (o *AccessUnitStatusClientModel) SetMessage(v string)
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*AccessUnitStatusClientModel) SetMessageNil ¶
func (o *AccessUnitStatusClientModel) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (*AccessUnitStatusClientModel) SetStatus ¶
func (o *AccessUnitStatusClientModel) SetStatus(v string)
SetStatus sets field value
func (AccessUnitStatusClientModel) ToMap ¶
func (o AccessUnitStatusClientModel) ToMap() (map[string]interface{}, error)
func (*AccessUnitStatusClientModel) UnmarshalJSON ¶
func (o *AccessUnitStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*AccessUnitStatusClientModel) UnsetMessage ¶
func (o *AccessUnitStatusClientModel) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
type AccountClientModel ¶ added in v1.0.0
type AccountClientModel struct { Id string `json:"id"` Name string `json:"name"` Plan string `json:"plan"` }
AccountClientModel struct for AccountClientModel
func NewAccountClientModel ¶ added in v1.0.0
func NewAccountClientModel(id string, name string, plan string) *AccountClientModel
NewAccountClientModel instantiates a new AccountClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewAccountClientModelWithDefaults ¶ added in v1.0.0
func NewAccountClientModelWithDefaults() *AccountClientModel
NewAccountClientModelWithDefaults instantiates a new AccountClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*AccountClientModel) GetId ¶ added in v1.0.0
func (o *AccountClientModel) GetId() string
GetId returns the Id field value
func (*AccountClientModel) GetIdOk ¶ added in v1.0.0
func (o *AccountClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*AccountClientModel) GetName ¶ added in v1.0.0
func (o *AccountClientModel) GetName() string
GetName returns the Name field value
func (*AccountClientModel) GetNameOk ¶ added in v1.0.0
func (o *AccountClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*AccountClientModel) GetPlan ¶ added in v1.0.0
func (o *AccountClientModel) GetPlan() string
GetPlan returns the Plan field value
func (*AccountClientModel) GetPlanOk ¶ added in v1.0.0
func (o *AccountClientModel) GetPlanOk() (*string, bool)
GetPlanOk returns a tuple with the Plan field value and a boolean to check if the value has been set.
func (AccountClientModel) MarshalJSON ¶ added in v1.0.0
func (o AccountClientModel) MarshalJSON() ([]byte, error)
func (*AccountClientModel) SetId ¶ added in v1.0.0
func (o *AccountClientModel) SetId(v string)
SetId sets field value
func (*AccountClientModel) SetName ¶ added in v1.0.0
func (o *AccountClientModel) SetName(v string)
SetName sets field value
func (*AccountClientModel) SetPlan ¶ added in v1.0.0
func (o *AccountClientModel) SetPlan(v string)
SetPlan sets field value
func (AccountClientModel) ToMap ¶ added in v1.0.0
func (o AccountClientModel) ToMap() (map[string]interface{}, error)
func (*AccountClientModel) UnmarshalJSON ¶ added in v1.0.0
func (o *AccountClientModel) UnmarshalJSON(bytes []byte) (err error)
type AnalyticClientTypeClientModel ¶ added in v1.0.0
type AnalyticClientTypeClientModel string
AnalyticClientTypeClientModel the model 'AnalyticClientTypeClientModel'
const (
ANALYTICCLIENTTYPECLIENTMODEL_CLI AnalyticClientTypeClientModel = "CLI"
)
List of AnalyticClientTypeClientModel
func NewAnalyticClientTypeClientModelFromValue ¶ added in v1.0.0
func NewAnalyticClientTypeClientModelFromValue(v string) (*AnalyticClientTypeClientModel, error)
NewAnalyticClientTypeClientModelFromValue returns a pointer to a valid AnalyticClientTypeClientModel for the value passed as argument, or an error if the value passed is not allowed by the enum
func (AnalyticClientTypeClientModel) IsValid ¶ added in v1.0.0
func (v AnalyticClientTypeClientModel) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (AnalyticClientTypeClientModel) Ptr ¶ added in v1.0.0
func (v AnalyticClientTypeClientModel) Ptr() *AnalyticClientTypeClientModel
Ptr returns reference to AnalyticClientTypeClientModel value
func (*AnalyticClientTypeClientModel) UnmarshalJSON ¶ added in v1.0.0
func (v *AnalyticClientTypeClientModel) UnmarshalJSON(src []byte) error
type AnalyticsAPIService ¶ added in v1.0.0
type AnalyticsAPIService service
AnalyticsAPIService AnalyticsAPI service
func (*AnalyticsAPIService) SendAnalyticsEvent ¶ added in v1.0.0
func (a *AnalyticsAPIService) SendAnalyticsEvent(ctx context.Context) ApiSendAnalyticsEventRequest
SendAnalyticsEvent Send analytics event
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiSendAnalyticsEventRequest
func (*AnalyticsAPIService) SendAnalyticsEventExecute ¶ added in v1.0.0
func (a *AnalyticsAPIService) SendAnalyticsEventExecute(r ApiSendAnalyticsEventRequest) (*http.Response, error)
Execute executes the request
type ApiApproveAccessRequestRequest ¶
type ApiApproveAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiApproveAccessRequestRequest) ApprovalResultClientModel ¶
func (r ApiApproveAccessRequestRequest) ApprovalResultClientModel(approvalResultClientModel ApprovalResultClientModel) ApiApproveAccessRequestRequest
func (ApiApproveAccessRequestRequest) Execute ¶
func (r ApiApproveAccessRequestRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiCreateAccessRequestTemplateRequest ¶
type ApiCreateAccessRequestTemplateRequest struct { ApiService *AccessRequestTemplatesAPIService // contains filtered or unexported fields }
func (ApiCreateAccessRequestTemplateRequest) CreateAndUpdateAccessRequestTemplateClientModel ¶
func (r ApiCreateAccessRequestTemplateRequest) CreateAndUpdateAccessRequestTemplateClientModel(createAndUpdateAccessRequestTemplateClientModel CreateAndUpdateAccessRequestTemplateClientModel) ApiCreateAccessRequestTemplateRequest
func (ApiCreateAccessRequestTemplateRequest) Execute ¶
func (r ApiCreateAccessRequestTemplateRequest) Execute() (*AccessRequestTemplateClientModel, *http.Response, error)
type ApiCreateUserAccessRequestRequest ¶
type ApiCreateUserAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiCreateUserAccessRequestRequest) CreateAccessRequestClientModel ¶
func (r ApiCreateUserAccessRequestRequest) CreateAccessRequestClientModel(createAccessRequestClientModel CreateAccessRequestClientModel) ApiCreateUserAccessRequestRequest
func (ApiCreateUserAccessRequestRequest) Execute ¶
func (r ApiCreateUserAccessRequestRequest) Execute() (*AccessRequestSubmittedClientResponse, *http.Response, error)
type ApiDeleteAccessRequestTemplateRequest ¶
type ApiDeleteAccessRequestTemplateRequest struct { ApiService *AccessRequestTemplatesAPIService // contains filtered or unexported fields }
func (ApiDeleteAccessRequestTemplateRequest) Execute ¶
func (r ApiDeleteAccessRequestTemplateRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiDryRunCreateUserAccessRequestRequest ¶ added in v1.0.3
type ApiDryRunCreateUserAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiDryRunCreateUserAccessRequestRequest) CreateAccessRequestClientModel ¶ added in v1.0.3
func (r ApiDryRunCreateUserAccessRequestRequest) CreateAccessRequestClientModel(createAccessRequestClientModel CreateAccessRequestClientModel) ApiDryRunCreateUserAccessRequestRequest
func (ApiDryRunCreateUserAccessRequestRequest) Execute ¶ added in v1.0.3
func (r ApiDryRunCreateUserAccessRequestRequest) Execute() (*DryRunClientResponse, *http.Response, error)
type ApiGetAccessGroupDetailsRequest ¶
type ApiGetAccessGroupDetailsRequest struct { ApiService *AccessGroupsAPIService // contains filtered or unexported fields }
func (ApiGetAccessGroupDetailsRequest) Execute ¶
func (r ApiGetAccessGroupDetailsRequest) Execute() (*AccessDetailsClientModel, *http.Response, error)
type ApiGetAccessGroupUnitsRequest ¶
type ApiGetAccessGroupUnitsRequest struct { ApiService *AccessGroupsAPIService // contains filtered or unexported fields }
func (ApiGetAccessGroupUnitsRequest) Execute ¶
func (r ApiGetAccessGroupUnitsRequest) Execute() (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
func (ApiGetAccessGroupUnitsRequest) IntegrationIds ¶
func (r ApiGetAccessGroupUnitsRequest) IntegrationIds(integrationIds []string) ApiGetAccessGroupUnitsRequest
func (ApiGetAccessGroupUnitsRequest) Limit ¶
func (r ApiGetAccessGroupUnitsRequest) Limit(limit int32) ApiGetAccessGroupUnitsRequest
func (ApiGetAccessGroupUnitsRequest) ResourceTypeIds ¶
func (r ApiGetAccessGroupUnitsRequest) ResourceTypeIds(resourceTypeIds []string) ApiGetAccessGroupUnitsRequest
func (ApiGetAccessGroupUnitsRequest) Skip ¶
func (r ApiGetAccessGroupUnitsRequest) Skip(skip int32) ApiGetAccessGroupUnitsRequest
type ApiGetAccessRequestRequest ¶
type ApiGetAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiGetAccessRequestRequest) Execute ¶
func (r ApiGetAccessRequestRequest) Execute() (*AccessRequestClientModel, *http.Response, error)
type ApiGetAccessRequestTemplateRequest ¶
type ApiGetAccessRequestTemplateRequest struct { ApiService *AccessRequestTemplatesAPIService // contains filtered or unexported fields }
func (ApiGetAccessRequestTemplateRequest) Execute ¶
func (r ApiGetAccessRequestTemplateRequest) Execute() (*AccessRequestTemplateClientModel, *http.Response, error)
func (ApiGetAccessRequestTemplateRequest) FilterAvailable ¶
func (r ApiGetAccessRequestTemplateRequest) FilterAvailable(filterAvailable bool) ApiGetAccessRequestTemplateRequest
type ApiGetAccessSessionAccessDetailsRequest ¶
type ApiGetAccessSessionAccessDetailsRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiGetAccessSessionAccessDetailsRequest) AponoSec ¶ added in v1.0.0
func (r ApiGetAccessSessionAccessDetailsRequest) AponoSec(aponoSec map[string]interface{}) ApiGetAccessSessionAccessDetailsRequest
func (ApiGetAccessSessionAccessDetailsRequest) Execute ¶
func (r ApiGetAccessSessionAccessDetailsRequest) Execute() (*AccessSessionDetailsClientModel, *http.Response, error)
type ApiGetAccessSessionRequest ¶
type ApiGetAccessSessionRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiGetAccessSessionRequest) Execute ¶
func (r ApiGetAccessSessionRequest) Execute() (*AccessSessionClientModel, *http.Response, error)
type ApiGetAccessSessionRequestTemplateRequest ¶ added in v1.0.3
type ApiGetAccessSessionRequestTemplateRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiGetAccessSessionRequestTemplateRequest) Execute ¶ added in v1.0.3
func (r ApiGetAccessSessionRequestTemplateRequest) Execute() (*AccessSessionRequestTemplateClientModel, *http.Response, error)
type ApiGetUserSessionRequest ¶ added in v1.0.0
type ApiGetUserSessionRequest struct { ApiService *UserSessionAPIService // contains filtered or unexported fields }
func (ApiGetUserSessionRequest) Execute ¶ added in v1.0.0
func (r ApiGetUserSessionRequest) Execute() (*UserSessionClientModel, *http.Response, error)
type ApiListAccessBundlesRequest ¶
type ApiListAccessBundlesRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListAccessBundlesRequest) Execute ¶
func (r ApiListAccessBundlesRequest) Execute() (*PaginatedClientResponseModelBundleClientModel, *http.Response, error)
func (ApiListAccessBundlesRequest) Limit ¶
func (r ApiListAccessBundlesRequest) Limit(limit int32) ApiListAccessBundlesRequest
func (ApiListAccessBundlesRequest) Search ¶
func (r ApiListAccessBundlesRequest) Search(search string) ApiListAccessBundlesRequest
func (ApiListAccessBundlesRequest) Skip ¶
func (r ApiListAccessBundlesRequest) Skip(skip int32) ApiListAccessBundlesRequest
type ApiListAccessRequestTemplatesRequest ¶
type ApiListAccessRequestTemplatesRequest struct { ApiService *AccessRequestTemplatesAPIService // contains filtered or unexported fields }
func (ApiListAccessRequestTemplatesRequest) Execute ¶
func (r ApiListAccessRequestTemplatesRequest) Execute() (*PaginatedClientResponseModelAccessRequestTemplateClientModel, *http.Response, error)
func (ApiListAccessRequestTemplatesRequest) Limit ¶
func (r ApiListAccessRequestTemplatesRequest) Limit(limit int32) ApiListAccessRequestTemplatesRequest
func (ApiListAccessRequestTemplatesRequest) Search ¶
func (r ApiListAccessRequestTemplatesRequest) Search(search string) ApiListAccessRequestTemplatesRequest
func (ApiListAccessRequestTemplatesRequest) Skip ¶
func (r ApiListAccessRequestTemplatesRequest) Skip(skip int32) ApiListAccessRequestTemplatesRequest
type ApiListAccessRequestsRequest ¶
type ApiListAccessRequestsRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiListAccessRequestsRequest) Execute ¶
func (r ApiListAccessRequestsRequest) Execute() (*PaginatedClientResponseModelAccessRequestClientModel, *http.Response, error)
func (ApiListAccessRequestsRequest) IncludeAutogrant ¶ added in v1.1.0
func (r ApiListAccessRequestsRequest) IncludeAutogrant(includeAutogrant bool) ApiListAccessRequestsRequest
func (ApiListAccessRequestsRequest) Limit ¶
func (r ApiListAccessRequestsRequest) Limit(limit int32) ApiListAccessRequestsRequest
func (ApiListAccessRequestsRequest) RequestIds ¶ added in v1.0.3
func (r ApiListAccessRequestsRequest) RequestIds(requestIds []string) ApiListAccessRequestsRequest
func (ApiListAccessRequestsRequest) Scope ¶
func (r ApiListAccessRequestsRequest) Scope(scope AccessRequestsScopeModel) ApiListAccessRequestsRequest
func (ApiListAccessRequestsRequest) Skip ¶
func (r ApiListAccessRequestsRequest) Skip(skip int32) ApiListAccessRequestsRequest
func (ApiListAccessRequestsRequest) Statuses ¶
func (r ApiListAccessRequestsRequest) Statuses(statuses []string) ApiListAccessRequestsRequest
type ApiListAccessSessionsGroupsRequest ¶
type ApiListAccessSessionsGroupsRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiListAccessSessionsGroupsRequest) Execute ¶
func (r ApiListAccessSessionsGroupsRequest) Execute() (*PaginatedClientResponseModelAccessSessionsGroupClientModel, *http.Response, error)
func (ApiListAccessSessionsGroupsRequest) IncludeDisconnected ¶ added in v1.0.3
func (r ApiListAccessSessionsGroupsRequest) IncludeDisconnected(includeDisconnected bool) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) IntegrationId ¶ added in v1.0.3
func (r ApiListAccessSessionsGroupsRequest) IntegrationId(integrationId []string) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) IntegrationTypes ¶ added in v1.0.3
func (r ApiListAccessSessionsGroupsRequest) IntegrationTypes(integrationTypes []string) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) Limit ¶
func (r ApiListAccessSessionsGroupsRequest) Limit(limit int32) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) Search ¶
func (r ApiListAccessSessionsGroupsRequest) Search(search string) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) SessionTypes ¶ added in v1.0.3
func (r ApiListAccessSessionsGroupsRequest) SessionTypes(sessionTypes []string) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) SessionsPageSize ¶
func (r ApiListAccessSessionsGroupsRequest) SessionsPageSize(sessionsPageSize int32) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) Skip ¶
func (r ApiListAccessSessionsGroupsRequest) Skip(skip int32) ApiListAccessSessionsGroupsRequest
func (ApiListAccessSessionsGroupsRequest) Status ¶ added in v1.0.3
func (r ApiListAccessSessionsGroupsRequest) Status(status []string) ApiListAccessSessionsGroupsRequest
type ApiListAccessSessionsRequest ¶
type ApiListAccessSessionsRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiListAccessSessionsRequest) BundleId ¶ added in v1.0.0
func (r ApiListAccessSessionsRequest) BundleId(bundleId []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) CredentialsId ¶
func (r ApiListAccessSessionsRequest) CredentialsId(credentialsId []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) Execute ¶
func (r ApiListAccessSessionsRequest) Execute() (*PaginatedClientResponseModelAccessSessionClientModel, *http.Response, error)
func (ApiListAccessSessionsRequest) IncludeDisconnected ¶ added in v1.0.3
func (r ApiListAccessSessionsRequest) IncludeDisconnected(includeDisconnected bool) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) IntegrationId ¶
func (r ApiListAccessSessionsRequest) IntegrationId(integrationId []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) IntegrationTypes ¶ added in v1.0.3
func (r ApiListAccessSessionsRequest) IntegrationTypes(integrationTypes []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) Limit ¶
func (r ApiListAccessSessionsRequest) Limit(limit int32) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) RequestId ¶ added in v1.0.0
func (r ApiListAccessSessionsRequest) RequestId(requestId []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) Search ¶
func (r ApiListAccessSessionsRequest) Search(search string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) SessionTypes ¶ added in v1.0.3
func (r ApiListAccessSessionsRequest) SessionTypes(sessionTypes []string) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) Skip ¶
func (r ApiListAccessSessionsRequest) Skip(skip int32) ApiListAccessSessionsRequest
func (ApiListAccessSessionsRequest) Status ¶ added in v1.0.3
func (r ApiListAccessSessionsRequest) Status(status []string) ApiListAccessSessionsRequest
type ApiListAccessUnitsRequest ¶
type ApiListAccessUnitsRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListAccessUnitsRequest) BundleIds ¶
func (r ApiListAccessUnitsRequest) BundleIds(bundleIds []string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) Execute ¶
func (r ApiListAccessUnitsRequest) Execute() (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
func (ApiListAccessUnitsRequest) IntegrationIds ¶
func (r ApiListAccessUnitsRequest) IntegrationIds(integrationIds []string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) Limit ¶
func (r ApiListAccessUnitsRequest) Limit(limit int32) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) PermissionIds ¶
func (r ApiListAccessUnitsRequest) PermissionIds(permissionIds []string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) ResourceIds ¶
func (r ApiListAccessUnitsRequest) ResourceIds(resourceIds []string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) ResourceTypeIds ¶
func (r ApiListAccessUnitsRequest) ResourceTypeIds(resourceTypeIds []string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) Search ¶
func (r ApiListAccessUnitsRequest) Search(search string) ApiListAccessUnitsRequest
func (ApiListAccessUnitsRequest) Skip ¶
func (r ApiListAccessUnitsRequest) Skip(skip int32) ApiListAccessUnitsRequest
type ApiListIntegrationFilterOptionsRequest ¶ added in v1.0.3
type ApiListIntegrationFilterOptionsRequest struct { ApiService *FiltersAPIService // contains filtered or unexported fields }
func (ApiListIntegrationFilterOptionsRequest) Execute ¶ added in v1.0.3
func (r ApiListIntegrationFilterOptionsRequest) Execute() (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
func (ApiListIntegrationFilterOptionsRequest) Limit ¶ added in v1.0.3
func (r ApiListIntegrationFilterOptionsRequest) Limit(limit int32) ApiListIntegrationFilterOptionsRequest
func (ApiListIntegrationFilterOptionsRequest) Scope ¶ added in v1.0.3
func (r ApiListIntegrationFilterOptionsRequest) Scope(scope string) ApiListIntegrationFilterOptionsRequest
func (ApiListIntegrationFilterOptionsRequest) Skip ¶ added in v1.0.3
func (r ApiListIntegrationFilterOptionsRequest) Skip(skip int32) ApiListIntegrationFilterOptionsRequest
type ApiListIntegrationRequest ¶
type ApiListIntegrationRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListIntegrationRequest) Execute ¶
func (r ApiListIntegrationRequest) Execute() (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
func (ApiListIntegrationRequest) Limit ¶
func (r ApiListIntegrationRequest) Limit(limit int32) ApiListIntegrationRequest
func (ApiListIntegrationRequest) Search ¶
func (r ApiListIntegrationRequest) Search(search string) ApiListIntegrationRequest
func (ApiListIntegrationRequest) SessionId ¶ added in v1.0.3
func (r ApiListIntegrationRequest) SessionId(sessionId string) ApiListIntegrationRequest
func (ApiListIntegrationRequest) Skip ¶
func (r ApiListIntegrationRequest) Skip(skip int32) ApiListIntegrationRequest
type ApiListPermissionsRequest ¶
type ApiListPermissionsRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListPermissionsRequest) Execute ¶
func (r ApiListPermissionsRequest) Execute() (*PaginatedClientResponseModelPermissionClientModel, *http.Response, error)
func (ApiListPermissionsRequest) IntegrationId ¶
func (r ApiListPermissionsRequest) IntegrationId(integrationId string) ApiListPermissionsRequest
func (ApiListPermissionsRequest) Limit ¶
func (r ApiListPermissionsRequest) Limit(limit int32) ApiListPermissionsRequest
func (ApiListPermissionsRequest) ResourceTypeId ¶
func (r ApiListPermissionsRequest) ResourceTypeId(resourceTypeId string) ApiListPermissionsRequest
func (ApiListPermissionsRequest) Search ¶
func (r ApiListPermissionsRequest) Search(search string) ApiListPermissionsRequest
func (ApiListPermissionsRequest) SessionId ¶ added in v1.0.3
func (r ApiListPermissionsRequest) SessionId(sessionId string) ApiListPermissionsRequest
func (ApiListPermissionsRequest) Skip ¶
func (r ApiListPermissionsRequest) Skip(skip int32) ApiListPermissionsRequest
type ApiListResourceTypesRequest ¶
type ApiListResourceTypesRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListResourceTypesRequest) Execute ¶
func (r ApiListResourceTypesRequest) Execute() (*PaginatedClientResponseModelResourceTypeClientModel, *http.Response, error)
func (ApiListResourceTypesRequest) IntegrationId ¶
func (r ApiListResourceTypesRequest) IntegrationId(integrationId string) ApiListResourceTypesRequest
func (ApiListResourceTypesRequest) Limit ¶
func (r ApiListResourceTypesRequest) Limit(limit int32) ApiListResourceTypesRequest
func (ApiListResourceTypesRequest) Search ¶
func (r ApiListResourceTypesRequest) Search(search string) ApiListResourceTypesRequest
func (ApiListResourceTypesRequest) SessionId ¶ added in v1.0.3
func (r ApiListResourceTypesRequest) SessionId(sessionId string) ApiListResourceTypesRequest
func (ApiListResourceTypesRequest) Skip ¶
func (r ApiListResourceTypesRequest) Skip(skip int32) ApiListResourceTypesRequest
type ApiListResourcesRequest ¶
type ApiListResourcesRequest struct { ApiService *InventoryAPIService // contains filtered or unexported fields }
func (ApiListResourcesRequest) Execute ¶
func (r ApiListResourcesRequest) Execute() (*PaginatedClientResponseModelResourceClientModel, *http.Response, error)
func (ApiListResourcesRequest) IntegrationId ¶
func (r ApiListResourcesRequest) IntegrationId(integrationId string) ApiListResourcesRequest
func (ApiListResourcesRequest) Limit ¶
func (r ApiListResourcesRequest) Limit(limit int32) ApiListResourcesRequest
func (ApiListResourcesRequest) ResourceTypeId ¶
func (r ApiListResourcesRequest) ResourceTypeId(resourceTypeId string) ApiListResourcesRequest
func (ApiListResourcesRequest) Search ¶
func (r ApiListResourcesRequest) Search(search string) ApiListResourcesRequest
func (ApiListResourcesRequest) SessionId ¶ added in v1.0.3
func (r ApiListResourcesRequest) SessionId(sessionId string) ApiListResourcesRequest
func (ApiListResourcesRequest) Skip ¶
func (r ApiListResourcesRequest) Skip(skip int32) ApiListResourcesRequest
func (ApiListResourcesRequest) SourceId ¶ added in v1.0.0
func (r ApiListResourcesRequest) SourceId(sourceId []string) ApiListResourcesRequest
type ApiRejectAccessRequestRequest ¶
type ApiRejectAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiRejectAccessRequestRequest) ApprovalResultClientModel ¶
func (r ApiRejectAccessRequestRequest) ApprovalResultClientModel(approvalResultClientModel ApprovalResultClientModel) ApiRejectAccessRequestRequest
func (ApiRejectAccessRequestRequest) Execute ¶
func (r ApiRejectAccessRequestRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiRequestAgainAccessRequestRequest ¶
type ApiRequestAgainAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiRequestAgainAccessRequestRequest) Execute ¶
func (r ApiRequestAgainAccessRequestRequest) Execute() (*AccessRequestSubmittedClientResponse, *http.Response, error)
func (ApiRequestAgainAccessRequestRequest) RequestAgainClientModel ¶
func (r ApiRequestAgainAccessRequestRequest) RequestAgainClientModel(requestAgainClientModel RequestAgainClientModel) ApiRequestAgainAccessRequestRequest
type ApiResetAccessGroupCredentialsRequest ¶
type ApiResetAccessGroupCredentialsRequest struct { ApiService *AccessGroupsAPIService // contains filtered or unexported fields }
func (ApiResetAccessGroupCredentialsRequest) Execute ¶
func (r ApiResetAccessGroupCredentialsRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiResetAccessSessionCredentialsRequest ¶
type ApiResetAccessSessionCredentialsRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiResetAccessSessionCredentialsRequest) Execute ¶
func (r ApiResetAccessSessionCredentialsRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiRevokeAccessRequestRequest ¶
type ApiRevokeAccessRequestRequest struct { ApiService *AccessRequestsAPIService // contains filtered or unexported fields }
func (ApiRevokeAccessRequestRequest) Execute ¶
func (r ApiRevokeAccessRequestRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiSendAnalyticsEventRequest ¶ added in v1.0.0
type ApiSendAnalyticsEventRequest struct { ApiService *AnalyticsAPIService // contains filtered or unexported fields }
func (ApiSendAnalyticsEventRequest) CreateAnalyticEventClientModel ¶ added in v1.0.0
func (r ApiSendAnalyticsEventRequest) CreateAnalyticEventClientModel(createAnalyticEventClientModel CreateAnalyticEventClientModel) ApiSendAnalyticsEventRequest
type ApiSyncAvailableSessionsRequest ¶ added in v1.0.3
type ApiSyncAvailableSessionsRequest struct { ApiService *AccessSessionsAPIService // contains filtered or unexported fields }
func (ApiSyncAvailableSessionsRequest) Execute ¶ added in v1.0.3
func (r ApiSyncAvailableSessionsRequest) Execute() (*MessageResponse, *http.Response, error)
type ApiUpdateAccessRequestTemplateRequest ¶
type ApiUpdateAccessRequestTemplateRequest struct { ApiService *AccessRequestTemplatesAPIService // contains filtered or unexported fields }
func (ApiUpdateAccessRequestTemplateRequest) CreateAndUpdateAccessRequestTemplateClientModel ¶
func (r ApiUpdateAccessRequestTemplateRequest) CreateAndUpdateAccessRequestTemplateClientModel(createAndUpdateAccessRequestTemplateClientModel CreateAndUpdateAccessRequestTemplateClientModel) ApiUpdateAccessRequestTemplateRequest
func (ApiUpdateAccessRequestTemplateRequest) Execute ¶
func (r ApiUpdateAccessRequestTemplateRequest) Execute() (*AccessRequestTemplateClientModel, *http.Response, error)
type ApprovalResultClientModel ¶
type ApprovalResultClientModel struct {
Justification NullableString `json:"justification,omitempty"`
}
ApprovalResultClientModel struct for ApprovalResultClientModel
func NewApprovalResultClientModel ¶
func NewApprovalResultClientModel() *ApprovalResultClientModel
NewApprovalResultClientModel instantiates a new ApprovalResultClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewApprovalResultClientModelWithDefaults ¶
func NewApprovalResultClientModelWithDefaults() *ApprovalResultClientModel
NewApprovalResultClientModelWithDefaults instantiates a new ApprovalResultClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ApprovalResultClientModel) GetJustification ¶
func (o *ApprovalResultClientModel) GetJustification() string
GetJustification returns the Justification field value if set, zero value otherwise (both if not set or set to explicit null).
func (*ApprovalResultClientModel) GetJustificationOk ¶
func (o *ApprovalResultClientModel) GetJustificationOk() (*string, bool)
GetJustificationOk returns a tuple with the Justification 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 (*ApprovalResultClientModel) HasJustification ¶
func (o *ApprovalResultClientModel) HasJustification() bool
HasJustification returns a boolean if a field has been set.
func (ApprovalResultClientModel) MarshalJSON ¶
func (o ApprovalResultClientModel) MarshalJSON() ([]byte, error)
func (*ApprovalResultClientModel) SetJustification ¶
func (o *ApprovalResultClientModel) SetJustification(v string)
SetJustification gets a reference to the given NullableString and assigns it to the Justification field.
func (*ApprovalResultClientModel) SetJustificationNil ¶
func (o *ApprovalResultClientModel) SetJustificationNil()
SetJustificationNil sets the value for Justification to be an explicit nil
func (ApprovalResultClientModel) ToMap ¶
func (o ApprovalResultClientModel) ToMap() (map[string]interface{}, error)
func (*ApprovalResultClientModel) UnsetJustification ¶
func (o *ApprovalResultClientModel) UnsetJustification()
UnsetJustification ensures that no value is present for Justification, not even an explicit nil
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 BundleClientModel ¶
BundleClientModel struct for BundleClientModel
func NewBundleClientModel ¶
func NewBundleClientModel(id string, name string) *BundleClientModel
NewBundleClientModel instantiates a new BundleClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewBundleClientModelWithDefaults ¶
func NewBundleClientModelWithDefaults() *BundleClientModel
NewBundleClientModelWithDefaults instantiates a new BundleClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*BundleClientModel) GetId ¶
func (o *BundleClientModel) GetId() string
GetId returns the Id field value
func (*BundleClientModel) GetIdOk ¶
func (o *BundleClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*BundleClientModel) GetName ¶
func (o *BundleClientModel) GetName() string
GetName returns the Name field value
func (*BundleClientModel) GetNameOk ¶
func (o *BundleClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (BundleClientModel) MarshalJSON ¶
func (o BundleClientModel) MarshalJSON() ([]byte, error)
func (*BundleClientModel) SetId ¶
func (o *BundleClientModel) SetId(v string)
SetId sets field value
func (*BundleClientModel) SetName ¶
func (o *BundleClientModel) SetName(v string)
SetName sets field value
func (BundleClientModel) ToMap ¶
func (o BundleClientModel) ToMap() (map[string]interface{}, error)
func (*BundleClientModel) UnmarshalJSON ¶
func (o *BundleClientModel) UnmarshalJSON(bytes []byte) (err error)
type ChallengeApproverClientModel ¶
type ChallengeApproverClientModel struct { Name string `json:"name"` Type string `json:"type"` Status ClientChallengeStatus `json:"status"` Metadata map[string]string `json:"metadata"` }
ChallengeApproverClientModel struct for ChallengeApproverClientModel
func NewChallengeApproverClientModel ¶
func NewChallengeApproverClientModel(name string, type_ string, status ClientChallengeStatus, metadata map[string]string) *ChallengeApproverClientModel
NewChallengeApproverClientModel instantiates a new ChallengeApproverClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChallengeApproverClientModelWithDefaults ¶
func NewChallengeApproverClientModelWithDefaults() *ChallengeApproverClientModel
NewChallengeApproverClientModelWithDefaults instantiates a new ChallengeApproverClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChallengeApproverClientModel) GetMetadata ¶
func (o *ChallengeApproverClientModel) GetMetadata() map[string]string
GetMetadata returns the Metadata field value
func (*ChallengeApproverClientModel) GetMetadataOk ¶
func (o *ChallengeApproverClientModel) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*ChallengeApproverClientModel) GetName ¶
func (o *ChallengeApproverClientModel) GetName() string
GetName returns the Name field value
func (*ChallengeApproverClientModel) GetNameOk ¶
func (o *ChallengeApproverClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ChallengeApproverClientModel) GetStatus ¶
func (o *ChallengeApproverClientModel) GetStatus() ClientChallengeStatus
GetStatus returns the Status field value
func (*ChallengeApproverClientModel) GetStatusOk ¶
func (o *ChallengeApproverClientModel) GetStatusOk() (*ClientChallengeStatus, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*ChallengeApproverClientModel) GetType ¶
func (o *ChallengeApproverClientModel) GetType() string
GetType returns the Type field value
func (*ChallengeApproverClientModel) GetTypeOk ¶
func (o *ChallengeApproverClientModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ChallengeApproverClientModel) MarshalJSON ¶
func (o ChallengeApproverClientModel) MarshalJSON() ([]byte, error)
func (*ChallengeApproverClientModel) SetMetadata ¶
func (o *ChallengeApproverClientModel) SetMetadata(v map[string]string)
SetMetadata sets field value
func (*ChallengeApproverClientModel) SetName ¶
func (o *ChallengeApproverClientModel) SetName(v string)
SetName sets field value
func (*ChallengeApproverClientModel) SetStatus ¶
func (o *ChallengeApproverClientModel) SetStatus(v ClientChallengeStatus)
SetStatus sets field value
func (*ChallengeApproverClientModel) SetType ¶
func (o *ChallengeApproverClientModel) SetType(v string)
SetType sets field value
func (ChallengeApproverClientModel) ToMap ¶
func (o ChallengeApproverClientModel) ToMap() (map[string]interface{}, error)
func (*ChallengeApproverClientModel) UnmarshalJSON ¶
func (o *ChallengeApproverClientModel) UnmarshalJSON(bytes []byte) (err error)
type ChallengeInfoClientModel ¶
type ChallengeInfoClientModel struct { LogicalRelation ClientChallengeLogicalRelation `json:"logical_relation"` Approvers []ChallengeApproverClientModel `json:"approvers"` }
ChallengeInfoClientModel struct for ChallengeInfoClientModel
func NewChallengeInfoClientModel ¶
func NewChallengeInfoClientModel(logicalRelation ClientChallengeLogicalRelation, approvers []ChallengeApproverClientModel) *ChallengeInfoClientModel
NewChallengeInfoClientModel instantiates a new ChallengeInfoClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewChallengeInfoClientModelWithDefaults ¶
func NewChallengeInfoClientModelWithDefaults() *ChallengeInfoClientModel
NewChallengeInfoClientModelWithDefaults instantiates a new ChallengeInfoClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ChallengeInfoClientModel) GetApprovers ¶
func (o *ChallengeInfoClientModel) GetApprovers() []ChallengeApproverClientModel
GetApprovers returns the Approvers field value
func (*ChallengeInfoClientModel) GetApproversOk ¶
func (o *ChallengeInfoClientModel) GetApproversOk() ([]ChallengeApproverClientModel, bool)
GetApproversOk returns a tuple with the Approvers field value and a boolean to check if the value has been set.
func (*ChallengeInfoClientModel) GetLogicalRelation ¶
func (o *ChallengeInfoClientModel) GetLogicalRelation() ClientChallengeLogicalRelation
GetLogicalRelation returns the LogicalRelation field value
func (*ChallengeInfoClientModel) GetLogicalRelationOk ¶
func (o *ChallengeInfoClientModel) GetLogicalRelationOk() (*ClientChallengeLogicalRelation, bool)
GetLogicalRelationOk returns a tuple with the LogicalRelation field value and a boolean to check if the value has been set.
func (ChallengeInfoClientModel) MarshalJSON ¶
func (o ChallengeInfoClientModel) MarshalJSON() ([]byte, error)
func (*ChallengeInfoClientModel) SetApprovers ¶
func (o *ChallengeInfoClientModel) SetApprovers(v []ChallengeApproverClientModel)
SetApprovers sets field value
func (*ChallengeInfoClientModel) SetLogicalRelation ¶
func (o *ChallengeInfoClientModel) SetLogicalRelation(v ClientChallengeLogicalRelation)
SetLogicalRelation sets field value
func (ChallengeInfoClientModel) ToMap ¶
func (o ChallengeInfoClientModel) ToMap() (map[string]interface{}, error)
func (*ChallengeInfoClientModel) UnmarshalJSON ¶
func (o *ChallengeInfoClientModel) UnmarshalJSON(bytes []byte) (err error)
type ClientChallengeLogicalRelation ¶
type ClientChallengeLogicalRelation string
ClientChallengeLogicalRelation the model 'ClientChallengeLogicalRelation'
const ( CLIENTCHALLENGELOGICALRELATION_ANY_OF ClientChallengeLogicalRelation = "AnyOf" CLIENTCHALLENGELOGICALRELATION_ALL_OF ClientChallengeLogicalRelation = "AllOf" )
List of ClientChallengeLogicalRelation
func NewClientChallengeLogicalRelationFromValue ¶
func NewClientChallengeLogicalRelationFromValue(v string) (*ClientChallengeLogicalRelation, error)
NewClientChallengeLogicalRelationFromValue returns a pointer to a valid ClientChallengeLogicalRelation for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ClientChallengeLogicalRelation) IsValid ¶
func (v ClientChallengeLogicalRelation) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ClientChallengeLogicalRelation) Ptr ¶
func (v ClientChallengeLogicalRelation) Ptr() *ClientChallengeLogicalRelation
Ptr returns reference to ClientChallengeLogicalRelation value
func (*ClientChallengeLogicalRelation) UnmarshalJSON ¶
func (v *ClientChallengeLogicalRelation) UnmarshalJSON(src []byte) error
type ClientChallengeStatus ¶
type ClientChallengeStatus string
ClientChallengeStatus the model 'ClientChallengeStatus'
const ( CLIENTCHALLENGESTATUS_APPROVED ClientChallengeStatus = "Approved" CLIENTCHALLENGESTATUS_REJECTED ClientChallengeStatus = "Rejected" CLIENTCHALLENGESTATUS_PENDING ClientChallengeStatus = "Pending" )
List of ClientChallengeStatus
func NewClientChallengeStatusFromValue ¶
func NewClientChallengeStatusFromValue(v string) (*ClientChallengeStatus, error)
NewClientChallengeStatusFromValue returns a pointer to a valid ClientChallengeStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ClientChallengeStatus) IsValid ¶
func (v ClientChallengeStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ClientChallengeStatus) Ptr ¶
func (v ClientChallengeStatus) Ptr() *ClientChallengeStatus
Ptr returns reference to ClientChallengeStatus value
func (*ClientChallengeStatus) UnmarshalJSON ¶
func (v *ClientChallengeStatus) UnmarshalJSON(src []byte) error
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type CreateAccessRequestClientModel ¶
type CreateAccessRequestClientModel struct { FilterIntegrationIds []string `json:"filter_integration_ids"` FilterBundleIds []string `json:"filter_bundle_ids"` FilterResourceTypeIds []string `json:"filter_resource_type_ids"` FilterResourceIds []string `json:"filter_resource_ids"` FilterResources []ResourceFilter `json:"filter_resources"` FilterPermissionIds []string `json:"filter_permission_ids"` FilterAccessUnitIds []string `json:"filter_access_unit_ids"` Justification NullableString `json:"justification,omitempty"` DurationInSec NullableInt32 `json:"duration_in_sec,omitempty"` }
CreateAccessRequestClientModel struct for CreateAccessRequestClientModel
func NewCreateAccessRequestClientModel ¶
func NewCreateAccessRequestClientModel(filterIntegrationIds []string, filterBundleIds []string, filterResourceTypeIds []string, filterResourceIds []string, filterResources []ResourceFilter, filterPermissionIds []string, filterAccessUnitIds []string) *CreateAccessRequestClientModel
NewCreateAccessRequestClientModel instantiates a new CreateAccessRequestClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAccessRequestClientModelWithDefaults ¶
func NewCreateAccessRequestClientModelWithDefaults() *CreateAccessRequestClientModel
NewCreateAccessRequestClientModelWithDefaults instantiates a new CreateAccessRequestClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAccessRequestClientModel) GetDurationInSec ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) GetDurationInSec() int32
GetDurationInSec returns the DurationInSec field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateAccessRequestClientModel) GetDurationInSecOk ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) GetDurationInSecOk() (*int32, bool)
GetDurationInSecOk returns a tuple with the DurationInSec 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 (*CreateAccessRequestClientModel) GetFilterAccessUnitIds ¶
func (o *CreateAccessRequestClientModel) GetFilterAccessUnitIds() []string
GetFilterAccessUnitIds returns the FilterAccessUnitIds field value
func (*CreateAccessRequestClientModel) GetFilterAccessUnitIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterAccessUnitIdsOk() ([]string, bool)
GetFilterAccessUnitIdsOk returns a tuple with the FilterAccessUnitIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterBundleIds ¶
func (o *CreateAccessRequestClientModel) GetFilterBundleIds() []string
GetFilterBundleIds returns the FilterBundleIds field value
func (*CreateAccessRequestClientModel) GetFilterBundleIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterBundleIdsOk() ([]string, bool)
GetFilterBundleIdsOk returns a tuple with the FilterBundleIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterIntegrationIds ¶
func (o *CreateAccessRequestClientModel) GetFilterIntegrationIds() []string
GetFilterIntegrationIds returns the FilterIntegrationIds field value
func (*CreateAccessRequestClientModel) GetFilterIntegrationIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterIntegrationIdsOk() ([]string, bool)
GetFilterIntegrationIdsOk returns a tuple with the FilterIntegrationIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterPermissionIds ¶
func (o *CreateAccessRequestClientModel) GetFilterPermissionIds() []string
GetFilterPermissionIds returns the FilterPermissionIds field value
func (*CreateAccessRequestClientModel) GetFilterPermissionIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterPermissionIdsOk() ([]string, bool)
GetFilterPermissionIdsOk returns a tuple with the FilterPermissionIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterResourceIds ¶
func (o *CreateAccessRequestClientModel) GetFilterResourceIds() []string
GetFilterResourceIds returns the FilterResourceIds field value
func (*CreateAccessRequestClientModel) GetFilterResourceIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterResourceIdsOk() ([]string, bool)
GetFilterResourceIdsOk returns a tuple with the FilterResourceIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterResourceTypeIds ¶
func (o *CreateAccessRequestClientModel) GetFilterResourceTypeIds() []string
GetFilterResourceTypeIds returns the FilterResourceTypeIds field value
func (*CreateAccessRequestClientModel) GetFilterResourceTypeIdsOk ¶
func (o *CreateAccessRequestClientModel) GetFilterResourceTypeIdsOk() ([]string, bool)
GetFilterResourceTypeIdsOk returns a tuple with the FilterResourceTypeIds field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetFilterResources ¶ added in v1.0.0
func (o *CreateAccessRequestClientModel) GetFilterResources() []ResourceFilter
GetFilterResources returns the FilterResources field value
func (*CreateAccessRequestClientModel) GetFilterResourcesOk ¶ added in v1.0.0
func (o *CreateAccessRequestClientModel) GetFilterResourcesOk() ([]ResourceFilter, bool)
GetFilterResourcesOk returns a tuple with the FilterResources field value and a boolean to check if the value has been set.
func (*CreateAccessRequestClientModel) GetJustification ¶
func (o *CreateAccessRequestClientModel) GetJustification() string
GetJustification returns the Justification field value if set, zero value otherwise (both if not set or set to explicit null).
func (*CreateAccessRequestClientModel) GetJustificationOk ¶
func (o *CreateAccessRequestClientModel) GetJustificationOk() (*string, bool)
GetJustificationOk returns a tuple with the Justification 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 (*CreateAccessRequestClientModel) HasDurationInSec ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) HasDurationInSec() bool
HasDurationInSec returns a boolean if a field has been set.
func (*CreateAccessRequestClientModel) HasJustification ¶ added in v1.0.3
func (o *CreateAccessRequestClientModel) HasJustification() bool
HasJustification returns a boolean if a field has been set.
func (CreateAccessRequestClientModel) MarshalJSON ¶
func (o CreateAccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*CreateAccessRequestClientModel) SetDurationInSec ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) SetDurationInSec(v int32)
SetDurationInSec gets a reference to the given NullableInt32 and assigns it to the DurationInSec field.
func (*CreateAccessRequestClientModel) SetDurationInSecNil ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) SetDurationInSecNil()
SetDurationInSecNil sets the value for DurationInSec to be an explicit nil
func (*CreateAccessRequestClientModel) SetFilterAccessUnitIds ¶
func (o *CreateAccessRequestClientModel) SetFilterAccessUnitIds(v []string)
SetFilterAccessUnitIds sets field value
func (*CreateAccessRequestClientModel) SetFilterBundleIds ¶
func (o *CreateAccessRequestClientModel) SetFilterBundleIds(v []string)
SetFilterBundleIds sets field value
func (*CreateAccessRequestClientModel) SetFilterIntegrationIds ¶
func (o *CreateAccessRequestClientModel) SetFilterIntegrationIds(v []string)
SetFilterIntegrationIds sets field value
func (*CreateAccessRequestClientModel) SetFilterPermissionIds ¶
func (o *CreateAccessRequestClientModel) SetFilterPermissionIds(v []string)
SetFilterPermissionIds sets field value
func (*CreateAccessRequestClientModel) SetFilterResourceIds ¶
func (o *CreateAccessRequestClientModel) SetFilterResourceIds(v []string)
SetFilterResourceIds sets field value
func (*CreateAccessRequestClientModel) SetFilterResourceTypeIds ¶
func (o *CreateAccessRequestClientModel) SetFilterResourceTypeIds(v []string)
SetFilterResourceTypeIds sets field value
func (*CreateAccessRequestClientModel) SetFilterResources ¶ added in v1.0.0
func (o *CreateAccessRequestClientModel) SetFilterResources(v []ResourceFilter)
SetFilterResources sets field value
func (*CreateAccessRequestClientModel) SetJustification ¶
func (o *CreateAccessRequestClientModel) SetJustification(v string)
SetJustification gets a reference to the given NullableString and assigns it to the Justification field.
func (*CreateAccessRequestClientModel) SetJustificationNil ¶ added in v1.0.3
func (o *CreateAccessRequestClientModel) SetJustificationNil()
SetJustificationNil sets the value for Justification to be an explicit nil
func (CreateAccessRequestClientModel) ToMap ¶
func (o CreateAccessRequestClientModel) ToMap() (map[string]interface{}, error)
func (*CreateAccessRequestClientModel) UnmarshalJSON ¶
func (o *CreateAccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*CreateAccessRequestClientModel) UnsetDurationInSec ¶ added in v1.1.0
func (o *CreateAccessRequestClientModel) UnsetDurationInSec()
UnsetDurationInSec ensures that no value is present for DurationInSec, not even an explicit nil
func (*CreateAccessRequestClientModel) UnsetJustification ¶ added in v1.0.3
func (o *CreateAccessRequestClientModel) UnsetJustification()
UnsetJustification ensures that no value is present for Justification, not even an explicit nil
type CreateAnalyticEventClientModel ¶ added in v1.0.0
type CreateAnalyticEventClientModel struct { EventName string `json:"event_name"` ClientType AnalyticClientTypeClientModel `json:"client_type"` Properties map[string]interface{} `json:"properties"` }
CreateAnalyticEventClientModel struct for CreateAnalyticEventClientModel
func NewCreateAnalyticEventClientModel ¶ added in v1.0.0
func NewCreateAnalyticEventClientModel(eventName string, clientType AnalyticClientTypeClientModel, properties map[string]interface{}) *CreateAnalyticEventClientModel
NewCreateAnalyticEventClientModel instantiates a new CreateAnalyticEventClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAnalyticEventClientModelWithDefaults ¶ added in v1.0.0
func NewCreateAnalyticEventClientModelWithDefaults() *CreateAnalyticEventClientModel
NewCreateAnalyticEventClientModelWithDefaults instantiates a new CreateAnalyticEventClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAnalyticEventClientModel) GetClientType ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetClientType() AnalyticClientTypeClientModel
GetClientType returns the ClientType field value
func (*CreateAnalyticEventClientModel) GetClientTypeOk ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetClientTypeOk() (*AnalyticClientTypeClientModel, bool)
GetClientTypeOk returns a tuple with the ClientType field value and a boolean to check if the value has been set.
func (*CreateAnalyticEventClientModel) GetEventName ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetEventName() string
GetEventName returns the EventName field value
func (*CreateAnalyticEventClientModel) GetEventNameOk ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetEventNameOk() (*string, bool)
GetEventNameOk returns a tuple with the EventName field value and a boolean to check if the value has been set.
func (*CreateAnalyticEventClientModel) GetProperties ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetProperties() map[string]interface{}
GetProperties returns the Properties field value
func (*CreateAnalyticEventClientModel) GetPropertiesOk ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) GetPropertiesOk() (map[string]interface{}, bool)
GetPropertiesOk returns a tuple with the Properties field value and a boolean to check if the value has been set.
func (CreateAnalyticEventClientModel) MarshalJSON ¶ added in v1.0.0
func (o CreateAnalyticEventClientModel) MarshalJSON() ([]byte, error)
func (*CreateAnalyticEventClientModel) SetClientType ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) SetClientType(v AnalyticClientTypeClientModel)
SetClientType sets field value
func (*CreateAnalyticEventClientModel) SetEventName ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) SetEventName(v string)
SetEventName sets field value
func (*CreateAnalyticEventClientModel) SetProperties ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) SetProperties(v map[string]interface{})
SetProperties sets field value
func (CreateAnalyticEventClientModel) ToMap ¶ added in v1.0.0
func (o CreateAnalyticEventClientModel) ToMap() (map[string]interface{}, error)
func (*CreateAnalyticEventClientModel) UnmarshalJSON ¶ added in v1.0.0
func (o *CreateAnalyticEventClientModel) UnmarshalJSON(bytes []byte) (err error)
type CreateAndUpdateAccessRequestTemplateClientModel ¶
type CreateAndUpdateAccessRequestTemplateClientModel struct { Name string `json:"name"` Type AccessRequestTemplateTypeClientModel `json:"type"` FilterIntegrationIds []string `json:"filter_integration_ids"` FilterResourceTypeIds []string `json:"filter_resource_type_ids"` FilterResourceIds []string `json:"filter_resource_ids"` FilterPermissionIds []string `json:"filter_permission_ids"` }
CreateAndUpdateAccessRequestTemplateClientModel struct for CreateAndUpdateAccessRequestTemplateClientModel
func NewCreateAndUpdateAccessRequestTemplateClientModel ¶
func NewCreateAndUpdateAccessRequestTemplateClientModel(name string, type_ AccessRequestTemplateTypeClientModel, filterIntegrationIds []string, filterResourceTypeIds []string, filterResourceIds []string, filterPermissionIds []string) *CreateAndUpdateAccessRequestTemplateClientModel
NewCreateAndUpdateAccessRequestTemplateClientModel instantiates a new CreateAndUpdateAccessRequestTemplateClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCreateAndUpdateAccessRequestTemplateClientModelWithDefaults ¶
func NewCreateAndUpdateAccessRequestTemplateClientModelWithDefaults() *CreateAndUpdateAccessRequestTemplateClientModel
NewCreateAndUpdateAccessRequestTemplateClientModelWithDefaults instantiates a new CreateAndUpdateAccessRequestTemplateClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIds() []string
GetFilterIntegrationIds returns the FilterIntegrationIds field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIdsOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterIntegrationIdsOk() ([]string, bool)
GetFilterIntegrationIdsOk returns a tuple with the FilterIntegrationIds field value and a boolean to check if the value has been set.
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIds() []string
GetFilterPermissionIds returns the FilterPermissionIds field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIdsOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterPermissionIdsOk() ([]string, bool)
GetFilterPermissionIdsOk returns a tuple with the FilterPermissionIds field value and a boolean to check if the value has been set.
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIds() []string
GetFilterResourceIds returns the FilterResourceIds field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIdsOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceIdsOk() ([]string, bool)
GetFilterResourceIdsOk returns a tuple with the FilterResourceIds field value and a boolean to check if the value has been set.
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIds() []string
GetFilterResourceTypeIds returns the FilterResourceTypeIds field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIdsOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetFilterResourceTypeIdsOk() ([]string, bool)
GetFilterResourceTypeIdsOk returns a tuple with the FilterResourceTypeIds field value and a boolean to check if the value has been set.
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetName ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetName() string
GetName returns the Name field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetNameOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetType ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetType() AccessRequestTemplateTypeClientModel
GetType returns the Type field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) GetTypeOk ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) GetTypeOk() (*AccessRequestTemplateTypeClientModel, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (CreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON ¶
func (o CreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetFilterIntegrationIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterIntegrationIds(v []string)
SetFilterIntegrationIds sets field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetFilterPermissionIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterPermissionIds(v []string)
SetFilterPermissionIds sets field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceIds(v []string)
SetFilterResourceIds sets field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceTypeIds ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetFilterResourceTypeIds(v []string)
SetFilterResourceTypeIds sets field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetName ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetName(v string)
SetName sets field value
func (*CreateAndUpdateAccessRequestTemplateClientModel) SetType ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) SetType(v AccessRequestTemplateTypeClientModel)
SetType sets field value
func (CreateAndUpdateAccessRequestTemplateClientModel) ToMap ¶
func (o CreateAndUpdateAccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
func (*CreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON ¶
func (o *CreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
type CredentialsClientModel ¶
type CredentialsClientModel struct { Id string `json:"id"` Status string `json:"status"` CanReset bool `json:"can_reset"` }
CredentialsClientModel struct for CredentialsClientModel
func NewCredentialsClientModel ¶
func NewCredentialsClientModel(id string, status string, canReset bool) *CredentialsClientModel
NewCredentialsClientModel instantiates a new CredentialsClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewCredentialsClientModelWithDefaults ¶
func NewCredentialsClientModelWithDefaults() *CredentialsClientModel
NewCredentialsClientModelWithDefaults instantiates a new CredentialsClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*CredentialsClientModel) GetCanReset ¶
func (o *CredentialsClientModel) GetCanReset() bool
GetCanReset returns the CanReset field value
func (*CredentialsClientModel) GetCanResetOk ¶
func (o *CredentialsClientModel) GetCanResetOk() (*bool, bool)
GetCanResetOk returns a tuple with the CanReset field value and a boolean to check if the value has been set.
func (*CredentialsClientModel) GetId ¶
func (o *CredentialsClientModel) GetId() string
GetId returns the Id field value
func (*CredentialsClientModel) GetIdOk ¶
func (o *CredentialsClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*CredentialsClientModel) GetStatus ¶
func (o *CredentialsClientModel) GetStatus() string
GetStatus returns the Status field value
func (*CredentialsClientModel) GetStatusOk ¶
func (o *CredentialsClientModel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (CredentialsClientModel) MarshalJSON ¶
func (o CredentialsClientModel) MarshalJSON() ([]byte, error)
func (*CredentialsClientModel) SetCanReset ¶
func (o *CredentialsClientModel) SetCanReset(v bool)
SetCanReset sets field value
func (*CredentialsClientModel) SetId ¶
func (o *CredentialsClientModel) SetId(v string)
SetId sets field value
func (*CredentialsClientModel) SetStatus ¶
func (o *CredentialsClientModel) SetStatus(v string)
SetStatus sets field value
func (CredentialsClientModel) ToMap ¶
func (o CredentialsClientModel) ToMap() (map[string]interface{}, error)
func (*CredentialsClientModel) UnmarshalJSON ¶
func (o *CredentialsClientModel) UnmarshalJSON(bytes []byte) (err error)
type DryRunAccessRequestError ¶ added in v1.0.3
type DryRunAccessRequestError struct { Code string `json:"code"` Field string `json:"field"` Message NullableString `json:"message,omitempty"` Details map[string]interface{} `json:"details"` }
DryRunAccessRequestError struct for DryRunAccessRequestError
func NewDryRunAccessRequestError ¶ added in v1.0.3
func NewDryRunAccessRequestError(code string, field string, details map[string]interface{}) *DryRunAccessRequestError
NewDryRunAccessRequestError instantiates a new DryRunAccessRequestError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDryRunAccessRequestErrorWithDefaults ¶ added in v1.0.3
func NewDryRunAccessRequestErrorWithDefaults() *DryRunAccessRequestError
NewDryRunAccessRequestErrorWithDefaults instantiates a new DryRunAccessRequestError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DryRunAccessRequestError) GetCode ¶ added in v1.0.3
func (o *DryRunAccessRequestError) GetCode() string
GetCode returns the Code field value
func (*DryRunAccessRequestError) GetCodeOk ¶ added in v1.0.3
func (o *DryRunAccessRequestError) GetCodeOk() (*string, bool)
GetCodeOk returns a tuple with the Code field value and a boolean to check if the value has been set.
func (*DryRunAccessRequestError) GetDetails ¶ added in v1.1.0
func (o *DryRunAccessRequestError) GetDetails() map[string]interface{}
GetDetails returns the Details field value
func (*DryRunAccessRequestError) GetDetailsOk ¶ added in v1.1.0
func (o *DryRunAccessRequestError) GetDetailsOk() (map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value and a boolean to check if the value has been set.
func (*DryRunAccessRequestError) GetField ¶ added in v1.0.3
func (o *DryRunAccessRequestError) GetField() string
GetField returns the Field field value
func (*DryRunAccessRequestError) GetFieldOk ¶ added in v1.0.3
func (o *DryRunAccessRequestError) GetFieldOk() (*string, bool)
GetFieldOk returns a tuple with the Field field value and a boolean to check if the value has been set.
func (*DryRunAccessRequestError) GetMessage ¶ added in v1.0.3
func (o *DryRunAccessRequestError) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise (both if not set or set to explicit null).
func (*DryRunAccessRequestError) GetMessageOk ¶ added in v1.0.3
func (o *DryRunAccessRequestError) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*DryRunAccessRequestError) HasMessage ¶ added in v1.0.3
func (o *DryRunAccessRequestError) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (DryRunAccessRequestError) MarshalJSON ¶ added in v1.0.3
func (o DryRunAccessRequestError) MarshalJSON() ([]byte, error)
func (*DryRunAccessRequestError) SetCode ¶ added in v1.0.3
func (o *DryRunAccessRequestError) SetCode(v string)
SetCode sets field value
func (*DryRunAccessRequestError) SetDetails ¶ added in v1.1.0
func (o *DryRunAccessRequestError) SetDetails(v map[string]interface{})
SetDetails sets field value
func (*DryRunAccessRequestError) SetField ¶ added in v1.0.3
func (o *DryRunAccessRequestError) SetField(v string)
SetField sets field value
func (*DryRunAccessRequestError) SetMessage ¶ added in v1.0.3
func (o *DryRunAccessRequestError) SetMessage(v string)
SetMessage gets a reference to the given NullableString and assigns it to the Message field.
func (*DryRunAccessRequestError) SetMessageNil ¶ added in v1.0.3
func (o *DryRunAccessRequestError) SetMessageNil()
SetMessageNil sets the value for Message to be an explicit nil
func (DryRunAccessRequestError) ToMap ¶ added in v1.0.3
func (o DryRunAccessRequestError) ToMap() (map[string]interface{}, error)
func (*DryRunAccessRequestError) UnmarshalJSON ¶ added in v1.0.3
func (o *DryRunAccessRequestError) UnmarshalJSON(bytes []byte) (err error)
func (*DryRunAccessRequestError) UnsetMessage ¶ added in v1.0.3
func (o *DryRunAccessRequestError) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
type DryRunClientResponse ¶ added in v1.0.3
type DryRunClientResponse struct { Status string `json:"status"` Errors []DryRunAccessRequestError `json:"errors"` }
DryRunClientResponse struct for DryRunClientResponse
func NewDryRunClientResponse ¶ added in v1.0.3
func NewDryRunClientResponse(status string, errors []DryRunAccessRequestError) *DryRunClientResponse
NewDryRunClientResponse instantiates a new DryRunClientResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDryRunClientResponseWithDefaults ¶ added in v1.0.3
func NewDryRunClientResponseWithDefaults() *DryRunClientResponse
NewDryRunClientResponseWithDefaults instantiates a new DryRunClientResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*DryRunClientResponse) GetErrors ¶ added in v1.0.3
func (o *DryRunClientResponse) GetErrors() []DryRunAccessRequestError
GetErrors returns the Errors field value
func (*DryRunClientResponse) GetErrorsOk ¶ added in v1.0.3
func (o *DryRunClientResponse) GetErrorsOk() ([]DryRunAccessRequestError, bool)
GetErrorsOk returns a tuple with the Errors field value and a boolean to check if the value has been set.
func (*DryRunClientResponse) GetStatus ¶ added in v1.0.3
func (o *DryRunClientResponse) GetStatus() string
GetStatus returns the Status field value
func (*DryRunClientResponse) GetStatusOk ¶ added in v1.0.3
func (o *DryRunClientResponse) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (DryRunClientResponse) MarshalJSON ¶ added in v1.0.3
func (o DryRunClientResponse) MarshalJSON() ([]byte, error)
func (*DryRunClientResponse) SetErrors ¶ added in v1.0.3
func (o *DryRunClientResponse) SetErrors(v []DryRunAccessRequestError)
SetErrors sets field value
func (*DryRunClientResponse) SetStatus ¶ added in v1.0.3
func (o *DryRunClientResponse) SetStatus(v string)
SetStatus sets field value
func (DryRunClientResponse) ToMap ¶ added in v1.0.3
func (o DryRunClientResponse) ToMap() (map[string]interface{}, error)
func (*DryRunClientResponse) UnmarshalJSON ¶ added in v1.0.3
func (o *DryRunClientResponse) UnmarshalJSON(bytes []byte) (err error)
type FiltersAPIService ¶ added in v1.0.3
type FiltersAPIService service
FiltersAPIService FiltersAPI service
func (*FiltersAPIService) ListIntegrationFilterOptions ¶ added in v1.0.3
func (a *FiltersAPIService) ListIntegrationFilterOptions(ctx context.Context) ApiListIntegrationFilterOptionsRequest
ListIntegrationFilterOptions List integration filters
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIntegrationFilterOptionsRequest
func (*FiltersAPIService) ListIntegrationFilterOptionsExecute ¶ added in v1.0.3
func (a *FiltersAPIService) ListIntegrationFilterOptionsExecute(r ApiListIntegrationFilterOptionsRequest) (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelIntegrationClientModel
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 IconsConfigClientModel ¶
IconsConfigClientModel struct for IconsConfigClientModel
func NewIconsConfigClientModel ¶
func NewIconsConfigClientModel(png string, svg string) *IconsConfigClientModel
NewIconsConfigClientModel instantiates a new IconsConfigClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIconsConfigClientModelWithDefaults ¶
func NewIconsConfigClientModelWithDefaults() *IconsConfigClientModel
NewIconsConfigClientModelWithDefaults instantiates a new IconsConfigClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IconsConfigClientModel) GetPng ¶
func (o *IconsConfigClientModel) GetPng() string
GetPng returns the Png field value
func (*IconsConfigClientModel) GetPngOk ¶
func (o *IconsConfigClientModel) GetPngOk() (*string, bool)
GetPngOk returns a tuple with the Png field value and a boolean to check if the value has been set.
func (*IconsConfigClientModel) GetSvg ¶
func (o *IconsConfigClientModel) GetSvg() string
GetSvg returns the Svg field value
func (*IconsConfigClientModel) GetSvgOk ¶
func (o *IconsConfigClientModel) GetSvgOk() (*string, bool)
GetSvgOk returns a tuple with the Svg field value and a boolean to check if the value has been set.
func (IconsConfigClientModel) MarshalJSON ¶
func (o IconsConfigClientModel) MarshalJSON() ([]byte, error)
func (*IconsConfigClientModel) SetPng ¶
func (o *IconsConfigClientModel) SetPng(v string)
SetPng sets field value
func (*IconsConfigClientModel) SetSvg ¶
func (o *IconsConfigClientModel) SetSvg(v string)
SetSvg sets field value
func (IconsConfigClientModel) ToMap ¶
func (o IconsConfigClientModel) ToMap() (map[string]interface{}, error)
func (*IconsConfigClientModel) UnmarshalJSON ¶
func (o *IconsConfigClientModel) UnmarshalJSON(bytes []byte) (err error)
type InstructionClientModel ¶
type InstructionClientModel struct { Plain string `json:"plain"` Markdown string `json:"markdown"` CustomMessage NullableString `json:"custom_message,omitempty"` }
InstructionClientModel struct for InstructionClientModel
func NewInstructionClientModel ¶
func NewInstructionClientModel(plain string, markdown string) *InstructionClientModel
NewInstructionClientModel instantiates a new InstructionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewInstructionClientModelWithDefaults ¶
func NewInstructionClientModelWithDefaults() *InstructionClientModel
NewInstructionClientModelWithDefaults instantiates a new InstructionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*InstructionClientModel) GetCustomMessage ¶ added in v1.0.3
func (o *InstructionClientModel) GetCustomMessage() string
GetCustomMessage returns the CustomMessage field value if set, zero value otherwise (both if not set or set to explicit null).
func (*InstructionClientModel) GetCustomMessageOk ¶ added in v1.0.3
func (o *InstructionClientModel) GetCustomMessageOk() (*string, bool)
GetCustomMessageOk returns a tuple with the CustomMessage 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 (*InstructionClientModel) GetMarkdown ¶
func (o *InstructionClientModel) GetMarkdown() string
GetMarkdown returns the Markdown field value
func (*InstructionClientModel) GetMarkdownOk ¶
func (o *InstructionClientModel) GetMarkdownOk() (*string, bool)
GetMarkdownOk returns a tuple with the Markdown field value and a boolean to check if the value has been set.
func (*InstructionClientModel) GetPlain ¶
func (o *InstructionClientModel) GetPlain() string
GetPlain returns the Plain field value
func (*InstructionClientModel) GetPlainOk ¶
func (o *InstructionClientModel) GetPlainOk() (*string, bool)
GetPlainOk returns a tuple with the Plain field value and a boolean to check if the value has been set.
func (*InstructionClientModel) HasCustomMessage ¶ added in v1.0.3
func (o *InstructionClientModel) HasCustomMessage() bool
HasCustomMessage returns a boolean if a field has been set.
func (InstructionClientModel) MarshalJSON ¶
func (o InstructionClientModel) MarshalJSON() ([]byte, error)
func (*InstructionClientModel) SetCustomMessage ¶ added in v1.0.3
func (o *InstructionClientModel) SetCustomMessage(v string)
SetCustomMessage gets a reference to the given NullableString and assigns it to the CustomMessage field.
func (*InstructionClientModel) SetCustomMessageNil ¶ added in v1.0.3
func (o *InstructionClientModel) SetCustomMessageNil()
SetCustomMessageNil sets the value for CustomMessage to be an explicit nil
func (*InstructionClientModel) SetMarkdown ¶
func (o *InstructionClientModel) SetMarkdown(v string)
SetMarkdown sets field value
func (*InstructionClientModel) SetPlain ¶
func (o *InstructionClientModel) SetPlain(v string)
SetPlain sets field value
func (InstructionClientModel) ToMap ¶
func (o InstructionClientModel) ToMap() (map[string]interface{}, error)
func (*InstructionClientModel) UnmarshalJSON ¶
func (o *InstructionClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*InstructionClientModel) UnsetCustomMessage ¶ added in v1.0.3
func (o *InstructionClientModel) UnsetCustomMessage()
UnsetCustomMessage ensures that no value is present for CustomMessage, not even an explicit nil
type IntegrationClientModel ¶
type IntegrationClientModel struct { Id string `json:"id"` Type string `json:"type"` TypeDisplayName string `json:"type_display_name"` Name string `json:"name"` Icons IconsConfigClientModel `json:"icons"` }
IntegrationClientModel struct for IntegrationClientModel
func NewIntegrationClientModel ¶
func NewIntegrationClientModel(id string, type_ string, typeDisplayName string, name string, icons IconsConfigClientModel) *IntegrationClientModel
NewIntegrationClientModel instantiates a new IntegrationClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewIntegrationClientModelWithDefaults ¶
func NewIntegrationClientModelWithDefaults() *IntegrationClientModel
NewIntegrationClientModelWithDefaults instantiates a new IntegrationClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*IntegrationClientModel) GetIcons ¶
func (o *IntegrationClientModel) GetIcons() IconsConfigClientModel
GetIcons returns the Icons field value
func (*IntegrationClientModel) GetIconsOk ¶
func (o *IntegrationClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
GetIconsOk returns a tuple with the Icons field value and a boolean to check if the value has been set.
func (*IntegrationClientModel) GetId ¶
func (o *IntegrationClientModel) GetId() string
GetId returns the Id field value
func (*IntegrationClientModel) GetIdOk ¶
func (o *IntegrationClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*IntegrationClientModel) GetName ¶
func (o *IntegrationClientModel) GetName() string
GetName returns the Name field value
func (*IntegrationClientModel) GetNameOk ¶
func (o *IntegrationClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*IntegrationClientModel) GetType ¶
func (o *IntegrationClientModel) GetType() string
GetType returns the Type field value
func (*IntegrationClientModel) GetTypeDisplayName ¶
func (o *IntegrationClientModel) GetTypeDisplayName() string
GetTypeDisplayName returns the TypeDisplayName field value
func (*IntegrationClientModel) GetTypeDisplayNameOk ¶
func (o *IntegrationClientModel) GetTypeDisplayNameOk() (*string, bool)
GetTypeDisplayNameOk returns a tuple with the TypeDisplayName field value and a boolean to check if the value has been set.
func (*IntegrationClientModel) GetTypeOk ¶
func (o *IntegrationClientModel) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (IntegrationClientModel) MarshalJSON ¶
func (o IntegrationClientModel) MarshalJSON() ([]byte, error)
func (*IntegrationClientModel) SetIcons ¶
func (o *IntegrationClientModel) SetIcons(v IconsConfigClientModel)
SetIcons sets field value
func (*IntegrationClientModel) SetId ¶
func (o *IntegrationClientModel) SetId(v string)
SetId sets field value
func (*IntegrationClientModel) SetName ¶
func (o *IntegrationClientModel) SetName(v string)
SetName sets field value
func (*IntegrationClientModel) SetType ¶
func (o *IntegrationClientModel) SetType(v string)
SetType sets field value
func (*IntegrationClientModel) SetTypeDisplayName ¶
func (o *IntegrationClientModel) SetTypeDisplayName(v string)
SetTypeDisplayName sets field value
func (IntegrationClientModel) ToMap ¶
func (o IntegrationClientModel) ToMap() (map[string]interface{}, error)
func (*IntegrationClientModel) UnmarshalJSON ¶
func (o *IntegrationClientModel) UnmarshalJSON(bytes []byte) (err error)
type InventoryAPIService ¶
type InventoryAPIService service
InventoryAPIService InventoryAPI service
func (*InventoryAPIService) ListAccessBundles ¶
func (a *InventoryAPIService) ListAccessBundles(ctx context.Context) ApiListAccessBundlesRequest
ListAccessBundles List access bundles
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessBundlesRequest
func (*InventoryAPIService) ListAccessBundlesExecute ¶
func (a *InventoryAPIService) ListAccessBundlesExecute(r ApiListAccessBundlesRequest) (*PaginatedClientResponseModelBundleClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelBundleClientModel
func (*InventoryAPIService) ListAccessUnits ¶
func (a *InventoryAPIService) ListAccessUnits(ctx context.Context) ApiListAccessUnitsRequest
ListAccessUnits List access units
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListAccessUnitsRequest
func (*InventoryAPIService) ListAccessUnitsExecute ¶
func (a *InventoryAPIService) ListAccessUnitsExecute(r ApiListAccessUnitsRequest) (*PaginatedClientResponseModelAccessUnitClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelAccessUnitClientModel
func (*InventoryAPIService) ListIntegration ¶
func (a *InventoryAPIService) ListIntegration(ctx context.Context) ApiListIntegrationRequest
ListIntegration List integrations
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListIntegrationRequest
func (*InventoryAPIService) ListIntegrationExecute ¶
func (a *InventoryAPIService) ListIntegrationExecute(r ApiListIntegrationRequest) (*PaginatedClientResponseModelIntegrationClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelIntegrationClientModel
func (*InventoryAPIService) ListPermissions ¶
func (a *InventoryAPIService) ListPermissions(ctx context.Context) ApiListPermissionsRequest
ListPermissions List permissions
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListPermissionsRequest
func (*InventoryAPIService) ListPermissionsExecute ¶
func (a *InventoryAPIService) ListPermissionsExecute(r ApiListPermissionsRequest) (*PaginatedClientResponseModelPermissionClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelPermissionClientModel
func (*InventoryAPIService) ListResourceTypes ¶
func (a *InventoryAPIService) ListResourceTypes(ctx context.Context) ApiListResourceTypesRequest
ListResourceTypes List resource types
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListResourceTypesRequest
func (*InventoryAPIService) ListResourceTypesExecute ¶
func (a *InventoryAPIService) ListResourceTypesExecute(r ApiListResourceTypesRequest) (*PaginatedClientResponseModelResourceTypeClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelResourceTypeClientModel
func (*InventoryAPIService) ListResources ¶
func (a *InventoryAPIService) ListResources(ctx context.Context) ApiListResourcesRequest
ListResources List resources
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiListResourcesRequest
func (*InventoryAPIService) ListResourcesExecute ¶
func (a *InventoryAPIService) ListResourcesExecute(r ApiListResourcesRequest) (*PaginatedClientResponseModelResourceClientModel, *http.Response, error)
Execute executes the request
@return PaginatedClientResponseModelResourceClientModel
type LinkClientModel ¶
type LinkClientModel struct { Url string `json:"url"` Title NullableString `json:"title,omitempty"` }
LinkClientModel struct for LinkClientModel
func NewLinkClientModel ¶
func NewLinkClientModel(url string) *LinkClientModel
NewLinkClientModel instantiates a new LinkClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewLinkClientModelWithDefaults ¶
func NewLinkClientModelWithDefaults() *LinkClientModel
NewLinkClientModelWithDefaults instantiates a new LinkClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*LinkClientModel) GetTitle ¶
func (o *LinkClientModel) GetTitle() string
GetTitle returns the Title field value if set, zero value otherwise (both if not set or set to explicit null).
func (*LinkClientModel) GetTitleOk ¶
func (o *LinkClientModel) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title 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 (*LinkClientModel) GetUrl ¶
func (o *LinkClientModel) GetUrl() string
GetUrl returns the Url field value
func (*LinkClientModel) GetUrlOk ¶
func (o *LinkClientModel) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.
func (*LinkClientModel) HasTitle ¶
func (o *LinkClientModel) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (LinkClientModel) MarshalJSON ¶
func (o LinkClientModel) MarshalJSON() ([]byte, error)
func (*LinkClientModel) SetTitle ¶
func (o *LinkClientModel) SetTitle(v string)
SetTitle gets a reference to the given NullableString and assigns it to the Title field.
func (*LinkClientModel) SetTitleNil ¶
func (o *LinkClientModel) SetTitleNil()
SetTitleNil sets the value for Title to be an explicit nil
func (LinkClientModel) ToMap ¶
func (o LinkClientModel) ToMap() (map[string]interface{}, error)
func (*LinkClientModel) UnmarshalJSON ¶
func (o *LinkClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*LinkClientModel) UnsetTitle ¶
func (o *LinkClientModel) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
type MappedNullable ¶
type MessageResponse ¶
type MessageResponse struct {
Message string `json:"message"`
}
MessageResponse struct for MessageResponse
func NewMessageResponse ¶
func NewMessageResponse(message string) *MessageResponse
NewMessageResponse instantiates a new MessageResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewMessageResponseWithDefaults ¶
func NewMessageResponseWithDefaults() *MessageResponse
NewMessageResponseWithDefaults instantiates a new MessageResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*MessageResponse) GetMessage ¶
func (o *MessageResponse) GetMessage() string
GetMessage returns the Message field value
func (*MessageResponse) GetMessageOk ¶
func (o *MessageResponse) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value and a boolean to check if the value has been set.
func (MessageResponse) MarshalJSON ¶
func (o MessageResponse) MarshalJSON() ([]byte, error)
func (*MessageResponse) SetMessage ¶
func (o *MessageResponse) SetMessage(v string)
SetMessage sets field value
func (MessageResponse) ToMap ¶
func (o MessageResponse) ToMap() (map[string]interface{}, error)
func (*MessageResponse) UnmarshalJSON ¶
func (o *MessageResponse) UnmarshalJSON(bytes []byte) (err error)
type NullableAccessDetailsClientModel ¶
type NullableAccessDetailsClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessDetailsClientModel ¶
func NewNullableAccessDetailsClientModel(val *AccessDetailsClientModel) *NullableAccessDetailsClientModel
func (NullableAccessDetailsClientModel) Get ¶
func (v NullableAccessDetailsClientModel) Get() *AccessDetailsClientModel
func (NullableAccessDetailsClientModel) IsSet ¶
func (v NullableAccessDetailsClientModel) IsSet() bool
func (NullableAccessDetailsClientModel) MarshalJSON ¶
func (v NullableAccessDetailsClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessDetailsClientModel) Set ¶
func (v *NullableAccessDetailsClientModel) Set(val *AccessDetailsClientModel)
func (*NullableAccessDetailsClientModel) UnmarshalJSON ¶
func (v *NullableAccessDetailsClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessDetailsClientModel) Unset ¶
func (v *NullableAccessDetailsClientModel) Unset()
type NullableAccessDetailsClientModelLink ¶
type NullableAccessDetailsClientModelLink struct {
// contains filtered or unexported fields
}
func NewNullableAccessDetailsClientModelLink ¶
func NewNullableAccessDetailsClientModelLink(val *AccessDetailsClientModelLink) *NullableAccessDetailsClientModelLink
func (NullableAccessDetailsClientModelLink) Get ¶
func (v NullableAccessDetailsClientModelLink) Get() *AccessDetailsClientModelLink
func (NullableAccessDetailsClientModelLink) IsSet ¶
func (v NullableAccessDetailsClientModelLink) IsSet() bool
func (NullableAccessDetailsClientModelLink) MarshalJSON ¶
func (v NullableAccessDetailsClientModelLink) MarshalJSON() ([]byte, error)
func (*NullableAccessDetailsClientModelLink) Set ¶
func (v *NullableAccessDetailsClientModelLink) Set(val *AccessDetailsClientModelLink)
func (*NullableAccessDetailsClientModelLink) UnmarshalJSON ¶
func (v *NullableAccessDetailsClientModelLink) UnmarshalJSON(src []byte) error
func (*NullableAccessDetailsClientModelLink) Unset ¶
func (v *NullableAccessDetailsClientModelLink) Unset()
type NullableAccessGroupClientModel ¶
type NullableAccessGroupClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessGroupClientModel ¶
func NewNullableAccessGroupClientModel(val *AccessGroupClientModel) *NullableAccessGroupClientModel
func (NullableAccessGroupClientModel) Get ¶
func (v NullableAccessGroupClientModel) Get() *AccessGroupClientModel
func (NullableAccessGroupClientModel) IsSet ¶
func (v NullableAccessGroupClientModel) IsSet() bool
func (NullableAccessGroupClientModel) MarshalJSON ¶
func (v NullableAccessGroupClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessGroupClientModel) Set ¶
func (v *NullableAccessGroupClientModel) Set(val *AccessGroupClientModel)
func (*NullableAccessGroupClientModel) UnmarshalJSON ¶
func (v *NullableAccessGroupClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessGroupClientModel) Unset ¶
func (v *NullableAccessGroupClientModel) Unset()
type NullableAccessGroupStatus ¶
type NullableAccessGroupStatus struct {
// contains filtered or unexported fields
}
func NewNullableAccessGroupStatus ¶
func NewNullableAccessGroupStatus(val *AccessGroupStatus) *NullableAccessGroupStatus
func (NullableAccessGroupStatus) Get ¶
func (v NullableAccessGroupStatus) Get() *AccessGroupStatus
func (NullableAccessGroupStatus) IsSet ¶
func (v NullableAccessGroupStatus) IsSet() bool
func (NullableAccessGroupStatus) MarshalJSON ¶
func (v NullableAccessGroupStatus) MarshalJSON() ([]byte, error)
func (*NullableAccessGroupStatus) Set ¶
func (v *NullableAccessGroupStatus) Set(val *AccessGroupStatus)
func (*NullableAccessGroupStatus) UnmarshalJSON ¶
func (v *NullableAccessGroupStatus) UnmarshalJSON(src []byte) error
func (*NullableAccessGroupStatus) Unset ¶
func (v *NullableAccessGroupStatus) Unset()
type NullableAccessGroupStatusClientModel ¶
type NullableAccessGroupStatusClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessGroupStatusClientModel ¶
func NewNullableAccessGroupStatusClientModel(val *AccessGroupStatusClientModel) *NullableAccessGroupStatusClientModel
func (NullableAccessGroupStatusClientModel) Get ¶
func (v NullableAccessGroupStatusClientModel) Get() *AccessGroupStatusClientModel
func (NullableAccessGroupStatusClientModel) IsSet ¶
func (v NullableAccessGroupStatusClientModel) IsSet() bool
func (NullableAccessGroupStatusClientModel) MarshalJSON ¶
func (v NullableAccessGroupStatusClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessGroupStatusClientModel) Set ¶
func (v *NullableAccessGroupStatusClientModel) Set(val *AccessGroupStatusClientModel)
func (*NullableAccessGroupStatusClientModel) UnmarshalJSON ¶
func (v *NullableAccessGroupStatusClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessGroupStatusClientModel) Unset ¶
func (v *NullableAccessGroupStatusClientModel) Unset()
type NullableAccessRequestClientModel ¶
type NullableAccessRequestClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestClientModel ¶
func NewNullableAccessRequestClientModel(val *AccessRequestClientModel) *NullableAccessRequestClientModel
func (NullableAccessRequestClientModel) Get ¶
func (v NullableAccessRequestClientModel) Get() *AccessRequestClientModel
func (NullableAccessRequestClientModel) IsSet ¶
func (v NullableAccessRequestClientModel) IsSet() bool
func (NullableAccessRequestClientModel) MarshalJSON ¶
func (v NullableAccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestClientModel) Set ¶
func (v *NullableAccessRequestClientModel) Set(val *AccessRequestClientModel)
func (*NullableAccessRequestClientModel) UnmarshalJSON ¶
func (v *NullableAccessRequestClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestClientModel) Unset ¶
func (v *NullableAccessRequestClientModel) Unset()
type NullableAccessRequestClientModelBundle ¶
type NullableAccessRequestClientModelBundle struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestClientModelBundle ¶
func NewNullableAccessRequestClientModelBundle(val *AccessRequestClientModelBundle) *NullableAccessRequestClientModelBundle
func (NullableAccessRequestClientModelBundle) Get ¶
func (v NullableAccessRequestClientModelBundle) Get() *AccessRequestClientModelBundle
func (NullableAccessRequestClientModelBundle) IsSet ¶
func (v NullableAccessRequestClientModelBundle) IsSet() bool
func (NullableAccessRequestClientModelBundle) MarshalJSON ¶
func (v NullableAccessRequestClientModelBundle) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestClientModelBundle) Set ¶
func (v *NullableAccessRequestClientModelBundle) Set(val *AccessRequestClientModelBundle)
func (*NullableAccessRequestClientModelBundle) UnmarshalJSON ¶
func (v *NullableAccessRequestClientModelBundle) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestClientModelBundle) Unset ¶
func (v *NullableAccessRequestClientModelBundle) Unset()
type NullableAccessRequestClientModelChallenge ¶
type NullableAccessRequestClientModelChallenge struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestClientModelChallenge ¶
func NewNullableAccessRequestClientModelChallenge(val *AccessRequestClientModelChallenge) *NullableAccessRequestClientModelChallenge
func (NullableAccessRequestClientModelChallenge) IsSet ¶
func (v NullableAccessRequestClientModelChallenge) IsSet() bool
func (NullableAccessRequestClientModelChallenge) MarshalJSON ¶
func (v NullableAccessRequestClientModelChallenge) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestClientModelChallenge) Set ¶
func (v *NullableAccessRequestClientModelChallenge) Set(val *AccessRequestClientModelChallenge)
func (*NullableAccessRequestClientModelChallenge) UnmarshalJSON ¶
func (v *NullableAccessRequestClientModelChallenge) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestClientModelChallenge) Unset ¶
func (v *NullableAccessRequestClientModelChallenge) Unset()
type NullableAccessRequestSubmittedClientResponse ¶ added in v1.0.3
type NullableAccessRequestSubmittedClientResponse struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestSubmittedClientResponse ¶ added in v1.0.3
func NewNullableAccessRequestSubmittedClientResponse(val *AccessRequestSubmittedClientResponse) *NullableAccessRequestSubmittedClientResponse
func (NullableAccessRequestSubmittedClientResponse) IsSet ¶ added in v1.0.3
func (v NullableAccessRequestSubmittedClientResponse) IsSet() bool
func (NullableAccessRequestSubmittedClientResponse) MarshalJSON ¶ added in v1.0.3
func (v NullableAccessRequestSubmittedClientResponse) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestSubmittedClientResponse) Set ¶ added in v1.0.3
func (v *NullableAccessRequestSubmittedClientResponse) Set(val *AccessRequestSubmittedClientResponse)
func (*NullableAccessRequestSubmittedClientResponse) UnmarshalJSON ¶ added in v1.0.3
func (v *NullableAccessRequestSubmittedClientResponse) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestSubmittedClientResponse) Unset ¶ added in v1.0.3
func (v *NullableAccessRequestSubmittedClientResponse) Unset()
type NullableAccessRequestTemplateClientModel ¶
type NullableAccessRequestTemplateClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestTemplateClientModel ¶
func NewNullableAccessRequestTemplateClientModel(val *AccessRequestTemplateClientModel) *NullableAccessRequestTemplateClientModel
func (NullableAccessRequestTemplateClientModel) IsSet ¶
func (v NullableAccessRequestTemplateClientModel) IsSet() bool
func (NullableAccessRequestTemplateClientModel) MarshalJSON ¶
func (v NullableAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestTemplateClientModel) Set ¶
func (v *NullableAccessRequestTemplateClientModel) Set(val *AccessRequestTemplateClientModel)
func (*NullableAccessRequestTemplateClientModel) UnmarshalJSON ¶
func (v *NullableAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestTemplateClientModel) Unset ¶
func (v *NullableAccessRequestTemplateClientModel) Unset()
type NullableAccessRequestTemplateTypeClientModel ¶
type NullableAccessRequestTemplateTypeClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestTemplateTypeClientModel ¶
func NewNullableAccessRequestTemplateTypeClientModel(val *AccessRequestTemplateTypeClientModel) *NullableAccessRequestTemplateTypeClientModel
func (NullableAccessRequestTemplateTypeClientModel) IsSet ¶
func (v NullableAccessRequestTemplateTypeClientModel) IsSet() bool
func (NullableAccessRequestTemplateTypeClientModel) MarshalJSON ¶
func (v NullableAccessRequestTemplateTypeClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestTemplateTypeClientModel) Set ¶
func (v *NullableAccessRequestTemplateTypeClientModel) Set(val *AccessRequestTemplateTypeClientModel)
func (*NullableAccessRequestTemplateTypeClientModel) UnmarshalJSON ¶
func (v *NullableAccessRequestTemplateTypeClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestTemplateTypeClientModel) Unset ¶
func (v *NullableAccessRequestTemplateTypeClientModel) Unset()
type NullableAccessRequestsScopeModel ¶
type NullableAccessRequestsScopeModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessRequestsScopeModel ¶
func NewNullableAccessRequestsScopeModel(val *AccessRequestsScopeModel) *NullableAccessRequestsScopeModel
func (NullableAccessRequestsScopeModel) Get ¶
func (v NullableAccessRequestsScopeModel) Get() *AccessRequestsScopeModel
func (NullableAccessRequestsScopeModel) IsSet ¶
func (v NullableAccessRequestsScopeModel) IsSet() bool
func (NullableAccessRequestsScopeModel) MarshalJSON ¶
func (v NullableAccessRequestsScopeModel) MarshalJSON() ([]byte, error)
func (*NullableAccessRequestsScopeModel) Set ¶
func (v *NullableAccessRequestsScopeModel) Set(val *AccessRequestsScopeModel)
func (*NullableAccessRequestsScopeModel) UnmarshalJSON ¶
func (v *NullableAccessRequestsScopeModel) UnmarshalJSON(src []byte) error
func (*NullableAccessRequestsScopeModel) Unset ¶
func (v *NullableAccessRequestsScopeModel) Unset()
type NullableAccessSessionClientModel ¶
type NullableAccessSessionClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionClientModel ¶
func NewNullableAccessSessionClientModel(val *AccessSessionClientModel) *NullableAccessSessionClientModel
func (NullableAccessSessionClientModel) Get ¶
func (v NullableAccessSessionClientModel) Get() *AccessSessionClientModel
func (NullableAccessSessionClientModel) IsSet ¶
func (v NullableAccessSessionClientModel) IsSet() bool
func (NullableAccessSessionClientModel) MarshalJSON ¶
func (v NullableAccessSessionClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionClientModel) Set ¶
func (v *NullableAccessSessionClientModel) Set(val *AccessSessionClientModel)
func (*NullableAccessSessionClientModel) UnmarshalJSON ¶
func (v *NullableAccessSessionClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionClientModel) Unset ¶
func (v *NullableAccessSessionClientModel) Unset()
type NullableAccessSessionClientModelCredentials ¶
type NullableAccessSessionClientModelCredentials struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionClientModelCredentials ¶
func NewNullableAccessSessionClientModelCredentials(val *AccessSessionClientModelCredentials) *NullableAccessSessionClientModelCredentials
func (NullableAccessSessionClientModelCredentials) IsSet ¶
func (v NullableAccessSessionClientModelCredentials) IsSet() bool
func (NullableAccessSessionClientModelCredentials) MarshalJSON ¶
func (v NullableAccessSessionClientModelCredentials) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionClientModelCredentials) Set ¶
func (v *NullableAccessSessionClientModelCredentials) Set(val *AccessSessionClientModelCredentials)
func (*NullableAccessSessionClientModelCredentials) UnmarshalJSON ¶
func (v *NullableAccessSessionClientModelCredentials) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionClientModelCredentials) Unset ¶
func (v *NullableAccessSessionClientModelCredentials) Unset()
type NullableAccessSessionDetailsClientModel ¶
type NullableAccessSessionDetailsClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionDetailsClientModel ¶
func NewNullableAccessSessionDetailsClientModel(val *AccessSessionDetailsClientModel) *NullableAccessSessionDetailsClientModel
func (NullableAccessSessionDetailsClientModel) IsSet ¶
func (v NullableAccessSessionDetailsClientModel) IsSet() bool
func (NullableAccessSessionDetailsClientModel) MarshalJSON ¶
func (v NullableAccessSessionDetailsClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionDetailsClientModel) Set ¶
func (v *NullableAccessSessionDetailsClientModel) Set(val *AccessSessionDetailsClientModel)
func (*NullableAccessSessionDetailsClientModel) UnmarshalJSON ¶
func (v *NullableAccessSessionDetailsClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionDetailsClientModel) Unset ¶
func (v *NullableAccessSessionDetailsClientModel) Unset()
type NullableAccessSessionDetailsClientModelLink ¶
type NullableAccessSessionDetailsClientModelLink struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionDetailsClientModelLink ¶
func NewNullableAccessSessionDetailsClientModelLink(val *AccessSessionDetailsClientModelLink) *NullableAccessSessionDetailsClientModelLink
func (NullableAccessSessionDetailsClientModelLink) IsSet ¶
func (v NullableAccessSessionDetailsClientModelLink) IsSet() bool
func (NullableAccessSessionDetailsClientModelLink) MarshalJSON ¶
func (v NullableAccessSessionDetailsClientModelLink) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionDetailsClientModelLink) Set ¶
func (v *NullableAccessSessionDetailsClientModelLink) Set(val *AccessSessionDetailsClientModelLink)
func (*NullableAccessSessionDetailsClientModelLink) UnmarshalJSON ¶
func (v *NullableAccessSessionDetailsClientModelLink) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionDetailsClientModelLink) Unset ¶
func (v *NullableAccessSessionDetailsClientModelLink) Unset()
type NullableAccessSessionRequestTemplateClientModel ¶ added in v1.0.3
type NullableAccessSessionRequestTemplateClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionRequestTemplateClientModel ¶ added in v1.0.3
func NewNullableAccessSessionRequestTemplateClientModel(val *AccessSessionRequestTemplateClientModel) *NullableAccessSessionRequestTemplateClientModel
func (NullableAccessSessionRequestTemplateClientModel) IsSet ¶ added in v1.0.3
func (v NullableAccessSessionRequestTemplateClientModel) IsSet() bool
func (NullableAccessSessionRequestTemplateClientModel) MarshalJSON ¶ added in v1.0.3
func (v NullableAccessSessionRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionRequestTemplateClientModel) UnmarshalJSON ¶ added in v1.0.3
func (v *NullableAccessSessionRequestTemplateClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionRequestTemplateClientModel) Unset ¶ added in v1.0.3
func (v *NullableAccessSessionRequestTemplateClientModel) Unset()
type NullableAccessSessionsGroupClientModel ¶
type NullableAccessSessionsGroupClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionsGroupClientModel ¶
func NewNullableAccessSessionsGroupClientModel(val *AccessSessionsGroupClientModel) *NullableAccessSessionsGroupClientModel
func (NullableAccessSessionsGroupClientModel) Get ¶
func (v NullableAccessSessionsGroupClientModel) Get() *AccessSessionsGroupClientModel
func (NullableAccessSessionsGroupClientModel) IsSet ¶
func (v NullableAccessSessionsGroupClientModel) IsSet() bool
func (NullableAccessSessionsGroupClientModel) MarshalJSON ¶
func (v NullableAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionsGroupClientModel) Set ¶
func (v *NullableAccessSessionsGroupClientModel) Set(val *AccessSessionsGroupClientModel)
func (*NullableAccessSessionsGroupClientModel) UnmarshalJSON ¶
func (v *NullableAccessSessionsGroupClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionsGroupClientModel) Unset ¶
func (v *NullableAccessSessionsGroupClientModel) Unset()
type NullableAccessSessionsGroupClientModelIntegration ¶
type NullableAccessSessionsGroupClientModelIntegration struct {
// contains filtered or unexported fields
}
func NewNullableAccessSessionsGroupClientModelIntegration ¶
func NewNullableAccessSessionsGroupClientModelIntegration(val *AccessSessionsGroupClientModelIntegration) *NullableAccessSessionsGroupClientModelIntegration
func (NullableAccessSessionsGroupClientModelIntegration) IsSet ¶
func (v NullableAccessSessionsGroupClientModelIntegration) IsSet() bool
func (NullableAccessSessionsGroupClientModelIntegration) MarshalJSON ¶
func (v NullableAccessSessionsGroupClientModelIntegration) MarshalJSON() ([]byte, error)
func (*NullableAccessSessionsGroupClientModelIntegration) UnmarshalJSON ¶
func (v *NullableAccessSessionsGroupClientModelIntegration) UnmarshalJSON(src []byte) error
func (*NullableAccessSessionsGroupClientModelIntegration) Unset ¶
func (v *NullableAccessSessionsGroupClientModelIntegration) Unset()
type NullableAccessUnitClientModel ¶
type NullableAccessUnitClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessUnitClientModel ¶
func NewNullableAccessUnitClientModel(val *AccessUnitClientModel) *NullableAccessUnitClientModel
func (NullableAccessUnitClientModel) Get ¶
func (v NullableAccessUnitClientModel) Get() *AccessUnitClientModel
func (NullableAccessUnitClientModel) IsSet ¶
func (v NullableAccessUnitClientModel) IsSet() bool
func (NullableAccessUnitClientModel) MarshalJSON ¶
func (v NullableAccessUnitClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessUnitClientModel) Set ¶
func (v *NullableAccessUnitClientModel) Set(val *AccessUnitClientModel)
func (*NullableAccessUnitClientModel) UnmarshalJSON ¶
func (v *NullableAccessUnitClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessUnitClientModel) Unset ¶
func (v *NullableAccessUnitClientModel) Unset()
type NullableAccessUnitClientModelStatus ¶
type NullableAccessUnitClientModelStatus struct {
// contains filtered or unexported fields
}
func NewNullableAccessUnitClientModelStatus ¶
func NewNullableAccessUnitClientModelStatus(val *AccessUnitClientModelStatus) *NullableAccessUnitClientModelStatus
func (NullableAccessUnitClientModelStatus) Get ¶
func (v NullableAccessUnitClientModelStatus) Get() *AccessUnitClientModelStatus
func (NullableAccessUnitClientModelStatus) IsSet ¶
func (v NullableAccessUnitClientModelStatus) IsSet() bool
func (NullableAccessUnitClientModelStatus) MarshalJSON ¶
func (v NullableAccessUnitClientModelStatus) MarshalJSON() ([]byte, error)
func (*NullableAccessUnitClientModelStatus) Set ¶
func (v *NullableAccessUnitClientModelStatus) Set(val *AccessUnitClientModelStatus)
func (*NullableAccessUnitClientModelStatus) UnmarshalJSON ¶
func (v *NullableAccessUnitClientModelStatus) UnmarshalJSON(src []byte) error
func (*NullableAccessUnitClientModelStatus) Unset ¶
func (v *NullableAccessUnitClientModelStatus) Unset()
type NullableAccessUnitStatusClientModel ¶
type NullableAccessUnitStatusClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccessUnitStatusClientModel ¶
func NewNullableAccessUnitStatusClientModel(val *AccessUnitStatusClientModel) *NullableAccessUnitStatusClientModel
func (NullableAccessUnitStatusClientModel) Get ¶
func (v NullableAccessUnitStatusClientModel) Get() *AccessUnitStatusClientModel
func (NullableAccessUnitStatusClientModel) IsSet ¶
func (v NullableAccessUnitStatusClientModel) IsSet() bool
func (NullableAccessUnitStatusClientModel) MarshalJSON ¶
func (v NullableAccessUnitStatusClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccessUnitStatusClientModel) Set ¶
func (v *NullableAccessUnitStatusClientModel) Set(val *AccessUnitStatusClientModel)
func (*NullableAccessUnitStatusClientModel) UnmarshalJSON ¶
func (v *NullableAccessUnitStatusClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccessUnitStatusClientModel) Unset ¶
func (v *NullableAccessUnitStatusClientModel) Unset()
type NullableAccountClientModel ¶ added in v1.0.0
type NullableAccountClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAccountClientModel ¶ added in v1.0.0
func NewNullableAccountClientModel(val *AccountClientModel) *NullableAccountClientModel
func (NullableAccountClientModel) Get ¶ added in v1.0.0
func (v NullableAccountClientModel) Get() *AccountClientModel
func (NullableAccountClientModel) IsSet ¶ added in v1.0.0
func (v NullableAccountClientModel) IsSet() bool
func (NullableAccountClientModel) MarshalJSON ¶ added in v1.0.0
func (v NullableAccountClientModel) MarshalJSON() ([]byte, error)
func (*NullableAccountClientModel) Set ¶ added in v1.0.0
func (v *NullableAccountClientModel) Set(val *AccountClientModel)
func (*NullableAccountClientModel) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAccountClientModel) UnmarshalJSON(src []byte) error
func (*NullableAccountClientModel) Unset ¶ added in v1.0.0
func (v *NullableAccountClientModel) Unset()
type NullableAnalyticClientTypeClientModel ¶ added in v1.0.0
type NullableAnalyticClientTypeClientModel struct {
// contains filtered or unexported fields
}
func NewNullableAnalyticClientTypeClientModel ¶ added in v1.0.0
func NewNullableAnalyticClientTypeClientModel(val *AnalyticClientTypeClientModel) *NullableAnalyticClientTypeClientModel
func (NullableAnalyticClientTypeClientModel) Get ¶ added in v1.0.0
func (v NullableAnalyticClientTypeClientModel) Get() *AnalyticClientTypeClientModel
func (NullableAnalyticClientTypeClientModel) IsSet ¶ added in v1.0.0
func (v NullableAnalyticClientTypeClientModel) IsSet() bool
func (NullableAnalyticClientTypeClientModel) MarshalJSON ¶ added in v1.0.0
func (v NullableAnalyticClientTypeClientModel) MarshalJSON() ([]byte, error)
func (*NullableAnalyticClientTypeClientModel) Set ¶ added in v1.0.0
func (v *NullableAnalyticClientTypeClientModel) Set(val *AnalyticClientTypeClientModel)
func (*NullableAnalyticClientTypeClientModel) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableAnalyticClientTypeClientModel) UnmarshalJSON(src []byte) error
func (*NullableAnalyticClientTypeClientModel) Unset ¶ added in v1.0.0
func (v *NullableAnalyticClientTypeClientModel) Unset()
type NullableApprovalResultClientModel ¶
type NullableApprovalResultClientModel struct {
// contains filtered or unexported fields
}
func NewNullableApprovalResultClientModel ¶
func NewNullableApprovalResultClientModel(val *ApprovalResultClientModel) *NullableApprovalResultClientModel
func (NullableApprovalResultClientModel) Get ¶
func (v NullableApprovalResultClientModel) Get() *ApprovalResultClientModel
func (NullableApprovalResultClientModel) IsSet ¶
func (v NullableApprovalResultClientModel) IsSet() bool
func (NullableApprovalResultClientModel) MarshalJSON ¶
func (v NullableApprovalResultClientModel) MarshalJSON() ([]byte, error)
func (*NullableApprovalResultClientModel) Set ¶
func (v *NullableApprovalResultClientModel) Set(val *ApprovalResultClientModel)
func (*NullableApprovalResultClientModel) UnmarshalJSON ¶
func (v *NullableApprovalResultClientModel) UnmarshalJSON(src []byte) error
func (*NullableApprovalResultClientModel) Unset ¶
func (v *NullableApprovalResultClientModel) 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 NullableBundleClientModel ¶
type NullableBundleClientModel struct {
// contains filtered or unexported fields
}
func NewNullableBundleClientModel ¶
func NewNullableBundleClientModel(val *BundleClientModel) *NullableBundleClientModel
func (NullableBundleClientModel) Get ¶
func (v NullableBundleClientModel) Get() *BundleClientModel
func (NullableBundleClientModel) IsSet ¶
func (v NullableBundleClientModel) IsSet() bool
func (NullableBundleClientModel) MarshalJSON ¶
func (v NullableBundleClientModel) MarshalJSON() ([]byte, error)
func (*NullableBundleClientModel) Set ¶
func (v *NullableBundleClientModel) Set(val *BundleClientModel)
func (*NullableBundleClientModel) UnmarshalJSON ¶
func (v *NullableBundleClientModel) UnmarshalJSON(src []byte) error
func (*NullableBundleClientModel) Unset ¶
func (v *NullableBundleClientModel) Unset()
type NullableChallengeApproverClientModel ¶
type NullableChallengeApproverClientModel struct {
// contains filtered or unexported fields
}
func NewNullableChallengeApproverClientModel ¶
func NewNullableChallengeApproverClientModel(val *ChallengeApproverClientModel) *NullableChallengeApproverClientModel
func (NullableChallengeApproverClientModel) Get ¶
func (v NullableChallengeApproverClientModel) Get() *ChallengeApproverClientModel
func (NullableChallengeApproverClientModel) IsSet ¶
func (v NullableChallengeApproverClientModel) IsSet() bool
func (NullableChallengeApproverClientModel) MarshalJSON ¶
func (v NullableChallengeApproverClientModel) MarshalJSON() ([]byte, error)
func (*NullableChallengeApproverClientModel) Set ¶
func (v *NullableChallengeApproverClientModel) Set(val *ChallengeApproverClientModel)
func (*NullableChallengeApproverClientModel) UnmarshalJSON ¶
func (v *NullableChallengeApproverClientModel) UnmarshalJSON(src []byte) error
func (*NullableChallengeApproverClientModel) Unset ¶
func (v *NullableChallengeApproverClientModel) Unset()
type NullableChallengeInfoClientModel ¶
type NullableChallengeInfoClientModel struct {
// contains filtered or unexported fields
}
func NewNullableChallengeInfoClientModel ¶
func NewNullableChallengeInfoClientModel(val *ChallengeInfoClientModel) *NullableChallengeInfoClientModel
func (NullableChallengeInfoClientModel) Get ¶
func (v NullableChallengeInfoClientModel) Get() *ChallengeInfoClientModel
func (NullableChallengeInfoClientModel) IsSet ¶
func (v NullableChallengeInfoClientModel) IsSet() bool
func (NullableChallengeInfoClientModel) MarshalJSON ¶
func (v NullableChallengeInfoClientModel) MarshalJSON() ([]byte, error)
func (*NullableChallengeInfoClientModel) Set ¶
func (v *NullableChallengeInfoClientModel) Set(val *ChallengeInfoClientModel)
func (*NullableChallengeInfoClientModel) UnmarshalJSON ¶
func (v *NullableChallengeInfoClientModel) UnmarshalJSON(src []byte) error
func (*NullableChallengeInfoClientModel) Unset ¶
func (v *NullableChallengeInfoClientModel) Unset()
type NullableClientChallengeLogicalRelation ¶
type NullableClientChallengeLogicalRelation struct {
// contains filtered or unexported fields
}
func NewNullableClientChallengeLogicalRelation ¶
func NewNullableClientChallengeLogicalRelation(val *ClientChallengeLogicalRelation) *NullableClientChallengeLogicalRelation
func (NullableClientChallengeLogicalRelation) Get ¶
func (v NullableClientChallengeLogicalRelation) Get() *ClientChallengeLogicalRelation
func (NullableClientChallengeLogicalRelation) IsSet ¶
func (v NullableClientChallengeLogicalRelation) IsSet() bool
func (NullableClientChallengeLogicalRelation) MarshalJSON ¶
func (v NullableClientChallengeLogicalRelation) MarshalJSON() ([]byte, error)
func (*NullableClientChallengeLogicalRelation) Set ¶
func (v *NullableClientChallengeLogicalRelation) Set(val *ClientChallengeLogicalRelation)
func (*NullableClientChallengeLogicalRelation) UnmarshalJSON ¶
func (v *NullableClientChallengeLogicalRelation) UnmarshalJSON(src []byte) error
func (*NullableClientChallengeLogicalRelation) Unset ¶
func (v *NullableClientChallengeLogicalRelation) Unset()
type NullableClientChallengeStatus ¶
type NullableClientChallengeStatus struct {
// contains filtered or unexported fields
}
func NewNullableClientChallengeStatus ¶
func NewNullableClientChallengeStatus(val *ClientChallengeStatus) *NullableClientChallengeStatus
func (NullableClientChallengeStatus) Get ¶
func (v NullableClientChallengeStatus) Get() *ClientChallengeStatus
func (NullableClientChallengeStatus) IsSet ¶
func (v NullableClientChallengeStatus) IsSet() bool
func (NullableClientChallengeStatus) MarshalJSON ¶
func (v NullableClientChallengeStatus) MarshalJSON() ([]byte, error)
func (*NullableClientChallengeStatus) Set ¶
func (v *NullableClientChallengeStatus) Set(val *ClientChallengeStatus)
func (*NullableClientChallengeStatus) UnmarshalJSON ¶
func (v *NullableClientChallengeStatus) UnmarshalJSON(src []byte) error
func (*NullableClientChallengeStatus) Unset ¶
func (v *NullableClientChallengeStatus) Unset()
type NullableCreateAccessRequestClientModel ¶
type NullableCreateAccessRequestClientModel struct {
// contains filtered or unexported fields
}
func NewNullableCreateAccessRequestClientModel ¶
func NewNullableCreateAccessRequestClientModel(val *CreateAccessRequestClientModel) *NullableCreateAccessRequestClientModel
func (NullableCreateAccessRequestClientModel) Get ¶
func (v NullableCreateAccessRequestClientModel) Get() *CreateAccessRequestClientModel
func (NullableCreateAccessRequestClientModel) IsSet ¶
func (v NullableCreateAccessRequestClientModel) IsSet() bool
func (NullableCreateAccessRequestClientModel) MarshalJSON ¶
func (v NullableCreateAccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*NullableCreateAccessRequestClientModel) Set ¶
func (v *NullableCreateAccessRequestClientModel) Set(val *CreateAccessRequestClientModel)
func (*NullableCreateAccessRequestClientModel) UnmarshalJSON ¶
func (v *NullableCreateAccessRequestClientModel) UnmarshalJSON(src []byte) error
func (*NullableCreateAccessRequestClientModel) Unset ¶
func (v *NullableCreateAccessRequestClientModel) Unset()
type NullableCreateAnalyticEventClientModel ¶ added in v1.0.0
type NullableCreateAnalyticEventClientModel struct {
// contains filtered or unexported fields
}
func NewNullableCreateAnalyticEventClientModel ¶ added in v1.0.0
func NewNullableCreateAnalyticEventClientModel(val *CreateAnalyticEventClientModel) *NullableCreateAnalyticEventClientModel
func (NullableCreateAnalyticEventClientModel) Get ¶ added in v1.0.0
func (v NullableCreateAnalyticEventClientModel) Get() *CreateAnalyticEventClientModel
func (NullableCreateAnalyticEventClientModel) IsSet ¶ added in v1.0.0
func (v NullableCreateAnalyticEventClientModel) IsSet() bool
func (NullableCreateAnalyticEventClientModel) MarshalJSON ¶ added in v1.0.0
func (v NullableCreateAnalyticEventClientModel) MarshalJSON() ([]byte, error)
func (*NullableCreateAnalyticEventClientModel) Set ¶ added in v1.0.0
func (v *NullableCreateAnalyticEventClientModel) Set(val *CreateAnalyticEventClientModel)
func (*NullableCreateAnalyticEventClientModel) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableCreateAnalyticEventClientModel) UnmarshalJSON(src []byte) error
func (*NullableCreateAnalyticEventClientModel) Unset ¶ added in v1.0.0
func (v *NullableCreateAnalyticEventClientModel) Unset()
type NullableCreateAndUpdateAccessRequestTemplateClientModel ¶
type NullableCreateAndUpdateAccessRequestTemplateClientModel struct {
// contains filtered or unexported fields
}
func NewNullableCreateAndUpdateAccessRequestTemplateClientModel ¶
func NewNullableCreateAndUpdateAccessRequestTemplateClientModel(val *CreateAndUpdateAccessRequestTemplateClientModel) *NullableCreateAndUpdateAccessRequestTemplateClientModel
func (NullableCreateAndUpdateAccessRequestTemplateClientModel) IsSet ¶
func (v NullableCreateAndUpdateAccessRequestTemplateClientModel) IsSet() bool
func (NullableCreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON ¶
func (v NullableCreateAndUpdateAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*NullableCreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON ¶
func (v *NullableCreateAndUpdateAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
func (*NullableCreateAndUpdateAccessRequestTemplateClientModel) Unset ¶
func (v *NullableCreateAndUpdateAccessRequestTemplateClientModel) Unset()
type NullableCredentialsClientModel ¶
type NullableCredentialsClientModel struct {
// contains filtered or unexported fields
}
func NewNullableCredentialsClientModel ¶
func NewNullableCredentialsClientModel(val *CredentialsClientModel) *NullableCredentialsClientModel
func (NullableCredentialsClientModel) Get ¶
func (v NullableCredentialsClientModel) Get() *CredentialsClientModel
func (NullableCredentialsClientModel) IsSet ¶
func (v NullableCredentialsClientModel) IsSet() bool
func (NullableCredentialsClientModel) MarshalJSON ¶
func (v NullableCredentialsClientModel) MarshalJSON() ([]byte, error)
func (*NullableCredentialsClientModel) Set ¶
func (v *NullableCredentialsClientModel) Set(val *CredentialsClientModel)
func (*NullableCredentialsClientModel) UnmarshalJSON ¶
func (v *NullableCredentialsClientModel) UnmarshalJSON(src []byte) error
func (*NullableCredentialsClientModel) Unset ¶
func (v *NullableCredentialsClientModel) Unset()
type NullableDryRunAccessRequestError ¶ added in v1.0.3
type NullableDryRunAccessRequestError struct {
// contains filtered or unexported fields
}
func NewNullableDryRunAccessRequestError ¶ added in v1.0.3
func NewNullableDryRunAccessRequestError(val *DryRunAccessRequestError) *NullableDryRunAccessRequestError
func (NullableDryRunAccessRequestError) Get ¶ added in v1.0.3
func (v NullableDryRunAccessRequestError) Get() *DryRunAccessRequestError
func (NullableDryRunAccessRequestError) IsSet ¶ added in v1.0.3
func (v NullableDryRunAccessRequestError) IsSet() bool
func (NullableDryRunAccessRequestError) MarshalJSON ¶ added in v1.0.3
func (v NullableDryRunAccessRequestError) MarshalJSON() ([]byte, error)
func (*NullableDryRunAccessRequestError) Set ¶ added in v1.0.3
func (v *NullableDryRunAccessRequestError) Set(val *DryRunAccessRequestError)
func (*NullableDryRunAccessRequestError) UnmarshalJSON ¶ added in v1.0.3
func (v *NullableDryRunAccessRequestError) UnmarshalJSON(src []byte) error
func (*NullableDryRunAccessRequestError) Unset ¶ added in v1.0.3
func (v *NullableDryRunAccessRequestError) Unset()
type NullableDryRunClientResponse ¶ added in v1.0.3
type NullableDryRunClientResponse struct {
// contains filtered or unexported fields
}
func NewNullableDryRunClientResponse ¶ added in v1.0.3
func NewNullableDryRunClientResponse(val *DryRunClientResponse) *NullableDryRunClientResponse
func (NullableDryRunClientResponse) Get ¶ added in v1.0.3
func (v NullableDryRunClientResponse) Get() *DryRunClientResponse
func (NullableDryRunClientResponse) IsSet ¶ added in v1.0.3
func (v NullableDryRunClientResponse) IsSet() bool
func (NullableDryRunClientResponse) MarshalJSON ¶ added in v1.0.3
func (v NullableDryRunClientResponse) MarshalJSON() ([]byte, error)
func (*NullableDryRunClientResponse) Set ¶ added in v1.0.3
func (v *NullableDryRunClientResponse) Set(val *DryRunClientResponse)
func (*NullableDryRunClientResponse) UnmarshalJSON ¶ added in v1.0.3
func (v *NullableDryRunClientResponse) UnmarshalJSON(src []byte) error
func (*NullableDryRunClientResponse) Unset ¶ added in v1.0.3
func (v *NullableDryRunClientResponse) 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 NullableIconsConfigClientModel ¶
type NullableIconsConfigClientModel struct {
// contains filtered or unexported fields
}
func NewNullableIconsConfigClientModel ¶
func NewNullableIconsConfigClientModel(val *IconsConfigClientModel) *NullableIconsConfigClientModel
func (NullableIconsConfigClientModel) Get ¶
func (v NullableIconsConfigClientModel) Get() *IconsConfigClientModel
func (NullableIconsConfigClientModel) IsSet ¶
func (v NullableIconsConfigClientModel) IsSet() bool
func (NullableIconsConfigClientModel) MarshalJSON ¶
func (v NullableIconsConfigClientModel) MarshalJSON() ([]byte, error)
func (*NullableIconsConfigClientModel) Set ¶
func (v *NullableIconsConfigClientModel) Set(val *IconsConfigClientModel)
func (*NullableIconsConfigClientModel) UnmarshalJSON ¶
func (v *NullableIconsConfigClientModel) UnmarshalJSON(src []byte) error
func (*NullableIconsConfigClientModel) Unset ¶
func (v *NullableIconsConfigClientModel) Unset()
type NullableInstructionClientModel ¶
type NullableInstructionClientModel struct {
// contains filtered or unexported fields
}
func NewNullableInstructionClientModel ¶
func NewNullableInstructionClientModel(val *InstructionClientModel) *NullableInstructionClientModel
func (NullableInstructionClientModel) Get ¶
func (v NullableInstructionClientModel) Get() *InstructionClientModel
func (NullableInstructionClientModel) IsSet ¶
func (v NullableInstructionClientModel) IsSet() bool
func (NullableInstructionClientModel) MarshalJSON ¶
func (v NullableInstructionClientModel) MarshalJSON() ([]byte, error)
func (*NullableInstructionClientModel) Set ¶
func (v *NullableInstructionClientModel) Set(val *InstructionClientModel)
func (*NullableInstructionClientModel) UnmarshalJSON ¶
func (v *NullableInstructionClientModel) UnmarshalJSON(src []byte) error
func (*NullableInstructionClientModel) Unset ¶
func (v *NullableInstructionClientModel) 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 NullableIntegrationClientModel ¶
type NullableIntegrationClientModel struct {
// contains filtered or unexported fields
}
func NewNullableIntegrationClientModel ¶
func NewNullableIntegrationClientModel(val *IntegrationClientModel) *NullableIntegrationClientModel
func (NullableIntegrationClientModel) Get ¶
func (v NullableIntegrationClientModel) Get() *IntegrationClientModel
func (NullableIntegrationClientModel) IsSet ¶
func (v NullableIntegrationClientModel) IsSet() bool
func (NullableIntegrationClientModel) MarshalJSON ¶
func (v NullableIntegrationClientModel) MarshalJSON() ([]byte, error)
func (*NullableIntegrationClientModel) Set ¶
func (v *NullableIntegrationClientModel) Set(val *IntegrationClientModel)
func (*NullableIntegrationClientModel) UnmarshalJSON ¶
func (v *NullableIntegrationClientModel) UnmarshalJSON(src []byte) error
func (*NullableIntegrationClientModel) Unset ¶
func (v *NullableIntegrationClientModel) Unset()
type NullableLinkClientModel ¶
type NullableLinkClientModel struct {
// contains filtered or unexported fields
}
func NewNullableLinkClientModel ¶
func NewNullableLinkClientModel(val *LinkClientModel) *NullableLinkClientModel
func (NullableLinkClientModel) Get ¶
func (v NullableLinkClientModel) Get() *LinkClientModel
func (NullableLinkClientModel) IsSet ¶
func (v NullableLinkClientModel) IsSet() bool
func (NullableLinkClientModel) MarshalJSON ¶
func (v NullableLinkClientModel) MarshalJSON() ([]byte, error)
func (*NullableLinkClientModel) Set ¶
func (v *NullableLinkClientModel) Set(val *LinkClientModel)
func (*NullableLinkClientModel) UnmarshalJSON ¶
func (v *NullableLinkClientModel) UnmarshalJSON(src []byte) error
func (*NullableLinkClientModel) Unset ¶
func (v *NullableLinkClientModel) Unset()
type NullableMessageResponse ¶
type NullableMessageResponse struct {
// contains filtered or unexported fields
}
func NewNullableMessageResponse ¶
func NewNullableMessageResponse(val *MessageResponse) *NullableMessageResponse
func (NullableMessageResponse) Get ¶
func (v NullableMessageResponse) Get() *MessageResponse
func (NullableMessageResponse) IsSet ¶
func (v NullableMessageResponse) IsSet() bool
func (NullableMessageResponse) MarshalJSON ¶
func (v NullableMessageResponse) MarshalJSON() ([]byte, error)
func (*NullableMessageResponse) Set ¶
func (v *NullableMessageResponse) Set(val *MessageResponse)
func (*NullableMessageResponse) UnmarshalJSON ¶
func (v *NullableMessageResponse) UnmarshalJSON(src []byte) error
func (*NullableMessageResponse) Unset ¶
func (v *NullableMessageResponse) Unset()
type NullablePaginatedClientResponseModelAccessRequestClientModel ¶
type NullablePaginatedClientResponseModelAccessRequestClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelAccessRequestClientModel ¶
func NewNullablePaginatedClientResponseModelAccessRequestClientModel(val *PaginatedClientResponseModelAccessRequestClientModel) *NullablePaginatedClientResponseModelAccessRequestClientModel
func (NullablePaginatedClientResponseModelAccessRequestClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelAccessRequestClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelAccessRequestClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelAccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelAccessRequestClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelAccessRequestClientModel) Unset()
type NullablePaginatedClientResponseModelAccessRequestTemplateClientModel ¶
type NullablePaginatedClientResponseModelAccessRequestTemplateClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelAccessRequestTemplateClientModel ¶
func NewNullablePaginatedClientResponseModelAccessRequestTemplateClientModel(val *PaginatedClientResponseModelAccessRequestTemplateClientModel) *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel
func (NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelAccessRequestTemplateClientModel) Unset()
type NullablePaginatedClientResponseModelAccessSessionClientModel ¶
type NullablePaginatedClientResponseModelAccessSessionClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelAccessSessionClientModel ¶
func NewNullablePaginatedClientResponseModelAccessSessionClientModel(val *PaginatedClientResponseModelAccessSessionClientModel) *NullablePaginatedClientResponseModelAccessSessionClientModel
func (NullablePaginatedClientResponseModelAccessSessionClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelAccessSessionClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelAccessSessionClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelAccessSessionClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelAccessSessionClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelAccessSessionClientModel) Unset()
type NullablePaginatedClientResponseModelAccessSessionsGroupClientModel ¶
type NullablePaginatedClientResponseModelAccessSessionsGroupClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelAccessSessionsGroupClientModel ¶
func NewNullablePaginatedClientResponseModelAccessSessionsGroupClientModel(val *PaginatedClientResponseModelAccessSessionsGroupClientModel) *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel
func (NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelAccessSessionsGroupClientModel) Unset()
type NullablePaginatedClientResponseModelAccessUnitClientModel ¶
type NullablePaginatedClientResponseModelAccessUnitClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelAccessUnitClientModel ¶
func NewNullablePaginatedClientResponseModelAccessUnitClientModel(val *PaginatedClientResponseModelAccessUnitClientModel) *NullablePaginatedClientResponseModelAccessUnitClientModel
func (NullablePaginatedClientResponseModelAccessUnitClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelAccessUnitClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelAccessUnitClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelAccessUnitClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelAccessUnitClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelAccessUnitClientModel) Unset()
type NullablePaginatedClientResponseModelBundleClientModel ¶
type NullablePaginatedClientResponseModelBundleClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelBundleClientModel ¶
func NewNullablePaginatedClientResponseModelBundleClientModel(val *PaginatedClientResponseModelBundleClientModel) *NullablePaginatedClientResponseModelBundleClientModel
func (NullablePaginatedClientResponseModelBundleClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelBundleClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelBundleClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelBundleClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelBundleClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelBundleClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelBundleClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelBundleClientModel) Unset()
type NullablePaginatedClientResponseModelIntegrationClientModel ¶
type NullablePaginatedClientResponseModelIntegrationClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelIntegrationClientModel ¶
func NewNullablePaginatedClientResponseModelIntegrationClientModel(val *PaginatedClientResponseModelIntegrationClientModel) *NullablePaginatedClientResponseModelIntegrationClientModel
func (NullablePaginatedClientResponseModelIntegrationClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelIntegrationClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelIntegrationClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelIntegrationClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelIntegrationClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelIntegrationClientModel) Unset()
type NullablePaginatedClientResponseModelPermissionClientModel ¶
type NullablePaginatedClientResponseModelPermissionClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelPermissionClientModel ¶
func NewNullablePaginatedClientResponseModelPermissionClientModel(val *PaginatedClientResponseModelPermissionClientModel) *NullablePaginatedClientResponseModelPermissionClientModel
func (NullablePaginatedClientResponseModelPermissionClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelPermissionClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelPermissionClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelPermissionClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelPermissionClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelPermissionClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelPermissionClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelPermissionClientModel) Unset()
type NullablePaginatedClientResponseModelResourceClientModel ¶
type NullablePaginatedClientResponseModelResourceClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelResourceClientModel ¶
func NewNullablePaginatedClientResponseModelResourceClientModel(val *PaginatedClientResponseModelResourceClientModel) *NullablePaginatedClientResponseModelResourceClientModel
func (NullablePaginatedClientResponseModelResourceClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelResourceClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelResourceClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelResourceClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelResourceClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelResourceClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelResourceClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelResourceClientModel) Unset()
type NullablePaginatedClientResponseModelResourceTypeClientModel ¶
type NullablePaginatedClientResponseModelResourceTypeClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginatedClientResponseModelResourceTypeClientModel ¶
func NewNullablePaginatedClientResponseModelResourceTypeClientModel(val *PaginatedClientResponseModelResourceTypeClientModel) *NullablePaginatedClientResponseModelResourceTypeClientModel
func (NullablePaginatedClientResponseModelResourceTypeClientModel) IsSet ¶
func (v NullablePaginatedClientResponseModelResourceTypeClientModel) IsSet() bool
func (NullablePaginatedClientResponseModelResourceTypeClientModel) MarshalJSON ¶
func (v NullablePaginatedClientResponseModelResourceTypeClientModel) MarshalJSON() ([]byte, error)
func (*NullablePaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON ¶
func (v *NullablePaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON(src []byte) error
func (*NullablePaginatedClientResponseModelResourceTypeClientModel) Unset ¶
func (v *NullablePaginatedClientResponseModelResourceTypeClientModel) Unset()
type NullablePaginationClientInfoModel ¶
type NullablePaginationClientInfoModel struct {
// contains filtered or unexported fields
}
func NewNullablePaginationClientInfoModel ¶
func NewNullablePaginationClientInfoModel(val *PaginationClientInfoModel) *NullablePaginationClientInfoModel
func (NullablePaginationClientInfoModel) Get ¶
func (v NullablePaginationClientInfoModel) Get() *PaginationClientInfoModel
func (NullablePaginationClientInfoModel) IsSet ¶
func (v NullablePaginationClientInfoModel) IsSet() bool
func (NullablePaginationClientInfoModel) MarshalJSON ¶
func (v NullablePaginationClientInfoModel) MarshalJSON() ([]byte, error)
func (*NullablePaginationClientInfoModel) Set ¶
func (v *NullablePaginationClientInfoModel) Set(val *PaginationClientInfoModel)
func (*NullablePaginationClientInfoModel) UnmarshalJSON ¶
func (v *NullablePaginationClientInfoModel) UnmarshalJSON(src []byte) error
func (*NullablePaginationClientInfoModel) Unset ¶
func (v *NullablePaginationClientInfoModel) Unset()
type NullablePermissionClientModel ¶
type NullablePermissionClientModel struct {
// contains filtered or unexported fields
}
func NewNullablePermissionClientModel ¶
func NewNullablePermissionClientModel(val *PermissionClientModel) *NullablePermissionClientModel
func (NullablePermissionClientModel) Get ¶
func (v NullablePermissionClientModel) Get() *PermissionClientModel
func (NullablePermissionClientModel) IsSet ¶
func (v NullablePermissionClientModel) IsSet() bool
func (NullablePermissionClientModel) MarshalJSON ¶
func (v NullablePermissionClientModel) MarshalJSON() ([]byte, error)
func (*NullablePermissionClientModel) Set ¶
func (v *NullablePermissionClientModel) Set(val *PermissionClientModel)
func (*NullablePermissionClientModel) UnmarshalJSON ¶
func (v *NullablePermissionClientModel) UnmarshalJSON(src []byte) error
func (*NullablePermissionClientModel) Unset ¶
func (v *NullablePermissionClientModel) Unset()
type NullableRequestAgainClientModel ¶
type NullableRequestAgainClientModel struct {
// contains filtered or unexported fields
}
func NewNullableRequestAgainClientModel ¶
func NewNullableRequestAgainClientModel(val *RequestAgainClientModel) *NullableRequestAgainClientModel
func (NullableRequestAgainClientModel) Get ¶
func (v NullableRequestAgainClientModel) Get() *RequestAgainClientModel
func (NullableRequestAgainClientModel) IsSet ¶
func (v NullableRequestAgainClientModel) IsSet() bool
func (NullableRequestAgainClientModel) MarshalJSON ¶
func (v NullableRequestAgainClientModel) MarshalJSON() ([]byte, error)
func (*NullableRequestAgainClientModel) Set ¶
func (v *NullableRequestAgainClientModel) Set(val *RequestAgainClientModel)
func (*NullableRequestAgainClientModel) UnmarshalJSON ¶
func (v *NullableRequestAgainClientModel) UnmarshalJSON(src []byte) error
func (*NullableRequestAgainClientModel) Unset ¶
func (v *NullableRequestAgainClientModel) Unset()
type NullableRequestStatusClientModel ¶
type NullableRequestStatusClientModel struct {
// contains filtered or unexported fields
}
func NewNullableRequestStatusClientModel ¶
func NewNullableRequestStatusClientModel(val *RequestStatusClientModel) *NullableRequestStatusClientModel
func (NullableRequestStatusClientModel) Get ¶
func (v NullableRequestStatusClientModel) Get() *RequestStatusClientModel
func (NullableRequestStatusClientModel) IsSet ¶
func (v NullableRequestStatusClientModel) IsSet() bool
func (NullableRequestStatusClientModel) MarshalJSON ¶
func (v NullableRequestStatusClientModel) MarshalJSON() ([]byte, error)
func (*NullableRequestStatusClientModel) Set ¶
func (v *NullableRequestStatusClientModel) Set(val *RequestStatusClientModel)
func (*NullableRequestStatusClientModel) UnmarshalJSON ¶
func (v *NullableRequestStatusClientModel) UnmarshalJSON(src []byte) error
func (*NullableRequestStatusClientModel) Unset ¶
func (v *NullableRequestStatusClientModel) Unset()
type NullableResourceClientModel ¶
type NullableResourceClientModel struct {
// contains filtered or unexported fields
}
func NewNullableResourceClientModel ¶
func NewNullableResourceClientModel(val *ResourceClientModel) *NullableResourceClientModel
func (NullableResourceClientModel) Get ¶
func (v NullableResourceClientModel) Get() *ResourceClientModel
func (NullableResourceClientModel) IsSet ¶
func (v NullableResourceClientModel) IsSet() bool
func (NullableResourceClientModel) MarshalJSON ¶
func (v NullableResourceClientModel) MarshalJSON() ([]byte, error)
func (*NullableResourceClientModel) Set ¶
func (v *NullableResourceClientModel) Set(val *ResourceClientModel)
func (*NullableResourceClientModel) UnmarshalJSON ¶
func (v *NullableResourceClientModel) UnmarshalJSON(src []byte) error
func (*NullableResourceClientModel) Unset ¶
func (v *NullableResourceClientModel) Unset()
type NullableResourceFilter ¶ added in v1.0.0
type NullableResourceFilter struct {
// contains filtered or unexported fields
}
func NewNullableResourceFilter ¶ added in v1.0.0
func NewNullableResourceFilter(val *ResourceFilter) *NullableResourceFilter
func (NullableResourceFilter) Get ¶ added in v1.0.0
func (v NullableResourceFilter) Get() *ResourceFilter
func (NullableResourceFilter) IsSet ¶ added in v1.0.0
func (v NullableResourceFilter) IsSet() bool
func (NullableResourceFilter) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceFilter) MarshalJSON() ([]byte, error)
func (*NullableResourceFilter) Set ¶ added in v1.0.0
func (v *NullableResourceFilter) Set(val *ResourceFilter)
func (*NullableResourceFilter) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceFilter) UnmarshalJSON(src []byte) error
func (*NullableResourceFilter) Unset ¶ added in v1.0.0
func (v *NullableResourceFilter) Unset()
type NullableResourceFilterType ¶ added in v1.0.0
type NullableResourceFilterType struct {
// contains filtered or unexported fields
}
func NewNullableResourceFilterType ¶ added in v1.0.0
func NewNullableResourceFilterType(val *ResourceFilterType) *NullableResourceFilterType
func (NullableResourceFilterType) Get ¶ added in v1.0.0
func (v NullableResourceFilterType) Get() *ResourceFilterType
func (NullableResourceFilterType) IsSet ¶ added in v1.0.0
func (v NullableResourceFilterType) IsSet() bool
func (NullableResourceFilterType) MarshalJSON ¶ added in v1.0.0
func (v NullableResourceFilterType) MarshalJSON() ([]byte, error)
func (*NullableResourceFilterType) Set ¶ added in v1.0.0
func (v *NullableResourceFilterType) Set(val *ResourceFilterType)
func (*NullableResourceFilterType) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableResourceFilterType) UnmarshalJSON(src []byte) error
func (*NullableResourceFilterType) Unset ¶ added in v1.0.0
func (v *NullableResourceFilterType) Unset()
type NullableResourceTypeClientModel ¶
type NullableResourceTypeClientModel struct {
// contains filtered or unexported fields
}
func NewNullableResourceTypeClientModel ¶
func NewNullableResourceTypeClientModel(val *ResourceTypeClientModel) *NullableResourceTypeClientModel
func (NullableResourceTypeClientModel) Get ¶
func (v NullableResourceTypeClientModel) Get() *ResourceTypeClientModel
func (NullableResourceTypeClientModel) IsSet ¶
func (v NullableResourceTypeClientModel) IsSet() bool
func (NullableResourceTypeClientModel) MarshalJSON ¶
func (v NullableResourceTypeClientModel) MarshalJSON() ([]byte, error)
func (*NullableResourceTypeClientModel) Set ¶
func (v *NullableResourceTypeClientModel) Set(val *ResourceTypeClientModel)
func (*NullableResourceTypeClientModel) UnmarshalJSON ¶
func (v *NullableResourceTypeClientModel) UnmarshalJSON(src []byte) error
func (*NullableResourceTypeClientModel) Unset ¶
func (v *NullableResourceTypeClientModel) Unset()
type NullableSessionTypeClientModel ¶
type NullableSessionTypeClientModel struct {
// contains filtered or unexported fields
}
func NewNullableSessionTypeClientModel ¶
func NewNullableSessionTypeClientModel(val *SessionTypeClientModel) *NullableSessionTypeClientModel
func (NullableSessionTypeClientModel) Get ¶
func (v NullableSessionTypeClientModel) Get() *SessionTypeClientModel
func (NullableSessionTypeClientModel) IsSet ¶
func (v NullableSessionTypeClientModel) IsSet() bool
func (NullableSessionTypeClientModel) MarshalJSON ¶
func (v NullableSessionTypeClientModel) MarshalJSON() ([]byte, error)
func (*NullableSessionTypeClientModel) Set ¶
func (v *NullableSessionTypeClientModel) Set(val *SessionTypeClientModel)
func (*NullableSessionTypeClientModel) UnmarshalJSON ¶
func (v *NullableSessionTypeClientModel) UnmarshalJSON(src []byte) error
func (*NullableSessionTypeClientModel) Unset ¶
func (v *NullableSessionTypeClientModel) 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 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 NullableUserClientModel ¶
type NullableUserClientModel struct {
// contains filtered or unexported fields
}
func NewNullableUserClientModel ¶
func NewNullableUserClientModel(val *UserClientModel) *NullableUserClientModel
func (NullableUserClientModel) Get ¶
func (v NullableUserClientModel) Get() *UserClientModel
func (NullableUserClientModel) IsSet ¶
func (v NullableUserClientModel) IsSet() bool
func (NullableUserClientModel) MarshalJSON ¶
func (v NullableUserClientModel) MarshalJSON() ([]byte, error)
func (*NullableUserClientModel) Set ¶
func (v *NullableUserClientModel) Set(val *UserClientModel)
func (*NullableUserClientModel) UnmarshalJSON ¶
func (v *NullableUserClientModel) UnmarshalJSON(src []byte) error
func (*NullableUserClientModel) Unset ¶
func (v *NullableUserClientModel) Unset()
type NullableUserSessionClientModel ¶ added in v1.0.0
type NullableUserSessionClientModel struct {
// contains filtered or unexported fields
}
func NewNullableUserSessionClientModel ¶ added in v1.0.0
func NewNullableUserSessionClientModel(val *UserSessionClientModel) *NullableUserSessionClientModel
func (NullableUserSessionClientModel) Get ¶ added in v1.0.0
func (v NullableUserSessionClientModel) Get() *UserSessionClientModel
func (NullableUserSessionClientModel) IsSet ¶ added in v1.0.0
func (v NullableUserSessionClientModel) IsSet() bool
func (NullableUserSessionClientModel) MarshalJSON ¶ added in v1.0.0
func (v NullableUserSessionClientModel) MarshalJSON() ([]byte, error)
func (*NullableUserSessionClientModel) Set ¶ added in v1.0.0
func (v *NullableUserSessionClientModel) Set(val *UserSessionClientModel)
func (*NullableUserSessionClientModel) UnmarshalJSON ¶ added in v1.0.0
func (v *NullableUserSessionClientModel) UnmarshalJSON(src []byte) error
func (*NullableUserSessionClientModel) Unset ¶ added in v1.0.0
func (v *NullableUserSessionClientModel) Unset()
type NullableUserSettingsClientModel ¶ added in v1.1.0
type NullableUserSettingsClientModel struct {
// contains filtered or unexported fields
}
func NewNullableUserSettingsClientModel ¶ added in v1.1.0
func NewNullableUserSettingsClientModel(val *UserSettingsClientModel) *NullableUserSettingsClientModel
func (NullableUserSettingsClientModel) Get ¶ added in v1.1.0
func (v NullableUserSettingsClientModel) Get() *UserSettingsClientModel
func (NullableUserSettingsClientModel) IsSet ¶ added in v1.1.0
func (v NullableUserSettingsClientModel) IsSet() bool
func (NullableUserSettingsClientModel) MarshalJSON ¶ added in v1.1.0
func (v NullableUserSettingsClientModel) MarshalJSON() ([]byte, error)
func (*NullableUserSettingsClientModel) Set ¶ added in v1.1.0
func (v *NullableUserSettingsClientModel) Set(val *UserSettingsClientModel)
func (*NullableUserSettingsClientModel) UnmarshalJSON ¶ added in v1.1.0
func (v *NullableUserSettingsClientModel) UnmarshalJSON(src []byte) error
func (*NullableUserSettingsClientModel) Unset ¶ added in v1.1.0
func (v *NullableUserSettingsClientModel) Unset()
type PaginatedClientResponseModelAccessRequestClientModel ¶
type PaginatedClientResponseModelAccessRequestClientModel struct { Data []AccessRequestClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelAccessRequestClientModel struct for PaginatedClientResponseModelAccessRequestClientModel
func NewPaginatedClientResponseModelAccessRequestClientModel ¶
func NewPaginatedClientResponseModelAccessRequestClientModel(data []AccessRequestClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessRequestClientModel
NewPaginatedClientResponseModelAccessRequestClientModel instantiates a new PaginatedClientResponseModelAccessRequestClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelAccessRequestClientModelWithDefaults ¶
func NewPaginatedClientResponseModelAccessRequestClientModelWithDefaults() *PaginatedClientResponseModelAccessRequestClientModel
NewPaginatedClientResponseModelAccessRequestClientModelWithDefaults instantiates a new PaginatedClientResponseModelAccessRequestClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelAccessRequestClientModel) GetData ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) GetData() []AccessRequestClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelAccessRequestClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) GetDataOk() ([]AccessRequestClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelAccessRequestClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelAccessRequestClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelAccessRequestClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelAccessRequestClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelAccessRequestClientModel) SetData ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) SetData(v []AccessRequestClientModel)
SetData sets field value
func (*PaginatedClientResponseModelAccessRequestClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelAccessRequestClientModel) ToMap ¶
func (o PaginatedClientResponseModelAccessRequestClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelAccessRequestClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelAccessRequestTemplateClientModel ¶
type PaginatedClientResponseModelAccessRequestTemplateClientModel struct { Data []AccessRequestTemplateClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelAccessRequestTemplateClientModel struct for PaginatedClientResponseModelAccessRequestTemplateClientModel
func NewPaginatedClientResponseModelAccessRequestTemplateClientModel ¶
func NewPaginatedClientResponseModelAccessRequestTemplateClientModel(data []AccessRequestTemplateClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessRequestTemplateClientModel
NewPaginatedClientResponseModelAccessRequestTemplateClientModel instantiates a new PaginatedClientResponseModelAccessRequestTemplateClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelAccessRequestTemplateClientModelWithDefaults ¶
func NewPaginatedClientResponseModelAccessRequestTemplateClientModelWithDefaults() *PaginatedClientResponseModelAccessRequestTemplateClientModel
NewPaginatedClientResponseModelAccessRequestTemplateClientModelWithDefaults instantiates a new PaginatedClientResponseModelAccessRequestTemplateClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) GetData ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetData() []AccessRequestTemplateClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetDataOk() ([]AccessRequestTemplateClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelAccessRequestTemplateClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) SetData ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) SetData(v []AccessRequestTemplateClientModel)
SetData sets field value
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelAccessRequestTemplateClientModel) ToMap ¶
func (o PaginatedClientResponseModelAccessRequestTemplateClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelAccessRequestTemplateClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelAccessSessionClientModel ¶
type PaginatedClientResponseModelAccessSessionClientModel struct { Data []AccessSessionClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelAccessSessionClientModel struct for PaginatedClientResponseModelAccessSessionClientModel
func NewPaginatedClientResponseModelAccessSessionClientModel ¶
func NewPaginatedClientResponseModelAccessSessionClientModel(data []AccessSessionClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessSessionClientModel
NewPaginatedClientResponseModelAccessSessionClientModel instantiates a new PaginatedClientResponseModelAccessSessionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelAccessSessionClientModelWithDefaults ¶
func NewPaginatedClientResponseModelAccessSessionClientModelWithDefaults() *PaginatedClientResponseModelAccessSessionClientModel
NewPaginatedClientResponseModelAccessSessionClientModelWithDefaults instantiates a new PaginatedClientResponseModelAccessSessionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelAccessSessionClientModel) GetData ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) GetData() []AccessSessionClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelAccessSessionClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) GetDataOk() ([]AccessSessionClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelAccessSessionClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelAccessSessionClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelAccessSessionClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelAccessSessionClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelAccessSessionClientModel) SetData ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) SetData(v []AccessSessionClientModel)
SetData sets field value
func (*PaginatedClientResponseModelAccessSessionClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelAccessSessionClientModel) ToMap ¶
func (o PaginatedClientResponseModelAccessSessionClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelAccessSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelAccessSessionsGroupClientModel ¶
type PaginatedClientResponseModelAccessSessionsGroupClientModel struct { Data []AccessSessionsGroupClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelAccessSessionsGroupClientModel struct for PaginatedClientResponseModelAccessSessionsGroupClientModel
func NewPaginatedClientResponseModelAccessSessionsGroupClientModel ¶
func NewPaginatedClientResponseModelAccessSessionsGroupClientModel(data []AccessSessionsGroupClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessSessionsGroupClientModel
NewPaginatedClientResponseModelAccessSessionsGroupClientModel instantiates a new PaginatedClientResponseModelAccessSessionsGroupClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelAccessSessionsGroupClientModelWithDefaults ¶
func NewPaginatedClientResponseModelAccessSessionsGroupClientModelWithDefaults() *PaginatedClientResponseModelAccessSessionsGroupClientModel
NewPaginatedClientResponseModelAccessSessionsGroupClientModelWithDefaults instantiates a new PaginatedClientResponseModelAccessSessionsGroupClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) GetData ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetData() []AccessSessionsGroupClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetDataOk() ([]AccessSessionsGroupClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelAccessSessionsGroupClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) SetData ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) SetData(v []AccessSessionsGroupClientModel)
SetData sets field value
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelAccessSessionsGroupClientModel) ToMap ¶
func (o PaginatedClientResponseModelAccessSessionsGroupClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelAccessSessionsGroupClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelAccessUnitClientModel ¶
type PaginatedClientResponseModelAccessUnitClientModel struct { Data []AccessUnitClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelAccessUnitClientModel struct for PaginatedClientResponseModelAccessUnitClientModel
func NewPaginatedClientResponseModelAccessUnitClientModel ¶
func NewPaginatedClientResponseModelAccessUnitClientModel(data []AccessUnitClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelAccessUnitClientModel
NewPaginatedClientResponseModelAccessUnitClientModel instantiates a new PaginatedClientResponseModelAccessUnitClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelAccessUnitClientModelWithDefaults ¶
func NewPaginatedClientResponseModelAccessUnitClientModelWithDefaults() *PaginatedClientResponseModelAccessUnitClientModel
NewPaginatedClientResponseModelAccessUnitClientModelWithDefaults instantiates a new PaginatedClientResponseModelAccessUnitClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelAccessUnitClientModel) GetData ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) GetData() []AccessUnitClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelAccessUnitClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) GetDataOk() ([]AccessUnitClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelAccessUnitClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelAccessUnitClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelAccessUnitClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelAccessUnitClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelAccessUnitClientModel) SetData ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) SetData(v []AccessUnitClientModel)
SetData sets field value
func (*PaginatedClientResponseModelAccessUnitClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelAccessUnitClientModel) ToMap ¶
func (o PaginatedClientResponseModelAccessUnitClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelAccessUnitClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelBundleClientModel ¶
type PaginatedClientResponseModelBundleClientModel struct { Data []BundleClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelBundleClientModel struct for PaginatedClientResponseModelBundleClientModel
func NewPaginatedClientResponseModelBundleClientModel ¶
func NewPaginatedClientResponseModelBundleClientModel(data []BundleClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelBundleClientModel
NewPaginatedClientResponseModelBundleClientModel instantiates a new PaginatedClientResponseModelBundleClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelBundleClientModelWithDefaults ¶
func NewPaginatedClientResponseModelBundleClientModelWithDefaults() *PaginatedClientResponseModelBundleClientModel
NewPaginatedClientResponseModelBundleClientModelWithDefaults instantiates a new PaginatedClientResponseModelBundleClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelBundleClientModel) GetData ¶
func (o *PaginatedClientResponseModelBundleClientModel) GetData() []BundleClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelBundleClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelBundleClientModel) GetDataOk() ([]BundleClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelBundleClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelBundleClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelBundleClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelBundleClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelBundleClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelBundleClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelBundleClientModel) SetData ¶
func (o *PaginatedClientResponseModelBundleClientModel) SetData(v []BundleClientModel)
SetData sets field value
func (*PaginatedClientResponseModelBundleClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelBundleClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelBundleClientModel) ToMap ¶
func (o PaginatedClientResponseModelBundleClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelBundleClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelBundleClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelIntegrationClientModel ¶
type PaginatedClientResponseModelIntegrationClientModel struct { Data []IntegrationClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelIntegrationClientModel struct for PaginatedClientResponseModelIntegrationClientModel
func NewPaginatedClientResponseModelIntegrationClientModel ¶
func NewPaginatedClientResponseModelIntegrationClientModel(data []IntegrationClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelIntegrationClientModel
NewPaginatedClientResponseModelIntegrationClientModel instantiates a new PaginatedClientResponseModelIntegrationClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelIntegrationClientModelWithDefaults ¶
func NewPaginatedClientResponseModelIntegrationClientModelWithDefaults() *PaginatedClientResponseModelIntegrationClientModel
NewPaginatedClientResponseModelIntegrationClientModelWithDefaults instantiates a new PaginatedClientResponseModelIntegrationClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelIntegrationClientModel) GetData ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) GetData() []IntegrationClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelIntegrationClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) GetDataOk() ([]IntegrationClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelIntegrationClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelIntegrationClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelIntegrationClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelIntegrationClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelIntegrationClientModel) SetData ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) SetData(v []IntegrationClientModel)
SetData sets field value
func (*PaginatedClientResponseModelIntegrationClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelIntegrationClientModel) ToMap ¶
func (o PaginatedClientResponseModelIntegrationClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelIntegrationClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelPermissionClientModel ¶
type PaginatedClientResponseModelPermissionClientModel struct { Data []PermissionClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelPermissionClientModel struct for PaginatedClientResponseModelPermissionClientModel
func NewPaginatedClientResponseModelPermissionClientModel ¶
func NewPaginatedClientResponseModelPermissionClientModel(data []PermissionClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelPermissionClientModel
NewPaginatedClientResponseModelPermissionClientModel instantiates a new PaginatedClientResponseModelPermissionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelPermissionClientModelWithDefaults ¶
func NewPaginatedClientResponseModelPermissionClientModelWithDefaults() *PaginatedClientResponseModelPermissionClientModel
NewPaginatedClientResponseModelPermissionClientModelWithDefaults instantiates a new PaginatedClientResponseModelPermissionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelPermissionClientModel) GetData ¶
func (o *PaginatedClientResponseModelPermissionClientModel) GetData() []PermissionClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelPermissionClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelPermissionClientModel) GetDataOk() ([]PermissionClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelPermissionClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelPermissionClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelPermissionClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelPermissionClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelPermissionClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelPermissionClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelPermissionClientModel) SetData ¶
func (o *PaginatedClientResponseModelPermissionClientModel) SetData(v []PermissionClientModel)
SetData sets field value
func (*PaginatedClientResponseModelPermissionClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelPermissionClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelPermissionClientModel) ToMap ¶
func (o PaginatedClientResponseModelPermissionClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelPermissionClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelPermissionClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelResourceClientModel ¶
type PaginatedClientResponseModelResourceClientModel struct { Data []ResourceClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelResourceClientModel struct for PaginatedClientResponseModelResourceClientModel
func NewPaginatedClientResponseModelResourceClientModel ¶
func NewPaginatedClientResponseModelResourceClientModel(data []ResourceClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelResourceClientModel
NewPaginatedClientResponseModelResourceClientModel instantiates a new PaginatedClientResponseModelResourceClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelResourceClientModelWithDefaults ¶
func NewPaginatedClientResponseModelResourceClientModelWithDefaults() *PaginatedClientResponseModelResourceClientModel
NewPaginatedClientResponseModelResourceClientModelWithDefaults instantiates a new PaginatedClientResponseModelResourceClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelResourceClientModel) GetData ¶
func (o *PaginatedClientResponseModelResourceClientModel) GetData() []ResourceClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelResourceClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelResourceClientModel) GetDataOk() ([]ResourceClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelResourceClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelResourceClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelResourceClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelResourceClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelResourceClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelResourceClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelResourceClientModel) SetData ¶
func (o *PaginatedClientResponseModelResourceClientModel) SetData(v []ResourceClientModel)
SetData sets field value
func (*PaginatedClientResponseModelResourceClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelResourceClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelResourceClientModel) ToMap ¶
func (o PaginatedClientResponseModelResourceClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelResourceClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelResourceClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginatedClientResponseModelResourceTypeClientModel ¶
type PaginatedClientResponseModelResourceTypeClientModel struct { Data []ResourceTypeClientModel `json:"data"` Pagination PaginationClientInfoModel `json:"pagination"` }
PaginatedClientResponseModelResourceTypeClientModel struct for PaginatedClientResponseModelResourceTypeClientModel
func NewPaginatedClientResponseModelResourceTypeClientModel ¶
func NewPaginatedClientResponseModelResourceTypeClientModel(data []ResourceTypeClientModel, pagination PaginationClientInfoModel) *PaginatedClientResponseModelResourceTypeClientModel
NewPaginatedClientResponseModelResourceTypeClientModel instantiates a new PaginatedClientResponseModelResourceTypeClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginatedClientResponseModelResourceTypeClientModelWithDefaults ¶
func NewPaginatedClientResponseModelResourceTypeClientModelWithDefaults() *PaginatedClientResponseModelResourceTypeClientModel
NewPaginatedClientResponseModelResourceTypeClientModelWithDefaults instantiates a new PaginatedClientResponseModelResourceTypeClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginatedClientResponseModelResourceTypeClientModel) GetData ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) GetData() []ResourceTypeClientModel
GetData returns the Data field value
func (*PaginatedClientResponseModelResourceTypeClientModel) GetDataOk ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) GetDataOk() ([]ResourceTypeClientModel, bool)
GetDataOk returns a tuple with the Data field value and a boolean to check if the value has been set.
func (*PaginatedClientResponseModelResourceTypeClientModel) GetPagination ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) GetPagination() PaginationClientInfoModel
GetPagination returns the Pagination field value
func (*PaginatedClientResponseModelResourceTypeClientModel) GetPaginationOk ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) GetPaginationOk() (*PaginationClientInfoModel, bool)
GetPaginationOk returns a tuple with the Pagination field value and a boolean to check if the value has been set.
func (PaginatedClientResponseModelResourceTypeClientModel) MarshalJSON ¶
func (o PaginatedClientResponseModelResourceTypeClientModel) MarshalJSON() ([]byte, error)
func (*PaginatedClientResponseModelResourceTypeClientModel) SetData ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) SetData(v []ResourceTypeClientModel)
SetData sets field value
func (*PaginatedClientResponseModelResourceTypeClientModel) SetPagination ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) SetPagination(v PaginationClientInfoModel)
SetPagination sets field value
func (PaginatedClientResponseModelResourceTypeClientModel) ToMap ¶
func (o PaginatedClientResponseModelResourceTypeClientModel) ToMap() (map[string]interface{}, error)
func (*PaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON ¶
func (o *PaginatedClientResponseModelResourceTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
type PaginationClientInfoModel ¶
type PaginationClientInfoModel struct { Limit int32 `json:"limit"` Offset int32 `json:"offset"` Total NullableInt32 `json:"total,omitempty"` }
PaginationClientInfoModel struct for PaginationClientInfoModel
func NewPaginationClientInfoModel ¶
func NewPaginationClientInfoModel(limit int32, offset int32) *PaginationClientInfoModel
NewPaginationClientInfoModel instantiates a new PaginationClientInfoModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPaginationClientInfoModelWithDefaults ¶
func NewPaginationClientInfoModelWithDefaults() *PaginationClientInfoModel
NewPaginationClientInfoModelWithDefaults instantiates a new PaginationClientInfoModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PaginationClientInfoModel) GetLimit ¶
func (o *PaginationClientInfoModel) GetLimit() int32
GetLimit returns the Limit field value
func (*PaginationClientInfoModel) GetLimitOk ¶
func (o *PaginationClientInfoModel) GetLimitOk() (*int32, bool)
GetLimitOk returns a tuple with the Limit field value and a boolean to check if the value has been set.
func (*PaginationClientInfoModel) GetOffset ¶
func (o *PaginationClientInfoModel) GetOffset() int32
GetOffset returns the Offset field value
func (*PaginationClientInfoModel) GetOffsetOk ¶
func (o *PaginationClientInfoModel) GetOffsetOk() (*int32, bool)
GetOffsetOk returns a tuple with the Offset field value and a boolean to check if the value has been set.
func (*PaginationClientInfoModel) GetTotal ¶
func (o *PaginationClientInfoModel) GetTotal() int32
GetTotal returns the Total field value if set, zero value otherwise (both if not set or set to explicit null).
func (*PaginationClientInfoModel) GetTotalOk ¶
func (o *PaginationClientInfoModel) GetTotalOk() (*int32, 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*PaginationClientInfoModel) HasTotal ¶
func (o *PaginationClientInfoModel) HasTotal() bool
HasTotal returns a boolean if a field has been set.
func (PaginationClientInfoModel) MarshalJSON ¶
func (o PaginationClientInfoModel) MarshalJSON() ([]byte, error)
func (*PaginationClientInfoModel) SetLimit ¶
func (o *PaginationClientInfoModel) SetLimit(v int32)
SetLimit sets field value
func (*PaginationClientInfoModel) SetOffset ¶
func (o *PaginationClientInfoModel) SetOffset(v int32)
SetOffset sets field value
func (*PaginationClientInfoModel) SetTotal ¶
func (o *PaginationClientInfoModel) SetTotal(v int32)
SetTotal gets a reference to the given NullableInt32 and assigns it to the Total field.
func (*PaginationClientInfoModel) SetTotalNil ¶
func (o *PaginationClientInfoModel) SetTotalNil()
SetTotalNil sets the value for Total to be an explicit nil
func (PaginationClientInfoModel) ToMap ¶
func (o PaginationClientInfoModel) ToMap() (map[string]interface{}, error)
func (*PaginationClientInfoModel) UnmarshalJSON ¶
func (o *PaginationClientInfoModel) UnmarshalJSON(bytes []byte) (err error)
func (*PaginationClientInfoModel) UnsetTotal ¶
func (o *PaginationClientInfoModel) UnsetTotal()
UnsetTotal ensures that no value is present for Total, not even an explicit nil
type PermissionClientModel ¶
PermissionClientModel struct for PermissionClientModel
func NewPermissionClientModel ¶
func NewPermissionClientModel(id string, name string) *PermissionClientModel
NewPermissionClientModel instantiates a new PermissionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewPermissionClientModelWithDefaults ¶
func NewPermissionClientModelWithDefaults() *PermissionClientModel
NewPermissionClientModelWithDefaults instantiates a new PermissionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*PermissionClientModel) GetId ¶
func (o *PermissionClientModel) GetId() string
GetId returns the Id field value
func (*PermissionClientModel) GetIdOk ¶
func (o *PermissionClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*PermissionClientModel) GetName ¶
func (o *PermissionClientModel) GetName() string
GetName returns the Name field value
func (*PermissionClientModel) GetNameOk ¶
func (o *PermissionClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (PermissionClientModel) MarshalJSON ¶
func (o PermissionClientModel) MarshalJSON() ([]byte, error)
func (*PermissionClientModel) SetId ¶
func (o *PermissionClientModel) SetId(v string)
SetId sets field value
func (*PermissionClientModel) SetName ¶
func (o *PermissionClientModel) SetName(v string)
SetName sets field value
func (PermissionClientModel) ToMap ¶
func (o PermissionClientModel) ToMap() (map[string]interface{}, error)
func (*PermissionClientModel) UnmarshalJSON ¶
func (o *PermissionClientModel) UnmarshalJSON(bytes []byte) (err error)
type RequestAgainClientModel ¶
type RequestAgainClientModel struct {
Justification string `json:"justification"`
}
RequestAgainClientModel struct for RequestAgainClientModel
func NewRequestAgainClientModel ¶
func NewRequestAgainClientModel(justification string) *RequestAgainClientModel
NewRequestAgainClientModel instantiates a new RequestAgainClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestAgainClientModelWithDefaults ¶
func NewRequestAgainClientModelWithDefaults() *RequestAgainClientModel
NewRequestAgainClientModelWithDefaults instantiates a new RequestAgainClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RequestAgainClientModel) GetJustification ¶
func (o *RequestAgainClientModel) GetJustification() string
GetJustification returns the Justification field value
func (*RequestAgainClientModel) GetJustificationOk ¶
func (o *RequestAgainClientModel) GetJustificationOk() (*string, bool)
GetJustificationOk returns a tuple with the Justification field value and a boolean to check if the value has been set.
func (RequestAgainClientModel) MarshalJSON ¶
func (o RequestAgainClientModel) MarshalJSON() ([]byte, error)
func (*RequestAgainClientModel) SetJustification ¶
func (o *RequestAgainClientModel) SetJustification(v string)
SetJustification sets field value
func (RequestAgainClientModel) ToMap ¶
func (o RequestAgainClientModel) ToMap() (map[string]interface{}, error)
func (*RequestAgainClientModel) UnmarshalJSON ¶
func (o *RequestAgainClientModel) UnmarshalJSON(bytes []byte) (err error)
type RequestStatusClientModel ¶
type RequestStatusClientModel struct { Status string `json:"status"` Description NullableString `json:"description,omitempty"` Metadata map[string]string `json:"metadata"` }
RequestStatusClientModel struct for RequestStatusClientModel
func NewRequestStatusClientModel ¶
func NewRequestStatusClientModel(status string, metadata map[string]string) *RequestStatusClientModel
NewRequestStatusClientModel instantiates a new RequestStatusClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewRequestStatusClientModelWithDefaults ¶
func NewRequestStatusClientModelWithDefaults() *RequestStatusClientModel
NewRequestStatusClientModelWithDefaults instantiates a new RequestStatusClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*RequestStatusClientModel) GetDescription ¶
func (o *RequestStatusClientModel) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).
func (*RequestStatusClientModel) GetDescriptionOk ¶
func (o *RequestStatusClientModel) 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. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*RequestStatusClientModel) GetMetadata ¶
func (o *RequestStatusClientModel) GetMetadata() map[string]string
GetMetadata returns the Metadata field value
func (*RequestStatusClientModel) GetMetadataOk ¶
func (o *RequestStatusClientModel) GetMetadataOk() (*map[string]string, bool)
GetMetadataOk returns a tuple with the Metadata field value and a boolean to check if the value has been set.
func (*RequestStatusClientModel) GetStatus ¶
func (o *RequestStatusClientModel) GetStatus() string
GetStatus returns the Status field value
func (*RequestStatusClientModel) GetStatusOk ¶
func (o *RequestStatusClientModel) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.
func (*RequestStatusClientModel) HasDescription ¶
func (o *RequestStatusClientModel) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (RequestStatusClientModel) MarshalJSON ¶
func (o RequestStatusClientModel) MarshalJSON() ([]byte, error)
func (*RequestStatusClientModel) SetDescription ¶
func (o *RequestStatusClientModel) SetDescription(v string)
SetDescription gets a reference to the given NullableString and assigns it to the Description field.
func (*RequestStatusClientModel) SetDescriptionNil ¶
func (o *RequestStatusClientModel) SetDescriptionNil()
SetDescriptionNil sets the value for Description to be an explicit nil
func (*RequestStatusClientModel) SetMetadata ¶
func (o *RequestStatusClientModel) SetMetadata(v map[string]string)
SetMetadata sets field value
func (*RequestStatusClientModel) SetStatus ¶
func (o *RequestStatusClientModel) SetStatus(v string)
SetStatus sets field value
func (RequestStatusClientModel) ToMap ¶
func (o RequestStatusClientModel) ToMap() (map[string]interface{}, error)
func (*RequestStatusClientModel) UnmarshalJSON ¶
func (o *RequestStatusClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*RequestStatusClientModel) UnsetDescription ¶
func (o *RequestStatusClientModel) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
type ResourceClientModel ¶
type ResourceClientModel struct { Id string `json:"id"` SourceId string `json:"source_id"` Name string `json:"name"` Path string `json:"path"` Type ResourceTypeClientModel `json:"type"` Integration IntegrationClientModel `json:"integration"` }
ResourceClientModel struct for ResourceClientModel
func NewResourceClientModel ¶
func NewResourceClientModel(id string, sourceId string, name string, path string, type_ ResourceTypeClientModel, integration IntegrationClientModel) *ResourceClientModel
NewResourceClientModel instantiates a new ResourceClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceClientModelWithDefaults ¶
func NewResourceClientModelWithDefaults() *ResourceClientModel
NewResourceClientModelWithDefaults instantiates a new ResourceClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceClientModel) GetId ¶
func (o *ResourceClientModel) GetId() string
GetId returns the Id field value
func (*ResourceClientModel) GetIdOk ¶
func (o *ResourceClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceClientModel) GetIntegration ¶
func (o *ResourceClientModel) GetIntegration() IntegrationClientModel
GetIntegration returns the Integration field value
func (*ResourceClientModel) GetIntegrationOk ¶
func (o *ResourceClientModel) GetIntegrationOk() (*IntegrationClientModel, bool)
GetIntegrationOk returns a tuple with the Integration field value and a boolean to check if the value has been set.
func (*ResourceClientModel) GetName ¶
func (o *ResourceClientModel) GetName() string
GetName returns the Name field value
func (*ResourceClientModel) GetNameOk ¶
func (o *ResourceClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*ResourceClientModel) GetPath ¶
func (o *ResourceClientModel) GetPath() string
GetPath returns the Path field value
func (*ResourceClientModel) GetPathOk ¶
func (o *ResourceClientModel) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value and a boolean to check if the value has been set.
func (*ResourceClientModel) GetSourceId ¶ added in v1.0.0
func (o *ResourceClientModel) GetSourceId() string
GetSourceId returns the SourceId field value
func (*ResourceClientModel) GetSourceIdOk ¶ added in v1.0.0
func (o *ResourceClientModel) GetSourceIdOk() (*string, bool)
GetSourceIdOk returns a tuple with the SourceId field value and a boolean to check if the value has been set.
func (*ResourceClientModel) GetType ¶
func (o *ResourceClientModel) GetType() ResourceTypeClientModel
GetType returns the Type field value
func (*ResourceClientModel) GetTypeOk ¶
func (o *ResourceClientModel) GetTypeOk() (*ResourceTypeClientModel, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (ResourceClientModel) MarshalJSON ¶
func (o ResourceClientModel) MarshalJSON() ([]byte, error)
func (*ResourceClientModel) SetId ¶
func (o *ResourceClientModel) SetId(v string)
SetId sets field value
func (*ResourceClientModel) SetIntegration ¶
func (o *ResourceClientModel) SetIntegration(v IntegrationClientModel)
SetIntegration sets field value
func (*ResourceClientModel) SetName ¶
func (o *ResourceClientModel) SetName(v string)
SetName sets field value
func (*ResourceClientModel) SetPath ¶
func (o *ResourceClientModel) SetPath(v string)
SetPath sets field value
func (*ResourceClientModel) SetSourceId ¶ added in v1.0.0
func (o *ResourceClientModel) SetSourceId(v string)
SetSourceId sets field value
func (*ResourceClientModel) SetType ¶
func (o *ResourceClientModel) SetType(v ResourceTypeClientModel)
SetType sets field value
func (ResourceClientModel) ToMap ¶
func (o ResourceClientModel) ToMap() (map[string]interface{}, error)
func (*ResourceClientModel) UnmarshalJSON ¶
func (o *ResourceClientModel) UnmarshalJSON(bytes []byte) (err error)
type ResourceFilter ¶ added in v1.0.0
type ResourceFilter struct { Type ResourceFilterType `json:"type"` Value string `json:"value"` }
ResourceFilter struct for ResourceFilter
func NewResourceFilter ¶ added in v1.0.0
func NewResourceFilter(type_ ResourceFilterType, value string) *ResourceFilter
NewResourceFilter instantiates a new ResourceFilter object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceFilterWithDefaults ¶ added in v1.0.0
func NewResourceFilterWithDefaults() *ResourceFilter
NewResourceFilterWithDefaults instantiates a new ResourceFilter object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceFilter) GetType ¶ added in v1.0.0
func (o *ResourceFilter) GetType() ResourceFilterType
GetType returns the Type field value
func (*ResourceFilter) GetTypeOk ¶ added in v1.0.0
func (o *ResourceFilter) GetTypeOk() (*ResourceFilterType, bool)
GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.
func (*ResourceFilter) GetValue ¶ added in v1.0.0
func (o *ResourceFilter) GetValue() string
GetValue returns the Value field value
func (*ResourceFilter) GetValueOk ¶ added in v1.0.0
func (o *ResourceFilter) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.
func (ResourceFilter) MarshalJSON ¶ added in v1.0.0
func (o ResourceFilter) MarshalJSON() ([]byte, error)
func (*ResourceFilter) SetType ¶ added in v1.0.0
func (o *ResourceFilter) SetType(v ResourceFilterType)
SetType sets field value
func (*ResourceFilter) SetValue ¶ added in v1.0.0
func (o *ResourceFilter) SetValue(v string)
SetValue sets field value
func (ResourceFilter) ToMap ¶ added in v1.0.0
func (o ResourceFilter) ToMap() (map[string]interface{}, error)
func (*ResourceFilter) UnmarshalJSON ¶ added in v1.0.0
func (o *ResourceFilter) UnmarshalJSON(bytes []byte) (err error)
type ResourceFilterType ¶ added in v1.0.0
type ResourceFilterType string
ResourceFilterType the model 'ResourceFilterType'
const ( RESOURCEFILTERTYPE_ID ResourceFilterType = "id" RESOURCEFILTERTYPE_SEARCH_TERM ResourceFilterType = "search_term" )
List of ResourceFilterType
func NewResourceFilterTypeFromValue ¶ added in v1.0.0
func NewResourceFilterTypeFromValue(v string) (*ResourceFilterType, error)
NewResourceFilterTypeFromValue returns a pointer to a valid ResourceFilterType for the value passed as argument, or an error if the value passed is not allowed by the enum
func (ResourceFilterType) IsValid ¶ added in v1.0.0
func (v ResourceFilterType) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (ResourceFilterType) Ptr ¶ added in v1.0.0
func (v ResourceFilterType) Ptr() *ResourceFilterType
Ptr returns reference to ResourceFilterType value
func (*ResourceFilterType) UnmarshalJSON ¶ added in v1.0.0
func (v *ResourceFilterType) UnmarshalJSON(src []byte) error
type ResourceTypeClientModel ¶
type ResourceTypeClientModel struct { Id string `json:"id"` Name string `json:"name"` DisplayPath string `json:"display_path"` AllowMultiplePermissions bool `json:"allow_multiple_permissions"` Icons IconsConfigClientModel `json:"icons"` }
ResourceTypeClientModel struct for ResourceTypeClientModel
func NewResourceTypeClientModel ¶
func NewResourceTypeClientModel(id string, name string, displayPath string, allowMultiplePermissions bool, icons IconsConfigClientModel) *ResourceTypeClientModel
NewResourceTypeClientModel instantiates a new ResourceTypeClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewResourceTypeClientModelWithDefaults ¶
func NewResourceTypeClientModelWithDefaults() *ResourceTypeClientModel
NewResourceTypeClientModelWithDefaults instantiates a new ResourceTypeClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*ResourceTypeClientModel) GetAllowMultiplePermissions ¶
func (o *ResourceTypeClientModel) GetAllowMultiplePermissions() bool
GetAllowMultiplePermissions returns the AllowMultiplePermissions field value
func (*ResourceTypeClientModel) GetAllowMultiplePermissionsOk ¶
func (o *ResourceTypeClientModel) GetAllowMultiplePermissionsOk() (*bool, bool)
GetAllowMultiplePermissionsOk returns a tuple with the AllowMultiplePermissions field value and a boolean to check if the value has been set.
func (*ResourceTypeClientModel) GetDisplayPath ¶
func (o *ResourceTypeClientModel) GetDisplayPath() string
GetDisplayPath returns the DisplayPath field value
func (*ResourceTypeClientModel) GetDisplayPathOk ¶
func (o *ResourceTypeClientModel) GetDisplayPathOk() (*string, bool)
GetDisplayPathOk returns a tuple with the DisplayPath field value and a boolean to check if the value has been set.
func (*ResourceTypeClientModel) GetIcons ¶
func (o *ResourceTypeClientModel) GetIcons() IconsConfigClientModel
GetIcons returns the Icons field value
func (*ResourceTypeClientModel) GetIconsOk ¶
func (o *ResourceTypeClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
GetIconsOk returns a tuple with the Icons field value and a boolean to check if the value has been set.
func (*ResourceTypeClientModel) GetId ¶
func (o *ResourceTypeClientModel) GetId() string
GetId returns the Id field value
func (*ResourceTypeClientModel) GetIdOk ¶
func (o *ResourceTypeClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*ResourceTypeClientModel) GetName ¶
func (o *ResourceTypeClientModel) GetName() string
GetName returns the Name field value
func (*ResourceTypeClientModel) GetNameOk ¶
func (o *ResourceTypeClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (ResourceTypeClientModel) MarshalJSON ¶
func (o ResourceTypeClientModel) MarshalJSON() ([]byte, error)
func (*ResourceTypeClientModel) SetAllowMultiplePermissions ¶
func (o *ResourceTypeClientModel) SetAllowMultiplePermissions(v bool)
SetAllowMultiplePermissions sets field value
func (*ResourceTypeClientModel) SetDisplayPath ¶
func (o *ResourceTypeClientModel) SetDisplayPath(v string)
SetDisplayPath sets field value
func (*ResourceTypeClientModel) SetIcons ¶
func (o *ResourceTypeClientModel) SetIcons(v IconsConfigClientModel)
SetIcons sets field value
func (*ResourceTypeClientModel) SetId ¶
func (o *ResourceTypeClientModel) SetId(v string)
SetId sets field value
func (*ResourceTypeClientModel) SetName ¶
func (o *ResourceTypeClientModel) SetName(v string)
SetName sets field value
func (ResourceTypeClientModel) ToMap ¶
func (o ResourceTypeClientModel) ToMap() (map[string]interface{}, error)
func (*ResourceTypeClientModel) UnmarshalJSON ¶
func (o *ResourceTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type SessionTypeClientModel ¶
type SessionTypeClientModel struct { Id string `json:"id"` Name string `json:"name"` Icons IconsConfigClientModel `json:"icons"` }
SessionTypeClientModel struct for SessionTypeClientModel
func NewSessionTypeClientModel ¶
func NewSessionTypeClientModel(id string, name string, icons IconsConfigClientModel) *SessionTypeClientModel
NewSessionTypeClientModel instantiates a new SessionTypeClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewSessionTypeClientModelWithDefaults ¶
func NewSessionTypeClientModelWithDefaults() *SessionTypeClientModel
NewSessionTypeClientModelWithDefaults instantiates a new SessionTypeClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*SessionTypeClientModel) GetIcons ¶
func (o *SessionTypeClientModel) GetIcons() IconsConfigClientModel
GetIcons returns the Icons field value
func (*SessionTypeClientModel) GetIconsOk ¶
func (o *SessionTypeClientModel) GetIconsOk() (*IconsConfigClientModel, bool)
GetIconsOk returns a tuple with the Icons field value and a boolean to check if the value has been set.
func (*SessionTypeClientModel) GetId ¶
func (o *SessionTypeClientModel) GetId() string
GetId returns the Id field value
func (*SessionTypeClientModel) GetIdOk ¶
func (o *SessionTypeClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*SessionTypeClientModel) GetName ¶
func (o *SessionTypeClientModel) GetName() string
GetName returns the Name field value
func (*SessionTypeClientModel) GetNameOk ¶
func (o *SessionTypeClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (SessionTypeClientModel) MarshalJSON ¶
func (o SessionTypeClientModel) MarshalJSON() ([]byte, error)
func (*SessionTypeClientModel) SetIcons ¶
func (o *SessionTypeClientModel) SetIcons(v IconsConfigClientModel)
SetIcons sets field value
func (*SessionTypeClientModel) SetId ¶
func (o *SessionTypeClientModel) SetId(v string)
SetId sets field value
func (*SessionTypeClientModel) SetName ¶
func (o *SessionTypeClientModel) SetName(v string)
SetName sets field value
func (SessionTypeClientModel) ToMap ¶
func (o SessionTypeClientModel) ToMap() (map[string]interface{}, error)
func (*SessionTypeClientModel) UnmarshalJSON ¶
func (o *SessionTypeClientModel) UnmarshalJSON(bytes []byte) (err error)
type UserClientModel ¶
type UserClientModel struct { Id string `json:"id"` Name string `json:"name"` Email string `json:"email"` Photo NullableString `json:"photo,omitempty"` }
UserClientModel struct for UserClientModel
func NewUserClientModel ¶
func NewUserClientModel(id string, name string, email string) *UserClientModel
NewUserClientModel instantiates a new UserClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserClientModelWithDefaults ¶
func NewUserClientModelWithDefaults() *UserClientModel
NewUserClientModelWithDefaults instantiates a new UserClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserClientModel) GetEmail ¶
func (o *UserClientModel) GetEmail() string
GetEmail returns the Email field value
func (*UserClientModel) GetEmailOk ¶
func (o *UserClientModel) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*UserClientModel) GetId ¶
func (o *UserClientModel) GetId() string
GetId returns the Id field value
func (*UserClientModel) GetIdOk ¶
func (o *UserClientModel) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.
func (*UserClientModel) GetName ¶
func (o *UserClientModel) GetName() string
GetName returns the Name field value
func (*UserClientModel) GetNameOk ¶
func (o *UserClientModel) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*UserClientModel) GetPhoto ¶
func (o *UserClientModel) GetPhoto() string
GetPhoto returns the Photo field value if set, zero value otherwise (both if not set or set to explicit null).
func (*UserClientModel) GetPhotoOk ¶
func (o *UserClientModel) GetPhotoOk() (*string, bool)
GetPhotoOk returns a tuple with the Photo 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 (*UserClientModel) HasPhoto ¶
func (o *UserClientModel) HasPhoto() bool
HasPhoto returns a boolean if a field has been set.
func (UserClientModel) MarshalJSON ¶
func (o UserClientModel) MarshalJSON() ([]byte, error)
func (*UserClientModel) SetEmail ¶
func (o *UserClientModel) SetEmail(v string)
SetEmail sets field value
func (*UserClientModel) SetName ¶
func (o *UserClientModel) SetName(v string)
SetName sets field value
func (*UserClientModel) SetPhoto ¶
func (o *UserClientModel) SetPhoto(v string)
SetPhoto gets a reference to the given NullableString and assigns it to the Photo field.
func (*UserClientModel) SetPhotoNil ¶
func (o *UserClientModel) SetPhotoNil()
SetPhotoNil sets the value for Photo to be an explicit nil
func (UserClientModel) ToMap ¶
func (o UserClientModel) ToMap() (map[string]interface{}, error)
func (*UserClientModel) UnmarshalJSON ¶
func (o *UserClientModel) UnmarshalJSON(bytes []byte) (err error)
func (*UserClientModel) UnsetPhoto ¶
func (o *UserClientModel) UnsetPhoto()
UnsetPhoto ensures that no value is present for Photo, not even an explicit nil
type UserSessionAPIService ¶ added in v1.0.0
type UserSessionAPIService service
UserSessionAPIService UserSessionAPI service
func (*UserSessionAPIService) GetUserSession ¶ added in v1.0.0
func (a *UserSessionAPIService) GetUserSession(ctx context.Context) ApiGetUserSessionRequest
GetUserSession Method for GetUserSession
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApiGetUserSessionRequest
func (*UserSessionAPIService) GetUserSessionExecute ¶ added in v1.0.0
func (a *UserSessionAPIService) GetUserSessionExecute(r ApiGetUserSessionRequest) (*UserSessionClientModel, *http.Response, error)
Execute executes the request
@return UserSessionClientModel
type UserSessionClientModel ¶ added in v1.0.0
type UserSessionClientModel struct { User UserClientModel `json:"user"` Account AccountClientModel `json:"account"` Settings UserSettingsClientModel `json:"settings"` }
UserSessionClientModel struct for UserSessionClientModel
func NewUserSessionClientModel ¶ added in v1.0.0
func NewUserSessionClientModel(user UserClientModel, account AccountClientModel, settings UserSettingsClientModel) *UserSessionClientModel
NewUserSessionClientModel instantiates a new UserSessionClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserSessionClientModelWithDefaults ¶ added in v1.0.0
func NewUserSessionClientModelWithDefaults() *UserSessionClientModel
NewUserSessionClientModelWithDefaults instantiates a new UserSessionClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserSessionClientModel) GetAccount ¶ added in v1.0.0
func (o *UserSessionClientModel) GetAccount() AccountClientModel
GetAccount returns the Account field value
func (*UserSessionClientModel) GetAccountOk ¶ added in v1.0.0
func (o *UserSessionClientModel) GetAccountOk() (*AccountClientModel, bool)
GetAccountOk returns a tuple with the Account field value and a boolean to check if the value has been set.
func (*UserSessionClientModel) GetSettings ¶ added in v1.1.0
func (o *UserSessionClientModel) GetSettings() UserSettingsClientModel
GetSettings returns the Settings field value
func (*UserSessionClientModel) GetSettingsOk ¶ added in v1.1.0
func (o *UserSessionClientModel) GetSettingsOk() (*UserSettingsClientModel, bool)
GetSettingsOk returns a tuple with the Settings field value and a boolean to check if the value has been set.
func (*UserSessionClientModel) GetUser ¶ added in v1.0.0
func (o *UserSessionClientModel) GetUser() UserClientModel
GetUser returns the User field value
func (*UserSessionClientModel) GetUserOk ¶ added in v1.0.0
func (o *UserSessionClientModel) GetUserOk() (*UserClientModel, bool)
GetUserOk returns a tuple with the User field value and a boolean to check if the value has been set.
func (UserSessionClientModel) MarshalJSON ¶ added in v1.0.0
func (o UserSessionClientModel) MarshalJSON() ([]byte, error)
func (*UserSessionClientModel) SetAccount ¶ added in v1.0.0
func (o *UserSessionClientModel) SetAccount(v AccountClientModel)
SetAccount sets field value
func (*UserSessionClientModel) SetSettings ¶ added in v1.1.0
func (o *UserSessionClientModel) SetSettings(v UserSettingsClientModel)
SetSettings sets field value
func (*UserSessionClientModel) SetUser ¶ added in v1.0.0
func (o *UserSessionClientModel) SetUser(v UserClientModel)
SetUser sets field value
func (UserSessionClientModel) ToMap ¶ added in v1.0.0
func (o UserSessionClientModel) ToMap() (map[string]interface{}, error)
func (*UserSessionClientModel) UnmarshalJSON ¶ added in v1.0.0
func (o *UserSessionClientModel) UnmarshalJSON(bytes []byte) (err error)
type UserSettingsClientModel ¶ added in v1.1.0
type UserSettingsClientModel struct {
RequireDurationForAccessRequest bool `json:"require_duration_for_access_request"`
}
UserSettingsClientModel struct for UserSettingsClientModel
func NewUserSettingsClientModel ¶ added in v1.1.0
func NewUserSettingsClientModel(requireDurationForAccessRequest bool) *UserSettingsClientModel
NewUserSettingsClientModel instantiates a new UserSettingsClientModel object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserSettingsClientModelWithDefaults ¶ added in v1.1.0
func NewUserSettingsClientModelWithDefaults() *UserSettingsClientModel
NewUserSettingsClientModelWithDefaults instantiates a new UserSettingsClientModel object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (*UserSettingsClientModel) GetRequireDurationForAccessRequest ¶ added in v1.1.0
func (o *UserSettingsClientModel) GetRequireDurationForAccessRequest() bool
GetRequireDurationForAccessRequest returns the RequireDurationForAccessRequest field value
func (*UserSettingsClientModel) GetRequireDurationForAccessRequestOk ¶ added in v1.1.0
func (o *UserSettingsClientModel) GetRequireDurationForAccessRequestOk() (*bool, bool)
GetRequireDurationForAccessRequestOk returns a tuple with the RequireDurationForAccessRequest field value and a boolean to check if the value has been set.
func (UserSettingsClientModel) MarshalJSON ¶ added in v1.1.0
func (o UserSettingsClientModel) MarshalJSON() ([]byte, error)
func (*UserSettingsClientModel) SetRequireDurationForAccessRequest ¶ added in v1.1.0
func (o *UserSettingsClientModel) SetRequireDurationForAccessRequest(v bool)
SetRequireDurationForAccessRequest sets field value
func (UserSettingsClientModel) ToMap ¶ added in v1.1.0
func (o UserSettingsClientModel) ToMap() (map[string]interface{}, error)
func (*UserSettingsClientModel) UnmarshalJSON ¶ added in v1.1.0
func (o *UserSettingsClientModel) UnmarshalJSON(bytes []byte) (err error)
Source Files ¶
- api_access_groups.go
- api_access_request_templates.go
- api_access_requests.go
- api_access_sessions.go
- api_analytics.go
- api_filters.go
- api_inventory.go
- api_user_session.go
- client.go
- configuration.go
- model_access_details_client_model.go
- model_access_details_client_model_link.go
- model_access_group_client_model.go
- model_access_group_status.go
- model_access_group_status_client_model.go
- model_access_request_client_model.go
- model_access_request_client_model_bundle.go
- model_access_request_client_model_challenge.go
- model_access_request_submitted_client_response.go
- model_access_request_template_client_model.go
- model_access_request_template_type_client_model.go
- model_access_requests_scope_model.go
- model_access_session_client_model.go
- model_access_session_client_model_credentials.go
- model_access_session_details_client_model.go
- model_access_session_details_client_model_link.go
- model_access_session_request_template_client_model.go
- model_access_sessions_group_client_model.go
- model_access_sessions_group_client_model_integration.go
- model_access_unit_client_model.go
- model_access_unit_client_model_status.go
- model_access_unit_status_client_model.go
- model_account_client_model.go
- model_analytic_client_type_client_model.go
- model_approval_result_client_model.go
- model_bundle_client_model.go
- model_challenge_approver_client_model.go
- model_challenge_info_client_model.go
- model_client_challenge_logical_relation.go
- model_client_challenge_status.go
- model_create_access_request_client_model.go
- model_create_analytic_event_client_model.go
- model_create_and_update_access_request_template_client_model.go
- model_credentials_client_model.go
- model_dry_run_access_request_error.go
- model_dry_run_client_response.go
- model_icons_config_client_model.go
- model_instruction_client_model.go
- model_integration_client_model.go
- model_link_client_model.go
- model_message_response.go
- model_paginated_client_response_model_access_request_client_model.go
- model_paginated_client_response_model_access_request_template_client_model.go
- model_paginated_client_response_model_access_session_client_model.go
- model_paginated_client_response_model_access_sessions_group_client_model.go
- model_paginated_client_response_model_access_unit_client_model.go
- model_paginated_client_response_model_bundle_client_model.go
- model_paginated_client_response_model_integration_client_model.go
- model_paginated_client_response_model_permission_client_model.go
- model_paginated_client_response_model_resource_client_model.go
- model_paginated_client_response_model_resource_type_client_model.go
- model_pagination_client_info_model.go
- model_permission_client_model.go
- model_request_again_client_model.go
- model_request_status_client_model.go
- model_resource_client_model.go
- model_resource_filter.go
- model_resource_filter_type.go
- model_resource_type_client_model.go
- model_session_type_client_model.go
- model_user_client_model.go
- model_user_session_client_model.go
- model_user_settings_client_model.go
- response.go
- utils.go