├── .github ├── FUNDING.yml ├── dependabot.yml └── workflows │ └── update.yml ├── .gitignore ├── .openapi-generator-ignore ├── .openapi-generator ├── FILES └── VERSION ├── LICENSE ├── Makefile ├── README.md ├── api └── openapi.yaml ├── api_admin.go ├── api_authenticators.go ├── api_core.go ├── api_crypto.go ├── api_enterprise.go ├── api_events.go ├── api_flows.go ├── api_managed.go ├── api_oauth2.go ├── api_outposts.go ├── api_policies.go ├── api_propertymappings.go ├── api_providers.go ├── api_rac.go ├── api_rbac.go ├── api_root.go ├── api_schema.go ├── api_sources.go ├── api_ssf.go ├── api_stages.go ├── api_tenants.go ├── client.go ├── config.yaml ├── configuration.go ├── docs ├── AccessDeniedChallenge.md ├── AdminApi.md ├── AlgEnum.md ├── App.md ├── AppEnum.md ├── AppleChallengeResponseRequest.md ├── AppleLoginChallenge.md ├── Application.md ├── ApplicationEntitlement.md ├── ApplicationEntitlementRequest.md ├── ApplicationRequest.md ├── AuthModeEnum.md ├── AuthTypeEnum.md ├── AuthenticatedSession.md ├── AuthenticatedSessionAsn.md ├── AuthenticatedSessionGeoIp.md ├── AuthenticatedSessionUserAgent.md ├── AuthenticatedSessionUserAgentDevice.md ├── AuthenticatedSessionUserAgentOs.md ├── AuthenticatedSessionUserAgentUserAgent.md ├── AuthenticationEnum.md ├── AuthenticatorAttachmentEnum.md ├── AuthenticatorDuoChallenge.md ├── AuthenticatorDuoChallengeResponseRequest.md ├── AuthenticatorDuoStage.md ├── AuthenticatorDuoStageDeviceImportResponse.md ├── AuthenticatorDuoStageManualDeviceImportRequest.md ├── AuthenticatorDuoStageRequest.md ├── AuthenticatorEmailChallenge.md ├── AuthenticatorEmailChallengeResponseRequest.md ├── AuthenticatorEmailStage.md ├── AuthenticatorEmailStageRequest.md ├── AuthenticatorEndpointGDTCStage.md ├── AuthenticatorEndpointGDTCStageRequest.md ├── AuthenticatorSMSChallenge.md ├── AuthenticatorSMSChallengeResponseRequest.md ├── AuthenticatorSMSStage.md ├── AuthenticatorSMSStageRequest.md ├── AuthenticatorStaticChallenge.md ├── AuthenticatorStaticChallengeResponseRequest.md ├── AuthenticatorStaticStage.md ├── AuthenticatorStaticStageRequest.md ├── AuthenticatorTOTPChallenge.md ├── AuthenticatorTOTPChallengeResponseRequest.md ├── AuthenticatorTOTPStage.md ├── AuthenticatorTOTPStageRequest.md ├── AuthenticatorValidateStage.md ├── AuthenticatorValidateStageRequest.md ├── AuthenticatorValidationChallenge.md ├── AuthenticatorValidationChallengeResponseRequest.md ├── AuthenticatorWebAuthnChallenge.md ├── AuthenticatorWebAuthnChallengeResponseRequest.md ├── AuthenticatorWebAuthnStage.md ├── AuthenticatorWebAuthnStageRequest.md ├── AuthenticatorsApi.md ├── AuthorizationCodeAuthMethodEnum.md ├── AutoSubmitChallengeResponseRequest.md ├── AutosubmitChallenge.md ├── BackendsEnum.md ├── BindingTypeEnum.md ├── BlueprintFile.md ├── BlueprintInstance.md ├── BlueprintInstanceRequest.md ├── BlueprintInstanceStatusEnum.md ├── Brand.md ├── BrandRequest.md ├── Cache.md ├── CapabilitiesEnum.md ├── CaptchaChallenge.md ├── CaptchaChallengeResponseRequest.md ├── CaptchaStage.md ├── CaptchaStageRequest.md ├── CertAttributeEnum.md ├── CertificateData.md ├── CertificateGenerationRequest.md ├── CertificateKeyPair.md ├── CertificateKeyPairRequest.md ├── ChallengeTypes.md ├── ClientTypeEnum.md ├── CompatibilityModeEnum.md ├── Config.md ├── ConnectionToken.md ├── ConnectionTokenRequest.md ├── ConsentChallenge.md ├── ConsentChallengeResponseRequest.md ├── ConsentPermission.md ├── ConsentStage.md ├── ConsentStageModeEnum.md ├── ConsentStageRequest.md ├── ContextualFlowInfo.md ├── ContextualFlowInfoLayoutEnum.md ├── Coordinate.md ├── CoreApi.md ├── CountryCodeEnum.md ├── CryptoApi.md ├── CurrentBrand.md ├── DeliveryMethodEnum.md ├── DeniedActionEnum.md ├── DenyStage.md ├── DenyStageRequest.md ├── DetailedCountry.md ├── DetailedCountryField.md ├── DetailedCountryFieldRequest.md ├── Device.md ├── DeviceChallenge.md ├── DeviceChallengeRequest.md ├── DeviceClassesEnum.md ├── DigestAlgorithmEnum.md ├── DigitsEnum.md ├── DockerServiceConnection.md ├── DockerServiceConnectionRequest.md ├── Domain.md ├── DomainRequest.md ├── DummyChallenge.md ├── DummyChallengeResponseRequest.md ├── DummyPolicy.md ├── DummyPolicyRequest.md ├── DummyStage.md ├── DummyStageRequest.md ├── DuoDevice.md ├── DuoDeviceEnrollmentStatus.md ├── DuoDeviceRequest.md ├── DuoResponseEnum.md ├── EmailChallenge.md ├── EmailChallengeResponseRequest.md ├── EmailDevice.md ├── EmailDeviceRequest.md ├── EmailStage.md ├── EmailStageRequest.md ├── Endpoint.md ├── EndpointDevice.md ├── EndpointDeviceRequest.md ├── EndpointRequest.md ├── EnterpriseApi.md ├── ErrorDetail.md ├── ErrorReportingConfig.md ├── Event.md ├── EventActions.md ├── EventMatcherPolicy.md ├── EventMatcherPolicyRequest.md ├── EventRequest.md ├── EventTopPerUser.md ├── EventsApi.md ├── EventsRequestedEnum.md ├── ExpiringBaseGrantModel.md ├── ExpressionPolicy.md ├── ExpressionPolicyRequest.md ├── ExtraRoleObjectPermission.md ├── ExtraRoleObjectPermissionRequest.md ├── ExtraUserObjectPermission.md ├── ExtraUserObjectPermissionRequest.md ├── FilePathRequest.md ├── Flow.md ├── FlowChallengeResponseRequest.md ├── FlowDesignationEnum.md ├── FlowDiagram.md ├── FlowErrorChallenge.md ├── FlowImportResult.md ├── FlowInspection.md ├── FlowInspectorPlan.md ├── FlowLayoutEnum.md ├── FlowRequest.md ├── FlowSet.md ├── FlowSetRequest.md ├── FlowStageBinding.md ├── FlowStageBindingRequest.md ├── FlowsApi.md ├── FooterLink.md ├── FrameChallenge.md ├── FrameChallengeResponseRequest.md ├── GenericError.md ├── GeoIPPolicy.md ├── GeoIPPolicyRequest.md ├── GeoipBindingEnum.md ├── GoogleWorkspaceProvider.md ├── GoogleWorkspaceProviderGroup.md ├── GoogleWorkspaceProviderGroupRequest.md ├── GoogleWorkspaceProviderMapping.md ├── GoogleWorkspaceProviderMappingRequest.md ├── GoogleWorkspaceProviderRequest.md ├── GoogleWorkspaceProviderUser.md ├── GoogleWorkspaceProviderUserRequest.md ├── Group.md ├── GroupKerberosSourceConnection.md ├── GroupKerberosSourceConnectionRequest.md ├── GroupLDAPSourceConnection.md ├── GroupLDAPSourceConnectionRequest.md ├── GroupMatchingModeEnum.md ├── GroupMember.md ├── GroupMemberRequest.md ├── GroupOAuthSourceConnection.md ├── GroupOAuthSourceConnectionRequest.md ├── GroupPlexSourceConnection.md ├── GroupPlexSourceConnectionRequest.md ├── GroupRequest.md ├── GroupSAMLSourceConnection.md ├── GroupSAMLSourceConnectionRequest.md ├── GroupSourceConnection.md ├── GroupSourceConnectionRequest.md ├── IdentificationChallenge.md ├── IdentificationChallengeCaptchaStage.md ├── IdentificationChallengeResponseRequest.md ├── IdentificationStage.md ├── IdentificationStageRequest.md ├── ImpersonationRequest.md ├── InitialPermissions.md ├── InitialPermissionsModeEnum.md ├── InitialPermissionsRequest.md ├── InstallID.md ├── IntentEnum.md ├── InvalidResponseActionEnum.md ├── Invitation.md ├── InvitationRequest.md ├── InvitationStage.md ├── InvitationStageRequest.md ├── IssuerModeEnum.md ├── KadminTypeEnum.md ├── KerberosSource.md ├── KerberosSourcePropertyMapping.md ├── KerberosSourcePropertyMappingRequest.md ├── KerberosSourceRequest.md ├── KerberosSyncStatus.md ├── KubernetesServiceConnection.md ├── KubernetesServiceConnectionRequest.md ├── LDAPAPIAccessMode.md ├── LDAPCheckAccess.md ├── LDAPDebug.md ├── LDAPOutpostConfig.md ├── LDAPProvider.md ├── LDAPProviderRequest.md ├── LDAPSource.md ├── LDAPSourcePropertyMapping.md ├── LDAPSourcePropertyMappingRequest.md ├── LDAPSourceRequest.md ├── License.md ├── LicenseFlagsEnum.md ├── LicenseForecast.md ├── LicenseRequest.md ├── LicenseSummary.md ├── LicenseSummaryStatusEnum.md ├── Link.md ├── LogEvent.md ├── LogLevelEnum.md ├── LoginChallengeTypes.md ├── LoginMetrics.md ├── LoginSource.md ├── ManagedApi.md ├── MatchingModeEnum.md ├── Metadata.md ├── MicrosoftEntraProvider.md ├── MicrosoftEntraProviderGroup.md ├── MicrosoftEntraProviderGroupRequest.md ├── MicrosoftEntraProviderMapping.md ├── MicrosoftEntraProviderMappingRequest.md ├── MicrosoftEntraProviderRequest.md ├── MicrosoftEntraProviderUser.md ├── MicrosoftEntraProviderUserRequest.md ├── ModelEnum.md ├── ModelRequest.md ├── MutualTLSStage.md ├── MutualTLSStageModeEnum.md ├── MutualTLSStageRequest.md ├── NameIdPolicyEnum.md ├── NetworkBindingEnum.md ├── NotConfiguredActionEnum.md ├── Notification.md ├── NotificationRequest.md ├── NotificationRule.md ├── NotificationRuleRequest.md ├── NotificationTransport.md ├── NotificationTransportModeEnum.md ├── NotificationTransportRequest.md ├── NotificationTransportTest.md ├── NotificationWebhookMapping.md ├── NotificationWebhookMappingRequest.md ├── OAuth2Provider.md ├── OAuth2ProviderRequest.md ├── OAuth2ProviderSetupURLs.md ├── OAuthDeviceCodeChallenge.md ├── OAuthDeviceCodeChallengeResponseRequest.md ├── OAuthDeviceCodeFinishChallenge.md ├── OAuthDeviceCodeFinishChallengeResponseRequest.md ├── OAuthSource.md ├── OAuthSourcePropertyMapping.md ├── OAuthSourcePropertyMappingRequest.md ├── OAuthSourceRequest.md ├── Oauth2Api.md ├── OpenIDConnectConfiguration.md ├── OutgoingSyncDeleteAction.md ├── Outpost.md ├── OutpostDefaultConfig.md ├── OutpostHealth.md ├── OutpostRequest.md ├── OutpostTypeEnum.md ├── OutpostsApi.md ├── PaginatedApplicationEntitlementList.md ├── PaginatedApplicationList.md ├── PaginatedAuthenticatedSessionList.md ├── PaginatedAuthenticatorDuoStageList.md ├── PaginatedAuthenticatorEmailStageList.md ├── PaginatedAuthenticatorEndpointGDTCStageList.md ├── PaginatedAuthenticatorSMSStageList.md ├── PaginatedAuthenticatorStaticStageList.md ├── PaginatedAuthenticatorTOTPStageList.md ├── PaginatedAuthenticatorValidateStageList.md ├── PaginatedAuthenticatorWebAuthnStageList.md ├── PaginatedBlueprintInstanceList.md ├── PaginatedBrandList.md ├── PaginatedCaptchaStageList.md ├── PaginatedCertificateKeyPairList.md ├── PaginatedConnectionTokenList.md ├── PaginatedConsentStageList.md ├── PaginatedDenyStageList.md ├── PaginatedDockerServiceConnectionList.md ├── PaginatedDomainList.md ├── PaginatedDummyPolicyList.md ├── PaginatedDummyStageList.md ├── PaginatedDuoDeviceList.md ├── PaginatedEmailDeviceList.md ├── PaginatedEmailStageList.md ├── PaginatedEndpointDeviceList.md ├── PaginatedEndpointList.md ├── PaginatedEventList.md ├── PaginatedEventMatcherPolicyList.md ├── PaginatedExpiringBaseGrantModelList.md ├── PaginatedExpressionPolicyList.md ├── PaginatedExtraRoleObjectPermissionList.md ├── PaginatedExtraUserObjectPermissionList.md ├── PaginatedFlowList.md ├── PaginatedFlowStageBindingList.md ├── PaginatedGeoIPPolicyList.md ├── PaginatedGoogleWorkspaceProviderGroupList.md ├── PaginatedGoogleWorkspaceProviderList.md ├── PaginatedGoogleWorkspaceProviderMappingList.md ├── PaginatedGoogleWorkspaceProviderUserList.md ├── PaginatedGroupKerberosSourceConnectionList.md ├── PaginatedGroupLDAPSourceConnectionList.md ├── PaginatedGroupList.md ├── PaginatedGroupOAuthSourceConnectionList.md ├── PaginatedGroupPlexSourceConnectionList.md ├── PaginatedGroupSAMLSourceConnectionList.md ├── PaginatedGroupSourceConnectionList.md ├── PaginatedIdentificationStageList.md ├── PaginatedInitialPermissionsList.md ├── PaginatedInvitationList.md ├── PaginatedInvitationStageList.md ├── PaginatedKerberosSourceList.md ├── PaginatedKerberosSourcePropertyMappingList.md ├── PaginatedKubernetesServiceConnectionList.md ├── PaginatedLDAPOutpostConfigList.md ├── PaginatedLDAPProviderList.md ├── PaginatedLDAPSourceList.md ├── PaginatedLDAPSourcePropertyMappingList.md ├── PaginatedLicenseList.md ├── PaginatedMicrosoftEntraProviderGroupList.md ├── PaginatedMicrosoftEntraProviderList.md ├── PaginatedMicrosoftEntraProviderMappingList.md ├── PaginatedMicrosoftEntraProviderUserList.md ├── PaginatedMutualTLSStageList.md ├── PaginatedNotificationList.md ├── PaginatedNotificationRuleList.md ├── PaginatedNotificationTransportList.md ├── PaginatedNotificationWebhookMappingList.md ├── PaginatedOAuth2ProviderList.md ├── PaginatedOAuthSourceList.md ├── PaginatedOAuthSourcePropertyMappingList.md ├── PaginatedOutpostList.md ├── PaginatedPasswordExpiryPolicyList.md ├── PaginatedPasswordPolicyList.md ├── PaginatedPasswordStageList.md ├── PaginatedPermissionList.md ├── PaginatedPlexSourceList.md ├── PaginatedPlexSourcePropertyMappingList.md ├── PaginatedPolicyBindingList.md ├── PaginatedPolicyList.md ├── PaginatedPromptList.md ├── PaginatedPromptStageList.md ├── PaginatedPropertyMappingList.md ├── PaginatedProviderList.md ├── PaginatedProxyOutpostConfigList.md ├── PaginatedProxyProviderList.md ├── PaginatedRACPropertyMappingList.md ├── PaginatedRACProviderList.md ├── PaginatedRadiusOutpostConfigList.md ├── PaginatedRadiusProviderList.md ├── PaginatedRadiusProviderPropertyMappingList.md ├── PaginatedRedirectStageList.md ├── PaginatedReputationList.md ├── PaginatedReputationPolicyList.md ├── PaginatedRoleAssignedObjectPermissionList.md ├── PaginatedRoleList.md ├── PaginatedSAMLPropertyMappingList.md ├── PaginatedSAMLProviderList.md ├── PaginatedSAMLSourceList.md ├── PaginatedSAMLSourcePropertyMappingList.md ├── PaginatedSCIMMappingList.md ├── PaginatedSCIMProviderGroupList.md ├── PaginatedSCIMProviderList.md ├── PaginatedSCIMProviderUserList.md ├── PaginatedSCIMSourceGroupList.md ├── PaginatedSCIMSourceList.md ├── PaginatedSCIMSourcePropertyMappingList.md ├── PaginatedSCIMSourceUserList.md ├── PaginatedSMSDeviceList.md ├── PaginatedSSFProviderList.md ├── PaginatedSSFStreamList.md ├── PaginatedScopeMappingList.md ├── PaginatedServiceConnectionList.md ├── PaginatedSourceList.md ├── PaginatedSourceStageList.md ├── PaginatedStageList.md ├── PaginatedStaticDeviceList.md ├── PaginatedSystemTaskList.md ├── PaginatedTOTPDeviceList.md ├── PaginatedTenantList.md ├── PaginatedTokenList.md ├── PaginatedTokenModelList.md ├── PaginatedUniquePasswordPolicyList.md ├── PaginatedUserAssignedObjectPermissionList.md ├── PaginatedUserConsentList.md ├── PaginatedUserDeleteStageList.md ├── PaginatedUserKerberosSourceConnectionList.md ├── PaginatedUserLDAPSourceConnectionList.md ├── PaginatedUserList.md ├── PaginatedUserLoginStageList.md ├── PaginatedUserLogoutStageList.md ├── PaginatedUserOAuthSourceConnectionList.md ├── PaginatedUserPlexSourceConnectionList.md ├── PaginatedUserSAMLSourceConnectionList.md ├── PaginatedUserSourceConnectionList.md ├── PaginatedUserWriteStageList.md ├── PaginatedWebAuthnDeviceList.md ├── PaginatedWebAuthnDeviceTypeList.md ├── Pagination.md ├── PasswordChallenge.md ├── PasswordChallengeResponseRequest.md ├── PasswordExpiryPolicy.md ├── PasswordExpiryPolicyRequest.md ├── PasswordPolicy.md ├── PasswordPolicyRequest.md ├── PasswordStage.md ├── PasswordStageRequest.md ├── PatchedApplicationEntitlementRequest.md ├── PatchedApplicationRequest.md ├── PatchedAuthenticatorDuoStageRequest.md ├── PatchedAuthenticatorEmailStageRequest.md ├── PatchedAuthenticatorEndpointGDTCStageRequest.md ├── PatchedAuthenticatorSMSStageRequest.md ├── PatchedAuthenticatorStaticStageRequest.md ├── PatchedAuthenticatorTOTPStageRequest.md ├── PatchedAuthenticatorValidateStageRequest.md ├── PatchedAuthenticatorWebAuthnStageRequest.md ├── PatchedBlueprintInstanceRequest.md ├── PatchedBrandRequest.md ├── PatchedCaptchaStageRequest.md ├── PatchedCertificateKeyPairRequest.md ├── PatchedConnectionTokenRequest.md ├── PatchedConsentStageRequest.md ├── PatchedDenyStageRequest.md ├── PatchedDockerServiceConnectionRequest.md ├── PatchedDomainRequest.md ├── PatchedDummyPolicyRequest.md ├── PatchedDummyStageRequest.md ├── PatchedDuoDeviceRequest.md ├── PatchedEmailDeviceRequest.md ├── PatchedEmailStageRequest.md ├── PatchedEndpointDeviceRequest.md ├── PatchedEndpointRequest.md ├── PatchedEventMatcherPolicyRequest.md ├── PatchedEventRequest.md ├── PatchedExpressionPolicyRequest.md ├── PatchedExtraRoleObjectPermissionRequest.md ├── PatchedExtraUserObjectPermissionRequest.md ├── PatchedFlowRequest.md ├── PatchedFlowStageBindingRequest.md ├── PatchedGeoIPPolicyRequest.md ├── PatchedGoogleWorkspaceProviderMappingRequest.md ├── PatchedGoogleWorkspaceProviderRequest.md ├── PatchedGroupKerberosSourceConnectionRequest.md ├── PatchedGroupLDAPSourceConnectionRequest.md ├── PatchedGroupOAuthSourceConnectionRequest.md ├── PatchedGroupPlexSourceConnectionRequest.md ├── PatchedGroupRequest.md ├── PatchedGroupSAMLSourceConnectionRequest.md ├── PatchedGroupSourceConnectionRequest.md ├── PatchedIdentificationStageRequest.md ├── PatchedInitialPermissionsRequest.md ├── PatchedInvitationRequest.md ├── PatchedInvitationStageRequest.md ├── PatchedKerberosSourcePropertyMappingRequest.md ├── PatchedKerberosSourceRequest.md ├── PatchedKubernetesServiceConnectionRequest.md ├── PatchedLDAPProviderRequest.md ├── PatchedLDAPSourcePropertyMappingRequest.md ├── PatchedLDAPSourceRequest.md ├── PatchedLicenseRequest.md ├── PatchedMicrosoftEntraProviderMappingRequest.md ├── PatchedMicrosoftEntraProviderRequest.md ├── PatchedMutualTLSStageRequest.md ├── PatchedNotificationRequest.md ├── PatchedNotificationRuleRequest.md ├── PatchedNotificationTransportRequest.md ├── PatchedNotificationWebhookMappingRequest.md ├── PatchedOAuth2ProviderRequest.md ├── PatchedOAuthSourcePropertyMappingRequest.md ├── PatchedOAuthSourceRequest.md ├── PatchedOutpostRequest.md ├── PatchedPasswordExpiryPolicyRequest.md ├── PatchedPasswordPolicyRequest.md ├── PatchedPasswordStageRequest.md ├── PatchedPermissionAssignRequest.md ├── PatchedPlexSourcePropertyMappingRequest.md ├── PatchedPlexSourceRequest.md ├── PatchedPolicyBindingRequest.md ├── PatchedPromptRequest.md ├── PatchedPromptStageRequest.md ├── PatchedProxyProviderRequest.md ├── PatchedRACPropertyMappingRequest.md ├── PatchedRACProviderRequest.md ├── PatchedRadiusProviderPropertyMappingRequest.md ├── PatchedRadiusProviderRequest.md ├── PatchedRedirectStageRequest.md ├── PatchedReputationPolicyRequest.md ├── PatchedRoleRequest.md ├── PatchedSAMLPropertyMappingRequest.md ├── PatchedSAMLProviderRequest.md ├── PatchedSAMLSourcePropertyMappingRequest.md ├── PatchedSAMLSourceRequest.md ├── PatchedSCIMMappingRequest.md ├── PatchedSCIMProviderRequest.md ├── PatchedSCIMSourceGroupRequest.md ├── PatchedSCIMSourcePropertyMappingRequest.md ├── PatchedSCIMSourceRequest.md ├── PatchedSCIMSourceUserRequest.md ├── PatchedSMSDeviceRequest.md ├── PatchedSSFProviderRequest.md ├── PatchedScopeMappingRequest.md ├── PatchedSettingsRequest.md ├── PatchedSourceStageRequest.md ├── PatchedStaticDeviceRequest.md ├── PatchedTOTPDeviceRequest.md ├── PatchedTenantRequest.md ├── PatchedTokenRequest.md ├── PatchedUniquePasswordPolicyRequest.md ├── PatchedUserDeleteStageRequest.md ├── PatchedUserKerberosSourceConnectionRequest.md ├── PatchedUserLDAPSourceConnectionRequest.md ├── PatchedUserLoginStageRequest.md ├── PatchedUserLogoutStageRequest.md ├── PatchedUserOAuthSourceConnectionRequest.md ├── PatchedUserPlexSourceConnectionRequest.md ├── PatchedUserRequest.md ├── PatchedUserSAMLSourceConnectionRequest.md ├── PatchedUserSourceConnectionRequest.md ├── PatchedUserWriteStageRequest.md ├── PatchedWebAuthnDeviceRequest.md ├── Permission.md ├── PermissionAssignRequest.md ├── PermissionAssignResult.md ├── PermissionRequest.md ├── PlexAuthenticationChallenge.md ├── PlexAuthenticationChallengeResponseRequest.md ├── PlexSource.md ├── PlexSourcePropertyMapping.md ├── PlexSourcePropertyMappingRequest.md ├── PlexSourceRequest.md ├── PlexTokenRedeemRequest.md ├── PoliciesApi.md ├── Policy.md ├── PolicyBinding.md ├── PolicyBindingRequest.md ├── PolicyEngineMode.md ├── PolicyRequest.md ├── PolicyTestRequest.md ├── PolicyTestResult.md ├── Prompt.md ├── PromptChallenge.md ├── PromptChallengeResponseRequest.md ├── PromptRequest.md ├── PromptStage.md ├── PromptStageRequest.md ├── PromptTypeEnum.md ├── PropertyMapping.md ├── PropertyMappingPreview.md ├── PropertyMappingTestRequest.md ├── PropertyMappingTestResult.md ├── PropertymappingsApi.md ├── ProtocolEnum.md ├── Provider.md ├── ProviderEnum.md ├── ProviderModelEnum.md ├── ProviderRequest.md ├── ProviderTypeEnum.md ├── ProvidersApi.md ├── ProxyMode.md ├── ProxyOutpostConfig.md ├── ProxyProvider.md ├── ProxyProviderRequest.md ├── RACPropertyMapping.md ├── RACPropertyMappingRequest.md ├── RACProvider.md ├── RACProviderRequest.md ├── RacApi.md ├── RadiusCheckAccess.md ├── RadiusOutpostConfig.md ├── RadiusProvider.md ├── RadiusProviderPropertyMapping.md ├── RadiusProviderPropertyMappingRequest.md ├── RadiusProviderRequest.md ├── RbacApi.md ├── RedirectChallenge.md ├── RedirectChallengeResponseRequest.md ├── RedirectStage.md ├── RedirectStageModeEnum.md ├── RedirectStageRequest.md ├── RedirectURI.md ├── RedirectURIRequest.md ├── Reputation.md ├── ReputationPolicy.md ├── ReputationPolicyRequest.md ├── ResidentKeyRequirementEnum.md ├── Role.md ├── RoleAssignedObjectPermission.md ├── RoleObjectPermission.md ├── RoleRequest.md ├── RootApi.md ├── SAMLMetadata.md ├── SAMLPropertyMapping.md ├── SAMLPropertyMappingRequest.md ├── SAMLProvider.md ├── SAMLProviderRequest.md ├── SAMLSource.md ├── SAMLSourcePropertyMapping.md ├── SAMLSourcePropertyMappingRequest.md ├── SAMLSourceRequest.md ├── SCIMMapping.md ├── SCIMMappingRequest.md ├── SCIMProvider.md ├── SCIMProviderGroup.md ├── SCIMProviderGroupRequest.md ├── SCIMProviderRequest.md ├── SCIMProviderUser.md ├── SCIMProviderUserRequest.md ├── SCIMSource.md ├── SCIMSourceGroup.md ├── SCIMSourceGroupRequest.md ├── SCIMSourcePropertyMapping.md ├── SCIMSourcePropertyMappingRequest.md ├── SCIMSourceRequest.md ├── SCIMSourceUser.md ├── SCIMSourceUserRequest.md ├── SMSDevice.md ├── SMSDeviceRequest.md ├── SSFProvider.md ├── SSFProviderRequest.md ├── SSFStream.md ├── SchemaApi.md ├── ScopeMapping.md ├── ScopeMappingRequest.md ├── SelectableStage.md ├── ServiceConnection.md ├── ServiceConnectionRequest.md ├── ServiceConnectionState.md ├── SessionEndChallenge.md ├── SessionUser.md ├── Settings.md ├── SettingsRequest.md ├── SeverityEnum.md ├── ShellChallenge.md ├── SignatureAlgorithmEnum.md ├── Source.md ├── SourceRequest.md ├── SourceStage.md ├── SourceStageRequest.md ├── SourceType.md ├── SourcesApi.md ├── SpBindingEnum.md ├── SsfApi.md ├── Stage.md ├── StagePrompt.md ├── StageRequest.md ├── StagesApi.md ├── StaticDevice.md ├── StaticDeviceRequest.md ├── StaticDeviceToken.md ├── StaticDeviceTokenRequest.md ├── SubModeEnum.md ├── SyncObjectModelEnum.md ├── SyncObjectRequest.md ├── SyncObjectResult.md ├── SyncStatus.md ├── SystemInfo.md ├── SystemInfoRuntime.md ├── SystemTask.md ├── SystemTaskStatusEnum.md ├── TOTPDevice.md ├── TOTPDeviceRequest.md ├── Tenant.md ├── TenantAdminGroupRequestRequest.md ├── TenantRecoveryKeyRequestRequest.md ├── TenantRecoveryKeyResponse.md ├── TenantRequest.md ├── TenantsApi.md ├── Token.md ├── TokenModel.md ├── TokenRequest.md ├── TokenSetKeyRequest.md ├── TokenView.md ├── TransactionApplicationRequest.md ├── TransactionApplicationResponse.md ├── TransactionPolicyBindingRequest.md ├── TypeCreate.md ├── UiThemeEnum.md ├── UniquePasswordPolicy.md ├── UniquePasswordPolicyRequest.md ├── UsedBy.md ├── UsedByActionEnum.md ├── User.md ├── UserAccountRequest.md ├── UserAssignedObjectPermission.md ├── UserAttributeEnum.md ├── UserConsent.md ├── UserCreationModeEnum.md ├── UserDeleteStage.md ├── UserDeleteStageRequest.md ├── UserFieldsEnum.md ├── UserGroup.md ├── UserGroupRequest.md ├── UserKerberosSourceConnection.md ├── UserKerberosSourceConnectionRequest.md ├── UserLDAPSourceConnection.md ├── UserLDAPSourceConnectionRequest.md ├── UserLoginChallenge.md ├── UserLoginChallengeResponseRequest.md ├── UserLoginStage.md ├── UserLoginStageRequest.md ├── UserLogoutStage.md ├── UserLogoutStageRequest.md ├── UserMatchingModeEnum.md ├── UserMetrics.md ├── UserOAuthSourceConnection.md ├── UserOAuthSourceConnectionRequest.md ├── UserObjectPermission.md ├── UserPasswordSetRequest.md ├── UserPath.md ├── UserPlexSourceConnection.md ├── UserPlexSourceConnectionRequest.md ├── UserRequest.md ├── UserSAMLSourceConnection.md ├── UserSAMLSourceConnectionRequest.md ├── UserSelf.md ├── UserSelfGroups.md ├── UserServiceAccountRequest.md ├── UserServiceAccountResponse.md ├── UserSetting.md ├── UserSourceConnection.md ├── UserSourceConnectionRequest.md ├── UserTypeEnum.md ├── UserVerificationEnum.md ├── UserWriteStage.md ├── UserWriteStageRequest.md ├── ValidationError.md ├── Version.md ├── VersionHistory.md ├── WebAuthnDevice.md ├── WebAuthnDeviceDeviceType.md ├── WebAuthnDeviceRequest.md ├── WebAuthnDeviceType.md ├── WebAuthnDeviceTypeRequest.md └── Worker.md ├── go.mod ├── go.sum ├── model_access_denied_challenge.go ├── model_alg_enum.go ├── model_app.go ├── model_app_enum.go ├── model_apple_challenge_response_request.go ├── model_apple_login_challenge.go ├── model_application.go ├── model_application_entitlement.go ├── model_application_entitlement_request.go ├── model_application_request.go ├── model_auth_mode_enum.go ├── model_auth_type_enum.go ├── model_authenticated_session.go ├── model_authenticated_session_asn.go ├── model_authenticated_session_geo_ip.go ├── model_authenticated_session_user_agent.go ├── model_authenticated_session_user_agent_device.go ├── model_authenticated_session_user_agent_os.go ├── model_authenticated_session_user_agent_user_agent.go ├── model_authentication_enum.go ├── model_authenticator_attachment_enum.go ├── model_authenticator_duo_challenge.go ├── model_authenticator_duo_challenge_response_request.go ├── model_authenticator_duo_stage.go ├── model_authenticator_duo_stage_device_import_response.go ├── model_authenticator_duo_stage_manual_device_import_request.go ├── model_authenticator_duo_stage_request.go ├── model_authenticator_email_challenge.go ├── model_authenticator_email_challenge_response_request.go ├── model_authenticator_email_stage.go ├── model_authenticator_email_stage_request.go ├── model_authenticator_endpoint_gdtc_stage.go ├── model_authenticator_endpoint_gdtc_stage_request.go ├── model_authenticator_sms_challenge.go ├── model_authenticator_sms_challenge_response_request.go ├── model_authenticator_sms_stage.go ├── model_authenticator_sms_stage_request.go ├── model_authenticator_static_challenge.go ├── model_authenticator_static_challenge_response_request.go ├── model_authenticator_static_stage.go ├── model_authenticator_static_stage_request.go ├── model_authenticator_totp_challenge.go ├── model_authenticator_totp_challenge_response_request.go ├── model_authenticator_totp_stage.go ├── model_authenticator_totp_stage_request.go ├── model_authenticator_validate_stage.go ├── model_authenticator_validate_stage_request.go ├── model_authenticator_validation_challenge.go ├── model_authenticator_validation_challenge_response_request.go ├── model_authenticator_web_authn_challenge.go ├── model_authenticator_web_authn_challenge_response_request.go ├── model_authenticator_web_authn_stage.go ├── model_authenticator_web_authn_stage_request.go ├── model_authorization_code_auth_method_enum.go ├── model_auto_submit_challenge_response_request.go ├── model_autosubmit_challenge.go ├── model_backends_enum.go ├── model_binding_type_enum.go ├── model_blueprint_file.go ├── model_blueprint_instance.go ├── model_blueprint_instance_request.go ├── model_blueprint_instance_status_enum.go ├── model_brand.go ├── model_brand_request.go ├── model_cache.go ├── model_capabilities_enum.go ├── model_captcha_challenge.go ├── model_captcha_challenge_response_request.go ├── model_captcha_stage.go ├── model_captcha_stage_request.go ├── model_cert_attribute_enum.go ├── model_certificate_data.go ├── model_certificate_generation_request.go ├── model_certificate_key_pair.go ├── model_certificate_key_pair_request.go ├── model_challenge_types.go ├── model_client_type_enum.go ├── model_compatibility_mode_enum.go ├── model_config.go ├── model_connection_token.go ├── model_connection_token_request.go ├── model_consent_challenge.go ├── model_consent_challenge_response_request.go ├── model_consent_permission.go ├── model_consent_stage.go ├── model_consent_stage_mode_enum.go ├── model_consent_stage_request.go ├── model_contextual_flow_info.go ├── model_contextual_flow_info_layout_enum.go ├── model_coordinate.go ├── model_country_code_enum.go ├── model_current_brand.go ├── model_delivery_method_enum.go ├── model_denied_action_enum.go ├── model_deny_stage.go ├── model_deny_stage_request.go ├── model_detailed_country.go ├── model_detailed_country_field.go ├── model_detailed_country_field_request.go ├── model_device.go ├── model_device_challenge.go ├── model_device_challenge_request.go ├── model_device_classes_enum.go ├── model_digest_algorithm_enum.go ├── model_digits_enum.go ├── model_docker_service_connection.go ├── model_docker_service_connection_request.go ├── model_domain.go ├── model_domain_request.go ├── model_dummy_challenge.go ├── model_dummy_challenge_response_request.go ├── model_dummy_policy.go ├── model_dummy_policy_request.go ├── model_dummy_stage.go ├── model_dummy_stage_request.go ├── model_duo_device.go ├── model_duo_device_enrollment_status.go ├── model_duo_device_request.go ├── model_duo_response_enum.go ├── model_email_challenge.go ├── model_email_challenge_response_request.go ├── model_email_device.go ├── model_email_device_request.go ├── model_email_stage.go ├── model_email_stage_request.go ├── model_endpoint.go ├── model_endpoint_device.go ├── model_endpoint_device_request.go ├── model_endpoint_request.go ├── model_error_detail.go ├── model_error_reporting_config.go ├── model_event.go ├── model_event_actions.go ├── model_event_matcher_policy.go ├── model_event_matcher_policy_request.go ├── model_event_request.go ├── model_event_top_per_user.go ├── model_events_requested_enum.go ├── model_expiring_base_grant_model.go ├── model_expression_policy.go ├── model_expression_policy_request.go ├── model_extra_role_object_permission.go ├── model_extra_role_object_permission_request.go ├── model_extra_user_object_permission.go ├── model_extra_user_object_permission_request.go ├── model_file_path_request.go ├── model_flow.go ├── model_flow_challenge_response_request.go ├── model_flow_designation_enum.go ├── model_flow_diagram.go ├── model_flow_error_challenge.go ├── model_flow_import_result.go ├── model_flow_inspection.go ├── model_flow_inspector_plan.go ├── model_flow_layout_enum.go ├── model_flow_request.go ├── model_flow_set.go ├── model_flow_set_request.go ├── model_flow_stage_binding.go ├── model_flow_stage_binding_request.go ├── model_footer_link.go ├── model_frame_challenge.go ├── model_frame_challenge_response_request.go ├── model_generic_error.go ├── model_geo_ip_policy.go ├── model_geo_ip_policy_request.go ├── model_geoip_binding_enum.go ├── model_google_workspace_provider.go ├── model_google_workspace_provider_group.go ├── model_google_workspace_provider_group_request.go ├── model_google_workspace_provider_mapping.go ├── model_google_workspace_provider_mapping_request.go ├── model_google_workspace_provider_request.go ├── model_google_workspace_provider_user.go ├── model_google_workspace_provider_user_request.go ├── model_group.go ├── model_group_kerberos_source_connection.go ├── model_group_kerberos_source_connection_request.go ├── model_group_ldap_source_connection.go ├── model_group_ldap_source_connection_request.go ├── model_group_matching_mode_enum.go ├── model_group_member.go ├── model_group_member_request.go ├── model_group_o_auth_source_connection.go ├── model_group_o_auth_source_connection_request.go ├── model_group_plex_source_connection.go ├── model_group_plex_source_connection_request.go ├── model_group_request.go ├── model_group_saml_source_connection.go ├── model_group_saml_source_connection_request.go ├── model_group_source_connection.go ├── model_group_source_connection_request.go ├── model_identification_challenge.go ├── model_identification_challenge_captcha_stage.go ├── model_identification_challenge_response_request.go ├── model_identification_stage.go ├── model_identification_stage_request.go ├── model_impersonation_request.go ├── model_initial_permissions.go ├── model_initial_permissions_mode_enum.go ├── model_initial_permissions_request.go ├── model_install_id.go ├── model_intent_enum.go ├── model_invalid_response_action_enum.go ├── model_invitation.go ├── model_invitation_request.go ├── model_invitation_stage.go ├── model_invitation_stage_request.go ├── model_issuer_mode_enum.go ├── model_kadmin_type_enum.go ├── model_kerberos_source.go ├── model_kerberos_source_property_mapping.go ├── model_kerberos_source_property_mapping_request.go ├── model_kerberos_source_request.go ├── model_kerberos_sync_status.go ├── model_kubernetes_service_connection.go ├── model_kubernetes_service_connection_request.go ├── model_ldap_check_access.go ├── model_ldap_debug.go ├── model_ldap_outpost_config.go ├── model_ldap_provider.go ├── model_ldap_provider_request.go ├── model_ldap_source.go ├── model_ldap_source_property_mapping.go ├── model_ldap_source_property_mapping_request.go ├── model_ldap_source_request.go ├── model_ldapapi_access_mode.go ├── model_license.go ├── model_license_flags_enum.go ├── model_license_forecast.go ├── model_license_request.go ├── model_license_summary.go ├── model_license_summary_status_enum.go ├── model_link.go ├── model_log_event.go ├── model_log_level_enum.go ├── model_login_challenge_types.go ├── model_login_metrics.go ├── model_login_source.go ├── model_matching_mode_enum.go ├── model_metadata.go ├── model_microsoft_entra_provider.go ├── model_microsoft_entra_provider_group.go ├── model_microsoft_entra_provider_group_request.go ├── model_microsoft_entra_provider_mapping.go ├── model_microsoft_entra_provider_mapping_request.go ├── model_microsoft_entra_provider_request.go ├── model_microsoft_entra_provider_user.go ├── model_microsoft_entra_provider_user_request.go ├── model_model_enum.go ├── model_model_request.go ├── model_mutual_tls_stage.go ├── model_mutual_tls_stage_mode_enum.go ├── model_mutual_tls_stage_request.go ├── model_name_id_policy_enum.go ├── model_network_binding_enum.go ├── model_not_configured_action_enum.go ├── model_notification.go ├── model_notification_request.go ├── model_notification_rule.go ├── model_notification_rule_request.go ├── model_notification_transport.go ├── model_notification_transport_mode_enum.go ├── model_notification_transport_request.go ├── model_notification_transport_test_.go ├── model_notification_webhook_mapping.go ├── model_notification_webhook_mapping_request.go ├── model_o_auth2_provider.go ├── model_o_auth2_provider_request.go ├── model_o_auth2_provider_setup_urls.go ├── model_o_auth_device_code_challenge.go ├── model_o_auth_device_code_challenge_response_request.go ├── model_o_auth_device_code_finish_challenge.go ├── model_o_auth_device_code_finish_challenge_response_request.go ├── model_o_auth_source.go ├── model_o_auth_source_property_mapping.go ├── model_o_auth_source_property_mapping_request.go ├── model_o_auth_source_request.go ├── model_open_id_connect_configuration.go ├── model_outgoing_sync_delete_action.go ├── model_outpost.go ├── model_outpost_default_config.go ├── model_outpost_health.go ├── model_outpost_request.go ├── model_outpost_type_enum.go ├── model_paginated_application_entitlement_list.go ├── model_paginated_application_list.go ├── model_paginated_authenticated_session_list.go ├── model_paginated_authenticator_duo_stage_list.go ├── model_paginated_authenticator_email_stage_list.go ├── model_paginated_authenticator_endpoint_gdtc_stage_list.go ├── model_paginated_authenticator_sms_stage_list.go ├── model_paginated_authenticator_static_stage_list.go ├── model_paginated_authenticator_totp_stage_list.go ├── model_paginated_authenticator_validate_stage_list.go ├── model_paginated_authenticator_web_authn_stage_list.go ├── model_paginated_blueprint_instance_list.go ├── model_paginated_brand_list.go ├── model_paginated_captcha_stage_list.go ├── model_paginated_certificate_key_pair_list.go ├── model_paginated_connection_token_list.go ├── model_paginated_consent_stage_list.go ├── model_paginated_deny_stage_list.go ├── model_paginated_docker_service_connection_list.go ├── model_paginated_domain_list.go ├── model_paginated_dummy_policy_list.go ├── model_paginated_dummy_stage_list.go ├── model_paginated_duo_device_list.go ├── model_paginated_email_device_list.go ├── model_paginated_email_stage_list.go ├── model_paginated_endpoint_device_list.go ├── model_paginated_endpoint_list.go ├── model_paginated_event_list.go ├── model_paginated_event_matcher_policy_list.go ├── model_paginated_expiring_base_grant_model_list.go ├── model_paginated_expression_policy_list.go ├── model_paginated_extra_role_object_permission_list.go ├── model_paginated_extra_user_object_permission_list.go ├── model_paginated_flow_list.go ├── model_paginated_flow_stage_binding_list.go ├── model_paginated_geo_ip_policy_list.go ├── model_paginated_google_workspace_provider_group_list.go ├── model_paginated_google_workspace_provider_list.go ├── model_paginated_google_workspace_provider_mapping_list.go ├── model_paginated_google_workspace_provider_user_list.go ├── model_paginated_group_kerberos_source_connection_list.go ├── model_paginated_group_ldap_source_connection_list.go ├── model_paginated_group_list.go ├── model_paginated_group_o_auth_source_connection_list.go ├── model_paginated_group_plex_source_connection_list.go ├── model_paginated_group_saml_source_connection_list.go ├── model_paginated_group_source_connection_list.go ├── model_paginated_identification_stage_list.go ├── model_paginated_initial_permissions_list.go ├── model_paginated_invitation_list.go ├── model_paginated_invitation_stage_list.go ├── model_paginated_kerberos_source_list.go ├── model_paginated_kerberos_source_property_mapping_list.go ├── model_paginated_kubernetes_service_connection_list.go ├── model_paginated_ldap_outpost_config_list.go ├── model_paginated_ldap_provider_list.go ├── model_paginated_ldap_source_list.go ├── model_paginated_ldap_source_property_mapping_list.go ├── model_paginated_license_list.go ├── model_paginated_microsoft_entra_provider_group_list.go ├── model_paginated_microsoft_entra_provider_list.go ├── model_paginated_microsoft_entra_provider_mapping_list.go ├── model_paginated_microsoft_entra_provider_user_list.go ├── model_paginated_mutual_tls_stage_list.go ├── model_paginated_notification_list.go ├── model_paginated_notification_rule_list.go ├── model_paginated_notification_transport_list.go ├── model_paginated_notification_webhook_mapping_list.go ├── model_paginated_o_auth2_provider_list.go ├── model_paginated_o_auth_source_list.go ├── model_paginated_o_auth_source_property_mapping_list.go ├── model_paginated_outpost_list.go ├── model_paginated_password_expiry_policy_list.go ├── model_paginated_password_policy_list.go ├── model_paginated_password_stage_list.go ├── model_paginated_permission_list.go ├── model_paginated_plex_source_list.go ├── model_paginated_plex_source_property_mapping_list.go ├── model_paginated_policy_binding_list.go ├── model_paginated_policy_list.go ├── model_paginated_prompt_list.go ├── model_paginated_prompt_stage_list.go ├── model_paginated_property_mapping_list.go ├── model_paginated_provider_list.go ├── model_paginated_proxy_outpost_config_list.go ├── model_paginated_proxy_provider_list.go ├── model_paginated_rac_property_mapping_list.go ├── model_paginated_rac_provider_list.go ├── model_paginated_radius_outpost_config_list.go ├── model_paginated_radius_provider_list.go ├── model_paginated_radius_provider_property_mapping_list.go ├── model_paginated_redirect_stage_list.go ├── model_paginated_reputation_list.go ├── model_paginated_reputation_policy_list.go ├── model_paginated_role_assigned_object_permission_list.go ├── model_paginated_role_list.go ├── model_paginated_saml_property_mapping_list.go ├── model_paginated_saml_provider_list.go ├── model_paginated_saml_source_list.go ├── model_paginated_saml_source_property_mapping_list.go ├── model_paginated_scim_mapping_list.go ├── model_paginated_scim_provider_group_list.go ├── model_paginated_scim_provider_list.go ├── model_paginated_scim_provider_user_list.go ├── model_paginated_scim_source_group_list.go ├── model_paginated_scim_source_list.go ├── model_paginated_scim_source_property_mapping_list.go ├── model_paginated_scim_source_user_list.go ├── model_paginated_scope_mapping_list.go ├── model_paginated_service_connection_list.go ├── model_paginated_sms_device_list.go ├── model_paginated_source_list.go ├── model_paginated_source_stage_list.go ├── model_paginated_ssf_provider_list.go ├── model_paginated_ssf_stream_list.go ├── model_paginated_stage_list.go ├── model_paginated_static_device_list.go ├── model_paginated_system_task_list.go ├── model_paginated_tenant_list.go ├── model_paginated_token_list.go ├── model_paginated_token_model_list.go ├── model_paginated_totp_device_list.go ├── model_paginated_unique_password_policy_list.go ├── model_paginated_user_assigned_object_permission_list.go ├── model_paginated_user_consent_list.go ├── model_paginated_user_delete_stage_list.go ├── model_paginated_user_kerberos_source_connection_list.go ├── model_paginated_user_ldap_source_connection_list.go ├── model_paginated_user_list.go ├── model_paginated_user_login_stage_list.go ├── model_paginated_user_logout_stage_list.go ├── model_paginated_user_o_auth_source_connection_list.go ├── model_paginated_user_plex_source_connection_list.go ├── model_paginated_user_saml_source_connection_list.go ├── model_paginated_user_source_connection_list.go ├── model_paginated_user_write_stage_list.go ├── model_paginated_web_authn_device_list.go ├── model_paginated_web_authn_device_type_list.go ├── model_pagination.go ├── model_password_challenge.go ├── model_password_challenge_response_request.go ├── model_password_expiry_policy.go ├── model_password_expiry_policy_request.go ├── model_password_policy.go ├── model_password_policy_request.go ├── model_password_stage.go ├── model_password_stage_request.go ├── model_patched_application_entitlement_request.go ├── model_patched_application_request.go ├── model_patched_authenticator_duo_stage_request.go ├── model_patched_authenticator_email_stage_request.go ├── model_patched_authenticator_endpoint_gdtc_stage_request.go ├── model_patched_authenticator_sms_stage_request.go ├── model_patched_authenticator_static_stage_request.go ├── model_patched_authenticator_totp_stage_request.go ├── model_patched_authenticator_validate_stage_request.go ├── model_patched_authenticator_web_authn_stage_request.go ├── model_patched_blueprint_instance_request.go ├── model_patched_brand_request.go ├── model_patched_captcha_stage_request.go ├── model_patched_certificate_key_pair_request.go ├── model_patched_connection_token_request.go ├── model_patched_consent_stage_request.go ├── model_patched_deny_stage_request.go ├── model_patched_docker_service_connection_request.go ├── model_patched_domain_request.go ├── model_patched_dummy_policy_request.go ├── model_patched_dummy_stage_request.go ├── model_patched_duo_device_request.go ├── model_patched_email_device_request.go ├── model_patched_email_stage_request.go ├── model_patched_endpoint_device_request.go ├── model_patched_endpoint_request.go ├── model_patched_event_matcher_policy_request.go ├── model_patched_event_request.go ├── model_patched_expression_policy_request.go ├── model_patched_extra_role_object_permission_request.go ├── model_patched_extra_user_object_permission_request.go ├── model_patched_flow_request.go ├── model_patched_flow_stage_binding_request.go ├── model_patched_geo_ip_policy_request.go ├── model_patched_google_workspace_provider_mapping_request.go ├── model_patched_google_workspace_provider_request.go ├── model_patched_group_kerberos_source_connection_request.go ├── model_patched_group_ldap_source_connection_request.go ├── model_patched_group_o_auth_source_connection_request.go ├── model_patched_group_plex_source_connection_request.go ├── model_patched_group_request.go ├── model_patched_group_saml_source_connection_request.go ├── model_patched_group_source_connection_request.go ├── model_patched_identification_stage_request.go ├── model_patched_initial_permissions_request.go ├── model_patched_invitation_request.go ├── model_patched_invitation_stage_request.go ├── model_patched_kerberos_source_property_mapping_request.go ├── model_patched_kerberos_source_request.go ├── model_patched_kubernetes_service_connection_request.go ├── model_patched_ldap_provider_request.go ├── model_patched_ldap_source_property_mapping_request.go ├── model_patched_ldap_source_request.go ├── model_patched_license_request.go ├── model_patched_microsoft_entra_provider_mapping_request.go ├── model_patched_microsoft_entra_provider_request.go ├── model_patched_mutual_tls_stage_request.go ├── model_patched_notification_request.go ├── model_patched_notification_rule_request.go ├── model_patched_notification_transport_request.go ├── model_patched_notification_webhook_mapping_request.go ├── model_patched_o_auth2_provider_request.go ├── model_patched_o_auth_source_property_mapping_request.go ├── model_patched_o_auth_source_request.go ├── model_patched_outpost_request.go ├── model_patched_password_expiry_policy_request.go ├── model_patched_password_policy_request.go ├── model_patched_password_stage_request.go ├── model_patched_permission_assign_request.go ├── model_patched_plex_source_property_mapping_request.go ├── model_patched_plex_source_request.go ├── model_patched_policy_binding_request.go ├── model_patched_prompt_request.go ├── model_patched_prompt_stage_request.go ├── model_patched_proxy_provider_request.go ├── model_patched_rac_property_mapping_request.go ├── model_patched_rac_provider_request.go ├── model_patched_radius_provider_property_mapping_request.go ├── model_patched_radius_provider_request.go ├── model_patched_redirect_stage_request.go ├── model_patched_reputation_policy_request.go ├── model_patched_role_request.go ├── model_patched_saml_property_mapping_request.go ├── model_patched_saml_provider_request.go ├── model_patched_saml_source_property_mapping_request.go ├── model_patched_saml_source_request.go ├── model_patched_scim_mapping_request.go ├── model_patched_scim_provider_request.go ├── model_patched_scim_source_group_request.go ├── model_patched_scim_source_property_mapping_request.go ├── model_patched_scim_source_request.go ├── model_patched_scim_source_user_request.go ├── model_patched_scope_mapping_request.go ├── model_patched_settings_request.go ├── model_patched_sms_device_request.go ├── model_patched_source_stage_request.go ├── model_patched_ssf_provider_request.go ├── model_patched_static_device_request.go ├── model_patched_tenant_request.go ├── model_patched_token_request.go ├── model_patched_totp_device_request.go ├── model_patched_unique_password_policy_request.go ├── model_patched_user_delete_stage_request.go ├── model_patched_user_kerberos_source_connection_request.go ├── model_patched_user_ldap_source_connection_request.go ├── model_patched_user_login_stage_request.go ├── model_patched_user_logout_stage_request.go ├── model_patched_user_o_auth_source_connection_request.go ├── model_patched_user_plex_source_connection_request.go ├── model_patched_user_request.go ├── model_patched_user_saml_source_connection_request.go ├── model_patched_user_source_connection_request.go ├── model_patched_user_write_stage_request.go ├── model_patched_web_authn_device_request.go ├── model_permission.go ├── model_permission_assign_request.go ├── model_permission_assign_result.go ├── model_permission_request.go ├── model_plex_authentication_challenge.go ├── model_plex_authentication_challenge_response_request.go ├── model_plex_source.go ├── model_plex_source_property_mapping.go ├── model_plex_source_property_mapping_request.go ├── model_plex_source_request.go ├── model_plex_token_redeem_request.go ├── model_policy.go ├── model_policy_binding.go ├── model_policy_binding_request.go ├── model_policy_engine_mode.go ├── model_policy_request.go ├── model_policy_test_request.go ├── model_policy_test_result.go ├── model_prompt.go ├── model_prompt_challenge.go ├── model_prompt_challenge_response_request.go ├── model_prompt_request.go ├── model_prompt_stage.go ├── model_prompt_stage_request.go ├── model_prompt_type_enum.go ├── model_property_mapping.go ├── model_property_mapping_preview.go ├── model_property_mapping_test_request.go ├── model_property_mapping_test_result.go ├── model_protocol_enum.go ├── model_provider.go ├── model_provider_enum.go ├── model_provider_model_enum.go ├── model_provider_request.go ├── model_provider_type_enum.go ├── model_proxy_mode.go ├── model_proxy_outpost_config.go ├── model_proxy_provider.go ├── model_proxy_provider_request.go ├── model_rac_property_mapping.go ├── model_rac_property_mapping_request.go ├── model_rac_provider.go ├── model_rac_provider_request.go ├── model_radius_check_access.go ├── model_radius_outpost_config.go ├── model_radius_provider.go ├── model_radius_provider_property_mapping.go ├── model_radius_provider_property_mapping_request.go ├── model_radius_provider_request.go ├── model_redirect_challenge.go ├── model_redirect_challenge_response_request.go ├── model_redirect_stage.go ├── model_redirect_stage_mode_enum.go ├── model_redirect_stage_request.go ├── model_redirect_uri.go ├── model_redirect_uri_request.go ├── model_reputation.go ├── model_reputation_policy.go ├── model_reputation_policy_request.go ├── model_resident_key_requirement_enum.go ├── model_role.go ├── model_role_assigned_object_permission.go ├── model_role_object_permission.go ├── model_role_request.go ├── model_saml_metadata.go ├── model_saml_property_mapping.go ├── model_saml_property_mapping_request.go ├── model_saml_provider.go ├── model_saml_provider_request.go ├── model_saml_source.go ├── model_saml_source_property_mapping.go ├── model_saml_source_property_mapping_request.go ├── model_saml_source_request.go ├── model_scim_mapping.go ├── model_scim_mapping_request.go ├── model_scim_provider.go ├── model_scim_provider_group.go ├── model_scim_provider_group_request.go ├── model_scim_provider_request.go ├── model_scim_provider_user.go ├── model_scim_provider_user_request.go ├── model_scim_source.go ├── model_scim_source_group.go ├── model_scim_source_group_request.go ├── model_scim_source_property_mapping.go ├── model_scim_source_property_mapping_request.go ├── model_scim_source_request.go ├── model_scim_source_user.go ├── model_scim_source_user_request.go ├── model_scope_mapping.go ├── model_scope_mapping_request.go ├── model_selectable_stage.go ├── model_service_connection.go ├── model_service_connection_request.go ├── model_service_connection_state.go ├── model_session_end_challenge.go ├── model_session_user.go ├── model_settings.go ├── model_settings_request.go ├── model_severity_enum.go ├── model_shell_challenge.go ├── model_signature_algorithm_enum.go ├── model_sms_device.go ├── model_sms_device_request.go ├── model_source.go ├── model_source_request.go ├── model_source_stage.go ├── model_source_stage_request.go ├── model_source_type.go ├── model_sp_binding_enum.go ├── model_ssf_provider.go ├── model_ssf_provider_request.go ├── model_ssf_stream.go ├── model_stage.go ├── model_stage_prompt.go ├── model_stage_request.go ├── model_static_device.go ├── model_static_device_request.go ├── model_static_device_token.go ├── model_static_device_token_request.go ├── model_sub_mode_enum.go ├── model_sync_object_model_enum.go ├── model_sync_object_request.go ├── model_sync_object_result.go ├── model_sync_status.go ├── model_system_info.go ├── model_system_info_runtime.go ├── model_system_task.go ├── model_system_task_status_enum.go ├── model_tenant.go ├── model_tenant_admin_group_request_request.go ├── model_tenant_recovery_key_request_request.go ├── model_tenant_recovery_key_response.go ├── model_tenant_request.go ├── model_token.go ├── model_token_model.go ├── model_token_request.go ├── model_token_set_key_request.go ├── model_token_view.go ├── model_totp_device.go ├── model_totp_device_request.go ├── model_transaction_application_request.go ├── model_transaction_application_response.go ├── model_transaction_policy_binding_request.go ├── model_type_create.go ├── model_ui_theme_enum.go ├── model_unique_password_policy.go ├── model_unique_password_policy_request.go ├── model_used_by.go ├── model_used_by_action_enum.go ├── model_user.go ├── model_user_account_request.go ├── model_user_assigned_object_permission.go ├── model_user_attribute_enum.go ├── model_user_consent.go ├── model_user_creation_mode_enum.go ├── model_user_delete_stage.go ├── model_user_delete_stage_request.go ├── model_user_fields_enum.go ├── model_user_group.go ├── model_user_group_request.go ├── model_user_kerberos_source_connection.go ├── model_user_kerberos_source_connection_request.go ├── model_user_ldap_source_connection.go ├── model_user_ldap_source_connection_request.go ├── model_user_login_challenge.go ├── model_user_login_challenge_response_request.go ├── model_user_login_stage.go ├── model_user_login_stage_request.go ├── model_user_logout_stage.go ├── model_user_logout_stage_request.go ├── model_user_matching_mode_enum.go ├── model_user_metrics.go ├── model_user_o_auth_source_connection.go ├── model_user_o_auth_source_connection_request.go ├── model_user_object_permission.go ├── model_user_password_set_request.go ├── model_user_path.go ├── model_user_plex_source_connection.go ├── model_user_plex_source_connection_request.go ├── model_user_request.go ├── model_user_saml_source_connection.go ├── model_user_saml_source_connection_request.go ├── model_user_self.go ├── model_user_self_groups.go ├── model_user_service_account_request.go ├── model_user_service_account_response.go ├── model_user_setting.go ├── model_user_source_connection.go ├── model_user_source_connection_request.go ├── model_user_type_enum.go ├── model_user_verification_enum.go ├── model_user_write_stage.go ├── model_user_write_stage_request.go ├── model_validation_error.go ├── model_version.go ├── model_version_history.go ├── model_web_authn_device.go ├── model_web_authn_device_device_type.go ├── model_web_authn_device_request.go ├── model_web_authn_device_type.go ├── model_web_authn_device_type_request.go ├── model_worker.go ├── response.go ├── schema.yml ├── templates ├── README.mustache └── go.mod.mustache ├── utils.go └── version ├── go.mod ├── go.sum └── main.go /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [BeryJu] 2 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: "github-actions" 4 | directory: "/" 5 | schedule: 6 | interval: "daily" 7 | assignees: 8 | - BeryJu 9 | -------------------------------------------------------------------------------- /.github/workflows/update.yml: -------------------------------------------------------------------------------- 1 | name: update 2 | 3 | on: 4 | workflow_dispatch: 5 | schedule: 6 | - cron: "*/15 * * * *" 7 | 8 | permissions: 9 | contents: write 10 | 11 | jobs: 12 | schema: 13 | runs-on: ubuntu-latest 14 | steps: 15 | - id: generate_token 16 | uses: tibdex/github-app-token@v2 17 | with: 18 | app_id: ${{ secrets.GH_APP_ID }} 19 | private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} 20 | - name: Check out code 21 | uses: actions/checkout@v4 22 | with: 23 | fetch-depth: 0 24 | token: ${{ steps.generate_token.outputs.token }} 25 | path: client-go 26 | - name: Check out code 27 | uses: actions/checkout@v4 28 | with: 29 | repository: goauthentik/authentik 30 | token: ${{ steps.generate_token.outputs.token }} 31 | ref: main 32 | path: authentik 33 | sparse-checkout: | 34 | schema.yml 35 | sparse-checkout-cone-mode: false 36 | - uses: actions/setup-go@v5 37 | - name: Check for updates 38 | working-directory: client-go 39 | run: make 40 | - name: Push 41 | env: 42 | GH_TOKEN: ${{ steps.generate_token.outputs.token }} 43 | working-directory: client-go 44 | run: | 45 | # ID from https://api.github.com/users/authentik-automation[bot] 46 | git config --global user.email "135050075+authentik-automation[bot]@users.noreply.github.com" 47 | git config --global user.name "authentik-automation[bot]" 48 | git add . 49 | git commit -F "diff.test" || exit 0 50 | git push 51 | version=$(cd version && go run .) 52 | git tag $version 53 | git push --tags 54 | gh release create $version -F diff.test 55 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Compiled Object files, Static and Dynamic libs (Shared Objects) 2 | *.o 3 | *.a 4 | *.so 5 | 6 | # Folders 7 | _obj 8 | _test 9 | 10 | # Architecture specific extensions/prefixes 11 | *.[568vq] 12 | [568vq].out 13 | 14 | *.cgo1.go 15 | *.cgo2.c 16 | _cgo_defun.c 17 | _cgo_gotypes.go 18 | _cgo_export.* 19 | 20 | _testmain.go 21 | 22 | *.exe 23 | *.test 24 | *.prof 25 | -------------------------------------------------------------------------------- /.openapi-generator-ignore: -------------------------------------------------------------------------------- 1 | # OpenAPI Generator Ignore 2 | # Generated by openapi-generator https://github.com/openapitools/openapi-generator 3 | 4 | # Use this file to prevent files from being overwritten by the generator. 5 | # The patterns follow closely to .gitignore or .dockerignore. 6 | 7 | # As an example, the C# client generator defines ApiClient.cs. 8 | # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line: 9 | #ApiClient.cs 10 | 11 | # You can match any string of characters against a directory, file or extension with a single asterisk (*): 12 | #foo/*/qux 13 | # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux 14 | 15 | # You can recursively match patterns against a directory, file or extension with a double asterisk (**): 16 | #foo/**/qux 17 | # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux 18 | 19 | # You can also negate patterns with an exclamation (!). 20 | # For example, you can ignore all files in a docs folder with the file extension .md: 21 | #docs/*.md 22 | # Then explicitly reverse the ignore rule for a single file: 23 | #!docs/README.md 24 | -------------------------------------------------------------------------------- /.openapi-generator/VERSION: -------------------------------------------------------------------------------- 1 | 6.2.0 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2024 Authentik Security Inc. 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- 1 | .SHELLFLAGS += -x -e 2 | PWD = $(shell pwd) 3 | UID = $(shell id -u) 4 | GID = $(shell id -g) 5 | 6 | all: clean update build diff 7 | 8 | clean: 9 | rm -f *.go 10 | rm -rf docs/ 11 | 12 | update: 13 | mv schema.yml schema-old.yml 14 | cp ../authentik/schema.yml schema.yml 15 | 16 | build: 17 | docker run \ 18 | --rm -v ${PWD}:/local \ 19 | --user ${UID}:${GID} \ 20 | docker.io/openapitools/openapi-generator-cli:v6.2.0 generate \ 21 | -i /local/schema.yml \ 22 | -g go \ 23 | -o /local \ 24 | -c /local/config.yaml 25 | rm -rf ./test 26 | rm -f .travis.yml git_push.sh 27 | go get 28 | go fmt . 29 | 30 | diff: 31 | docker run \ 32 | --rm -v ${PWD}:/local \ 33 | --user ${UID}:${GID} \ 34 | docker.io/openapitools/openapi-diff:2.1.1 \ 35 | --markdown /local/diff.test \ 36 | /local/schema-old.yml /local/schema.yml || echo > diff.test 37 | rm schema-old.yml 38 | mv diff.test /tmp/diff.test 39 | echo "Update API Client\n\n" > diff.test 40 | cat /tmp/diff.test >> diff.test 41 | -------------------------------------------------------------------------------- /config.yaml: -------------------------------------------------------------------------------- 1 | templateDir: /local/templates/ 2 | additionalProperties: 3 | packageName: api 4 | enumClassPrefix: true 5 | useOneOfDiscriminatorLookup: true 6 | files: 7 | README.mustache: 8 | templateType: SupportingFiles 9 | destinationFilename: README.md 10 | -------------------------------------------------------------------------------- /docs/AlgEnum.md: -------------------------------------------------------------------------------- 1 | # AlgEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `RSA` (value: `"rsa"`) 7 | 8 | * `ECDSA` (value: `"ecdsa"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/App.md: -------------------------------------------------------------------------------- 1 | # App 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | **Label** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewApp 13 | 14 | `func NewApp(name string, label string, ) *App` 15 | 16 | NewApp instantiates a new App object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewAppWithDefaults 22 | 23 | `func NewAppWithDefaults() *App` 24 | 25 | NewAppWithDefaults instantiates a new App object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *App) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *App) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *App) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetLabel 50 | 51 | `func (o *App) GetLabel() string` 52 | 53 | GetLabel returns the Label field if non-nil, zero value otherwise. 54 | 55 | ### GetLabelOk 56 | 57 | `func (o *App) GetLabelOk() (*string, bool)` 58 | 59 | GetLabelOk returns a tuple with the Label field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetLabel 63 | 64 | `func (o *App) SetLabel(v string)` 65 | 66 | SetLabel sets Label field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/AppleChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # AppleChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-source-oauth-apple"] 8 | 9 | ## Methods 10 | 11 | ### NewAppleChallengeResponseRequest 12 | 13 | `func NewAppleChallengeResponseRequest() *AppleChallengeResponseRequest` 14 | 15 | NewAppleChallengeResponseRequest instantiates a new AppleChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewAppleChallengeResponseRequestWithDefaults 21 | 22 | `func NewAppleChallengeResponseRequestWithDefaults() *AppleChallengeResponseRequest` 23 | 24 | NewAppleChallengeResponseRequestWithDefaults instantiates a new AppleChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *AppleChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *AppleChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *AppleChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *AppleChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/AuthModeEnum.md: -------------------------------------------------------------------------------- 1 | # AuthModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STATIC` (value: `"static"`) 7 | 8 | * `PROMPT` (value: `"prompt"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AuthTypeEnum.md: -------------------------------------------------------------------------------- 1 | # AuthTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `BASIC` (value: `"basic"`) 7 | 8 | * `BEARER` (value: `"bearer"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AuthenticationEnum.md: -------------------------------------------------------------------------------- 1 | # AuthenticationEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NONE` (value: `"none"`) 7 | 8 | * `REQUIRE_AUTHENTICATED` (value: `"require_authenticated"`) 9 | 10 | * `REQUIRE_UNAUTHENTICATED` (value: `"require_unauthenticated"`) 11 | 12 | * `REQUIRE_SUPERUSER` (value: `"require_superuser"`) 13 | 14 | * `REQUIRE_REDIRECT` (value: `"require_redirect"`) 15 | 16 | * `REQUIRE_OUTPOST` (value: `"require_outpost"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/AuthenticatorAttachmentEnum.md: -------------------------------------------------------------------------------- 1 | # AuthenticatorAttachmentEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PLATFORM` (value: `"platform"`) 7 | 8 | * `CROSS_PLATFORM` (value: `"cross-platform"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AuthenticatorDuoChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # AuthenticatorDuoChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-authenticator-duo"] 8 | 9 | ## Methods 10 | 11 | ### NewAuthenticatorDuoChallengeResponseRequest 12 | 13 | `func NewAuthenticatorDuoChallengeResponseRequest() *AuthenticatorDuoChallengeResponseRequest` 14 | 15 | NewAuthenticatorDuoChallengeResponseRequest instantiates a new AuthenticatorDuoChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewAuthenticatorDuoChallengeResponseRequestWithDefaults 21 | 22 | `func NewAuthenticatorDuoChallengeResponseRequestWithDefaults() *AuthenticatorDuoChallengeResponseRequest` 23 | 24 | NewAuthenticatorDuoChallengeResponseRequestWithDefaults instantiates a new AuthenticatorDuoChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *AuthenticatorDuoChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *AuthenticatorDuoChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *AuthenticatorDuoChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *AuthenticatorDuoChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/AuthenticatorStaticChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # AuthenticatorStaticChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-authenticator-static"] 8 | 9 | ## Methods 10 | 11 | ### NewAuthenticatorStaticChallengeResponseRequest 12 | 13 | `func NewAuthenticatorStaticChallengeResponseRequest() *AuthenticatorStaticChallengeResponseRequest` 14 | 15 | NewAuthenticatorStaticChallengeResponseRequest instantiates a new AuthenticatorStaticChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewAuthenticatorStaticChallengeResponseRequestWithDefaults 21 | 22 | `func NewAuthenticatorStaticChallengeResponseRequestWithDefaults() *AuthenticatorStaticChallengeResponseRequest` 23 | 24 | NewAuthenticatorStaticChallengeResponseRequestWithDefaults instantiates a new AuthenticatorStaticChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *AuthenticatorStaticChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *AuthenticatorStaticChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *AuthenticatorStaticChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *AuthenticatorStaticChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/AuthorizationCodeAuthMethodEnum.md: -------------------------------------------------------------------------------- 1 | # AuthorizationCodeAuthMethodEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `BASIC_AUTH` (value: `"basic_auth"`) 7 | 8 | * `POST_BODY` (value: `"post_body"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/AutoSubmitChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # AutoSubmitChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-autosubmit"] 8 | 9 | ## Methods 10 | 11 | ### NewAutoSubmitChallengeResponseRequest 12 | 13 | `func NewAutoSubmitChallengeResponseRequest() *AutoSubmitChallengeResponseRequest` 14 | 15 | NewAutoSubmitChallengeResponseRequest instantiates a new AutoSubmitChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewAutoSubmitChallengeResponseRequestWithDefaults 21 | 22 | `func NewAutoSubmitChallengeResponseRequestWithDefaults() *AutoSubmitChallengeResponseRequest` 23 | 24 | NewAutoSubmitChallengeResponseRequestWithDefaults instantiates a new AutoSubmitChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *AutoSubmitChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *AutoSubmitChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *AutoSubmitChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *AutoSubmitChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/BackendsEnum.md: -------------------------------------------------------------------------------- 1 | # BackendsEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CORE_AUTH_INBUILT_BACKEND` (value: `"authentik.core.auth.InbuiltBackend"`) 7 | 8 | * `CORE_AUTH_TOKEN_BACKEND` (value: `"authentik.core.auth.TokenBackend"`) 9 | 10 | * `SOURCES_LDAP_AUTH_LDAP_BACKEND` (value: `"authentik.sources.ldap.auth.LDAPBackend"`) 11 | 12 | * `SOURCES_KERBEROS_AUTH_KERBEROS_BACKEND` (value: `"authentik.sources.kerberos.auth.KerberosBackend"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/BindingTypeEnum.md: -------------------------------------------------------------------------------- 1 | # BindingTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `REDIRECT` (value: `"REDIRECT"`) 7 | 8 | * `POST` (value: `"POST"`) 9 | 10 | * `POST_AUTO` (value: `"POST_AUTO"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/BlueprintInstanceStatusEnum.md: -------------------------------------------------------------------------------- 1 | # BlueprintInstanceStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `SUCCESSFUL` (value: `"successful"`) 7 | 8 | * `WARNING` (value: `"warning"`) 9 | 10 | * `ERROR` (value: `"error"`) 11 | 12 | * `ORPHANED` (value: `"orphaned"`) 13 | 14 | * `UNKNOWN` (value: `"unknown"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Cache.md: -------------------------------------------------------------------------------- 1 | # Cache 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Count** | **int32** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewCache 12 | 13 | `func NewCache(count int32, ) *Cache` 14 | 15 | NewCache instantiates a new Cache object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCacheWithDefaults 21 | 22 | `func NewCacheWithDefaults() *Cache` 23 | 24 | NewCacheWithDefaults instantiates a new Cache object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetCount 29 | 30 | `func (o *Cache) GetCount() int32` 31 | 32 | GetCount returns the Count field if non-nil, zero value otherwise. 33 | 34 | ### GetCountOk 35 | 36 | `func (o *Cache) GetCountOk() (*int32, bool)` 37 | 38 | GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetCount 42 | 43 | `func (o *Cache) SetCount(v int32)` 44 | 45 | SetCount sets Count field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/CapabilitiesEnum.md: -------------------------------------------------------------------------------- 1 | # CapabilitiesEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CAN_SAVE_MEDIA` (value: `"can_save_media"`) 7 | 8 | * `CAN_GEO_IP` (value: `"can_geo_ip"`) 9 | 10 | * `CAN_ASN` (value: `"can_asn"`) 11 | 12 | * `CAN_IMPERSONATE` (value: `"can_impersonate"`) 13 | 14 | * `CAN_DEBUG` (value: `"can_debug"`) 15 | 16 | * `IS_ENTERPRISE` (value: `"is_enterprise"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/CertAttributeEnum.md: -------------------------------------------------------------------------------- 1 | # CertAttributeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `SUBJECT` (value: `"subject"`) 7 | 8 | * `COMMON_NAME` (value: `"common_name"`) 9 | 10 | * `EMAIL` (value: `"email"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/CertificateData.md: -------------------------------------------------------------------------------- 1 | # CertificateData 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Data** | **string** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewCertificateData 12 | 13 | `func NewCertificateData(data string, ) *CertificateData` 14 | 15 | NewCertificateData instantiates a new CertificateData object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewCertificateDataWithDefaults 21 | 22 | `func NewCertificateDataWithDefaults() *CertificateData` 23 | 24 | NewCertificateDataWithDefaults instantiates a new CertificateData object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetData 29 | 30 | `func (o *CertificateData) GetData() string` 31 | 32 | GetData returns the Data field if non-nil, zero value otherwise. 33 | 34 | ### GetDataOk 35 | 36 | `func (o *CertificateData) GetDataOk() (*string, bool)` 37 | 38 | GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetData 42 | 43 | `func (o *CertificateData) SetData(v string)` 44 | 45 | SetData sets Data field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ClientTypeEnum.md: -------------------------------------------------------------------------------- 1 | # ClientTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CONFIDENTIAL` (value: `"confidential"`) 7 | 8 | * `PUBLIC` (value: `"public"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/CompatibilityModeEnum.md: -------------------------------------------------------------------------------- 1 | # CompatibilityModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DEFAULT` (value: `"default"`) 7 | 8 | * `AWS` (value: `"aws"`) 9 | 10 | * `SLACK` (value: `"slack"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ConsentPermission.md: -------------------------------------------------------------------------------- 1 | # ConsentPermission 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | **Id** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewConsentPermission 13 | 14 | `func NewConsentPermission(name string, id string, ) *ConsentPermission` 15 | 16 | NewConsentPermission instantiates a new ConsentPermission object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewConsentPermissionWithDefaults 22 | 23 | `func NewConsentPermissionWithDefaults() *ConsentPermission` 24 | 25 | NewConsentPermissionWithDefaults instantiates a new ConsentPermission object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *ConsentPermission) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *ConsentPermission) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *ConsentPermission) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetId 50 | 51 | `func (o *ConsentPermission) GetId() string` 52 | 53 | GetId returns the Id field if non-nil, zero value otherwise. 54 | 55 | ### GetIdOk 56 | 57 | `func (o *ConsentPermission) GetIdOk() (*string, bool)` 58 | 59 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetId 63 | 64 | `func (o *ConsentPermission) SetId(v string)` 65 | 66 | SetId sets Id field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/ConsentStageModeEnum.md: -------------------------------------------------------------------------------- 1 | # ConsentStageModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `ALWAYS_REQUIRE` (value: `"always_require"`) 7 | 8 | * `PERMANENT` (value: `"permanent"`) 9 | 10 | * `EXPIRING` (value: `"expiring"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ContextualFlowInfoLayoutEnum.md: -------------------------------------------------------------------------------- 1 | # ContextualFlowInfoLayoutEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STACKED` (value: `"stacked"`) 7 | 8 | * `CONTENT_LEFT` (value: `"content_left"`) 9 | 10 | * `CONTENT_RIGHT` (value: `"content_right"`) 11 | 12 | * `SIDEBAR_LEFT` (value: `"sidebar_left"`) 13 | 14 | * `SIDEBAR_RIGHT` (value: `"sidebar_right"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/Coordinate.md: -------------------------------------------------------------------------------- 1 | # Coordinate 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **XCord** | **int32** | | [readonly] 8 | **YCord** | **int32** | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewCoordinate 13 | 14 | `func NewCoordinate(xCord int32, yCord int32, ) *Coordinate` 15 | 16 | NewCoordinate instantiates a new Coordinate object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewCoordinateWithDefaults 22 | 23 | `func NewCoordinateWithDefaults() *Coordinate` 24 | 25 | NewCoordinateWithDefaults instantiates a new Coordinate object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetXCord 30 | 31 | `func (o *Coordinate) GetXCord() int32` 32 | 33 | GetXCord returns the XCord field if non-nil, zero value otherwise. 34 | 35 | ### GetXCordOk 36 | 37 | `func (o *Coordinate) GetXCordOk() (*int32, bool)` 38 | 39 | GetXCordOk returns a tuple with the XCord field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetXCord 43 | 44 | `func (o *Coordinate) SetXCord(v int32)` 45 | 46 | SetXCord sets XCord field to given value. 47 | 48 | 49 | ### GetYCord 50 | 51 | `func (o *Coordinate) GetYCord() int32` 52 | 53 | GetYCord returns the YCord field if non-nil, zero value otherwise. 54 | 55 | ### GetYCordOk 56 | 57 | `func (o *Coordinate) GetYCordOk() (*int32, bool)` 58 | 59 | GetYCordOk returns a tuple with the YCord field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetYCord 63 | 64 | `func (o *Coordinate) SetYCord(v int32)` 65 | 66 | SetYCord sets YCord field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/DeliveryMethodEnum.md: -------------------------------------------------------------------------------- 1 | # DeliveryMethodEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PUSH` (value: `"https://schemas.openid.net/secevent/risc/delivery-method/push"`) 7 | 8 | * `POLL` (value: `"https://schemas.openid.net/secevent/risc/delivery-method/poll"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DeniedActionEnum.md: -------------------------------------------------------------------------------- 1 | # DeniedActionEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `MESSAGE_CONTINUE` (value: `"message_continue"`) 7 | 8 | * `MESSAGE` (value: `"message"`) 9 | 10 | * `CONTINUE` (value: `"continue"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/DetailedCountry.md: -------------------------------------------------------------------------------- 1 | # DetailedCountry 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Code** | [**CountryCodeEnum**](CountryCodeEnum.md) | | 8 | **Name** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewDetailedCountry 13 | 14 | `func NewDetailedCountry(code CountryCodeEnum, name string, ) *DetailedCountry` 15 | 16 | NewDetailedCountry instantiates a new DetailedCountry object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewDetailedCountryWithDefaults 22 | 23 | `func NewDetailedCountryWithDefaults() *DetailedCountry` 24 | 25 | NewDetailedCountryWithDefaults instantiates a new DetailedCountry object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetCode 30 | 31 | `func (o *DetailedCountry) GetCode() CountryCodeEnum` 32 | 33 | GetCode returns the Code field if non-nil, zero value otherwise. 34 | 35 | ### GetCodeOk 36 | 37 | `func (o *DetailedCountry) GetCodeOk() (*CountryCodeEnum, bool)` 38 | 39 | GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetCode 43 | 44 | `func (o *DetailedCountry) SetCode(v CountryCodeEnum)` 45 | 46 | SetCode sets Code field to given value. 47 | 48 | 49 | ### GetName 50 | 51 | `func (o *DetailedCountry) GetName() string` 52 | 53 | GetName returns the Name field if non-nil, zero value otherwise. 54 | 55 | ### GetNameOk 56 | 57 | `func (o *DetailedCountry) GetNameOk() (*string, bool)` 58 | 59 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetName 63 | 64 | `func (o *DetailedCountry) SetName(v string)` 65 | 66 | SetName sets Name field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/DetailedCountryField.md: -------------------------------------------------------------------------------- 1 | # DetailedCountryField 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Code** | [**CountryCodeEnum**](CountryCodeEnum.md) | | 8 | **Name** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewDetailedCountryField 13 | 14 | `func NewDetailedCountryField(code CountryCodeEnum, name string, ) *DetailedCountryField` 15 | 16 | NewDetailedCountryField instantiates a new DetailedCountryField object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewDetailedCountryFieldWithDefaults 22 | 23 | `func NewDetailedCountryFieldWithDefaults() *DetailedCountryField` 24 | 25 | NewDetailedCountryFieldWithDefaults instantiates a new DetailedCountryField object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetCode 30 | 31 | `func (o *DetailedCountryField) GetCode() CountryCodeEnum` 32 | 33 | GetCode returns the Code field if non-nil, zero value otherwise. 34 | 35 | ### GetCodeOk 36 | 37 | `func (o *DetailedCountryField) GetCodeOk() (*CountryCodeEnum, bool)` 38 | 39 | GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetCode 43 | 44 | `func (o *DetailedCountryField) SetCode(v CountryCodeEnum)` 45 | 46 | SetCode sets Code field to given value. 47 | 48 | 49 | ### GetName 50 | 51 | `func (o *DetailedCountryField) GetName() string` 52 | 53 | GetName returns the Name field if non-nil, zero value otherwise. 54 | 55 | ### GetNameOk 56 | 57 | `func (o *DetailedCountryField) GetNameOk() (*string, bool)` 58 | 59 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetName 63 | 64 | `func (o *DetailedCountryField) SetName(v string)` 65 | 66 | SetName sets Name field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/DeviceClassesEnum.md: -------------------------------------------------------------------------------- 1 | # DeviceClassesEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STATIC` (value: `"static"`) 7 | 8 | * `TOTP` (value: `"totp"`) 9 | 10 | * `WEBAUTHN` (value: `"webauthn"`) 11 | 12 | * `DUO` (value: `"duo"`) 13 | 14 | * `SMS` (value: `"sms"`) 15 | 16 | * `EMAIL` (value: `"email"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/DigestAlgorithmEnum.md: -------------------------------------------------------------------------------- 1 | # DigestAlgorithmEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `_2000_09_XMLDSIGSHA1` (value: `"http://www.w3.org/2000/09/xmldsig#sha1"`) 7 | 8 | * `_2001_04_XMLENCSHA256` (value: `"http://www.w3.org/2001/04/xmlenc#sha256"`) 9 | 10 | * `_2001_04_XMLDSIG_MORESHA384` (value: `"http://www.w3.org/2001/04/xmldsig-more#sha384"`) 11 | 12 | * `_2001_04_XMLENCSHA512` (value: `"http://www.w3.org/2001/04/xmlenc#sha512"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/DigitsEnum.md: -------------------------------------------------------------------------------- 1 | # DigitsEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `_6` (value: `"6"`) 7 | 8 | * `_8` (value: `"8"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/DummyChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # DummyChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-dummy"] 8 | 9 | ## Methods 10 | 11 | ### NewDummyChallengeResponseRequest 12 | 13 | `func NewDummyChallengeResponseRequest() *DummyChallengeResponseRequest` 14 | 15 | NewDummyChallengeResponseRequest instantiates a new DummyChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDummyChallengeResponseRequestWithDefaults 21 | 22 | `func NewDummyChallengeResponseRequestWithDefaults() *DummyChallengeResponseRequest` 23 | 24 | NewDummyChallengeResponseRequestWithDefaults instantiates a new DummyChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *DummyChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *DummyChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *DummyChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *DummyChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/DuoDeviceEnrollmentStatus.md: -------------------------------------------------------------------------------- 1 | # DuoDeviceEnrollmentStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **DuoResponse** | [**DuoResponseEnum**](DuoResponseEnum.md) | | 8 | 9 | ## Methods 10 | 11 | ### NewDuoDeviceEnrollmentStatus 12 | 13 | `func NewDuoDeviceEnrollmentStatus(duoResponse DuoResponseEnum, ) *DuoDeviceEnrollmentStatus` 14 | 15 | NewDuoDeviceEnrollmentStatus instantiates a new DuoDeviceEnrollmentStatus object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDuoDeviceEnrollmentStatusWithDefaults 21 | 22 | `func NewDuoDeviceEnrollmentStatusWithDefaults() *DuoDeviceEnrollmentStatus` 23 | 24 | NewDuoDeviceEnrollmentStatusWithDefaults instantiates a new DuoDeviceEnrollmentStatus object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetDuoResponse 29 | 30 | `func (o *DuoDeviceEnrollmentStatus) GetDuoResponse() DuoResponseEnum` 31 | 32 | GetDuoResponse returns the DuoResponse field if non-nil, zero value otherwise. 33 | 34 | ### GetDuoResponseOk 35 | 36 | `func (o *DuoDeviceEnrollmentStatus) GetDuoResponseOk() (*DuoResponseEnum, bool)` 37 | 38 | GetDuoResponseOk returns a tuple with the DuoResponse field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetDuoResponse 42 | 43 | `func (o *DuoDeviceEnrollmentStatus) SetDuoResponse(v DuoResponseEnum)` 44 | 45 | SetDuoResponse sets DuoResponse field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/DuoDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # DuoDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | The human-readable name of this device. | 8 | 9 | ## Methods 10 | 11 | ### NewDuoDeviceRequest 12 | 13 | `func NewDuoDeviceRequest(name string, ) *DuoDeviceRequest` 14 | 15 | NewDuoDeviceRequest instantiates a new DuoDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewDuoDeviceRequestWithDefaults 21 | 22 | `func NewDuoDeviceRequestWithDefaults() *DuoDeviceRequest` 23 | 24 | NewDuoDeviceRequestWithDefaults instantiates a new DuoDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *DuoDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *DuoDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *DuoDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/DuoResponseEnum.md: -------------------------------------------------------------------------------- 1 | # DuoResponseEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `SUCCESS` (value: `"success"`) 7 | 8 | * `WAITING` (value: `"waiting"`) 9 | 10 | * `INVALID` (value: `"invalid"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/EmailChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # EmailChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-email"] 8 | 9 | ## Methods 10 | 11 | ### NewEmailChallengeResponseRequest 12 | 13 | `func NewEmailChallengeResponseRequest() *EmailChallengeResponseRequest` 14 | 15 | NewEmailChallengeResponseRequest instantiates a new EmailChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewEmailChallengeResponseRequestWithDefaults 21 | 22 | `func NewEmailChallengeResponseRequestWithDefaults() *EmailChallengeResponseRequest` 23 | 24 | NewEmailChallengeResponseRequestWithDefaults instantiates a new EmailChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *EmailChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *EmailChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *EmailChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *EmailChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/EmailDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # EmailDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | The human-readable name of this device. | 8 | 9 | ## Methods 10 | 11 | ### NewEmailDeviceRequest 12 | 13 | `func NewEmailDeviceRequest(name string, ) *EmailDeviceRequest` 14 | 15 | NewEmailDeviceRequest instantiates a new EmailDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewEmailDeviceRequestWithDefaults 21 | 22 | `func NewEmailDeviceRequestWithDefaults() *EmailDeviceRequest` 23 | 24 | NewEmailDeviceRequestWithDefaults instantiates a new EmailDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *EmailDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *EmailDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *EmailDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/EndpointDevice.md: -------------------------------------------------------------------------------- 1 | # EndpointDevice 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pk** | Pointer to **string** | | [optional] 8 | **Name** | **string** | The human-readable name of this device. | 9 | 10 | ## Methods 11 | 12 | ### NewEndpointDevice 13 | 14 | `func NewEndpointDevice(name string, ) *EndpointDevice` 15 | 16 | NewEndpointDevice instantiates a new EndpointDevice object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewEndpointDeviceWithDefaults 22 | 23 | `func NewEndpointDeviceWithDefaults() *EndpointDevice` 24 | 25 | NewEndpointDeviceWithDefaults instantiates a new EndpointDevice object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPk 30 | 31 | `func (o *EndpointDevice) GetPk() string` 32 | 33 | GetPk returns the Pk field if non-nil, zero value otherwise. 34 | 35 | ### GetPkOk 36 | 37 | `func (o *EndpointDevice) GetPkOk() (*string, bool)` 38 | 39 | GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPk 43 | 44 | `func (o *EndpointDevice) SetPk(v string)` 45 | 46 | SetPk sets Pk field to given value. 47 | 48 | ### HasPk 49 | 50 | `func (o *EndpointDevice) HasPk() bool` 51 | 52 | HasPk returns a boolean if a field has been set. 53 | 54 | ### GetName 55 | 56 | `func (o *EndpointDevice) GetName() string` 57 | 58 | GetName returns the Name field if non-nil, zero value otherwise. 59 | 60 | ### GetNameOk 61 | 62 | `func (o *EndpointDevice) GetNameOk() (*string, bool)` 63 | 64 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 65 | and a boolean to check if the value has been set. 66 | 67 | ### SetName 68 | 69 | `func (o *EndpointDevice) SetName(v string)` 70 | 71 | SetName sets Name field to given value. 72 | 73 | 74 | 75 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 76 | 77 | 78 | -------------------------------------------------------------------------------- /docs/ErrorDetail.md: -------------------------------------------------------------------------------- 1 | # ErrorDetail 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **String** | **string** | | 8 | **Code** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewErrorDetail 13 | 14 | `func NewErrorDetail(string_ string, code string, ) *ErrorDetail` 15 | 16 | NewErrorDetail instantiates a new ErrorDetail object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewErrorDetailWithDefaults 22 | 23 | `func NewErrorDetailWithDefaults() *ErrorDetail` 24 | 25 | NewErrorDetailWithDefaults instantiates a new ErrorDetail object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetString 30 | 31 | `func (o *ErrorDetail) GetString() string` 32 | 33 | GetString returns the String field if non-nil, zero value otherwise. 34 | 35 | ### GetStringOk 36 | 37 | `func (o *ErrorDetail) GetStringOk() (*string, bool)` 38 | 39 | GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetString 43 | 44 | `func (o *ErrorDetail) SetString(v string)` 45 | 46 | SetString sets String field to given value. 47 | 48 | 49 | ### GetCode 50 | 51 | `func (o *ErrorDetail) GetCode() string` 52 | 53 | GetCode returns the Code field if non-nil, zero value otherwise. 54 | 55 | ### GetCodeOk 56 | 57 | `func (o *ErrorDetail) GetCodeOk() (*string, bool)` 58 | 59 | GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetCode 63 | 64 | `func (o *ErrorDetail) SetCode(v string)` 65 | 66 | SetCode sets Code field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/EventActions.md: -------------------------------------------------------------------------------- 1 | # EventActions 2 | 3 | ## Enum 4 | 5 | 6 | * `LOGIN` (value: `"login"`) 7 | 8 | * `LOGIN_FAILED` (value: `"login_failed"`) 9 | 10 | * `LOGOUT` (value: `"logout"`) 11 | 12 | * `USER_WRITE` (value: `"user_write"`) 13 | 14 | * `SUSPICIOUS_REQUEST` (value: `"suspicious_request"`) 15 | 16 | * `PASSWORD_SET` (value: `"password_set"`) 17 | 18 | * `SECRET_VIEW` (value: `"secret_view"`) 19 | 20 | * `SECRET_ROTATE` (value: `"secret_rotate"`) 21 | 22 | * `INVITATION_USED` (value: `"invitation_used"`) 23 | 24 | * `AUTHORIZE_APPLICATION` (value: `"authorize_application"`) 25 | 26 | * `SOURCE_LINKED` (value: `"source_linked"`) 27 | 28 | * `IMPERSONATION_STARTED` (value: `"impersonation_started"`) 29 | 30 | * `IMPERSONATION_ENDED` (value: `"impersonation_ended"`) 31 | 32 | * `FLOW_EXECUTION` (value: `"flow_execution"`) 33 | 34 | * `POLICY_EXECUTION` (value: `"policy_execution"`) 35 | 36 | * `POLICY_EXCEPTION` (value: `"policy_exception"`) 37 | 38 | * `PROPERTY_MAPPING_EXCEPTION` (value: `"property_mapping_exception"`) 39 | 40 | * `SYSTEM_TASK_EXECUTION` (value: `"system_task_execution"`) 41 | 42 | * `SYSTEM_TASK_EXCEPTION` (value: `"system_task_exception"`) 43 | 44 | * `SYSTEM_EXCEPTION` (value: `"system_exception"`) 45 | 46 | * `CONFIGURATION_ERROR` (value: `"configuration_error"`) 47 | 48 | * `MODEL_CREATED` (value: `"model_created"`) 49 | 50 | * `MODEL_UPDATED` (value: `"model_updated"`) 51 | 52 | * `MODEL_DELETED` (value: `"model_deleted"`) 53 | 54 | * `EMAIL_SENT` (value: `"email_sent"`) 55 | 56 | * `UPDATE_AVAILABLE` (value: `"update_available"`) 57 | 58 | * `CUSTOM` (value: `"custom_"`) 59 | 60 | 61 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 62 | 63 | 64 | -------------------------------------------------------------------------------- /docs/EventsRequestedEnum.md: -------------------------------------------------------------------------------- 1 | # EventsRequestedEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CAEP_EVENT_TYPE_SESSION_REVOKED` (value: `"https://schemas.openid.net/secevent/caep/event-type/session-revoked"`) 7 | 8 | * `CAEP_EVENT_TYPE_CREDENTIAL_CHANGE` (value: `"https://schemas.openid.net/secevent/caep/event-type/credential-change"`) 9 | 10 | * `SSF_EVENT_TYPE_VERIFICATION` (value: `"https://schemas.openid.net/secevent/ssf/event-type/verification"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ExtraRoleObjectPermissionRequest.md: -------------------------------------------------------------------------------- 1 | # ExtraRoleObjectPermissionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ObjectPk** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewExtraRoleObjectPermissionRequest 12 | 13 | `func NewExtraRoleObjectPermissionRequest(objectPk string, ) *ExtraRoleObjectPermissionRequest` 14 | 15 | NewExtraRoleObjectPermissionRequest instantiates a new ExtraRoleObjectPermissionRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewExtraRoleObjectPermissionRequestWithDefaults 21 | 22 | `func NewExtraRoleObjectPermissionRequestWithDefaults() *ExtraRoleObjectPermissionRequest` 23 | 24 | NewExtraRoleObjectPermissionRequestWithDefaults instantiates a new ExtraRoleObjectPermissionRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetObjectPk 29 | 30 | `func (o *ExtraRoleObjectPermissionRequest) GetObjectPk() string` 31 | 32 | GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise. 33 | 34 | ### GetObjectPkOk 35 | 36 | `func (o *ExtraRoleObjectPermissionRequest) GetObjectPkOk() (*string, bool)` 37 | 38 | GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetObjectPk 42 | 43 | `func (o *ExtraRoleObjectPermissionRequest) SetObjectPk(v string)` 44 | 45 | SetObjectPk sets ObjectPk field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ExtraUserObjectPermissionRequest.md: -------------------------------------------------------------------------------- 1 | # ExtraUserObjectPermissionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ObjectPk** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewExtraUserObjectPermissionRequest 12 | 13 | `func NewExtraUserObjectPermissionRequest(objectPk string, ) *ExtraUserObjectPermissionRequest` 14 | 15 | NewExtraUserObjectPermissionRequest instantiates a new ExtraUserObjectPermissionRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewExtraUserObjectPermissionRequestWithDefaults 21 | 22 | `func NewExtraUserObjectPermissionRequestWithDefaults() *ExtraUserObjectPermissionRequest` 23 | 24 | NewExtraUserObjectPermissionRequestWithDefaults instantiates a new ExtraUserObjectPermissionRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetObjectPk 29 | 30 | `func (o *ExtraUserObjectPermissionRequest) GetObjectPk() string` 31 | 32 | GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise. 33 | 34 | ### GetObjectPkOk 35 | 36 | `func (o *ExtraUserObjectPermissionRequest) GetObjectPkOk() (*string, bool)` 37 | 38 | GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetObjectPk 42 | 43 | `func (o *ExtraUserObjectPermissionRequest) SetObjectPk(v string)` 44 | 45 | SetObjectPk sets ObjectPk field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/FilePathRequest.md: -------------------------------------------------------------------------------- 1 | # FilePathRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Url** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewFilePathRequest 12 | 13 | `func NewFilePathRequest(url string, ) *FilePathRequest` 14 | 15 | NewFilePathRequest instantiates a new FilePathRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewFilePathRequestWithDefaults 21 | 22 | `func NewFilePathRequestWithDefaults() *FilePathRequest` 23 | 24 | NewFilePathRequestWithDefaults instantiates a new FilePathRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetUrl 29 | 30 | `func (o *FilePathRequest) GetUrl() string` 31 | 32 | GetUrl returns the Url field if non-nil, zero value otherwise. 33 | 34 | ### GetUrlOk 35 | 36 | `func (o *FilePathRequest) GetUrlOk() (*string, bool)` 37 | 38 | GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetUrl 42 | 43 | `func (o *FilePathRequest) SetUrl(v string)` 44 | 45 | SetUrl sets Url field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/FlowDesignationEnum.md: -------------------------------------------------------------------------------- 1 | # FlowDesignationEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `AUTHENTICATION` (value: `"authentication"`) 7 | 8 | * `AUTHORIZATION` (value: `"authorization"`) 9 | 10 | * `INVALIDATION` (value: `"invalidation"`) 11 | 12 | * `ENROLLMENT` (value: `"enrollment"`) 13 | 14 | * `UNENROLLMENT` (value: `"unenrollment"`) 15 | 16 | * `RECOVERY` (value: `"recovery"`) 17 | 18 | * `STAGE_CONFIGURATION` (value: `"stage_configuration"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/FlowDiagram.md: -------------------------------------------------------------------------------- 1 | # FlowDiagram 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Diagram** | **string** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewFlowDiagram 12 | 13 | `func NewFlowDiagram(diagram string, ) *FlowDiagram` 14 | 15 | NewFlowDiagram instantiates a new FlowDiagram object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewFlowDiagramWithDefaults 21 | 22 | `func NewFlowDiagramWithDefaults() *FlowDiagram` 23 | 24 | NewFlowDiagramWithDefaults instantiates a new FlowDiagram object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetDiagram 29 | 30 | `func (o *FlowDiagram) GetDiagram() string` 31 | 32 | GetDiagram returns the Diagram field if non-nil, zero value otherwise. 33 | 34 | ### GetDiagramOk 35 | 36 | `func (o *FlowDiagram) GetDiagramOk() (*string, bool)` 37 | 38 | GetDiagramOk returns a tuple with the Diagram field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetDiagram 42 | 43 | `func (o *FlowDiagram) SetDiagram(v string)` 44 | 45 | SetDiagram sets Diagram field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/FlowImportResult.md: -------------------------------------------------------------------------------- 1 | # FlowImportResult 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Logs** | [**[]LogEvent**](LogEvent.md) | | [readonly] 8 | **Success** | **bool** | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewFlowImportResult 13 | 14 | `func NewFlowImportResult(logs []LogEvent, success bool, ) *FlowImportResult` 15 | 16 | NewFlowImportResult instantiates a new FlowImportResult object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewFlowImportResultWithDefaults 22 | 23 | `func NewFlowImportResultWithDefaults() *FlowImportResult` 24 | 25 | NewFlowImportResultWithDefaults instantiates a new FlowImportResult object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetLogs 30 | 31 | `func (o *FlowImportResult) GetLogs() []LogEvent` 32 | 33 | GetLogs returns the Logs field if non-nil, zero value otherwise. 34 | 35 | ### GetLogsOk 36 | 37 | `func (o *FlowImportResult) GetLogsOk() (*[]LogEvent, bool)` 38 | 39 | GetLogsOk returns a tuple with the Logs field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetLogs 43 | 44 | `func (o *FlowImportResult) SetLogs(v []LogEvent)` 45 | 46 | SetLogs sets Logs field to given value. 47 | 48 | 49 | ### GetSuccess 50 | 51 | `func (o *FlowImportResult) GetSuccess() bool` 52 | 53 | GetSuccess returns the Success field if non-nil, zero value otherwise. 54 | 55 | ### GetSuccessOk 56 | 57 | `func (o *FlowImportResult) GetSuccessOk() (*bool, bool)` 58 | 59 | GetSuccessOk returns a tuple with the Success field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetSuccess 63 | 64 | `func (o *FlowImportResult) SetSuccess(v bool)` 65 | 66 | SetSuccess sets Success field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/FlowLayoutEnum.md: -------------------------------------------------------------------------------- 1 | # FlowLayoutEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STACKED` (value: `"stacked"`) 7 | 8 | * `CONTENT_LEFT` (value: `"content_left"`) 9 | 10 | * `CONTENT_RIGHT` (value: `"content_right"`) 11 | 12 | * `SIDEBAR_LEFT` (value: `"sidebar_left"`) 13 | 14 | * `SIDEBAR_RIGHT` (value: `"sidebar_right"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/FrameChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # FrameChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "xak-flow-frame"] 8 | 9 | ## Methods 10 | 11 | ### NewFrameChallengeResponseRequest 12 | 13 | `func NewFrameChallengeResponseRequest() *FrameChallengeResponseRequest` 14 | 15 | NewFrameChallengeResponseRequest instantiates a new FrameChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewFrameChallengeResponseRequestWithDefaults 21 | 22 | `func NewFrameChallengeResponseRequestWithDefaults() *FrameChallengeResponseRequest` 23 | 24 | NewFrameChallengeResponseRequestWithDefaults instantiates a new FrameChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *FrameChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *FrameChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *FrameChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *FrameChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/GenericError.md: -------------------------------------------------------------------------------- 1 | # GenericError 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Detail** | **string** | | 8 | **Code** | Pointer to **string** | | [optional] 9 | 10 | ## Methods 11 | 12 | ### NewGenericError 13 | 14 | `func NewGenericError(detail string, ) *GenericError` 15 | 16 | NewGenericError instantiates a new GenericError object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewGenericErrorWithDefaults 22 | 23 | `func NewGenericErrorWithDefaults() *GenericError` 24 | 25 | NewGenericErrorWithDefaults instantiates a new GenericError object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetDetail 30 | 31 | `func (o *GenericError) GetDetail() string` 32 | 33 | GetDetail returns the Detail field if non-nil, zero value otherwise. 34 | 35 | ### GetDetailOk 36 | 37 | `func (o *GenericError) GetDetailOk() (*string, bool)` 38 | 39 | GetDetailOk returns a tuple with the Detail field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetDetail 43 | 44 | `func (o *GenericError) SetDetail(v string)` 45 | 46 | SetDetail sets Detail field to given value. 47 | 48 | 49 | ### GetCode 50 | 51 | `func (o *GenericError) GetCode() string` 52 | 53 | GetCode returns the Code field if non-nil, zero value otherwise. 54 | 55 | ### GetCodeOk 56 | 57 | `func (o *GenericError) GetCodeOk() (*string, bool)` 58 | 59 | GetCodeOk returns a tuple with the Code field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetCode 63 | 64 | `func (o *GenericError) SetCode(v string)` 65 | 66 | SetCode sets Code field to given value. 67 | 68 | ### HasCode 69 | 70 | `func (o *GenericError) HasCode() bool` 71 | 72 | HasCode returns a boolean if a field has been set. 73 | 74 | 75 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 76 | 77 | 78 | -------------------------------------------------------------------------------- /docs/GeoipBindingEnum.md: -------------------------------------------------------------------------------- 1 | # GeoipBindingEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NO_BINDING` (value: `"no_binding"`) 7 | 8 | * `BIND_CONTINENT` (value: `"bind_continent"`) 9 | 10 | * `BIND_CONTINENT_COUNTRY` (value: `"bind_continent_country"`) 11 | 12 | * `BIND_CONTINENT_COUNTRY_CITY` (value: `"bind_continent_country_city"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/GroupMatchingModeEnum.md: -------------------------------------------------------------------------------- 1 | # GroupMatchingModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `IDENTIFIER` (value: `"identifier"`) 7 | 8 | * `NAME_LINK` (value: `"name_link"`) 9 | 10 | * `NAME_DENY` (value: `"name_deny"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ImpersonationRequest.md: -------------------------------------------------------------------------------- 1 | # ImpersonationRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Reason** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewImpersonationRequest 12 | 13 | `func NewImpersonationRequest(reason string, ) *ImpersonationRequest` 14 | 15 | NewImpersonationRequest instantiates a new ImpersonationRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewImpersonationRequestWithDefaults 21 | 22 | `func NewImpersonationRequestWithDefaults() *ImpersonationRequest` 23 | 24 | NewImpersonationRequestWithDefaults instantiates a new ImpersonationRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetReason 29 | 30 | `func (o *ImpersonationRequest) GetReason() string` 31 | 32 | GetReason returns the Reason field if non-nil, zero value otherwise. 33 | 34 | ### GetReasonOk 35 | 36 | `func (o *ImpersonationRequest) GetReasonOk() (*string, bool)` 37 | 38 | GetReasonOk returns a tuple with the Reason field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetReason 42 | 43 | `func (o *ImpersonationRequest) SetReason(v string)` 44 | 45 | SetReason sets Reason field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/InitialPermissionsModeEnum.md: -------------------------------------------------------------------------------- 1 | # InitialPermissionsModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `USER` (value: `"user"`) 7 | 8 | * `ROLE` (value: `"role"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/InstallID.md: -------------------------------------------------------------------------------- 1 | # InstallID 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **InstallId** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewInstallID 12 | 13 | `func NewInstallID(installId string, ) *InstallID` 14 | 15 | NewInstallID instantiates a new InstallID object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewInstallIDWithDefaults 21 | 22 | `func NewInstallIDWithDefaults() *InstallID` 23 | 24 | NewInstallIDWithDefaults instantiates a new InstallID object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetInstallId 29 | 30 | `func (o *InstallID) GetInstallId() string` 31 | 32 | GetInstallId returns the InstallId field if non-nil, zero value otherwise. 33 | 34 | ### GetInstallIdOk 35 | 36 | `func (o *InstallID) GetInstallIdOk() (*string, bool)` 37 | 38 | GetInstallIdOk returns a tuple with the InstallId field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetInstallId 42 | 43 | `func (o *InstallID) SetInstallId(v string)` 44 | 45 | SetInstallId sets InstallId field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/IntentEnum.md: -------------------------------------------------------------------------------- 1 | # IntentEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `VERIFICATION` (value: `"verification"`) 7 | 8 | * `API` (value: `"api"`) 9 | 10 | * `RECOVERY` (value: `"recovery"`) 11 | 12 | * `APP_PASSWORD` (value: `"app_password"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/InvalidResponseActionEnum.md: -------------------------------------------------------------------------------- 1 | # InvalidResponseActionEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `RETRY` (value: `"retry"`) 7 | 8 | * `RESTART` (value: `"restart"`) 9 | 10 | * `RESTART_WITH_CONTEXT` (value: `"restart_with_context"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/IssuerModeEnum.md: -------------------------------------------------------------------------------- 1 | # IssuerModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `GLOBAL` (value: `"global"`) 7 | 8 | * `PER_PROVIDER` (value: `"per_provider"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/KadminTypeEnum.md: -------------------------------------------------------------------------------- 1 | # KadminTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `MIT` (value: `"MIT"`) 7 | 8 | * `HEIMDAL` (value: `"Heimdal"`) 9 | 10 | * `OTHER` (value: `"other"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/KerberosSyncStatus.md: -------------------------------------------------------------------------------- 1 | # KerberosSyncStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IsRunning** | **bool** | | [readonly] 8 | **Tasks** | [**[]SystemTask**](SystemTask.md) | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewKerberosSyncStatus 13 | 14 | `func NewKerberosSyncStatus(isRunning bool, tasks []SystemTask, ) *KerberosSyncStatus` 15 | 16 | NewKerberosSyncStatus instantiates a new KerberosSyncStatus object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewKerberosSyncStatusWithDefaults 22 | 23 | `func NewKerberosSyncStatusWithDefaults() *KerberosSyncStatus` 24 | 25 | NewKerberosSyncStatusWithDefaults instantiates a new KerberosSyncStatus object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetIsRunning 30 | 31 | `func (o *KerberosSyncStatus) GetIsRunning() bool` 32 | 33 | GetIsRunning returns the IsRunning field if non-nil, zero value otherwise. 34 | 35 | ### GetIsRunningOk 36 | 37 | `func (o *KerberosSyncStatus) GetIsRunningOk() (*bool, bool)` 38 | 39 | GetIsRunningOk returns a tuple with the IsRunning field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetIsRunning 43 | 44 | `func (o *KerberosSyncStatus) SetIsRunning(v bool)` 45 | 46 | SetIsRunning sets IsRunning field to given value. 47 | 48 | 49 | ### GetTasks 50 | 51 | `func (o *KerberosSyncStatus) GetTasks() []SystemTask` 52 | 53 | GetTasks returns the Tasks field if non-nil, zero value otherwise. 54 | 55 | ### GetTasksOk 56 | 57 | `func (o *KerberosSyncStatus) GetTasksOk() (*[]SystemTask, bool)` 58 | 59 | GetTasksOk returns a tuple with the Tasks field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetTasks 63 | 64 | `func (o *KerberosSyncStatus) SetTasks(v []SystemTask)` 65 | 66 | SetTasks sets Tasks field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/LDAPAPIAccessMode.md: -------------------------------------------------------------------------------- 1 | # LDAPAPIAccessMode 2 | 3 | ## Enum 4 | 5 | 6 | * `DIRECT` (value: `"direct"`) 7 | 8 | * `CACHED` (value: `"cached"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/LicenseFlagsEnum.md: -------------------------------------------------------------------------------- 1 | # LicenseFlagsEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `TRIAL` (value: `"trial"`) 7 | 8 | * `NON_PRODUCTION` (value: `"non_production"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/LicenseRequest.md: -------------------------------------------------------------------------------- 1 | # LicenseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Key** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewLicenseRequest 12 | 13 | `func NewLicenseRequest(key string, ) *LicenseRequest` 14 | 15 | NewLicenseRequest instantiates a new LicenseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewLicenseRequestWithDefaults 21 | 22 | `func NewLicenseRequestWithDefaults() *LicenseRequest` 23 | 24 | NewLicenseRequestWithDefaults instantiates a new LicenseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetKey 29 | 30 | `func (o *LicenseRequest) GetKey() string` 31 | 32 | GetKey returns the Key field if non-nil, zero value otherwise. 33 | 34 | ### GetKeyOk 35 | 36 | `func (o *LicenseRequest) GetKeyOk() (*string, bool)` 37 | 38 | GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetKey 42 | 43 | `func (o *LicenseRequest) SetKey(v string)` 44 | 45 | SetKey sets Key field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/LicenseSummaryStatusEnum.md: -------------------------------------------------------------------------------- 1 | # LicenseSummaryStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `UNLICENSED` (value: `"unlicensed"`) 7 | 8 | * `VALID` (value: `"valid"`) 9 | 10 | * `EXPIRED` (value: `"expired"`) 11 | 12 | * `EXPIRY_SOON` (value: `"expiry_soon"`) 13 | 14 | * `LIMIT_EXCEEDED_ADMIN` (value: `"limit_exceeded_admin"`) 15 | 16 | * `LIMIT_EXCEEDED_USER` (value: `"limit_exceeded_user"`) 17 | 18 | * `READ_ONLY` (value: `"read_only"`) 19 | 20 | 21 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 22 | 23 | 24 | -------------------------------------------------------------------------------- /docs/Link.md: -------------------------------------------------------------------------------- 1 | # Link 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Link** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewLink 12 | 13 | `func NewLink(link string, ) *Link` 14 | 15 | NewLink instantiates a new Link object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewLinkWithDefaults 21 | 22 | `func NewLinkWithDefaults() *Link` 23 | 24 | NewLinkWithDefaults instantiates a new Link object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetLink 29 | 30 | `func (o *Link) GetLink() string` 31 | 32 | GetLink returns the Link field if non-nil, zero value otherwise. 33 | 34 | ### GetLinkOk 35 | 36 | `func (o *Link) GetLinkOk() (*string, bool)` 37 | 38 | GetLinkOk returns a tuple with the Link field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetLink 42 | 43 | `func (o *Link) SetLink(v string)` 44 | 45 | SetLink sets Link field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/LogLevelEnum.md: -------------------------------------------------------------------------------- 1 | # LogLevelEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CRITICAL` (value: `"critical"`) 7 | 8 | * `EXCEPTION` (value: `"exception"`) 9 | 10 | * `ERROR` (value: `"error"`) 11 | 12 | * `WARN` (value: `"warn"`) 13 | 14 | * `WARNING` (value: `"warning"`) 15 | 16 | * `INFO` (value: `"info"`) 17 | 18 | * `DEBUG` (value: `"debug"`) 19 | 20 | * `NOTSET` (value: `"notset"`) 21 | 22 | 23 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 24 | 25 | 26 | -------------------------------------------------------------------------------- /docs/MatchingModeEnum.md: -------------------------------------------------------------------------------- 1 | # MatchingModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STRICT` (value: `"strict"`) 7 | 8 | * `REGEX` (value: `"regex"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/Metadata.md: -------------------------------------------------------------------------------- 1 | # Metadata 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | **Labels** | **map[string]interface{}** | | 9 | 10 | ## Methods 11 | 12 | ### NewMetadata 13 | 14 | `func NewMetadata(name string, labels map[string]interface{}, ) *Metadata` 15 | 16 | NewMetadata instantiates a new Metadata object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewMetadataWithDefaults 22 | 23 | `func NewMetadataWithDefaults() *Metadata` 24 | 25 | NewMetadataWithDefaults instantiates a new Metadata object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *Metadata) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *Metadata) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *Metadata) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetLabels 50 | 51 | `func (o *Metadata) GetLabels() map[string]interface{}` 52 | 53 | GetLabels returns the Labels field if non-nil, zero value otherwise. 54 | 55 | ### GetLabelsOk 56 | 57 | `func (o *Metadata) GetLabelsOk() (*map[string]interface{}, bool)` 58 | 59 | GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetLabels 63 | 64 | `func (o *Metadata) SetLabels(v map[string]interface{})` 65 | 66 | SetLabels sets Labels field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/MutualTLSStageModeEnum.md: -------------------------------------------------------------------------------- 1 | # MutualTLSStageModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `OPTIONAL` (value: `"optional"`) 7 | 8 | * `REQUIRED` (value: `"required"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/NameIdPolicyEnum.md: -------------------------------------------------------------------------------- 1 | # NameIdPolicyEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `_1_1NAMEID_FORMATEMAIL_ADDRESS` (value: `"urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"`) 7 | 8 | * `_2_0NAMEID_FORMATPERSISTENT` (value: `"urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"`) 9 | 10 | * `_1_1NAMEID_FORMATX509_SUBJECT_NAME` (value: `"urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"`) 11 | 12 | * `_2_0NAMEID_FORMATWINDOWS_DOMAIN_QUALIFIED_NAME` (value: `"urn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedName"`) 13 | 14 | * `_2_0NAMEID_FORMATTRANSIENT` (value: `"urn:oasis:names:tc:SAML:2.0:nameid-format:transient"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/NetworkBindingEnum.md: -------------------------------------------------------------------------------- 1 | # NetworkBindingEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NO_BINDING` (value: `"no_binding"`) 7 | 8 | * `BIND_ASN` (value: `"bind_asn"`) 9 | 10 | * `BIND_ASN_NETWORK` (value: `"bind_asn_network"`) 11 | 12 | * `BIND_ASN_NETWORK_IP` (value: `"bind_asn_network_ip"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/NotConfiguredActionEnum.md: -------------------------------------------------------------------------------- 1 | # NotConfiguredActionEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `SKIP` (value: `"skip"`) 7 | 8 | * `DENY` (value: `"deny"`) 9 | 10 | * `CONFIGURE` (value: `"configure"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/NotificationTransportModeEnum.md: -------------------------------------------------------------------------------- 1 | # NotificationTransportModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `LOCAL` (value: `"local"`) 7 | 8 | * `WEBHOOK` (value: `"webhook"`) 9 | 10 | * `WEBHOOK_SLACK` (value: `"webhook_slack"`) 11 | 12 | * `EMAIL` (value: `"email"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/NotificationTransportTest.md: -------------------------------------------------------------------------------- 1 | # NotificationTransportTest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | **[]string** | | 8 | 9 | ## Methods 10 | 11 | ### NewNotificationTransportTest 12 | 13 | `func NewNotificationTransportTest(messages []string, ) *NotificationTransportTest` 14 | 15 | NewNotificationTransportTest instantiates a new NotificationTransportTest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewNotificationTransportTestWithDefaults 21 | 22 | `func NewNotificationTransportTestWithDefaults() *NotificationTransportTest` 23 | 24 | NewNotificationTransportTestWithDefaults instantiates a new NotificationTransportTest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetMessages 29 | 30 | `func (o *NotificationTransportTest) GetMessages() []string` 31 | 32 | GetMessages returns the Messages field if non-nil, zero value otherwise. 33 | 34 | ### GetMessagesOk 35 | 36 | `func (o *NotificationTransportTest) GetMessagesOk() (*[]string, bool)` 37 | 38 | GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetMessages 42 | 43 | `func (o *NotificationTransportTest) SetMessages(v []string)` 44 | 45 | SetMessages sets Messages field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/OAuthDeviceCodeFinishChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # OAuthDeviceCodeFinishChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-provider-oauth2-device-code-finish"] 8 | 9 | ## Methods 10 | 11 | ### NewOAuthDeviceCodeFinishChallengeResponseRequest 12 | 13 | `func NewOAuthDeviceCodeFinishChallengeResponseRequest() *OAuthDeviceCodeFinishChallengeResponseRequest` 14 | 15 | NewOAuthDeviceCodeFinishChallengeResponseRequest instantiates a new OAuthDeviceCodeFinishChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOAuthDeviceCodeFinishChallengeResponseRequestWithDefaults 21 | 22 | `func NewOAuthDeviceCodeFinishChallengeResponseRequestWithDefaults() *OAuthDeviceCodeFinishChallengeResponseRequest` 23 | 24 | NewOAuthDeviceCodeFinishChallengeResponseRequestWithDefaults instantiates a new OAuthDeviceCodeFinishChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *OAuthDeviceCodeFinishChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *OAuthDeviceCodeFinishChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *OAuthDeviceCodeFinishChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *OAuthDeviceCodeFinishChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/OutgoingSyncDeleteAction.md: -------------------------------------------------------------------------------- 1 | # OutgoingSyncDeleteAction 2 | 3 | ## Enum 4 | 5 | 6 | * `DO_NOTHING` (value: `"do_nothing"`) 7 | 8 | * `DELETE` (value: `"delete"`) 9 | 10 | * `SUSPEND` (value: `"suspend"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/OutpostDefaultConfig.md: -------------------------------------------------------------------------------- 1 | # OutpostDefaultConfig 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Config** | **map[string]interface{}** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewOutpostDefaultConfig 12 | 13 | `func NewOutpostDefaultConfig(config map[string]interface{}, ) *OutpostDefaultConfig` 14 | 15 | NewOutpostDefaultConfig instantiates a new OutpostDefaultConfig object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewOutpostDefaultConfigWithDefaults 21 | 22 | `func NewOutpostDefaultConfigWithDefaults() *OutpostDefaultConfig` 23 | 24 | NewOutpostDefaultConfigWithDefaults instantiates a new OutpostDefaultConfig object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetConfig 29 | 30 | `func (o *OutpostDefaultConfig) GetConfig() map[string]interface{}` 31 | 32 | GetConfig returns the Config field if non-nil, zero value otherwise. 33 | 34 | ### GetConfigOk 35 | 36 | `func (o *OutpostDefaultConfig) GetConfigOk() (*map[string]interface{}, bool)` 37 | 38 | GetConfigOk returns a tuple with the Config field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetConfig 42 | 43 | `func (o *OutpostDefaultConfig) SetConfig(v map[string]interface{})` 44 | 45 | SetConfig sets Config field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/OutpostTypeEnum.md: -------------------------------------------------------------------------------- 1 | # OutpostTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `PROXY` (value: `"proxy"`) 7 | 8 | * `LDAP` (value: `"ldap"`) 9 | 10 | * `RADIUS` (value: `"radius"`) 11 | 12 | * `RAC` (value: `"rac"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/PaginatedBrandList.md: -------------------------------------------------------------------------------- 1 | # PaginatedBrandList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]Brand**](Brand.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedBrandList 13 | 14 | `func NewPaginatedBrandList(pagination Pagination, results []Brand, ) *PaginatedBrandList` 15 | 16 | NewPaginatedBrandList instantiates a new PaginatedBrandList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedBrandListWithDefaults 22 | 23 | `func NewPaginatedBrandListWithDefaults() *PaginatedBrandList` 24 | 25 | NewPaginatedBrandListWithDefaults instantiates a new PaginatedBrandList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedBrandList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedBrandList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedBrandList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedBrandList) GetResults() []Brand` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedBrandList) GetResultsOk() (*[]Brand, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedBrandList) SetResults(v []Brand)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PaginatedEventList.md: -------------------------------------------------------------------------------- 1 | # PaginatedEventList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]Event**](Event.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedEventList 13 | 14 | `func NewPaginatedEventList(pagination Pagination, results []Event, ) *PaginatedEventList` 15 | 16 | NewPaginatedEventList instantiates a new PaginatedEventList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedEventListWithDefaults 22 | 23 | `func NewPaginatedEventListWithDefaults() *PaginatedEventList` 24 | 25 | NewPaginatedEventListWithDefaults instantiates a new PaginatedEventList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedEventList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedEventList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedEventList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedEventList) GetResults() []Event` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedEventList) GetResultsOk() (*[]Event, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedEventList) SetResults(v []Event)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PaginatedFlowList.md: -------------------------------------------------------------------------------- 1 | # PaginatedFlowList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]Flow**](Flow.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedFlowList 13 | 14 | `func NewPaginatedFlowList(pagination Pagination, results []Flow, ) *PaginatedFlowList` 15 | 16 | NewPaginatedFlowList instantiates a new PaginatedFlowList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedFlowListWithDefaults 22 | 23 | `func NewPaginatedFlowListWithDefaults() *PaginatedFlowList` 24 | 25 | NewPaginatedFlowListWithDefaults instantiates a new PaginatedFlowList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedFlowList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedFlowList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedFlowList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedFlowList) GetResults() []Flow` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedFlowList) GetResultsOk() (*[]Flow, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedFlowList) SetResults(v []Flow)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PaginatedGroupList.md: -------------------------------------------------------------------------------- 1 | # PaginatedGroupList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]Group**](Group.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedGroupList 13 | 14 | `func NewPaginatedGroupList(pagination Pagination, results []Group, ) *PaginatedGroupList` 15 | 16 | NewPaginatedGroupList instantiates a new PaginatedGroupList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedGroupListWithDefaults 22 | 23 | `func NewPaginatedGroupListWithDefaults() *PaginatedGroupList` 24 | 25 | NewPaginatedGroupListWithDefaults instantiates a new PaginatedGroupList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedGroupList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedGroupList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedGroupList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedGroupList) GetResults() []Group` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedGroupList) GetResultsOk() (*[]Group, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedGroupList) SetResults(v []Group)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PaginatedRoleList.md: -------------------------------------------------------------------------------- 1 | # PaginatedRoleList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]Role**](Role.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedRoleList 13 | 14 | `func NewPaginatedRoleList(pagination Pagination, results []Role, ) *PaginatedRoleList` 15 | 16 | NewPaginatedRoleList instantiates a new PaginatedRoleList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedRoleListWithDefaults 22 | 23 | `func NewPaginatedRoleListWithDefaults() *PaginatedRoleList` 24 | 25 | NewPaginatedRoleListWithDefaults instantiates a new PaginatedRoleList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedRoleList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedRoleList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedRoleList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedRoleList) GetResults() []Role` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedRoleList) GetResultsOk() (*[]Role, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedRoleList) SetResults(v []Role)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PaginatedUserList.md: -------------------------------------------------------------------------------- 1 | # PaginatedUserList 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pagination** | [**Pagination**](Pagination.md) | | 8 | **Results** | [**[]User**](User.md) | | 9 | 10 | ## Methods 11 | 12 | ### NewPaginatedUserList 13 | 14 | `func NewPaginatedUserList(pagination Pagination, results []User, ) *PaginatedUserList` 15 | 16 | NewPaginatedUserList instantiates a new PaginatedUserList object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPaginatedUserListWithDefaults 22 | 23 | `func NewPaginatedUserListWithDefaults() *PaginatedUserList` 24 | 25 | NewPaginatedUserListWithDefaults instantiates a new PaginatedUserList object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPagination 30 | 31 | `func (o *PaginatedUserList) GetPagination() Pagination` 32 | 33 | GetPagination returns the Pagination field if non-nil, zero value otherwise. 34 | 35 | ### GetPaginationOk 36 | 37 | `func (o *PaginatedUserList) GetPaginationOk() (*Pagination, bool)` 38 | 39 | GetPaginationOk returns a tuple with the Pagination field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPagination 43 | 44 | `func (o *PaginatedUserList) SetPagination(v Pagination)` 45 | 46 | SetPagination sets Pagination field to given value. 47 | 48 | 49 | ### GetResults 50 | 51 | `func (o *PaginatedUserList) GetResults() []User` 52 | 53 | GetResults returns the Results field if non-nil, zero value otherwise. 54 | 55 | ### GetResultsOk 56 | 57 | `func (o *PaginatedUserList) GetResultsOk() (*[]User, bool)` 58 | 59 | GetResultsOk returns a tuple with the Results field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetResults 63 | 64 | `func (o *PaginatedUserList) SetResults(v []User)` 65 | 66 | SetResults sets Results field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PatchedDuoDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedDuoDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | The human-readable name of this device. | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedDuoDeviceRequest 12 | 13 | `func NewPatchedDuoDeviceRequest() *PatchedDuoDeviceRequest` 14 | 15 | NewPatchedDuoDeviceRequest instantiates a new PatchedDuoDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedDuoDeviceRequestWithDefaults 21 | 22 | `func NewPatchedDuoDeviceRequestWithDefaults() *PatchedDuoDeviceRequest` 23 | 24 | NewPatchedDuoDeviceRequestWithDefaults instantiates a new PatchedDuoDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedDuoDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedDuoDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedDuoDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedDuoDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedEmailDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedEmailDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | The human-readable name of this device. | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedEmailDeviceRequest 12 | 13 | `func NewPatchedEmailDeviceRequest() *PatchedEmailDeviceRequest` 14 | 15 | NewPatchedEmailDeviceRequest instantiates a new PatchedEmailDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedEmailDeviceRequestWithDefaults 21 | 22 | `func NewPatchedEmailDeviceRequestWithDefaults() *PatchedEmailDeviceRequest` 23 | 24 | NewPatchedEmailDeviceRequestWithDefaults instantiates a new PatchedEmailDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedEmailDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedEmailDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedEmailDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedEmailDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedExtraRoleObjectPermissionRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedExtraRoleObjectPermissionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ObjectPk** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedExtraRoleObjectPermissionRequest 12 | 13 | `func NewPatchedExtraRoleObjectPermissionRequest() *PatchedExtraRoleObjectPermissionRequest` 14 | 15 | NewPatchedExtraRoleObjectPermissionRequest instantiates a new PatchedExtraRoleObjectPermissionRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedExtraRoleObjectPermissionRequestWithDefaults 21 | 22 | `func NewPatchedExtraRoleObjectPermissionRequestWithDefaults() *PatchedExtraRoleObjectPermissionRequest` 23 | 24 | NewPatchedExtraRoleObjectPermissionRequestWithDefaults instantiates a new PatchedExtraRoleObjectPermissionRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetObjectPk 29 | 30 | `func (o *PatchedExtraRoleObjectPermissionRequest) GetObjectPk() string` 31 | 32 | GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise. 33 | 34 | ### GetObjectPkOk 35 | 36 | `func (o *PatchedExtraRoleObjectPermissionRequest) GetObjectPkOk() (*string, bool)` 37 | 38 | GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetObjectPk 42 | 43 | `func (o *PatchedExtraRoleObjectPermissionRequest) SetObjectPk(v string)` 44 | 45 | SetObjectPk sets ObjectPk field to given value. 46 | 47 | ### HasObjectPk 48 | 49 | `func (o *PatchedExtraRoleObjectPermissionRequest) HasObjectPk() bool` 50 | 51 | HasObjectPk returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedExtraUserObjectPermissionRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedExtraUserObjectPermissionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **ObjectPk** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedExtraUserObjectPermissionRequest 12 | 13 | `func NewPatchedExtraUserObjectPermissionRequest() *PatchedExtraUserObjectPermissionRequest` 14 | 15 | NewPatchedExtraUserObjectPermissionRequest instantiates a new PatchedExtraUserObjectPermissionRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedExtraUserObjectPermissionRequestWithDefaults 21 | 22 | `func NewPatchedExtraUserObjectPermissionRequestWithDefaults() *PatchedExtraUserObjectPermissionRequest` 23 | 24 | NewPatchedExtraUserObjectPermissionRequestWithDefaults instantiates a new PatchedExtraUserObjectPermissionRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetObjectPk 29 | 30 | `func (o *PatchedExtraUserObjectPermissionRequest) GetObjectPk() string` 31 | 32 | GetObjectPk returns the ObjectPk field if non-nil, zero value otherwise. 33 | 34 | ### GetObjectPkOk 35 | 36 | `func (o *PatchedExtraUserObjectPermissionRequest) GetObjectPkOk() (*string, bool)` 37 | 38 | GetObjectPkOk returns a tuple with the ObjectPk field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetObjectPk 42 | 43 | `func (o *PatchedExtraUserObjectPermissionRequest) SetObjectPk(v string)` 44 | 45 | SetObjectPk sets ObjectPk field to given value. 46 | 47 | ### HasObjectPk 48 | 49 | `func (o *PatchedExtraUserObjectPermissionRequest) HasObjectPk() bool` 50 | 51 | HasObjectPk returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedLicenseRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedLicenseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Key** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedLicenseRequest 12 | 13 | `func NewPatchedLicenseRequest() *PatchedLicenseRequest` 14 | 15 | NewPatchedLicenseRequest instantiates a new PatchedLicenseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedLicenseRequestWithDefaults 21 | 22 | `func NewPatchedLicenseRequestWithDefaults() *PatchedLicenseRequest` 23 | 24 | NewPatchedLicenseRequestWithDefaults instantiates a new PatchedLicenseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetKey 29 | 30 | `func (o *PatchedLicenseRequest) GetKey() string` 31 | 32 | GetKey returns the Key field if non-nil, zero value otherwise. 33 | 34 | ### GetKeyOk 35 | 36 | `func (o *PatchedLicenseRequest) GetKeyOk() (*string, bool)` 37 | 38 | GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetKey 42 | 43 | `func (o *PatchedLicenseRequest) SetKey(v string)` 44 | 45 | SetKey sets Key field to given value. 46 | 47 | ### HasKey 48 | 49 | `func (o *PatchedLicenseRequest) HasKey() bool` 50 | 51 | HasKey returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedRoleRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedRoleRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedRoleRequest 12 | 13 | `func NewPatchedRoleRequest() *PatchedRoleRequest` 14 | 15 | NewPatchedRoleRequest instantiates a new PatchedRoleRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedRoleRequestWithDefaults 21 | 22 | `func NewPatchedRoleRequestWithDefaults() *PatchedRoleRequest` 23 | 24 | NewPatchedRoleRequestWithDefaults instantiates a new PatchedRoleRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedRoleRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedRoleRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedRoleRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedRoleRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedSMSDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedSMSDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | The human-readable name of this device. | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedSMSDeviceRequest 12 | 13 | `func NewPatchedSMSDeviceRequest() *PatchedSMSDeviceRequest` 14 | 15 | NewPatchedSMSDeviceRequest instantiates a new PatchedSMSDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedSMSDeviceRequestWithDefaults 21 | 22 | `func NewPatchedSMSDeviceRequestWithDefaults() *PatchedSMSDeviceRequest` 23 | 24 | NewPatchedSMSDeviceRequestWithDefaults instantiates a new PatchedSMSDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedSMSDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedSMSDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedSMSDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedSMSDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedStaticDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedStaticDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | The human-readable name of this device. | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedStaticDeviceRequest 12 | 13 | `func NewPatchedStaticDeviceRequest() *PatchedStaticDeviceRequest` 14 | 15 | NewPatchedStaticDeviceRequest instantiates a new PatchedStaticDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedStaticDeviceRequestWithDefaults 21 | 22 | `func NewPatchedStaticDeviceRequestWithDefaults() *PatchedStaticDeviceRequest` 23 | 24 | NewPatchedStaticDeviceRequestWithDefaults instantiates a new PatchedStaticDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedStaticDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedStaticDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedStaticDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedStaticDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedTOTPDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedTOTPDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | The human-readable name of this device. | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedTOTPDeviceRequest 12 | 13 | `func NewPatchedTOTPDeviceRequest() *PatchedTOTPDeviceRequest` 14 | 15 | NewPatchedTOTPDeviceRequest instantiates a new PatchedTOTPDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedTOTPDeviceRequestWithDefaults 21 | 22 | `func NewPatchedTOTPDeviceRequestWithDefaults() *PatchedTOTPDeviceRequest` 23 | 24 | NewPatchedTOTPDeviceRequestWithDefaults instantiates a new PatchedTOTPDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedTOTPDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedTOTPDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedTOTPDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedTOTPDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PatchedWebAuthnDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # PatchedWebAuthnDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | Pointer to **string** | | [optional] 8 | 9 | ## Methods 10 | 11 | ### NewPatchedWebAuthnDeviceRequest 12 | 13 | `func NewPatchedWebAuthnDeviceRequest() *PatchedWebAuthnDeviceRequest` 14 | 15 | NewPatchedWebAuthnDeviceRequest instantiates a new PatchedWebAuthnDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPatchedWebAuthnDeviceRequestWithDefaults 21 | 22 | `func NewPatchedWebAuthnDeviceRequestWithDefaults() *PatchedWebAuthnDeviceRequest` 23 | 24 | NewPatchedWebAuthnDeviceRequestWithDefaults instantiates a new PatchedWebAuthnDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *PatchedWebAuthnDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *PatchedWebAuthnDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *PatchedWebAuthnDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | ### HasName 48 | 49 | `func (o *PatchedWebAuthnDeviceRequest) HasName() bool` 50 | 51 | HasName returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PermissionAssignResult.md: -------------------------------------------------------------------------------- 1 | # PermissionAssignResult 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Id** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewPermissionAssignResult 12 | 13 | `func NewPermissionAssignResult(id string, ) *PermissionAssignResult` 14 | 15 | NewPermissionAssignResult instantiates a new PermissionAssignResult object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPermissionAssignResultWithDefaults 21 | 22 | `func NewPermissionAssignResultWithDefaults() *PermissionAssignResult` 23 | 24 | NewPermissionAssignResultWithDefaults instantiates a new PermissionAssignResult object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetId 29 | 30 | `func (o *PermissionAssignResult) GetId() string` 31 | 32 | GetId returns the Id field if non-nil, zero value otherwise. 33 | 34 | ### GetIdOk 35 | 36 | `func (o *PermissionAssignResult) GetIdOk() (*string, bool)` 37 | 38 | GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetId 42 | 43 | `func (o *PermissionAssignResult) SetId(v string)` 44 | 45 | SetId sets Id field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/PermissionRequest.md: -------------------------------------------------------------------------------- 1 | # PermissionRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | **Codename** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewPermissionRequest 13 | 14 | `func NewPermissionRequest(name string, codename string, ) *PermissionRequest` 15 | 16 | NewPermissionRequest instantiates a new PermissionRequest object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewPermissionRequestWithDefaults 22 | 23 | `func NewPermissionRequestWithDefaults() *PermissionRequest` 24 | 25 | NewPermissionRequestWithDefaults instantiates a new PermissionRequest object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *PermissionRequest) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *PermissionRequest) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *PermissionRequest) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetCodename 50 | 51 | `func (o *PermissionRequest) GetCodename() string` 52 | 53 | GetCodename returns the Codename field if non-nil, zero value otherwise. 54 | 55 | ### GetCodenameOk 56 | 57 | `func (o *PermissionRequest) GetCodenameOk() (*string, bool)` 58 | 59 | GetCodenameOk returns a tuple with the Codename field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetCodename 63 | 64 | `func (o *PermissionRequest) SetCodename(v string)` 65 | 66 | SetCodename sets Codename field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/PlexAuthenticationChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # PlexAuthenticationChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-source-plex"] 8 | 9 | ## Methods 10 | 11 | ### NewPlexAuthenticationChallengeResponseRequest 12 | 13 | `func NewPlexAuthenticationChallengeResponseRequest() *PlexAuthenticationChallengeResponseRequest` 14 | 15 | NewPlexAuthenticationChallengeResponseRequest instantiates a new PlexAuthenticationChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPlexAuthenticationChallengeResponseRequestWithDefaults 21 | 22 | `func NewPlexAuthenticationChallengeResponseRequestWithDefaults() *PlexAuthenticationChallengeResponseRequest` 23 | 24 | NewPlexAuthenticationChallengeResponseRequestWithDefaults instantiates a new PlexAuthenticationChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *PlexAuthenticationChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *PlexAuthenticationChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *PlexAuthenticationChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *PlexAuthenticationChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PlexTokenRedeemRequest.md: -------------------------------------------------------------------------------- 1 | # PlexTokenRedeemRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **PlexToken** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewPlexTokenRedeemRequest 12 | 13 | `func NewPlexTokenRedeemRequest(plexToken string, ) *PlexTokenRedeemRequest` 14 | 15 | NewPlexTokenRedeemRequest instantiates a new PlexTokenRedeemRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPlexTokenRedeemRequestWithDefaults 21 | 22 | `func NewPlexTokenRedeemRequestWithDefaults() *PlexTokenRedeemRequest` 23 | 24 | NewPlexTokenRedeemRequestWithDefaults instantiates a new PlexTokenRedeemRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPlexToken 29 | 30 | `func (o *PlexTokenRedeemRequest) GetPlexToken() string` 31 | 32 | GetPlexToken returns the PlexToken field if non-nil, zero value otherwise. 33 | 34 | ### GetPlexTokenOk 35 | 36 | `func (o *PlexTokenRedeemRequest) GetPlexTokenOk() (*string, bool)` 37 | 38 | GetPlexTokenOk returns a tuple with the PlexToken field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPlexToken 42 | 43 | `func (o *PlexTokenRedeemRequest) SetPlexToken(v string)` 44 | 45 | SetPlexToken sets PlexToken field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/PolicyEngineMode.md: -------------------------------------------------------------------------------- 1 | # PolicyEngineMode 2 | 3 | ## Enum 4 | 5 | 6 | * `ALL` (value: `"all"`) 7 | 8 | * `ANY` (value: `"any"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/PromptChallengeResponseRequest.md: -------------------------------------------------------------------------------- 1 | # PromptChallengeResponseRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Component** | Pointer to **string** | | [optional] [default to "ak-stage-prompt"] 8 | 9 | ## Methods 10 | 11 | ### NewPromptChallengeResponseRequest 12 | 13 | `func NewPromptChallengeResponseRequest() *PromptChallengeResponseRequest` 14 | 15 | NewPromptChallengeResponseRequest instantiates a new PromptChallengeResponseRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPromptChallengeResponseRequestWithDefaults 21 | 22 | `func NewPromptChallengeResponseRequestWithDefaults() *PromptChallengeResponseRequest` 23 | 24 | NewPromptChallengeResponseRequestWithDefaults instantiates a new PromptChallengeResponseRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetComponent 29 | 30 | `func (o *PromptChallengeResponseRequest) GetComponent() string` 31 | 32 | GetComponent returns the Component field if non-nil, zero value otherwise. 33 | 34 | ### GetComponentOk 35 | 36 | `func (o *PromptChallengeResponseRequest) GetComponentOk() (*string, bool)` 37 | 38 | GetComponentOk returns a tuple with the Component field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetComponent 42 | 43 | `func (o *PromptChallengeResponseRequest) SetComponent(v string)` 44 | 45 | SetComponent sets Component field to given value. 46 | 47 | ### HasComponent 48 | 49 | `func (o *PromptChallengeResponseRequest) HasComponent() bool` 50 | 51 | HasComponent returns a boolean if a field has been set. 52 | 53 | 54 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs/PromptTypeEnum.md: -------------------------------------------------------------------------------- 1 | # PromptTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `TEXT` (value: `"text"`) 7 | 8 | * `TEXT_AREA` (value: `"text_area"`) 9 | 10 | * `TEXT_READ_ONLY` (value: `"text_read_only"`) 11 | 12 | * `TEXT_AREA_READ_ONLY` (value: `"text_area_read_only"`) 13 | 14 | * `USERNAME` (value: `"username"`) 15 | 16 | * `EMAIL` (value: `"email"`) 17 | 18 | * `PASSWORD` (value: `"password"`) 19 | 20 | * `NUMBER` (value: `"number"`) 21 | 22 | * `CHECKBOX` (value: `"checkbox"`) 23 | 24 | * `RADIO_BUTTON_GROUP` (value: `"radio-button-group"`) 25 | 26 | * `DROPDOWN` (value: `"dropdown"`) 27 | 28 | * `DATE` (value: `"date"`) 29 | 30 | * `DATE_TIME` (value: `"date-time"`) 31 | 32 | * `FILE` (value: `"file"`) 33 | 34 | * `SEPARATOR` (value: `"separator"`) 35 | 36 | * `HIDDEN` (value: `"hidden"`) 37 | 38 | * `STATIC` (value: `"static"`) 39 | 40 | * `AK_LOCALE` (value: `"ak-locale"`) 41 | 42 | 43 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 44 | 45 | 46 | -------------------------------------------------------------------------------- /docs/PropertyMappingPreview.md: -------------------------------------------------------------------------------- 1 | # PropertyMappingPreview 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Preview** | **map[string]interface{}** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewPropertyMappingPreview 12 | 13 | `func NewPropertyMappingPreview(preview map[string]interface{}, ) *PropertyMappingPreview` 14 | 15 | NewPropertyMappingPreview instantiates a new PropertyMappingPreview object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewPropertyMappingPreviewWithDefaults 21 | 22 | `func NewPropertyMappingPreviewWithDefaults() *PropertyMappingPreview` 23 | 24 | NewPropertyMappingPreviewWithDefaults instantiates a new PropertyMappingPreview object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPreview 29 | 30 | `func (o *PropertyMappingPreview) GetPreview() map[string]interface{}` 31 | 32 | GetPreview returns the Preview field if non-nil, zero value otherwise. 33 | 34 | ### GetPreviewOk 35 | 36 | `func (o *PropertyMappingPreview) GetPreviewOk() (*map[string]interface{}, bool)` 37 | 38 | GetPreviewOk returns a tuple with the Preview field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPreview 42 | 43 | `func (o *PropertyMappingPreview) SetPreview(v map[string]interface{})` 44 | 45 | SetPreview sets Preview field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/ProtocolEnum.md: -------------------------------------------------------------------------------- 1 | # ProtocolEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `RDP` (value: `"rdp"`) 7 | 8 | * `VNC` (value: `"vnc"`) 9 | 10 | * `SSH` (value: `"ssh"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/ProviderEnum.md: -------------------------------------------------------------------------------- 1 | # ProviderEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `TWILIO` (value: `"twilio"`) 7 | 8 | * `GENERIC` (value: `"generic"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/ProviderModelEnum.md: -------------------------------------------------------------------------------- 1 | # ProviderModelEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `GOOGLE_WORKSPACE_GOOGLEWORKSPACEPROVIDER` (value: `"authentik_providers_google_workspace.googleworkspaceprovider"`) 7 | 8 | * `LDAP_LDAPPROVIDER` (value: `"authentik_providers_ldap.ldapprovider"`) 9 | 10 | * `MICROSOFT_ENTRA_MICROSOFTENTRAPROVIDER` (value: `"authentik_providers_microsoft_entra.microsoftentraprovider"`) 11 | 12 | * `OAUTH2_OAUTH2PROVIDER` (value: `"authentik_providers_oauth2.oauth2provider"`) 13 | 14 | * `PROXY_PROXYPROVIDER` (value: `"authentik_providers_proxy.proxyprovider"`) 15 | 16 | * `RAC_RACPROVIDER` (value: `"authentik_providers_rac.racprovider"`) 17 | 18 | * `RADIUS_RADIUSPROVIDER` (value: `"authentik_providers_radius.radiusprovider"`) 19 | 20 | * `SAML_SAMLPROVIDER` (value: `"authentik_providers_saml.samlprovider"`) 21 | 22 | * `SCIM_SCIMPROVIDER` (value: `"authentik_providers_scim.scimprovider"`) 23 | 24 | * `SSF_SSFPROVIDER` (value: `"authentik_providers_ssf.ssfprovider"`) 25 | 26 | 27 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 28 | 29 | 30 | -------------------------------------------------------------------------------- /docs/ProviderTypeEnum.md: -------------------------------------------------------------------------------- 1 | # ProviderTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `APPLE` (value: `"apple"`) 7 | 8 | * `OPENIDCONNECT` (value: `"openidconnect"`) 9 | 10 | * `AZUREAD` (value: `"azuread"`) 11 | 12 | * `DISCORD` (value: `"discord"`) 13 | 14 | * `FACEBOOK` (value: `"facebook"`) 15 | 16 | * `GITHUB` (value: `"github"`) 17 | 18 | * `GITLAB` (value: `"gitlab"`) 19 | 20 | * `GOOGLE` (value: `"google"`) 21 | 22 | * `MAILCOW` (value: `"mailcow"`) 23 | 24 | * `OKTA` (value: `"okta"`) 25 | 26 | * `PATREON` (value: `"patreon"`) 27 | 28 | * `REDDIT` (value: `"reddit"`) 29 | 30 | * `TWITCH` (value: `"twitch"`) 31 | 32 | * `TWITTER` (value: `"twitter"`) 33 | 34 | 35 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 36 | 37 | 38 | -------------------------------------------------------------------------------- /docs/ProxyMode.md: -------------------------------------------------------------------------------- 1 | # ProxyMode 2 | 3 | ## Enum 4 | 5 | 6 | * `PROXY` (value: `"proxy"`) 7 | 8 | * `FORWARD_SINGLE` (value: `"forward_single"`) 9 | 10 | * `FORWARD_DOMAIN` (value: `"forward_domain"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/RedirectStageModeEnum.md: -------------------------------------------------------------------------------- 1 | # RedirectStageModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `STATIC` (value: `"static"`) 7 | 8 | * `FLOW` (value: `"flow"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/RedirectURI.md: -------------------------------------------------------------------------------- 1 | # RedirectURI 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **MatchingMode** | [**MatchingModeEnum**](MatchingModeEnum.md) | | 8 | **Url** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewRedirectURI 13 | 14 | `func NewRedirectURI(matchingMode MatchingModeEnum, url string, ) *RedirectURI` 15 | 16 | NewRedirectURI instantiates a new RedirectURI object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewRedirectURIWithDefaults 22 | 23 | `func NewRedirectURIWithDefaults() *RedirectURI` 24 | 25 | NewRedirectURIWithDefaults instantiates a new RedirectURI object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetMatchingMode 30 | 31 | `func (o *RedirectURI) GetMatchingMode() MatchingModeEnum` 32 | 33 | GetMatchingMode returns the MatchingMode field if non-nil, zero value otherwise. 34 | 35 | ### GetMatchingModeOk 36 | 37 | `func (o *RedirectURI) GetMatchingModeOk() (*MatchingModeEnum, bool)` 38 | 39 | GetMatchingModeOk returns a tuple with the MatchingMode field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetMatchingMode 43 | 44 | `func (o *RedirectURI) SetMatchingMode(v MatchingModeEnum)` 45 | 46 | SetMatchingMode sets MatchingMode field to given value. 47 | 48 | 49 | ### GetUrl 50 | 51 | `func (o *RedirectURI) GetUrl() string` 52 | 53 | GetUrl returns the Url field if non-nil, zero value otherwise. 54 | 55 | ### GetUrlOk 56 | 57 | `func (o *RedirectURI) GetUrlOk() (*string, bool)` 58 | 59 | GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetUrl 63 | 64 | `func (o *RedirectURI) SetUrl(v string)` 65 | 66 | SetUrl sets Url field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/RedirectURIRequest.md: -------------------------------------------------------------------------------- 1 | # RedirectURIRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **MatchingMode** | [**MatchingModeEnum**](MatchingModeEnum.md) | | 8 | **Url** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewRedirectURIRequest 13 | 14 | `func NewRedirectURIRequest(matchingMode MatchingModeEnum, url string, ) *RedirectURIRequest` 15 | 16 | NewRedirectURIRequest instantiates a new RedirectURIRequest object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewRedirectURIRequestWithDefaults 22 | 23 | `func NewRedirectURIRequestWithDefaults() *RedirectURIRequest` 24 | 25 | NewRedirectURIRequestWithDefaults instantiates a new RedirectURIRequest object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetMatchingMode 30 | 31 | `func (o *RedirectURIRequest) GetMatchingMode() MatchingModeEnum` 32 | 33 | GetMatchingMode returns the MatchingMode field if non-nil, zero value otherwise. 34 | 35 | ### GetMatchingModeOk 36 | 37 | `func (o *RedirectURIRequest) GetMatchingModeOk() (*MatchingModeEnum, bool)` 38 | 39 | GetMatchingModeOk returns a tuple with the MatchingMode field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetMatchingMode 43 | 44 | `func (o *RedirectURIRequest) SetMatchingMode(v MatchingModeEnum)` 45 | 46 | SetMatchingMode sets MatchingMode field to given value. 47 | 48 | 49 | ### GetUrl 50 | 51 | `func (o *RedirectURIRequest) GetUrl() string` 52 | 53 | GetUrl returns the Url field if non-nil, zero value otherwise. 54 | 55 | ### GetUrlOk 56 | 57 | `func (o *RedirectURIRequest) GetUrlOk() (*string, bool)` 58 | 59 | GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetUrl 63 | 64 | `func (o *RedirectURIRequest) SetUrl(v string)` 65 | 66 | SetUrl sets Url field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/ResidentKeyRequirementEnum.md: -------------------------------------------------------------------------------- 1 | # ResidentKeyRequirementEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `DISCOURAGED` (value: `"discouraged"`) 7 | 8 | * `PREFERRED` (value: `"preferred"`) 9 | 10 | * `REQUIRED` (value: `"required"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/Role.md: -------------------------------------------------------------------------------- 1 | # Role 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pk** | **string** | | [readonly] 8 | **Name** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewRole 13 | 14 | `func NewRole(pk string, name string, ) *Role` 15 | 16 | NewRole instantiates a new Role object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewRoleWithDefaults 22 | 23 | `func NewRoleWithDefaults() *Role` 24 | 25 | NewRoleWithDefaults instantiates a new Role object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetPk 30 | 31 | `func (o *Role) GetPk() string` 32 | 33 | GetPk returns the Pk field if non-nil, zero value otherwise. 34 | 35 | ### GetPkOk 36 | 37 | `func (o *Role) GetPkOk() (*string, bool)` 38 | 39 | GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetPk 43 | 44 | `func (o *Role) SetPk(v string)` 45 | 46 | SetPk sets Pk field to given value. 47 | 48 | 49 | ### GetName 50 | 51 | `func (o *Role) GetName() string` 52 | 53 | GetName returns the Name field if non-nil, zero value otherwise. 54 | 55 | ### GetNameOk 56 | 57 | `func (o *Role) GetNameOk() (*string, bool)` 58 | 59 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetName 63 | 64 | `func (o *Role) SetName(v string)` 65 | 66 | SetName sets Name field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/RoleRequest.md: -------------------------------------------------------------------------------- 1 | # RoleRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewRoleRequest 12 | 13 | `func NewRoleRequest(name string, ) *RoleRequest` 14 | 15 | NewRoleRequest instantiates a new RoleRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewRoleRequestWithDefaults 21 | 22 | `func NewRoleRequestWithDefaults() *RoleRequest` 23 | 24 | NewRoleRequestWithDefaults instantiates a new RoleRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *RoleRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *RoleRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *RoleRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/RootApi.md: -------------------------------------------------------------------------------- 1 | # \RootApi 2 | 3 | All URIs are relative to *http://localhost/api/v3* 4 | 5 | Method | HTTP request | Description 6 | ------------- | ------------- | ------------- 7 | [**RootConfigRetrieve**](RootApi.md#RootConfigRetrieve) | **Get** /root/config/ | 8 | 9 | 10 | 11 | ## RootConfigRetrieve 12 | 13 | > Config RootConfigRetrieve(ctx).Execute() 14 | 15 | 16 | 17 | 18 | 19 | ### Example 20 | 21 | ```go 22 | package main 23 | 24 | import ( 25 | "context" 26 | "fmt" 27 | "os" 28 | openapiclient "./openapi" 29 | ) 30 | 31 | func main() { 32 | 33 | configuration := openapiclient.NewConfiguration() 34 | apiClient := openapiclient.NewAPIClient(configuration) 35 | resp, r, err := apiClient.RootApi.RootConfigRetrieve(context.Background()).Execute() 36 | if err != nil { 37 | fmt.Fprintf(os.Stderr, "Error when calling `RootApi.RootConfigRetrieve``: %v\n", err) 38 | fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) 39 | } 40 | // response from `RootConfigRetrieve`: Config 41 | fmt.Fprintf(os.Stdout, "Response from `RootApi.RootConfigRetrieve`: %v\n", resp) 42 | } 43 | ``` 44 | 45 | ### Path Parameters 46 | 47 | This endpoint does not need any parameter. 48 | 49 | ### Other Parameters 50 | 51 | Other parameters are passed through a pointer to a apiRootConfigRetrieveRequest struct via the builder pattern 52 | 53 | 54 | ### Return type 55 | 56 | [**Config**](Config.md) 57 | 58 | ### Authorization 59 | 60 | [authentik](../README.md#authentik) 61 | 62 | ### HTTP request headers 63 | 64 | - **Content-Type**: Not defined 65 | - **Accept**: application/json 66 | 67 | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 68 | [[Back to Model list]](../README.md#documentation-for-models) 69 | [[Back to README]](../README.md) 70 | 71 | -------------------------------------------------------------------------------- /docs/SAMLMetadata.md: -------------------------------------------------------------------------------- 1 | # SAMLMetadata 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Metadata** | **string** | | [readonly] 8 | **DownloadUrl** | **string** | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewSAMLMetadata 13 | 14 | `func NewSAMLMetadata(metadata string, downloadUrl string, ) *SAMLMetadata` 15 | 16 | NewSAMLMetadata instantiates a new SAMLMetadata object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewSAMLMetadataWithDefaults 22 | 23 | `func NewSAMLMetadataWithDefaults() *SAMLMetadata` 24 | 25 | NewSAMLMetadataWithDefaults instantiates a new SAMLMetadata object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetMetadata 30 | 31 | `func (o *SAMLMetadata) GetMetadata() string` 32 | 33 | GetMetadata returns the Metadata field if non-nil, zero value otherwise. 34 | 35 | ### GetMetadataOk 36 | 37 | `func (o *SAMLMetadata) GetMetadataOk() (*string, bool)` 38 | 39 | GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetMetadata 43 | 44 | `func (o *SAMLMetadata) SetMetadata(v string)` 45 | 46 | SetMetadata sets Metadata field to given value. 47 | 48 | 49 | ### GetDownloadUrl 50 | 51 | `func (o *SAMLMetadata) GetDownloadUrl() string` 52 | 53 | GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise. 54 | 55 | ### GetDownloadUrlOk 56 | 57 | `func (o *SAMLMetadata) GetDownloadUrlOk() (*string, bool)` 58 | 59 | GetDownloadUrlOk returns a tuple with the DownloadUrl field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetDownloadUrl 63 | 64 | `func (o *SAMLMetadata) SetDownloadUrl(v string)` 65 | 66 | SetDownloadUrl sets DownloadUrl field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/SMSDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # SMSDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | The human-readable name of this device. | 8 | 9 | ## Methods 10 | 11 | ### NewSMSDeviceRequest 12 | 13 | `func NewSMSDeviceRequest(name string, ) *SMSDeviceRequest` 14 | 15 | NewSMSDeviceRequest instantiates a new SMSDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewSMSDeviceRequestWithDefaults 21 | 22 | `func NewSMSDeviceRequestWithDefaults() *SMSDeviceRequest` 23 | 24 | NewSMSDeviceRequestWithDefaults instantiates a new SMSDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *SMSDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *SMSDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *SMSDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/SchemaApi.md: -------------------------------------------------------------------------------- 1 | # \SchemaApi 2 | 3 | All URIs are relative to *http://localhost/api/v3* 4 | 5 | Method | HTTP request | Description 6 | ------------- | ------------- | ------------- 7 | [**SchemaRetrieve**](SchemaApi.md#SchemaRetrieve) | **Get** /schema/ | 8 | 9 | 10 | 11 | ## SchemaRetrieve 12 | 13 | > map[string]interface{} SchemaRetrieve(ctx).Format(format).Lang(lang).Execute() 14 | 15 | 16 | 17 | 18 | 19 | ### Example 20 | 21 | ```go 22 | package main 23 | 24 | import ( 25 | "context" 26 | "fmt" 27 | "os" 28 | openapiclient "./openapi" 29 | ) 30 | 31 | func main() { 32 | format := "format_example" // string | (optional) 33 | lang := "lang_example" // string | (optional) 34 | 35 | configuration := openapiclient.NewConfiguration() 36 | apiClient := openapiclient.NewAPIClient(configuration) 37 | resp, r, err := apiClient.SchemaApi.SchemaRetrieve(context.Background()).Format(format).Lang(lang).Execute() 38 | if err != nil { 39 | fmt.Fprintf(os.Stderr, "Error when calling `SchemaApi.SchemaRetrieve``: %v\n", err) 40 | fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) 41 | } 42 | // response from `SchemaRetrieve`: map[string]interface{} 43 | fmt.Fprintf(os.Stdout, "Response from `SchemaApi.SchemaRetrieve`: %v\n", resp) 44 | } 45 | ``` 46 | 47 | ### Path Parameters 48 | 49 | 50 | 51 | ### Other Parameters 52 | 53 | Other parameters are passed through a pointer to a apiSchemaRetrieveRequest struct via the builder pattern 54 | 55 | 56 | Name | Type | Description | Notes 57 | ------------- | ------------- | ------------- | ------------- 58 | **format** | **string** | | 59 | **lang** | **string** | | 60 | 61 | ### Return type 62 | 63 | **map[string]interface{}** 64 | 65 | ### Authorization 66 | 67 | [authentik](../README.md#authentik) 68 | 69 | ### HTTP request headers 70 | 71 | - **Content-Type**: Not defined 72 | - **Accept**: application/vnd.oai.openapi, application/yaml, application/vnd.oai.openapi+json, application/json 73 | 74 | [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) 75 | [[Back to Model list]](../README.md#documentation-for-models) 76 | [[Back to README]](../README.md) 77 | 78 | -------------------------------------------------------------------------------- /docs/ServiceConnectionState.md: -------------------------------------------------------------------------------- 1 | # ServiceConnectionState 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Healthy** | **bool** | | [readonly] 8 | **Version** | **string** | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewServiceConnectionState 13 | 14 | `func NewServiceConnectionState(healthy bool, version string, ) *ServiceConnectionState` 15 | 16 | NewServiceConnectionState instantiates a new ServiceConnectionState object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewServiceConnectionStateWithDefaults 22 | 23 | `func NewServiceConnectionStateWithDefaults() *ServiceConnectionState` 24 | 25 | NewServiceConnectionStateWithDefaults instantiates a new ServiceConnectionState object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetHealthy 30 | 31 | `func (o *ServiceConnectionState) GetHealthy() bool` 32 | 33 | GetHealthy returns the Healthy field if non-nil, zero value otherwise. 34 | 35 | ### GetHealthyOk 36 | 37 | `func (o *ServiceConnectionState) GetHealthyOk() (*bool, bool)` 38 | 39 | GetHealthyOk returns a tuple with the Healthy field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetHealthy 43 | 44 | `func (o *ServiceConnectionState) SetHealthy(v bool)` 45 | 46 | SetHealthy sets Healthy field to given value. 47 | 48 | 49 | ### GetVersion 50 | 51 | `func (o *ServiceConnectionState) GetVersion() string` 52 | 53 | GetVersion returns the Version field if non-nil, zero value otherwise. 54 | 55 | ### GetVersionOk 56 | 57 | `func (o *ServiceConnectionState) GetVersionOk() (*string, bool)` 58 | 59 | GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetVersion 63 | 64 | `func (o *ServiceConnectionState) SetVersion(v string)` 65 | 66 | SetVersion sets Version field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/SessionUser.md: -------------------------------------------------------------------------------- 1 | # SessionUser 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **User** | [**UserSelf**](UserSelf.md) | | 8 | **Original** | Pointer to [**UserSelf**](UserSelf.md) | | [optional] 9 | 10 | ## Methods 11 | 12 | ### NewSessionUser 13 | 14 | `func NewSessionUser(user UserSelf, ) *SessionUser` 15 | 16 | NewSessionUser instantiates a new SessionUser object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewSessionUserWithDefaults 22 | 23 | `func NewSessionUserWithDefaults() *SessionUser` 24 | 25 | NewSessionUserWithDefaults instantiates a new SessionUser object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetUser 30 | 31 | `func (o *SessionUser) GetUser() UserSelf` 32 | 33 | GetUser returns the User field if non-nil, zero value otherwise. 34 | 35 | ### GetUserOk 36 | 37 | `func (o *SessionUser) GetUserOk() (*UserSelf, bool)` 38 | 39 | GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetUser 43 | 44 | `func (o *SessionUser) SetUser(v UserSelf)` 45 | 46 | SetUser sets User field to given value. 47 | 48 | 49 | ### GetOriginal 50 | 51 | `func (o *SessionUser) GetOriginal() UserSelf` 52 | 53 | GetOriginal returns the Original field if non-nil, zero value otherwise. 54 | 55 | ### GetOriginalOk 56 | 57 | `func (o *SessionUser) GetOriginalOk() (*UserSelf, bool)` 58 | 59 | GetOriginalOk returns a tuple with the Original field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetOriginal 63 | 64 | `func (o *SessionUser) SetOriginal(v UserSelf)` 65 | 66 | SetOriginal sets Original field to given value. 67 | 68 | ### HasOriginal 69 | 70 | `func (o *SessionUser) HasOriginal() bool` 71 | 72 | HasOriginal returns a boolean if a field has been set. 73 | 74 | 75 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 76 | 77 | 78 | -------------------------------------------------------------------------------- /docs/SeverityEnum.md: -------------------------------------------------------------------------------- 1 | # SeverityEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NOTICE` (value: `"notice"`) 7 | 8 | * `WARNING` (value: `"warning"`) 9 | 10 | * `ALERT` (value: `"alert"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/SignatureAlgorithmEnum.md: -------------------------------------------------------------------------------- 1 | # SignatureAlgorithmEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `_2000_09_XMLDSIGRSA_SHA1` (value: `"http://www.w3.org/2000/09/xmldsig#rsa-sha1"`) 7 | 8 | * `_2001_04_XMLDSIG_MORERSA_SHA256` (value: `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"`) 9 | 10 | * `_2001_04_XMLDSIG_MORERSA_SHA384` (value: `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"`) 11 | 12 | * `_2001_04_XMLDSIG_MORERSA_SHA512` (value: `"http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"`) 13 | 14 | * `_2001_04_XMLDSIG_MOREECDSA_SHA1` (value: `"http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"`) 15 | 16 | * `_2001_04_XMLDSIG_MOREECDSA_SHA256` (value: `"http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"`) 17 | 18 | * `_2001_04_XMLDSIG_MOREECDSA_SHA384` (value: `"http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"`) 19 | 20 | * `_2001_04_XMLDSIG_MOREECDSA_SHA512` (value: `"http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"`) 21 | 22 | * `_2000_09_XMLDSIGDSA_SHA1` (value: `"http://www.w3.org/2000/09/xmldsig#dsa-sha1"`) 23 | 24 | 25 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 26 | 27 | 28 | -------------------------------------------------------------------------------- /docs/SpBindingEnum.md: -------------------------------------------------------------------------------- 1 | # SpBindingEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `REDIRECT` (value: `"redirect"`) 7 | 8 | * `POST` (value: `"post"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/StageRequest.md: -------------------------------------------------------------------------------- 1 | # StageRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | **FlowSet** | Pointer to [**[]FlowSetRequest**](FlowSetRequest.md) | | [optional] 9 | 10 | ## Methods 11 | 12 | ### NewStageRequest 13 | 14 | `func NewStageRequest(name string, ) *StageRequest` 15 | 16 | NewStageRequest instantiates a new StageRequest object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewStageRequestWithDefaults 22 | 23 | `func NewStageRequestWithDefaults() *StageRequest` 24 | 25 | NewStageRequestWithDefaults instantiates a new StageRequest object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *StageRequest) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *StageRequest) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *StageRequest) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetFlowSet 50 | 51 | `func (o *StageRequest) GetFlowSet() []FlowSetRequest` 52 | 53 | GetFlowSet returns the FlowSet field if non-nil, zero value otherwise. 54 | 55 | ### GetFlowSetOk 56 | 57 | `func (o *StageRequest) GetFlowSetOk() (*[]FlowSetRequest, bool)` 58 | 59 | GetFlowSetOk returns a tuple with the FlowSet field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetFlowSet 63 | 64 | `func (o *StageRequest) SetFlowSet(v []FlowSetRequest)` 65 | 66 | SetFlowSet sets FlowSet field to given value. 67 | 68 | ### HasFlowSet 69 | 70 | `func (o *StageRequest) HasFlowSet() bool` 71 | 72 | HasFlowSet returns a boolean if a field has been set. 73 | 74 | 75 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 76 | 77 | 78 | -------------------------------------------------------------------------------- /docs/StaticDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # StaticDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | The human-readable name of this device. | 8 | 9 | ## Methods 10 | 11 | ### NewStaticDeviceRequest 12 | 13 | `func NewStaticDeviceRequest(name string, ) *StaticDeviceRequest` 14 | 15 | NewStaticDeviceRequest instantiates a new StaticDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewStaticDeviceRequestWithDefaults 21 | 22 | `func NewStaticDeviceRequestWithDefaults() *StaticDeviceRequest` 23 | 24 | NewStaticDeviceRequestWithDefaults instantiates a new StaticDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *StaticDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *StaticDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *StaticDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/StaticDeviceToken.md: -------------------------------------------------------------------------------- 1 | # StaticDeviceToken 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Token** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewStaticDeviceToken 12 | 13 | `func NewStaticDeviceToken(token string, ) *StaticDeviceToken` 14 | 15 | NewStaticDeviceToken instantiates a new StaticDeviceToken object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewStaticDeviceTokenWithDefaults 21 | 22 | `func NewStaticDeviceTokenWithDefaults() *StaticDeviceToken` 23 | 24 | NewStaticDeviceTokenWithDefaults instantiates a new StaticDeviceToken object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetToken 29 | 30 | `func (o *StaticDeviceToken) GetToken() string` 31 | 32 | GetToken returns the Token field if non-nil, zero value otherwise. 33 | 34 | ### GetTokenOk 35 | 36 | `func (o *StaticDeviceToken) GetTokenOk() (*string, bool)` 37 | 38 | GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetToken 42 | 43 | `func (o *StaticDeviceToken) SetToken(v string)` 44 | 45 | SetToken sets Token field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/StaticDeviceTokenRequest.md: -------------------------------------------------------------------------------- 1 | # StaticDeviceTokenRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Token** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewStaticDeviceTokenRequest 12 | 13 | `func NewStaticDeviceTokenRequest(token string, ) *StaticDeviceTokenRequest` 14 | 15 | NewStaticDeviceTokenRequest instantiates a new StaticDeviceTokenRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewStaticDeviceTokenRequestWithDefaults 21 | 22 | `func NewStaticDeviceTokenRequestWithDefaults() *StaticDeviceTokenRequest` 23 | 24 | NewStaticDeviceTokenRequestWithDefaults instantiates a new StaticDeviceTokenRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetToken 29 | 30 | `func (o *StaticDeviceTokenRequest) GetToken() string` 31 | 32 | GetToken returns the Token field if non-nil, zero value otherwise. 33 | 34 | ### GetTokenOk 35 | 36 | `func (o *StaticDeviceTokenRequest) GetTokenOk() (*string, bool)` 37 | 38 | GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetToken 42 | 43 | `func (o *StaticDeviceTokenRequest) SetToken(v string)` 44 | 45 | SetToken sets Token field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/SubModeEnum.md: -------------------------------------------------------------------------------- 1 | # SubModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `HASHED_USER_ID` (value: `"hashed_user_id"`) 7 | 8 | * `USER_ID` (value: `"user_id"`) 9 | 10 | * `USER_UUID` (value: `"user_uuid"`) 11 | 12 | * `USER_USERNAME` (value: `"user_username"`) 13 | 14 | * `USER_EMAIL` (value: `"user_email"`) 15 | 16 | * `USER_UPN` (value: `"user_upn"`) 17 | 18 | 19 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 20 | 21 | 22 | -------------------------------------------------------------------------------- /docs/SyncObjectModelEnum.md: -------------------------------------------------------------------------------- 1 | # SyncObjectModelEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `USER` (value: `"authentik.core.models.User"`) 7 | 8 | * `GROUP` (value: `"authentik.core.models.Group"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/SyncObjectResult.md: -------------------------------------------------------------------------------- 1 | # SyncObjectResult 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Messages** | [**[]LogEvent**](LogEvent.md) | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewSyncObjectResult 12 | 13 | `func NewSyncObjectResult(messages []LogEvent, ) *SyncObjectResult` 14 | 15 | NewSyncObjectResult instantiates a new SyncObjectResult object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewSyncObjectResultWithDefaults 21 | 22 | `func NewSyncObjectResultWithDefaults() *SyncObjectResult` 23 | 24 | NewSyncObjectResultWithDefaults instantiates a new SyncObjectResult object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetMessages 29 | 30 | `func (o *SyncObjectResult) GetMessages() []LogEvent` 31 | 32 | GetMessages returns the Messages field if non-nil, zero value otherwise. 33 | 34 | ### GetMessagesOk 35 | 36 | `func (o *SyncObjectResult) GetMessagesOk() (*[]LogEvent, bool)` 37 | 38 | GetMessagesOk returns a tuple with the Messages field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetMessages 42 | 43 | `func (o *SyncObjectResult) SetMessages(v []LogEvent)` 44 | 45 | SetMessages sets Messages field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/SyncStatus.md: -------------------------------------------------------------------------------- 1 | # SyncStatus 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **IsRunning** | **bool** | | [readonly] 8 | **Tasks** | [**[]SystemTask**](SystemTask.md) | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewSyncStatus 13 | 14 | `func NewSyncStatus(isRunning bool, tasks []SystemTask, ) *SyncStatus` 15 | 16 | NewSyncStatus instantiates a new SyncStatus object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewSyncStatusWithDefaults 22 | 23 | `func NewSyncStatusWithDefaults() *SyncStatus` 24 | 25 | NewSyncStatusWithDefaults instantiates a new SyncStatus object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetIsRunning 30 | 31 | `func (o *SyncStatus) GetIsRunning() bool` 32 | 33 | GetIsRunning returns the IsRunning field if non-nil, zero value otherwise. 34 | 35 | ### GetIsRunningOk 36 | 37 | `func (o *SyncStatus) GetIsRunningOk() (*bool, bool)` 38 | 39 | GetIsRunningOk returns a tuple with the IsRunning field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetIsRunning 43 | 44 | `func (o *SyncStatus) SetIsRunning(v bool)` 45 | 46 | SetIsRunning sets IsRunning field to given value. 47 | 48 | 49 | ### GetTasks 50 | 51 | `func (o *SyncStatus) GetTasks() []SystemTask` 52 | 53 | GetTasks returns the Tasks field if non-nil, zero value otherwise. 54 | 55 | ### GetTasksOk 56 | 57 | `func (o *SyncStatus) GetTasksOk() (*[]SystemTask, bool)` 58 | 59 | GetTasksOk returns a tuple with the Tasks field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetTasks 63 | 64 | `func (o *SyncStatus) SetTasks(v []SystemTask)` 65 | 66 | SetTasks sets Tasks field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/SystemTaskStatusEnum.md: -------------------------------------------------------------------------------- 1 | # SystemTaskStatusEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `UNKNOWN` (value: `"unknown"`) 7 | 8 | * `SUCCESSFUL` (value: `"successful"`) 9 | 10 | * `WARNING` (value: `"warning"`) 11 | 12 | * `ERROR` (value: `"error"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/TOTPDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # TOTPDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | The human-readable name of this device. | 8 | 9 | ## Methods 10 | 11 | ### NewTOTPDeviceRequest 12 | 13 | `func NewTOTPDeviceRequest(name string, ) *TOTPDeviceRequest` 14 | 15 | NewTOTPDeviceRequest instantiates a new TOTPDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTOTPDeviceRequestWithDefaults 21 | 22 | `func NewTOTPDeviceRequestWithDefaults() *TOTPDeviceRequest` 23 | 24 | NewTOTPDeviceRequestWithDefaults instantiates a new TOTPDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *TOTPDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *TOTPDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *TOTPDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/TenantAdminGroupRequestRequest.md: -------------------------------------------------------------------------------- 1 | # TenantAdminGroupRequestRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **User** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewTenantAdminGroupRequestRequest 12 | 13 | `func NewTenantAdminGroupRequestRequest(user string, ) *TenantAdminGroupRequestRequest` 14 | 15 | NewTenantAdminGroupRequestRequest instantiates a new TenantAdminGroupRequestRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTenantAdminGroupRequestRequestWithDefaults 21 | 22 | `func NewTenantAdminGroupRequestRequestWithDefaults() *TenantAdminGroupRequestRequest` 23 | 24 | NewTenantAdminGroupRequestRequestWithDefaults instantiates a new TenantAdminGroupRequestRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetUser 29 | 30 | `func (o *TenantAdminGroupRequestRequest) GetUser() string` 31 | 32 | GetUser returns the User field if non-nil, zero value otherwise. 33 | 34 | ### GetUserOk 35 | 36 | `func (o *TenantAdminGroupRequestRequest) GetUserOk() (*string, bool)` 37 | 38 | GetUserOk returns a tuple with the User field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetUser 42 | 43 | `func (o *TenantAdminGroupRequestRequest) SetUser(v string)` 44 | 45 | SetUser sets User field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/TenantRecoveryKeyResponse.md: -------------------------------------------------------------------------------- 1 | # TenantRecoveryKeyResponse 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Expiry** | **time.Time** | | 8 | **Url** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewTenantRecoveryKeyResponse 13 | 14 | `func NewTenantRecoveryKeyResponse(expiry time.Time, url string, ) *TenantRecoveryKeyResponse` 15 | 16 | NewTenantRecoveryKeyResponse instantiates a new TenantRecoveryKeyResponse object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewTenantRecoveryKeyResponseWithDefaults 22 | 23 | `func NewTenantRecoveryKeyResponseWithDefaults() *TenantRecoveryKeyResponse` 24 | 25 | NewTenantRecoveryKeyResponseWithDefaults instantiates a new TenantRecoveryKeyResponse object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetExpiry 30 | 31 | `func (o *TenantRecoveryKeyResponse) GetExpiry() time.Time` 32 | 33 | GetExpiry returns the Expiry field if non-nil, zero value otherwise. 34 | 35 | ### GetExpiryOk 36 | 37 | `func (o *TenantRecoveryKeyResponse) GetExpiryOk() (*time.Time, bool)` 38 | 39 | GetExpiryOk returns a tuple with the Expiry field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetExpiry 43 | 44 | `func (o *TenantRecoveryKeyResponse) SetExpiry(v time.Time)` 45 | 46 | SetExpiry sets Expiry field to given value. 47 | 48 | 49 | ### GetUrl 50 | 51 | `func (o *TenantRecoveryKeyResponse) GetUrl() string` 52 | 53 | GetUrl returns the Url field if non-nil, zero value otherwise. 54 | 55 | ### GetUrlOk 56 | 57 | `func (o *TenantRecoveryKeyResponse) GetUrlOk() (*string, bool)` 58 | 59 | GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetUrl 63 | 64 | `func (o *TenantRecoveryKeyResponse) SetUrl(v string)` 65 | 66 | SetUrl sets Url field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/TokenSetKeyRequest.md: -------------------------------------------------------------------------------- 1 | # TokenSetKeyRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Key** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewTokenSetKeyRequest 12 | 13 | `func NewTokenSetKeyRequest(key string, ) *TokenSetKeyRequest` 14 | 15 | NewTokenSetKeyRequest instantiates a new TokenSetKeyRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTokenSetKeyRequestWithDefaults 21 | 22 | `func NewTokenSetKeyRequestWithDefaults() *TokenSetKeyRequest` 23 | 24 | NewTokenSetKeyRequestWithDefaults instantiates a new TokenSetKeyRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetKey 29 | 30 | `func (o *TokenSetKeyRequest) GetKey() string` 31 | 32 | GetKey returns the Key field if non-nil, zero value otherwise. 33 | 34 | ### GetKeyOk 35 | 36 | `func (o *TokenSetKeyRequest) GetKeyOk() (*string, bool)` 37 | 38 | GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetKey 42 | 43 | `func (o *TokenSetKeyRequest) SetKey(v string)` 44 | 45 | SetKey sets Key field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/TokenView.md: -------------------------------------------------------------------------------- 1 | # TokenView 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Key** | **string** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewTokenView 12 | 13 | `func NewTokenView(key string, ) *TokenView` 14 | 15 | NewTokenView instantiates a new TokenView object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewTokenViewWithDefaults 21 | 22 | `func NewTokenViewWithDefaults() *TokenView` 23 | 24 | NewTokenViewWithDefaults instantiates a new TokenView object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetKey 29 | 30 | `func (o *TokenView) GetKey() string` 31 | 32 | GetKey returns the Key field if non-nil, zero value otherwise. 33 | 34 | ### GetKeyOk 35 | 36 | `func (o *TokenView) GetKeyOk() (*string, bool)` 37 | 38 | GetKeyOk returns a tuple with the Key field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetKey 42 | 43 | `func (o *TokenView) SetKey(v string)` 44 | 45 | SetKey sets Key field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/UiThemeEnum.md: -------------------------------------------------------------------------------- 1 | # UiThemeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `AUTOMATIC` (value: `"automatic"`) 7 | 8 | * `LIGHT` (value: `"light"`) 9 | 10 | * `DARK` (value: `"dark"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/UsedByActionEnum.md: -------------------------------------------------------------------------------- 1 | # UsedByActionEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `CASCADE` (value: `"cascade"`) 7 | 8 | * `CASCADE_MANY` (value: `"cascade_many"`) 9 | 10 | * `SET_NULL` (value: `"set_null"`) 11 | 12 | * `SET_DEFAULT` (value: `"set_default"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/UserAccountRequest.md: -------------------------------------------------------------------------------- 1 | # UserAccountRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Pk** | **int32** | | 8 | 9 | ## Methods 10 | 11 | ### NewUserAccountRequest 12 | 13 | `func NewUserAccountRequest(pk int32, ) *UserAccountRequest` 14 | 15 | NewUserAccountRequest instantiates a new UserAccountRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewUserAccountRequestWithDefaults 21 | 22 | `func NewUserAccountRequestWithDefaults() *UserAccountRequest` 23 | 24 | NewUserAccountRequestWithDefaults instantiates a new UserAccountRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPk 29 | 30 | `func (o *UserAccountRequest) GetPk() int32` 31 | 32 | GetPk returns the Pk field if non-nil, zero value otherwise. 33 | 34 | ### GetPkOk 35 | 36 | `func (o *UserAccountRequest) GetPkOk() (*int32, bool)` 37 | 38 | GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPk 42 | 43 | `func (o *UserAccountRequest) SetPk(v int32)` 44 | 45 | SetPk sets Pk field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/UserAttributeEnum.md: -------------------------------------------------------------------------------- 1 | # UserAttributeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `USERNAME` (value: `"username"`) 7 | 8 | * `EMAIL` (value: `"email"`) 9 | 10 | 11 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 12 | 13 | 14 | -------------------------------------------------------------------------------- /docs/UserCreationModeEnum.md: -------------------------------------------------------------------------------- 1 | # UserCreationModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `NEVER_CREATE` (value: `"never_create"`) 7 | 8 | * `CREATE_WHEN_REQUIRED` (value: `"create_when_required"`) 9 | 10 | * `ALWAYS_CREATE` (value: `"always_create"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/UserFieldsEnum.md: -------------------------------------------------------------------------------- 1 | # UserFieldsEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `EMAIL` (value: `"email"`) 7 | 8 | * `USERNAME` (value: `"username"`) 9 | 10 | * `UPN` (value: `"upn"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/UserMatchingModeEnum.md: -------------------------------------------------------------------------------- 1 | # UserMatchingModeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `IDENTIFIER` (value: `"identifier"`) 7 | 8 | * `EMAIL_LINK` (value: `"email_link"`) 9 | 10 | * `EMAIL_DENY` (value: `"email_deny"`) 11 | 12 | * `USERNAME_LINK` (value: `"username_link"`) 13 | 14 | * `USERNAME_DENY` (value: `"username_deny"`) 15 | 16 | 17 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 18 | 19 | 20 | -------------------------------------------------------------------------------- /docs/UserPasswordSetRequest.md: -------------------------------------------------------------------------------- 1 | # UserPasswordSetRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Password** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewUserPasswordSetRequest 12 | 13 | `func NewUserPasswordSetRequest(password string, ) *UserPasswordSetRequest` 14 | 15 | NewUserPasswordSetRequest instantiates a new UserPasswordSetRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewUserPasswordSetRequestWithDefaults 21 | 22 | `func NewUserPasswordSetRequestWithDefaults() *UserPasswordSetRequest` 23 | 24 | NewUserPasswordSetRequestWithDefaults instantiates a new UserPasswordSetRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPassword 29 | 30 | `func (o *UserPasswordSetRequest) GetPassword() string` 31 | 32 | GetPassword returns the Password field if non-nil, zero value otherwise. 33 | 34 | ### GetPasswordOk 35 | 36 | `func (o *UserPasswordSetRequest) GetPasswordOk() (*string, bool)` 37 | 38 | GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPassword 42 | 43 | `func (o *UserPasswordSetRequest) SetPassword(v string)` 44 | 45 | SetPassword sets Password field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/UserPath.md: -------------------------------------------------------------------------------- 1 | # UserPath 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Paths** | **[]string** | | [readonly] 8 | 9 | ## Methods 10 | 11 | ### NewUserPath 12 | 13 | `func NewUserPath(paths []string, ) *UserPath` 14 | 15 | NewUserPath instantiates a new UserPath object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewUserPathWithDefaults 21 | 22 | `func NewUserPathWithDefaults() *UserPath` 23 | 24 | NewUserPathWithDefaults instantiates a new UserPath object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetPaths 29 | 30 | `func (o *UserPath) GetPaths() []string` 31 | 32 | GetPaths returns the Paths field if non-nil, zero value otherwise. 33 | 34 | ### GetPathsOk 35 | 36 | `func (o *UserPath) GetPathsOk() (*[]string, bool)` 37 | 38 | GetPathsOk returns a tuple with the Paths field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetPaths 42 | 43 | `func (o *UserPath) SetPaths(v []string)` 44 | 45 | SetPaths sets Paths field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/UserSelfGroups.md: -------------------------------------------------------------------------------- 1 | # UserSelfGroups 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | [readonly] 8 | **Pk** | **string** | | [readonly] 9 | 10 | ## Methods 11 | 12 | ### NewUserSelfGroups 13 | 14 | `func NewUserSelfGroups(name string, pk string, ) *UserSelfGroups` 15 | 16 | NewUserSelfGroups instantiates a new UserSelfGroups object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewUserSelfGroupsWithDefaults 22 | 23 | `func NewUserSelfGroupsWithDefaults() *UserSelfGroups` 24 | 25 | NewUserSelfGroupsWithDefaults instantiates a new UserSelfGroups object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetName 30 | 31 | `func (o *UserSelfGroups) GetName() string` 32 | 33 | GetName returns the Name field if non-nil, zero value otherwise. 34 | 35 | ### GetNameOk 36 | 37 | `func (o *UserSelfGroups) GetNameOk() (*string, bool)` 38 | 39 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetName 43 | 44 | `func (o *UserSelfGroups) SetName(v string)` 45 | 46 | SetName sets Name field to given value. 47 | 48 | 49 | ### GetPk 50 | 51 | `func (o *UserSelfGroups) GetPk() string` 52 | 53 | GetPk returns the Pk field if non-nil, zero value otherwise. 54 | 55 | ### GetPkOk 56 | 57 | `func (o *UserSelfGroups) GetPkOk() (*string, bool)` 58 | 59 | GetPkOk returns a tuple with the Pk field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetPk 63 | 64 | `func (o *UserSelfGroups) SetPk(v string)` 65 | 66 | SetPk sets Pk field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /docs/UserTypeEnum.md: -------------------------------------------------------------------------------- 1 | # UserTypeEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `INTERNAL` (value: `"internal"`) 7 | 8 | * `EXTERNAL` (value: `"external"`) 9 | 10 | * `SERVICE_ACCOUNT` (value: `"service_account"`) 11 | 12 | * `INTERNAL_SERVICE_ACCOUNT` (value: `"internal_service_account"`) 13 | 14 | 15 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 16 | 17 | 18 | -------------------------------------------------------------------------------- /docs/UserVerificationEnum.md: -------------------------------------------------------------------------------- 1 | # UserVerificationEnum 2 | 3 | ## Enum 4 | 5 | 6 | * `REQUIRED` (value: `"required"`) 7 | 8 | * `PREFERRED` (value: `"preferred"`) 9 | 10 | * `DISCOURAGED` (value: `"discouraged"`) 11 | 12 | 13 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 14 | 15 | 16 | -------------------------------------------------------------------------------- /docs/WebAuthnDeviceRequest.md: -------------------------------------------------------------------------------- 1 | # WebAuthnDeviceRequest 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Name** | **string** | | 8 | 9 | ## Methods 10 | 11 | ### NewWebAuthnDeviceRequest 12 | 13 | `func NewWebAuthnDeviceRequest(name string, ) *WebAuthnDeviceRequest` 14 | 15 | NewWebAuthnDeviceRequest instantiates a new WebAuthnDeviceRequest object 16 | This constructor will assign default values to properties that have it defined, 17 | and makes sure properties required by API are set, but the set of arguments 18 | will change when the set of required properties is changed 19 | 20 | ### NewWebAuthnDeviceRequestWithDefaults 21 | 22 | `func NewWebAuthnDeviceRequestWithDefaults() *WebAuthnDeviceRequest` 23 | 24 | NewWebAuthnDeviceRequestWithDefaults instantiates a new WebAuthnDeviceRequest object 25 | This constructor will only assign default values to properties that have it defined, 26 | but it doesn't guarantee that properties required by API are set 27 | 28 | ### GetName 29 | 30 | `func (o *WebAuthnDeviceRequest) GetName() string` 31 | 32 | GetName returns the Name field if non-nil, zero value otherwise. 33 | 34 | ### GetNameOk 35 | 36 | `func (o *WebAuthnDeviceRequest) GetNameOk() (*string, bool)` 37 | 38 | GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 39 | and a boolean to check if the value has been set. 40 | 41 | ### SetName 42 | 43 | `func (o *WebAuthnDeviceRequest) SetName(v string)` 44 | 45 | SetName sets Name field to given value. 46 | 47 | 48 | 49 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs/WebAuthnDeviceType.md: -------------------------------------------------------------------------------- 1 | # WebAuthnDeviceType 2 | 3 | ## Properties 4 | 5 | Name | Type | Description | Notes 6 | ------------ | ------------- | ------------- | ------------- 7 | **Aaguid** | **string** | | 8 | **Description** | **string** | | 9 | 10 | ## Methods 11 | 12 | ### NewWebAuthnDeviceType 13 | 14 | `func NewWebAuthnDeviceType(aaguid string, description string, ) *WebAuthnDeviceType` 15 | 16 | NewWebAuthnDeviceType instantiates a new WebAuthnDeviceType object 17 | This constructor will assign default values to properties that have it defined, 18 | and makes sure properties required by API are set, but the set of arguments 19 | will change when the set of required properties is changed 20 | 21 | ### NewWebAuthnDeviceTypeWithDefaults 22 | 23 | `func NewWebAuthnDeviceTypeWithDefaults() *WebAuthnDeviceType` 24 | 25 | NewWebAuthnDeviceTypeWithDefaults instantiates a new WebAuthnDeviceType object 26 | This constructor will only assign default values to properties that have it defined, 27 | but it doesn't guarantee that properties required by API are set 28 | 29 | ### GetAaguid 30 | 31 | `func (o *WebAuthnDeviceType) GetAaguid() string` 32 | 33 | GetAaguid returns the Aaguid field if non-nil, zero value otherwise. 34 | 35 | ### GetAaguidOk 36 | 37 | `func (o *WebAuthnDeviceType) GetAaguidOk() (*string, bool)` 38 | 39 | GetAaguidOk returns a tuple with the Aaguid field if it's non-nil, zero value otherwise 40 | and a boolean to check if the value has been set. 41 | 42 | ### SetAaguid 43 | 44 | `func (o *WebAuthnDeviceType) SetAaguid(v string)` 45 | 46 | SetAaguid sets Aaguid field to given value. 47 | 48 | 49 | ### GetDescription 50 | 51 | `func (o *WebAuthnDeviceType) GetDescription() string` 52 | 53 | GetDescription returns the Description field if non-nil, zero value otherwise. 54 | 55 | ### GetDescriptionOk 56 | 57 | `func (o *WebAuthnDeviceType) GetDescriptionOk() (*string, bool)` 58 | 59 | GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise 60 | and a boolean to check if the value has been set. 61 | 62 | ### SetDescription 63 | 64 | `func (o *WebAuthnDeviceType) SetDescription(v string)` 65 | 66 | SetDescription sets Description field to given value. 67 | 68 | 69 | 70 | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 71 | 72 | 73 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module goauthentik.io/api/v3 2 | 3 | go 1.15 4 | 5 | require ( 6 | golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 7 | ) 8 | -------------------------------------------------------------------------------- /response.go: -------------------------------------------------------------------------------- 1 | /* 2 | authentik 3 | 4 | Making authentication simple. 5 | 6 | API version: 2025.6.0 7 | Contact: hello@goauthentik.io 8 | */ 9 | 10 | // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. 11 | 12 | package api 13 | 14 | import ( 15 | "net/http" 16 | ) 17 | 18 | // APIResponse stores the API response returned by the server. 19 | type APIResponse struct { 20 | *http.Response `json:"-"` 21 | Message string `json:"message,omitempty"` 22 | // Operation is the name of the OpenAPI operation. 23 | Operation string `json:"operation,omitempty"` 24 | // RequestURL is the request URL. This value is always available, even if the 25 | // embedded *http.Response is nil. 26 | RequestURL string `json:"url,omitempty"` 27 | // Method is the HTTP method used for the request. This value is always 28 | // available, even if the embedded *http.Response is nil. 29 | Method string `json:"method,omitempty"` 30 | // Payload holds the contents of the response body (which may be nil or empty). 31 | // This is provided here as the raw response.Body() reader will have already 32 | // been drained. 33 | Payload []byte `json:"-"` 34 | } 35 | 36 | // NewAPIResponse returns a new APIResponse object. 37 | func NewAPIResponse(r *http.Response) *APIResponse { 38 | 39 | response := &APIResponse{Response: r} 40 | return response 41 | } 42 | 43 | // NewAPIResponseWithError returns a new APIResponse object with the provided error message. 44 | func NewAPIResponseWithError(errorMessage string) *APIResponse { 45 | 46 | response := &APIResponse{Message: errorMessage} 47 | return response 48 | } 49 | -------------------------------------------------------------------------------- /templates/go.mod.mustache: -------------------------------------------------------------------------------- 1 | module goauthentik.io/api/v3 2 | 3 | go 1.15 4 | 5 | require ( 6 | golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 7 | {{#withAWSV4Signature}} 8 | github.com/aws/aws-sdk-go v1.34.14 9 | {{/withAWSV4Signature}} 10 | ) 11 | -------------------------------------------------------------------------------- /version/go.mod: -------------------------------------------------------------------------------- 1 | module goauthentik.io/api/v3/version 2 | 3 | go 1.17 4 | 5 | require gopkg.in/yaml.v2 v2.4.0 6 | -------------------------------------------------------------------------------- /version/go.sum: -------------------------------------------------------------------------------- 1 | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= 2 | gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= 3 | gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= 4 | gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= 5 | -------------------------------------------------------------------------------- /version/main.go: -------------------------------------------------------------------------------- 1 | package main 2 | 3 | import ( 4 | "fmt" 5 | "io/ioutil" 6 | "os/exec" 7 | "strconv" 8 | "strings" 9 | 10 | "gopkg.in/yaml.v2" 11 | ) 12 | 13 | const ( 14 | majorVersion = "3" 15 | ) 16 | 17 | type Schema struct { 18 | Info struct { 19 | Version string `yaml:"version"` 20 | } `yaml:"info"` 21 | } 22 | 23 | func getUpstreamVersion() string { 24 | var schema Schema 25 | yamlFile, err := ioutil.ReadFile("../schema.yml") 26 | if err != nil { 27 | panic(err) 28 | } 29 | err = yaml.Unmarshal(yamlFile, &schema) 30 | if err != nil { 31 | panic(err) 32 | } 33 | v := schema.Info.Version 34 | parts := strings.Split(v, ".") 35 | m, _ := strconv.Atoi(parts[1]) 36 | parts[1] = fmt.Sprintf("%02d", m) 37 | fmt.Sprintln(parts) 38 | return strings.Join(parts, ".") 39 | } 40 | 41 | func getLatestTag() string { 42 | out, err := exec.Command("git", "describe", "--abbrev=0", "--tags").Output() 43 | if err != nil { 44 | panic(err) 45 | } 46 | return strings.TrimSpace(string(out)) 47 | } 48 | 49 | func main() { 50 | // Make sure there are no suffixes, and remove all dots so we have the same as above 51 | upstream := strings.ReplaceAll(strings.Split(getUpstreamVersion(), "-")[0], ".", "") 52 | tag := strings.Split(getLatestTag(), ".") 53 | rev, err := strconv.Atoi(tag[2]) 54 | if err != nil { 55 | panic(err) 56 | } 57 | if upstream != tag[1] { 58 | rev = 0 59 | } 60 | newVersion := fmt.Sprintf("v%s.%s.%d", majorVersion, upstream, rev+1) 61 | fmt.Print(newVersion) 62 | } 63 | --------------------------------------------------------------------------------