keycloak

package module
v0.20.2 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: Apache-2.0 Imports: 10 Imported by: 0

README

go-keycloak

An auto-generated package for interacting with the Keycloak Admin API. This package is built from the OpenAPI specifications for the Keycloak API.

Usage

package main

import (
	"context"
	"fmt"
	"time"

	"github.com/arctir/go-keycloak"
	"golang.org/x/oauth2"
)

type passwordTokenSource struct {
	config   *oauth2.Config
	username string
	password string
}

func (s passwordTokenSource) Token() (*oauth2.Token, error) {
	return s.config.PasswordCredentialsToken(context.TODO(), s.username, s.password)
}

func main() {
	config := &oauth2.Config{
		ClientID: "admin-cli",
		Endpoint: oauth2.Endpoint{
			TokenURL: "http://localhost:8080/realms/master/protocol/openid-connect/token",
		},
		Scopes: []string{"offline_access"}, // offline_access will provide a refresh token if enabled
	}

	oauth2client := oauth2.NewClient(context.TODO(), passwordTokenSource{
		config:   config,
		username: "admin",
		password: "password",
	})

	client, _ := keycloak.NewClient("http://localhost:8080/admin/realms", keycloak.WithHTTPClient(oauth2client))
	resp, err := client.GetRealm(context.TODO(), "foobar")
	...
}

Documentation

Overview

Package keycloak provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.13.0 DO NOT EDIT.

This file is *not* generated. These are convenience functions to compensate for a lacking API spec for posting realms to keycloak.

Package keycloak provides primitives to interact with the openapi HTTP API.

Code generated by github.com/deepmap/oapi-codegen version v1.13.0 DO NOT EDIT.

Index

Constants

View Source
const (
	Access_tokenScopes = "access_token.Scopes"
)

Variables

This section is empty.

Functions

func NewDeleteRealmAdminEventsRequest

func NewDeleteRealmAdminEventsRequest(server string, realm string) (*http.Request, error)

NewDeleteRealmAdminEventsRequest generates requests for DeleteRealmAdminEvents

func NewDeleteRealmAttackDetectionBruteForceUsersRequest

func NewDeleteRealmAttackDetectionBruteForceUsersRequest(server string, realm string) (*http.Request, error)

NewDeleteRealmAttackDetectionBruteForceUsersRequest generates requests for DeleteRealmAttackDetectionBruteForceUsers

func NewDeleteRealmAttackDetectionBruteForceUsersUserIdRequest

func NewDeleteRealmAttackDetectionBruteForceUsersUserIdRequest(server string, realm string, userId string) (*http.Request, error)

NewDeleteRealmAttackDetectionBruteForceUsersUserIdRequest generates requests for DeleteRealmAttackDetectionBruteForceUsersUserId

func NewDeleteRealmAuthenticationConfigIdRequest

func NewDeleteRealmAuthenticationConfigIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmAuthenticationConfigIdRequest generates requests for DeleteRealmAuthenticationConfigId

func NewDeleteRealmAuthenticationExecutionsExecutionIdRequest

func NewDeleteRealmAuthenticationExecutionsExecutionIdRequest(server string, realm string, executionId string) (*http.Request, error)

NewDeleteRealmAuthenticationExecutionsExecutionIdRequest generates requests for DeleteRealmAuthenticationExecutionsExecutionId

func NewDeleteRealmAuthenticationFlowsIdRequest

func NewDeleteRealmAuthenticationFlowsIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmAuthenticationFlowsIdRequest generates requests for DeleteRealmAuthenticationFlowsId

func NewDeleteRealmAuthenticationRequiredActionsAliasRequest

func NewDeleteRealmAuthenticationRequiredActionsAliasRequest(server string, realm string, alias string) (*http.Request, error)

NewDeleteRealmAuthenticationRequiredActionsAliasRequest generates requests for DeleteRealmAuthenticationRequiredActionsAlias

func NewDeleteRealmClientScopesId1ProtocolMappersModelsId2Request

func NewDeleteRealmClientScopesId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string) (*http.Request, error)

NewDeleteRealmClientScopesId1ProtocolMappersModelsId2Request generates requests for DeleteRealmClientScopesId1ProtocolMappersModelsId2

func NewDeleteRealmClientScopesIdRequest

func NewDeleteRealmClientScopesIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmClientScopesIdRequest generates requests for DeleteRealmClientScopesId

func NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequest

func NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string, body DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequest calls the generic DeleteRealmClientScopesIdScopeMappingsClientsClient builder with application/json body

func NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequestWithBody

func NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmClientScopesIdScopeMappingsClientsClientRequestWithBody generates requests for DeleteRealmClientScopesIdScopeMappingsClientsClient with any type of body

func NewDeleteRealmClientScopesIdScopeMappingsRealmRequest

func NewDeleteRealmClientScopesIdScopeMappingsRealmRequest(server string, realm string, id string, body DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody) (*http.Request, error)

NewDeleteRealmClientScopesIdScopeMappingsRealmRequest calls the generic DeleteRealmClientScopesIdScopeMappingsRealm builder with application/json body

func NewDeleteRealmClientScopesIdScopeMappingsRealmRequestWithBody

func NewDeleteRealmClientScopesIdScopeMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmClientScopesIdScopeMappingsRealmRequestWithBody generates requests for DeleteRealmClientScopesIdScopeMappingsRealm with any type of body

func NewDeleteRealmClientsId1ProtocolMappersModelsId2Request

func NewDeleteRealmClientsId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string) (*http.Request, error)

NewDeleteRealmClientsId1ProtocolMappersModelsId2Request generates requests for DeleteRealmClientsId1ProtocolMappersModelsId2

func NewDeleteRealmClientsIdClientSecretRotatedRequest

func NewDeleteRealmClientsIdClientSecretRotatedRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmClientsIdClientSecretRotatedRequest generates requests for DeleteRealmClientsIdClientSecretRotated

func NewDeleteRealmClientsIdDefaultClientScopesClientScopeIdRequest

func NewDeleteRealmClientsIdDefaultClientScopesClientScopeIdRequest(server string, realm string, id string, clientScopeId string) (*http.Request, error)

NewDeleteRealmClientsIdDefaultClientScopesClientScopeIdRequest generates requests for DeleteRealmClientsIdDefaultClientScopesClientScopeId

func NewDeleteRealmClientsIdNodesNodeRequest

func NewDeleteRealmClientsIdNodesNodeRequest(server string, realm string, id string, node string) (*http.Request, error)

NewDeleteRealmClientsIdNodesNodeRequest generates requests for DeleteRealmClientsIdNodesNode

func NewDeleteRealmClientsIdOptionalClientScopesClientScopeIdRequest

func NewDeleteRealmClientsIdOptionalClientScopesClientScopeIdRequest(server string, realm string, id string, clientScopeId string) (*http.Request, error)

NewDeleteRealmClientsIdOptionalClientScopesClientScopeIdRequest generates requests for DeleteRealmClientsIdOptionalClientScopesClientScopeId

func NewDeleteRealmClientsIdRequest

func NewDeleteRealmClientsIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmClientsIdRequest generates requests for DeleteRealmClientsId

func NewDeleteRealmClientsIdRolesRoleNameCompositesRequest

func NewDeleteRealmClientsIdRolesRoleNameCompositesRequest(server string, realm string, id string, roleName string, body DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody) (*http.Request, error)

NewDeleteRealmClientsIdRolesRoleNameCompositesRequest calls the generic DeleteRealmClientsIdRolesRoleNameComposites builder with application/json body

func NewDeleteRealmClientsIdRolesRoleNameCompositesRequestWithBody

func NewDeleteRealmClientsIdRolesRoleNameCompositesRequestWithBody(server string, realm string, id string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmClientsIdRolesRoleNameCompositesRequestWithBody generates requests for DeleteRealmClientsIdRolesRoleNameComposites with any type of body

func NewDeleteRealmClientsIdRolesRoleNameRequest

func NewDeleteRealmClientsIdRolesRoleNameRequest(server string, realm string, id string, roleName string) (*http.Request, error)

NewDeleteRealmClientsIdRolesRoleNameRequest generates requests for DeleteRealmClientsIdRolesRoleName

func NewDeleteRealmClientsIdScopeMappingsClientsClientRequest

func NewDeleteRealmClientsIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string, body DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewDeleteRealmClientsIdScopeMappingsClientsClientRequest calls the generic DeleteRealmClientsIdScopeMappingsClientsClient builder with application/json body

func NewDeleteRealmClientsIdScopeMappingsClientsClientRequestWithBody

func NewDeleteRealmClientsIdScopeMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmClientsIdScopeMappingsClientsClientRequestWithBody generates requests for DeleteRealmClientsIdScopeMappingsClientsClient with any type of body

func NewDeleteRealmClientsIdScopeMappingsRealmRequest

func NewDeleteRealmClientsIdScopeMappingsRealmRequest(server string, realm string, id string, body DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody) (*http.Request, error)

NewDeleteRealmClientsIdScopeMappingsRealmRequest calls the generic DeleteRealmClientsIdScopeMappingsRealm builder with application/json body

func NewDeleteRealmClientsIdScopeMappingsRealmRequestWithBody

func NewDeleteRealmClientsIdScopeMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmClientsIdScopeMappingsRealmRequestWithBody generates requests for DeleteRealmClientsIdScopeMappingsRealm with any type of body

func NewDeleteRealmClientsInitialAccessIdRequest

func NewDeleteRealmClientsInitialAccessIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmClientsInitialAccessIdRequest generates requests for DeleteRealmClientsInitialAccessId

func NewDeleteRealmComponentsIdRequest

func NewDeleteRealmComponentsIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmComponentsIdRequest generates requests for DeleteRealmComponentsId

func NewDeleteRealmDefaultDefaultClientScopesClientScopeIdRequest

func NewDeleteRealmDefaultDefaultClientScopesClientScopeIdRequest(server string, realm string, clientScopeId string) (*http.Request, error)

NewDeleteRealmDefaultDefaultClientScopesClientScopeIdRequest generates requests for DeleteRealmDefaultDefaultClientScopesClientScopeId

func NewDeleteRealmDefaultGroupsGroupIdRequest

func NewDeleteRealmDefaultGroupsGroupIdRequest(server string, realm string, groupId string) (*http.Request, error)

NewDeleteRealmDefaultGroupsGroupIdRequest generates requests for DeleteRealmDefaultGroupsGroupId

func NewDeleteRealmDefaultOptionalClientScopesClientScopeIdRequest

func NewDeleteRealmDefaultOptionalClientScopesClientScopeIdRequest(server string, realm string, clientScopeId string) (*http.Request, error)

NewDeleteRealmDefaultOptionalClientScopesClientScopeIdRequest generates requests for DeleteRealmDefaultOptionalClientScopesClientScopeId

func NewDeleteRealmEventsRequest

func NewDeleteRealmEventsRequest(server string, realm string) (*http.Request, error)

NewDeleteRealmEventsRequest generates requests for DeleteRealmEvents

func NewDeleteRealmGroupsIdRequest

func NewDeleteRealmGroupsIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmGroupsIdRequest generates requests for DeleteRealmGroupsId

func NewDeleteRealmGroupsIdRoleMappingsClientsClientRequest

func NewDeleteRealmGroupsIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string, body DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewDeleteRealmGroupsIdRoleMappingsClientsClientRequest calls the generic DeleteRealmGroupsIdRoleMappingsClientsClient builder with application/json body

func NewDeleteRealmGroupsIdRoleMappingsClientsClientRequestWithBody

func NewDeleteRealmGroupsIdRoleMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmGroupsIdRoleMappingsClientsClientRequestWithBody generates requests for DeleteRealmGroupsIdRoleMappingsClientsClient with any type of body

func NewDeleteRealmGroupsIdRoleMappingsRealmRequest

func NewDeleteRealmGroupsIdRoleMappingsRealmRequest(server string, realm string, id string, body DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody) (*http.Request, error)

NewDeleteRealmGroupsIdRoleMappingsRealmRequest calls the generic DeleteRealmGroupsIdRoleMappingsRealm builder with application/json body

func NewDeleteRealmGroupsIdRoleMappingsRealmRequestWithBody

func NewDeleteRealmGroupsIdRoleMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmGroupsIdRoleMappingsRealmRequestWithBody generates requests for DeleteRealmGroupsIdRoleMappingsRealm with any type of body

func NewDeleteRealmIdentityProviderInstancesAliasMappersIdRequest

func NewDeleteRealmIdentityProviderInstancesAliasMappersIdRequest(server string, realm string, alias string, id string) (*http.Request, error)

NewDeleteRealmIdentityProviderInstancesAliasMappersIdRequest generates requests for DeleteRealmIdentityProviderInstancesAliasMappersId

func NewDeleteRealmIdentityProviderInstancesAliasRequest

func NewDeleteRealmIdentityProviderInstancesAliasRequest(server string, realm string, alias string) (*http.Request, error)

NewDeleteRealmIdentityProviderInstancesAliasRequest generates requests for DeleteRealmIdentityProviderInstancesAlias

func NewDeleteRealmLocalizationLocaleKeyRequest

func NewDeleteRealmLocalizationLocaleKeyRequest(server string, realm string, locale string, key string) (*http.Request, error)

NewDeleteRealmLocalizationLocaleKeyRequest generates requests for DeleteRealmLocalizationLocaleKey

func NewDeleteRealmLocalizationLocaleRequest

func NewDeleteRealmLocalizationLocaleRequest(server string, realm string, locale string) (*http.Request, error)

NewDeleteRealmLocalizationLocaleRequest generates requests for DeleteRealmLocalizationLocale

func NewDeleteRealmRequest

func NewDeleteRealmRequest(server string, realm string) (*http.Request, error)

NewDeleteRealmRequest generates requests for DeleteRealm

func NewDeleteRealmRolesByIdRoleIdCompositesRequest

func NewDeleteRealmRolesByIdRoleIdCompositesRequest(server string, realm string, roleId string, body DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody) (*http.Request, error)

NewDeleteRealmRolesByIdRoleIdCompositesRequest calls the generic DeleteRealmRolesByIdRoleIdComposites builder with application/json body

func NewDeleteRealmRolesByIdRoleIdCompositesRequestWithBody

func NewDeleteRealmRolesByIdRoleIdCompositesRequestWithBody(server string, realm string, roleId string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmRolesByIdRoleIdCompositesRequestWithBody generates requests for DeleteRealmRolesByIdRoleIdComposites with any type of body

func NewDeleteRealmRolesByIdRoleIdRequest

func NewDeleteRealmRolesByIdRoleIdRequest(server string, realm string, roleId string) (*http.Request, error)

NewDeleteRealmRolesByIdRoleIdRequest generates requests for DeleteRealmRolesByIdRoleId

func NewDeleteRealmRolesRoleNameCompositesRequest

func NewDeleteRealmRolesRoleNameCompositesRequest(server string, realm string, roleName string, body DeleteRealmRolesRoleNameCompositesJSONRequestBody) (*http.Request, error)

NewDeleteRealmRolesRoleNameCompositesRequest calls the generic DeleteRealmRolesRoleNameComposites builder with application/json body

func NewDeleteRealmRolesRoleNameCompositesRequestWithBody

func NewDeleteRealmRolesRoleNameCompositesRequestWithBody(server string, realm string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmRolesRoleNameCompositesRequestWithBody generates requests for DeleteRealmRolesRoleNameComposites with any type of body

func NewDeleteRealmRolesRoleNameRequest

func NewDeleteRealmRolesRoleNameRequest(server string, realm string, roleName string) (*http.Request, error)

NewDeleteRealmRolesRoleNameRequest generates requests for DeleteRealmRolesRoleName

func NewDeleteRealmSessionsSessionRequest

func NewDeleteRealmSessionsSessionRequest(server string, realm string, session string) (*http.Request, error)

NewDeleteRealmSessionsSessionRequest generates requests for DeleteRealmSessionsSession

func NewDeleteRealmUsersIdConsentsClientRequest

func NewDeleteRealmUsersIdConsentsClientRequest(server string, realm string, id string, client string) (*http.Request, error)

NewDeleteRealmUsersIdConsentsClientRequest generates requests for DeleteRealmUsersIdConsentsClient

func NewDeleteRealmUsersIdCredentialsCredentialIdRequest

func NewDeleteRealmUsersIdCredentialsCredentialIdRequest(server string, realm string, id string, credentialId string) (*http.Request, error)

NewDeleteRealmUsersIdCredentialsCredentialIdRequest generates requests for DeleteRealmUsersIdCredentialsCredentialId

func NewDeleteRealmUsersIdFederatedIdentityProviderRequest

func NewDeleteRealmUsersIdFederatedIdentityProviderRequest(server string, realm string, id string, provider string) (*http.Request, error)

NewDeleteRealmUsersIdFederatedIdentityProviderRequest generates requests for DeleteRealmUsersIdFederatedIdentityProvider

func NewDeleteRealmUsersIdGroupsGroupIdRequest

func NewDeleteRealmUsersIdGroupsGroupIdRequest(server string, realm string, id string, groupId string) (*http.Request, error)

NewDeleteRealmUsersIdGroupsGroupIdRequest generates requests for DeleteRealmUsersIdGroupsGroupId

func NewDeleteRealmUsersIdRequest

func NewDeleteRealmUsersIdRequest(server string, realm string, id string) (*http.Request, error)

NewDeleteRealmUsersIdRequest generates requests for DeleteRealmUsersId

func NewDeleteRealmUsersIdRoleMappingsClientsClientRequest

func NewDeleteRealmUsersIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string, body DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewDeleteRealmUsersIdRoleMappingsClientsClientRequest calls the generic DeleteRealmUsersIdRoleMappingsClientsClient builder with application/json body

func NewDeleteRealmUsersIdRoleMappingsClientsClientRequestWithBody

func NewDeleteRealmUsersIdRoleMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmUsersIdRoleMappingsClientsClientRequestWithBody generates requests for DeleteRealmUsersIdRoleMappingsClientsClient with any type of body

func NewDeleteRealmUsersIdRoleMappingsRealmRequest

func NewDeleteRealmUsersIdRoleMappingsRealmRequest(server string, realm string, id string, body DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody) (*http.Request, error)

NewDeleteRealmUsersIdRoleMappingsRealmRequest calls the generic DeleteRealmUsersIdRoleMappingsRealm builder with application/json body

func NewDeleteRealmUsersIdRoleMappingsRealmRequestWithBody

func NewDeleteRealmUsersIdRoleMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewDeleteRealmUsersIdRoleMappingsRealmRequestWithBody generates requests for DeleteRealmUsersIdRoleMappingsRealm with any type of body

func NewGetRealmAdminEventsRequest

func NewGetRealmAdminEventsRequest(server string, realm string, params *GetRealmAdminEventsParams) (*http.Request, error)

NewGetRealmAdminEventsRequest generates requests for GetRealmAdminEvents

func NewGetRealmAttackDetectionBruteForceUsersUserIdRequest

func NewGetRealmAttackDetectionBruteForceUsersUserIdRequest(server string, realm string, userId string) (*http.Request, error)

NewGetRealmAttackDetectionBruteForceUsersUserIdRequest generates requests for GetRealmAttackDetectionBruteForceUsersUserId

func NewGetRealmAuthenticationAuthenticatorProvidersRequest

func NewGetRealmAuthenticationAuthenticatorProvidersRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationAuthenticatorProvidersRequest generates requests for GetRealmAuthenticationAuthenticatorProviders

func NewGetRealmAuthenticationClientAuthenticatorProvidersRequest

func NewGetRealmAuthenticationClientAuthenticatorProvidersRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationClientAuthenticatorProvidersRequest generates requests for GetRealmAuthenticationClientAuthenticatorProviders

func NewGetRealmAuthenticationConfigDescriptionProviderIdRequest

func NewGetRealmAuthenticationConfigDescriptionProviderIdRequest(server string, realm string, providerId string) (*http.Request, error)

NewGetRealmAuthenticationConfigDescriptionProviderIdRequest generates requests for GetRealmAuthenticationConfigDescriptionProviderId

func NewGetRealmAuthenticationConfigIdRequest

func NewGetRealmAuthenticationConfigIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmAuthenticationConfigIdRequest generates requests for GetRealmAuthenticationConfigId

func NewGetRealmAuthenticationExecutionsExecutionIdRequest

func NewGetRealmAuthenticationExecutionsExecutionIdRequest(server string, realm string, executionId string) (*http.Request, error)

NewGetRealmAuthenticationExecutionsExecutionIdRequest generates requests for GetRealmAuthenticationExecutionsExecutionId

func NewGetRealmAuthenticationFlowsFlowAliasExecutionsRequest

func NewGetRealmAuthenticationFlowsFlowAliasExecutionsRequest(server string, realm string, flowAlias string) (*http.Request, error)

NewGetRealmAuthenticationFlowsFlowAliasExecutionsRequest generates requests for GetRealmAuthenticationFlowsFlowAliasExecutions

func NewGetRealmAuthenticationFlowsIdRequest

func NewGetRealmAuthenticationFlowsIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmAuthenticationFlowsIdRequest generates requests for GetRealmAuthenticationFlowsId

func NewGetRealmAuthenticationFlowsRequest

func NewGetRealmAuthenticationFlowsRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationFlowsRequest generates requests for GetRealmAuthenticationFlows

func NewGetRealmAuthenticationFormActionProvidersRequest

func NewGetRealmAuthenticationFormActionProvidersRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationFormActionProvidersRequest generates requests for GetRealmAuthenticationFormActionProviders

func NewGetRealmAuthenticationFormProvidersRequest

func NewGetRealmAuthenticationFormProvidersRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationFormProvidersRequest generates requests for GetRealmAuthenticationFormProviders

func NewGetRealmAuthenticationPerClientConfigDescriptionRequest

func NewGetRealmAuthenticationPerClientConfigDescriptionRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationPerClientConfigDescriptionRequest generates requests for GetRealmAuthenticationPerClientConfigDescription

func NewGetRealmAuthenticationRequiredActionsAliasRequest

func NewGetRealmAuthenticationRequiredActionsAliasRequest(server string, realm string, alias string) (*http.Request, error)

NewGetRealmAuthenticationRequiredActionsAliasRequest generates requests for GetRealmAuthenticationRequiredActionsAlias

func NewGetRealmAuthenticationRequiredActionsRequest

func NewGetRealmAuthenticationRequiredActionsRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationRequiredActionsRequest generates requests for GetRealmAuthenticationRequiredActions

func NewGetRealmAuthenticationUnregisteredRequiredActionsRequest

func NewGetRealmAuthenticationUnregisteredRequiredActionsRequest(server string, realm string) (*http.Request, error)

NewGetRealmAuthenticationUnregisteredRequiredActionsRequest generates requests for GetRealmAuthenticationUnregisteredRequiredActions

func NewGetRealmClientPoliciesPoliciesRequest

func NewGetRealmClientPoliciesPoliciesRequest(server string, realm string) (*http.Request, error)

NewGetRealmClientPoliciesPoliciesRequest generates requests for GetRealmClientPoliciesPolicies

func NewGetRealmClientPoliciesProfilesRequest

func NewGetRealmClientPoliciesProfilesRequest(server string, realm string, params *GetRealmClientPoliciesProfilesParams) (*http.Request, error)

NewGetRealmClientPoliciesProfilesRequest generates requests for GetRealmClientPoliciesProfiles

func NewGetRealmClientRegistrationPolicyProvidersRequest

func NewGetRealmClientRegistrationPolicyProvidersRequest(server string, realm string) (*http.Request, error)

NewGetRealmClientRegistrationPolicyProvidersRequest generates requests for GetRealmClientRegistrationPolicyProviders

func NewGetRealmClientScopesId1ProtocolMappersModelsId2Request

func NewGetRealmClientScopesId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string) (*http.Request, error)

NewGetRealmClientScopesId1ProtocolMappersModelsId2Request generates requests for GetRealmClientScopesId1ProtocolMappersModelsId2

func NewGetRealmClientScopesIdProtocolMappersModelsRequest

func NewGetRealmClientScopesIdProtocolMappersModelsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientScopesIdProtocolMappersModelsRequest generates requests for GetRealmClientScopesIdProtocolMappersModels

func NewGetRealmClientScopesIdProtocolMappersProtocolProtocolRequest

func NewGetRealmClientScopesIdProtocolMappersProtocolProtocolRequest(server string, realm string, id string, protocol string) (*http.Request, error)

NewGetRealmClientScopesIdProtocolMappersProtocolProtocolRequest generates requests for GetRealmClientScopesIdProtocolMappersProtocolProtocol

func NewGetRealmClientScopesIdRequest

func NewGetRealmClientScopesIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientScopesIdRequest generates requests for GetRealmClientScopesId

func NewGetRealmClientScopesIdScopeMappingsClientsClientAvailableRequest

func NewGetRealmClientScopesIdScopeMappingsClientsClientAvailableRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsClientsClientAvailableRequest generates requests for GetRealmClientScopesIdScopeMappingsClientsClientAvailable

func NewGetRealmClientScopesIdScopeMappingsClientsClientCompositeRequest

func NewGetRealmClientScopesIdScopeMappingsClientsClientCompositeRequest(server string, realm string, id string, client string, params *GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsClientsClientCompositeRequest generates requests for GetRealmClientScopesIdScopeMappingsClientsClientComposite

func NewGetRealmClientScopesIdScopeMappingsClientsClientRequest

func NewGetRealmClientScopesIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsClientsClientRequest generates requests for GetRealmClientScopesIdScopeMappingsClientsClient

func NewGetRealmClientScopesIdScopeMappingsRealmAvailableRequest

func NewGetRealmClientScopesIdScopeMappingsRealmAvailableRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsRealmAvailableRequest generates requests for GetRealmClientScopesIdScopeMappingsRealmAvailable

func NewGetRealmClientScopesIdScopeMappingsRealmCompositeRequest

func NewGetRealmClientScopesIdScopeMappingsRealmCompositeRequest(server string, realm string, id string, params *GetRealmClientScopesIdScopeMappingsRealmCompositeParams) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsRealmCompositeRequest generates requests for GetRealmClientScopesIdScopeMappingsRealmComposite

func NewGetRealmClientScopesIdScopeMappingsRealmRequest

func NewGetRealmClientScopesIdScopeMappingsRealmRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientScopesIdScopeMappingsRealmRequest generates requests for GetRealmClientScopesIdScopeMappingsRealm

func NewGetRealmClientScopesRequest

func NewGetRealmClientScopesRequest(server string, realm string) (*http.Request, error)

NewGetRealmClientScopesRequest generates requests for GetRealmClientScopes

func NewGetRealmClientSessionStatsRequest

func NewGetRealmClientSessionStatsRequest(server string, realm string) (*http.Request, error)

NewGetRealmClientSessionStatsRequest generates requests for GetRealmClientSessionStats

func NewGetRealmClientsId1ProtocolMappersModelsId2Request

func NewGetRealmClientsId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string) (*http.Request, error)

NewGetRealmClientsId1ProtocolMappersModelsId2Request generates requests for GetRealmClientsId1ProtocolMappersModelsId2

func NewGetRealmClientsIdCertificatesAttrRequest

func NewGetRealmClientsIdCertificatesAttrRequest(server string, realm string, id string, attr string) (*http.Request, error)

NewGetRealmClientsIdCertificatesAttrRequest generates requests for GetRealmClientsIdCertificatesAttr

func NewGetRealmClientsIdClientSecretRequest

func NewGetRealmClientsIdClientSecretRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdClientSecretRequest generates requests for GetRealmClientsIdClientSecret

func NewGetRealmClientsIdClientSecretRotatedRequest

func NewGetRealmClientsIdClientSecretRotatedRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdClientSecretRotatedRequest generates requests for GetRealmClientsIdClientSecretRotated

func NewGetRealmClientsIdDefaultClientScopesRequest

func NewGetRealmClientsIdDefaultClientScopesRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdDefaultClientScopesRequest generates requests for GetRealmClientsIdDefaultClientScopes

func NewGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenRequest

func NewGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenRequest(server string, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenRequest generates requests for GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken

func NewGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenRequest

func NewGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenRequest(server string, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenRequest generates requests for GetRealmClientsIdEvaluateScopesGenerateExampleIdToken

func NewGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoRequest

func NewGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoRequest(server string, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoRequest generates requests for GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo

func NewGetRealmClientsIdEvaluateScopesProtocolMappersRequest

func NewGetRealmClientsIdEvaluateScopesProtocolMappersRequest(server string, realm string, id string, params *GetRealmClientsIdEvaluateScopesProtocolMappersParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesProtocolMappersRequest generates requests for GetRealmClientsIdEvaluateScopesProtocolMappers

func NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedRequest

func NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedRequest(server string, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedRequest generates requests for GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted

func NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedRequest

func NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedRequest(server string, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams) (*http.Request, error)

NewGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedRequest generates requests for GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted

func NewGetRealmClientsIdInstallationProvidersProviderIdRequest

func NewGetRealmClientsIdInstallationProvidersProviderIdRequest(server string, realm string, id string, providerId string) (*http.Request, error)

NewGetRealmClientsIdInstallationProvidersProviderIdRequest generates requests for GetRealmClientsIdInstallationProvidersProviderId

func NewGetRealmClientsIdManagementPermissionsRequest

func NewGetRealmClientsIdManagementPermissionsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdManagementPermissionsRequest generates requests for GetRealmClientsIdManagementPermissions

func NewGetRealmClientsIdOfflineSessionCountRequest

func NewGetRealmClientsIdOfflineSessionCountRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdOfflineSessionCountRequest generates requests for GetRealmClientsIdOfflineSessionCount

func NewGetRealmClientsIdOfflineSessionsRequest

func NewGetRealmClientsIdOfflineSessionsRequest(server string, realm string, id string, params *GetRealmClientsIdOfflineSessionsParams) (*http.Request, error)

NewGetRealmClientsIdOfflineSessionsRequest generates requests for GetRealmClientsIdOfflineSessions

func NewGetRealmClientsIdOptionalClientScopesRequest

func NewGetRealmClientsIdOptionalClientScopesRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdOptionalClientScopesRequest generates requests for GetRealmClientsIdOptionalClientScopes

func NewGetRealmClientsIdProtocolMappersModelsRequest

func NewGetRealmClientsIdProtocolMappersModelsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdProtocolMappersModelsRequest generates requests for GetRealmClientsIdProtocolMappersModels

func NewGetRealmClientsIdProtocolMappersProtocolProtocolRequest

func NewGetRealmClientsIdProtocolMappersProtocolProtocolRequest(server string, realm string, id string, protocol string) (*http.Request, error)

NewGetRealmClientsIdProtocolMappersProtocolProtocolRequest generates requests for GetRealmClientsIdProtocolMappersProtocolProtocol

func NewGetRealmClientsIdRequest

func NewGetRealmClientsIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdRequest generates requests for GetRealmClientsId

func NewGetRealmClientsIdRolesRequest

func NewGetRealmClientsIdRolesRequest(server string, realm string, id string, params *GetRealmClientsIdRolesParams) (*http.Request, error)

NewGetRealmClientsIdRolesRequest generates requests for GetRealmClientsIdRoles

func NewGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidRequest

func NewGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidRequest(server string, realm string, id string, roleName string, clientUuid string) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidRequest generates requests for GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid

func NewGetRealmClientsIdRolesRoleNameCompositesRealmRequest

func NewGetRealmClientsIdRolesRoleNameCompositesRealmRequest(server string, realm string, id string, roleName string) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameCompositesRealmRequest generates requests for GetRealmClientsIdRolesRoleNameCompositesRealm

func NewGetRealmClientsIdRolesRoleNameCompositesRequest

func NewGetRealmClientsIdRolesRoleNameCompositesRequest(server string, realm string, id string, roleName string) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameCompositesRequest generates requests for GetRealmClientsIdRolesRoleNameComposites

func NewGetRealmClientsIdRolesRoleNameGroupsRequest

func NewGetRealmClientsIdRolesRoleNameGroupsRequest(server string, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameGroupsParams) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameGroupsRequest generates requests for GetRealmClientsIdRolesRoleNameGroups

func NewGetRealmClientsIdRolesRoleNameManagementPermissionsRequest

func NewGetRealmClientsIdRolesRoleNameManagementPermissionsRequest(server string, realm string, id string, roleName string) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameManagementPermissionsRequest generates requests for GetRealmClientsIdRolesRoleNameManagementPermissions

func NewGetRealmClientsIdRolesRoleNameRequest

func NewGetRealmClientsIdRolesRoleNameRequest(server string, realm string, id string, roleName string) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameRequest generates requests for GetRealmClientsIdRolesRoleName

func NewGetRealmClientsIdRolesRoleNameUsersRequest

func NewGetRealmClientsIdRolesRoleNameUsersRequest(server string, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameUsersParams) (*http.Request, error)

NewGetRealmClientsIdRolesRoleNameUsersRequest generates requests for GetRealmClientsIdRolesRoleNameUsers

func NewGetRealmClientsIdScopeMappingsClientsClientAvailableRequest

func NewGetRealmClientsIdScopeMappingsClientsClientAvailableRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsClientsClientAvailableRequest generates requests for GetRealmClientsIdScopeMappingsClientsClientAvailable

func NewGetRealmClientsIdScopeMappingsClientsClientCompositeRequest

func NewGetRealmClientsIdScopeMappingsClientsClientCompositeRequest(server string, realm string, id string, client string, params *GetRealmClientsIdScopeMappingsClientsClientCompositeParams) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsClientsClientCompositeRequest generates requests for GetRealmClientsIdScopeMappingsClientsClientComposite

func NewGetRealmClientsIdScopeMappingsClientsClientRequest

func NewGetRealmClientsIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsClientsClientRequest generates requests for GetRealmClientsIdScopeMappingsClientsClient

func NewGetRealmClientsIdScopeMappingsRealmAvailableRequest

func NewGetRealmClientsIdScopeMappingsRealmAvailableRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsRealmAvailableRequest generates requests for GetRealmClientsIdScopeMappingsRealmAvailable

func NewGetRealmClientsIdScopeMappingsRealmCompositeRequest

func NewGetRealmClientsIdScopeMappingsRealmCompositeRequest(server string, realm string, id string, params *GetRealmClientsIdScopeMappingsRealmCompositeParams) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsRealmCompositeRequest generates requests for GetRealmClientsIdScopeMappingsRealmComposite

func NewGetRealmClientsIdScopeMappingsRealmRequest

func NewGetRealmClientsIdScopeMappingsRealmRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdScopeMappingsRealmRequest generates requests for GetRealmClientsIdScopeMappingsRealm

func NewGetRealmClientsIdServiceAccountUserRequest

func NewGetRealmClientsIdServiceAccountUserRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdServiceAccountUserRequest generates requests for GetRealmClientsIdServiceAccountUser

func NewGetRealmClientsIdSessionCountRequest

func NewGetRealmClientsIdSessionCountRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdSessionCountRequest generates requests for GetRealmClientsIdSessionCount

func NewGetRealmClientsIdTestNodesAvailableRequest

func NewGetRealmClientsIdTestNodesAvailableRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmClientsIdTestNodesAvailableRequest generates requests for GetRealmClientsIdTestNodesAvailable

func NewGetRealmClientsIdUserSessionsRequest

func NewGetRealmClientsIdUserSessionsRequest(server string, realm string, id string, params *GetRealmClientsIdUserSessionsParams) (*http.Request, error)

NewGetRealmClientsIdUserSessionsRequest generates requests for GetRealmClientsIdUserSessions

func NewGetRealmClientsInitialAccessRequest

func NewGetRealmClientsInitialAccessRequest(server string, realm string) (*http.Request, error)

NewGetRealmClientsInitialAccessRequest generates requests for GetRealmClientsInitialAccess

func NewGetRealmClientsRequest

func NewGetRealmClientsRequest(server string, realm string, params *GetRealmClientsParams) (*http.Request, error)

NewGetRealmClientsRequest generates requests for GetRealmClients

func NewGetRealmComponentsIdRequest

func NewGetRealmComponentsIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmComponentsIdRequest generates requests for GetRealmComponentsId

func NewGetRealmComponentsIdSubComponentTypesRequest

func NewGetRealmComponentsIdSubComponentTypesRequest(server string, realm string, id string, params *GetRealmComponentsIdSubComponentTypesParams) (*http.Request, error)

NewGetRealmComponentsIdSubComponentTypesRequest generates requests for GetRealmComponentsIdSubComponentTypes

func NewGetRealmComponentsRequest

func NewGetRealmComponentsRequest(server string, realm string, params *GetRealmComponentsParams) (*http.Request, error)

NewGetRealmComponentsRequest generates requests for GetRealmComponents

func NewGetRealmCredentialRegistratorsRequest

func NewGetRealmCredentialRegistratorsRequest(server string, realm string) (*http.Request, error)

NewGetRealmCredentialRegistratorsRequest generates requests for GetRealmCredentialRegistrators

func NewGetRealmDefaultDefaultClientScopesRequest

func NewGetRealmDefaultDefaultClientScopesRequest(server string, realm string) (*http.Request, error)

NewGetRealmDefaultDefaultClientScopesRequest generates requests for GetRealmDefaultDefaultClientScopes

func NewGetRealmDefaultGroupsRequest

func NewGetRealmDefaultGroupsRequest(server string, realm string) (*http.Request, error)

NewGetRealmDefaultGroupsRequest generates requests for GetRealmDefaultGroups

func NewGetRealmDefaultOptionalClientScopesRequest

func NewGetRealmDefaultOptionalClientScopesRequest(server string, realm string) (*http.Request, error)

NewGetRealmDefaultOptionalClientScopesRequest generates requests for GetRealmDefaultOptionalClientScopes

func NewGetRealmEventsConfigRequest

func NewGetRealmEventsConfigRequest(server string, realm string) (*http.Request, error)

NewGetRealmEventsConfigRequest generates requests for GetRealmEventsConfig

func NewGetRealmEventsRequest

func NewGetRealmEventsRequest(server string, realm string, params *GetRealmEventsParams) (*http.Request, error)

NewGetRealmEventsRequest generates requests for GetRealmEvents

func NewGetRealmGroupByPathPathRequest

func NewGetRealmGroupByPathPathRequest(server string, realm string, path string) (*http.Request, error)

NewGetRealmGroupByPathPathRequest generates requests for GetRealmGroupByPathPath

func NewGetRealmGroupsCountRequest

func NewGetRealmGroupsCountRequest(server string, realm string, params *GetRealmGroupsCountParams) (*http.Request, error)

NewGetRealmGroupsCountRequest generates requests for GetRealmGroupsCount

func NewGetRealmGroupsIdManagementPermissionsRequest

func NewGetRealmGroupsIdManagementPermissionsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmGroupsIdManagementPermissionsRequest generates requests for GetRealmGroupsIdManagementPermissions

func NewGetRealmGroupsIdMembersRequest

func NewGetRealmGroupsIdMembersRequest(server string, realm string, id string, params *GetRealmGroupsIdMembersParams) (*http.Request, error)

NewGetRealmGroupsIdMembersRequest generates requests for GetRealmGroupsIdMembers

func NewGetRealmGroupsIdRequest

func NewGetRealmGroupsIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmGroupsIdRequest generates requests for GetRealmGroupsId

func NewGetRealmGroupsIdRoleMappingsClientsClientAvailableRequest

func NewGetRealmGroupsIdRoleMappingsClientsClientAvailableRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsClientsClientAvailableRequest generates requests for GetRealmGroupsIdRoleMappingsClientsClientAvailable

func NewGetRealmGroupsIdRoleMappingsClientsClientCompositeRequest

func NewGetRealmGroupsIdRoleMappingsClientsClientCompositeRequest(server string, realm string, id string, client string, params *GetRealmGroupsIdRoleMappingsClientsClientCompositeParams) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsClientsClientCompositeRequest generates requests for GetRealmGroupsIdRoleMappingsClientsClientComposite

func NewGetRealmGroupsIdRoleMappingsClientsClientRequest

func NewGetRealmGroupsIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsClientsClientRequest generates requests for GetRealmGroupsIdRoleMappingsClientsClient

func NewGetRealmGroupsIdRoleMappingsRealmAvailableRequest

func NewGetRealmGroupsIdRoleMappingsRealmAvailableRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsRealmAvailableRequest generates requests for GetRealmGroupsIdRoleMappingsRealmAvailable

func NewGetRealmGroupsIdRoleMappingsRealmCompositeRequest

func NewGetRealmGroupsIdRoleMappingsRealmCompositeRequest(server string, realm string, id string, params *GetRealmGroupsIdRoleMappingsRealmCompositeParams) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsRealmCompositeRequest generates requests for GetRealmGroupsIdRoleMappingsRealmComposite

func NewGetRealmGroupsIdRoleMappingsRealmRequest

func NewGetRealmGroupsIdRoleMappingsRealmRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsRealmRequest generates requests for GetRealmGroupsIdRoleMappingsRealm

func NewGetRealmGroupsIdRoleMappingsRequest

func NewGetRealmGroupsIdRoleMappingsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmGroupsIdRoleMappingsRequest generates requests for GetRealmGroupsIdRoleMappings

func NewGetRealmGroupsRequest

func NewGetRealmGroupsRequest(server string, realm string, params *GetRealmGroupsParams) (*http.Request, error)

NewGetRealmGroupsRequest generates requests for GetRealmGroups

func NewGetRealmIdentityProviderInstancesAliasExportRequest

func NewGetRealmIdentityProviderInstancesAliasExportRequest(server string, realm string, alias string, params *GetRealmIdentityProviderInstancesAliasExportParams) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasExportRequest generates requests for GetRealmIdentityProviderInstancesAliasExport

func NewGetRealmIdentityProviderInstancesAliasManagementPermissionsRequest

func NewGetRealmIdentityProviderInstancesAliasManagementPermissionsRequest(server string, realm string, alias string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasManagementPermissionsRequest generates requests for GetRealmIdentityProviderInstancesAliasManagementPermissions

func NewGetRealmIdentityProviderInstancesAliasMapperTypesRequest

func NewGetRealmIdentityProviderInstancesAliasMapperTypesRequest(server string, realm string, alias string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasMapperTypesRequest generates requests for GetRealmIdentityProviderInstancesAliasMapperTypes

func NewGetRealmIdentityProviderInstancesAliasMappersIdRequest

func NewGetRealmIdentityProviderInstancesAliasMappersIdRequest(server string, realm string, alias string, id string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasMappersIdRequest generates requests for GetRealmIdentityProviderInstancesAliasMappersId

func NewGetRealmIdentityProviderInstancesAliasMappersRequest

func NewGetRealmIdentityProviderInstancesAliasMappersRequest(server string, realm string, alias string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasMappersRequest generates requests for GetRealmIdentityProviderInstancesAliasMappers

func NewGetRealmIdentityProviderInstancesAliasRequest

func NewGetRealmIdentityProviderInstancesAliasRequest(server string, realm string, alias string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesAliasRequest generates requests for GetRealmIdentityProviderInstancesAlias

func NewGetRealmIdentityProviderInstancesRequest

func NewGetRealmIdentityProviderInstancesRequest(server string, realm string) (*http.Request, error)

NewGetRealmIdentityProviderInstancesRequest generates requests for GetRealmIdentityProviderInstances

func NewGetRealmIdentityProviderProvidersProviderIdRequest

func NewGetRealmIdentityProviderProvidersProviderIdRequest(server string, realm string, providerId string) (*http.Request, error)

NewGetRealmIdentityProviderProvidersProviderIdRequest generates requests for GetRealmIdentityProviderProvidersProviderId

func NewGetRealmKeysRequest

func NewGetRealmKeysRequest(server string, realm string) (*http.Request, error)

NewGetRealmKeysRequest generates requests for GetRealmKeys

func NewGetRealmLocalizationLocaleKeyRequest

func NewGetRealmLocalizationLocaleKeyRequest(server string, realm string, locale string, key string) (*http.Request, error)

NewGetRealmLocalizationLocaleKeyRequest generates requests for GetRealmLocalizationLocaleKey

func NewGetRealmLocalizationLocaleRequest

func NewGetRealmLocalizationLocaleRequest(server string, realm string, locale string, params *GetRealmLocalizationLocaleParams) (*http.Request, error)

NewGetRealmLocalizationLocaleRequest generates requests for GetRealmLocalizationLocale

func NewGetRealmLocalizationRequest

func NewGetRealmLocalizationRequest(server string, realm string) (*http.Request, error)

NewGetRealmLocalizationRequest generates requests for GetRealmLocalization

func NewGetRealmRequest

func NewGetRealmRequest(server string, realm string) (*http.Request, error)

NewGetRealmRequest generates requests for GetRealm

func NewGetRealmRolesByIdRoleIdCompositesClientsClientUuidRequest

func NewGetRealmRolesByIdRoleIdCompositesClientsClientUuidRequest(server string, realm string, roleId string, clientUuid string) (*http.Request, error)

NewGetRealmRolesByIdRoleIdCompositesClientsClientUuidRequest generates requests for GetRealmRolesByIdRoleIdCompositesClientsClientUuid

func NewGetRealmRolesByIdRoleIdCompositesRealmRequest

func NewGetRealmRolesByIdRoleIdCompositesRealmRequest(server string, realm string, roleId string) (*http.Request, error)

NewGetRealmRolesByIdRoleIdCompositesRealmRequest generates requests for GetRealmRolesByIdRoleIdCompositesRealm

func NewGetRealmRolesByIdRoleIdCompositesRequest

func NewGetRealmRolesByIdRoleIdCompositesRequest(server string, realm string, roleId string, params *GetRealmRolesByIdRoleIdCompositesParams) (*http.Request, error)

NewGetRealmRolesByIdRoleIdCompositesRequest generates requests for GetRealmRolesByIdRoleIdComposites

func NewGetRealmRolesByIdRoleIdManagementPermissionsRequest

func NewGetRealmRolesByIdRoleIdManagementPermissionsRequest(server string, realm string, roleId string) (*http.Request, error)

NewGetRealmRolesByIdRoleIdManagementPermissionsRequest generates requests for GetRealmRolesByIdRoleIdManagementPermissions

func NewGetRealmRolesByIdRoleIdRequest

func NewGetRealmRolesByIdRoleIdRequest(server string, realm string, roleId string) (*http.Request, error)

NewGetRealmRolesByIdRoleIdRequest generates requests for GetRealmRolesByIdRoleId

func NewGetRealmRolesRequest

func NewGetRealmRolesRequest(server string, realm string, params *GetRealmRolesParams) (*http.Request, error)

NewGetRealmRolesRequest generates requests for GetRealmRoles

func NewGetRealmRolesRoleNameCompositesClientsClientUuidRequest

func NewGetRealmRolesRoleNameCompositesClientsClientUuidRequest(server string, realm string, roleName string, clientUuid string) (*http.Request, error)

NewGetRealmRolesRoleNameCompositesClientsClientUuidRequest generates requests for GetRealmRolesRoleNameCompositesClientsClientUuid

func NewGetRealmRolesRoleNameCompositesRealmRequest

func NewGetRealmRolesRoleNameCompositesRealmRequest(server string, realm string, roleName string) (*http.Request, error)

NewGetRealmRolesRoleNameCompositesRealmRequest generates requests for GetRealmRolesRoleNameCompositesRealm

func NewGetRealmRolesRoleNameCompositesRequest

func NewGetRealmRolesRoleNameCompositesRequest(server string, realm string, roleName string) (*http.Request, error)

NewGetRealmRolesRoleNameCompositesRequest generates requests for GetRealmRolesRoleNameComposites

func NewGetRealmRolesRoleNameGroupsRequest

func NewGetRealmRolesRoleNameGroupsRequest(server string, realm string, roleName string, params *GetRealmRolesRoleNameGroupsParams) (*http.Request, error)

NewGetRealmRolesRoleNameGroupsRequest generates requests for GetRealmRolesRoleNameGroups

func NewGetRealmRolesRoleNameManagementPermissionsRequest

func NewGetRealmRolesRoleNameManagementPermissionsRequest(server string, realm string, roleName string) (*http.Request, error)

NewGetRealmRolesRoleNameManagementPermissionsRequest generates requests for GetRealmRolesRoleNameManagementPermissions

func NewGetRealmRolesRoleNameRequest

func NewGetRealmRolesRoleNameRequest(server string, realm string, roleName string) (*http.Request, error)

NewGetRealmRolesRoleNameRequest generates requests for GetRealmRolesRoleName

func NewGetRealmRolesRoleNameUsersRequest

func NewGetRealmRolesRoleNameUsersRequest(server string, realm string, roleName string, params *GetRealmRolesRoleNameUsersParams) (*http.Request, error)

NewGetRealmRolesRoleNameUsersRequest generates requests for GetRealmRolesRoleNameUsers

func NewGetRealmUsersCountRequest

func NewGetRealmUsersCountRequest(server string, realm string, params *GetRealmUsersCountParams) (*http.Request, error)

NewGetRealmUsersCountRequest generates requests for GetRealmUsersCount

func NewGetRealmUsersIdConfiguredUserStorageCredentialTypesRequest

func NewGetRealmUsersIdConfiguredUserStorageCredentialTypesRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdConfiguredUserStorageCredentialTypesRequest generates requests for GetRealmUsersIdConfiguredUserStorageCredentialTypes

func NewGetRealmUsersIdConsentsRequest

func NewGetRealmUsersIdConsentsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdConsentsRequest generates requests for GetRealmUsersIdConsents

func NewGetRealmUsersIdCredentialsRequest

func NewGetRealmUsersIdCredentialsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdCredentialsRequest generates requests for GetRealmUsersIdCredentials

func NewGetRealmUsersIdFederatedIdentityRequest

func NewGetRealmUsersIdFederatedIdentityRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdFederatedIdentityRequest generates requests for GetRealmUsersIdFederatedIdentity

func NewGetRealmUsersIdGroupsCountRequest

func NewGetRealmUsersIdGroupsCountRequest(server string, realm string, id string, params *GetRealmUsersIdGroupsCountParams) (*http.Request, error)

NewGetRealmUsersIdGroupsCountRequest generates requests for GetRealmUsersIdGroupsCount

func NewGetRealmUsersIdGroupsRequest

func NewGetRealmUsersIdGroupsRequest(server string, realm string, id string, params *GetRealmUsersIdGroupsParams) (*http.Request, error)

NewGetRealmUsersIdGroupsRequest generates requests for GetRealmUsersIdGroups

func NewGetRealmUsersIdOfflineSessionsClientUuidRequest

func NewGetRealmUsersIdOfflineSessionsClientUuidRequest(server string, realm string, id string, clientUuid string) (*http.Request, error)

NewGetRealmUsersIdOfflineSessionsClientUuidRequest generates requests for GetRealmUsersIdOfflineSessionsClientUuid

func NewGetRealmUsersIdRequest

func NewGetRealmUsersIdRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdRequest generates requests for GetRealmUsersId

func NewGetRealmUsersIdRoleMappingsClientsClientAvailableRequest

func NewGetRealmUsersIdRoleMappingsClientsClientAvailableRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsClientsClientAvailableRequest generates requests for GetRealmUsersIdRoleMappingsClientsClientAvailable

func NewGetRealmUsersIdRoleMappingsClientsClientCompositeRequest

func NewGetRealmUsersIdRoleMappingsClientsClientCompositeRequest(server string, realm string, id string, client string, params *GetRealmUsersIdRoleMappingsClientsClientCompositeParams) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsClientsClientCompositeRequest generates requests for GetRealmUsersIdRoleMappingsClientsClientComposite

func NewGetRealmUsersIdRoleMappingsClientsClientRequest

func NewGetRealmUsersIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsClientsClientRequest generates requests for GetRealmUsersIdRoleMappingsClientsClient

func NewGetRealmUsersIdRoleMappingsRealmAvailableRequest

func NewGetRealmUsersIdRoleMappingsRealmAvailableRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsRealmAvailableRequest generates requests for GetRealmUsersIdRoleMappingsRealmAvailable

func NewGetRealmUsersIdRoleMappingsRealmCompositeRequest

func NewGetRealmUsersIdRoleMappingsRealmCompositeRequest(server string, realm string, id string, params *GetRealmUsersIdRoleMappingsRealmCompositeParams) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsRealmCompositeRequest generates requests for GetRealmUsersIdRoleMappingsRealmComposite

func NewGetRealmUsersIdRoleMappingsRealmRequest

func NewGetRealmUsersIdRoleMappingsRealmRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsRealmRequest generates requests for GetRealmUsersIdRoleMappingsRealm

func NewGetRealmUsersIdRoleMappingsRequest

func NewGetRealmUsersIdRoleMappingsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdRoleMappingsRequest generates requests for GetRealmUsersIdRoleMappings

func NewGetRealmUsersIdSessionsRequest

func NewGetRealmUsersIdSessionsRequest(server string, realm string, id string) (*http.Request, error)

NewGetRealmUsersIdSessionsRequest generates requests for GetRealmUsersIdSessions

func NewGetRealmUsersManagementPermissionsRequest

func NewGetRealmUsersManagementPermissionsRequest(server string, realm string) (*http.Request, error)

NewGetRealmUsersManagementPermissionsRequest generates requests for GetRealmUsersManagementPermissions

func NewGetRealmUsersProfileRequest

func NewGetRealmUsersProfileRequest(server string, realm string) (*http.Request, error)

NewGetRealmUsersProfileRequest generates requests for GetRealmUsersProfile

func NewGetRealmUsersRequest

func NewGetRealmUsersRequest(server string, realm string, params *GetRealmUsersParams) (*http.Request, error)

NewGetRealmUsersRequest generates requests for GetRealmUsers

func NewGetRequest

func NewGetRequest(server string) (*http.Request, error)

NewGetRequest generates requests for Get

func NewPostRealmAuthenticationExecutionsExecutionIdConfigRequest

func NewPostRealmAuthenticationExecutionsExecutionIdConfigRequest(server string, realm string, executionId string, body PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationExecutionsExecutionIdConfigRequest calls the generic PostRealmAuthenticationExecutionsExecutionIdConfig builder with application/json body

func NewPostRealmAuthenticationExecutionsExecutionIdConfigRequestWithBody

func NewPostRealmAuthenticationExecutionsExecutionIdConfigRequestWithBody(server string, realm string, executionId string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationExecutionsExecutionIdConfigRequestWithBody generates requests for PostRealmAuthenticationExecutionsExecutionIdConfig with any type of body

func NewPostRealmAuthenticationExecutionsExecutionIdLowerPriorityRequest

func NewPostRealmAuthenticationExecutionsExecutionIdLowerPriorityRequest(server string, realm string, executionId string) (*http.Request, error)

NewPostRealmAuthenticationExecutionsExecutionIdLowerPriorityRequest generates requests for PostRealmAuthenticationExecutionsExecutionIdLowerPriority

func NewPostRealmAuthenticationExecutionsExecutionIdRaisePriorityRequest

func NewPostRealmAuthenticationExecutionsExecutionIdRaisePriorityRequest(server string, realm string, executionId string) (*http.Request, error)

NewPostRealmAuthenticationExecutionsExecutionIdRaisePriorityRequest generates requests for PostRealmAuthenticationExecutionsExecutionIdRaisePriority

func NewPostRealmAuthenticationExecutionsRequest

func NewPostRealmAuthenticationExecutionsRequest(server string, realm string, body PostRealmAuthenticationExecutionsJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationExecutionsRequest calls the generic PostRealmAuthenticationExecutions builder with application/json body

func NewPostRealmAuthenticationExecutionsRequestWithBody

func NewPostRealmAuthenticationExecutionsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationExecutionsRequestWithBody generates requests for PostRealmAuthenticationExecutions with any type of body

func NewPostRealmAuthenticationFlowsFlowAliasCopyRequest

func NewPostRealmAuthenticationFlowsFlowAliasCopyRequest(server string, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasCopyRequest calls the generic PostRealmAuthenticationFlowsFlowAliasCopy builder with application/json body

func NewPostRealmAuthenticationFlowsFlowAliasCopyRequestWithBody

func NewPostRealmAuthenticationFlowsFlowAliasCopyRequestWithBody(server string, realm string, flowAlias string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasCopyRequestWithBody generates requests for PostRealmAuthenticationFlowsFlowAliasCopy with any type of body

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequest

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequest(server string, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequest calls the generic PostRealmAuthenticationFlowsFlowAliasExecutionsExecution builder with application/json body

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequestWithBody

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequestWithBody(server string, realm string, flowAlias string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasExecutionsExecutionRequestWithBody generates requests for PostRealmAuthenticationFlowsFlowAliasExecutionsExecution with any type of body

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequest

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequest(server string, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequest calls the generic PostRealmAuthenticationFlowsFlowAliasExecutionsFlow builder with application/json body

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequestWithBody

func NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequestWithBody(server string, realm string, flowAlias string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationFlowsFlowAliasExecutionsFlowRequestWithBody generates requests for PostRealmAuthenticationFlowsFlowAliasExecutionsFlow with any type of body

func NewPostRealmAuthenticationFlowsRequest

func NewPostRealmAuthenticationFlowsRequest(server string, realm string, body PostRealmAuthenticationFlowsJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationFlowsRequest calls the generic PostRealmAuthenticationFlows builder with application/json body

func NewPostRealmAuthenticationFlowsRequestWithBody

func NewPostRealmAuthenticationFlowsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationFlowsRequestWithBody generates requests for PostRealmAuthenticationFlows with any type of body

func NewPostRealmAuthenticationRegisterRequiredActionRequest

func NewPostRealmAuthenticationRegisterRequiredActionRequest(server string, realm string, body PostRealmAuthenticationRegisterRequiredActionJSONRequestBody) (*http.Request, error)

NewPostRealmAuthenticationRegisterRequiredActionRequest calls the generic PostRealmAuthenticationRegisterRequiredAction builder with application/json body

func NewPostRealmAuthenticationRegisterRequiredActionRequestWithBody

func NewPostRealmAuthenticationRegisterRequiredActionRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmAuthenticationRegisterRequiredActionRequestWithBody generates requests for PostRealmAuthenticationRegisterRequiredAction with any type of body

func NewPostRealmAuthenticationRequiredActionsAliasLowerPriorityRequest

func NewPostRealmAuthenticationRequiredActionsAliasLowerPriorityRequest(server string, realm string, alias string) (*http.Request, error)

NewPostRealmAuthenticationRequiredActionsAliasLowerPriorityRequest generates requests for PostRealmAuthenticationRequiredActionsAliasLowerPriority

func NewPostRealmAuthenticationRequiredActionsAliasRaisePriorityRequest

func NewPostRealmAuthenticationRequiredActionsAliasRaisePriorityRequest(server string, realm string, alias string) (*http.Request, error)

NewPostRealmAuthenticationRequiredActionsAliasRaisePriorityRequest generates requests for PostRealmAuthenticationRequiredActionsAliasRaisePriority

func NewPostRealmClientDescriptionConverterRequestWithBody

func NewPostRealmClientDescriptionConverterRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientDescriptionConverterRequestWithBody generates requests for PostRealmClientDescriptionConverter with any type of body

func NewPostRealmClientDescriptionConverterRequestWithTextBody

func NewPostRealmClientDescriptionConverterRequestWithTextBody(server string, realm string, body PostRealmClientDescriptionConverterTextRequestBody) (*http.Request, error)

NewPostRealmClientDescriptionConverterRequestWithTextBody calls the generic PostRealmClientDescriptionConverter builder with text/plain body

func NewPostRealmClientScopesIdProtocolMappersAddModelsRequest

func NewPostRealmClientScopesIdProtocolMappersAddModelsRequest(server string, realm string, id string, body PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody) (*http.Request, error)

NewPostRealmClientScopesIdProtocolMappersAddModelsRequest calls the generic PostRealmClientScopesIdProtocolMappersAddModels builder with application/json body

func NewPostRealmClientScopesIdProtocolMappersAddModelsRequestWithBody

func NewPostRealmClientScopesIdProtocolMappersAddModelsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientScopesIdProtocolMappersAddModelsRequestWithBody generates requests for PostRealmClientScopesIdProtocolMappersAddModels with any type of body

func NewPostRealmClientScopesIdProtocolMappersModelsRequest

func NewPostRealmClientScopesIdProtocolMappersModelsRequest(server string, realm string, id string, body PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody) (*http.Request, error)

NewPostRealmClientScopesIdProtocolMappersModelsRequest calls the generic PostRealmClientScopesIdProtocolMappersModels builder with application/json body

func NewPostRealmClientScopesIdProtocolMappersModelsRequestWithBody

func NewPostRealmClientScopesIdProtocolMappersModelsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientScopesIdProtocolMappersModelsRequestWithBody generates requests for PostRealmClientScopesIdProtocolMappersModels with any type of body

func NewPostRealmClientScopesIdScopeMappingsClientsClientRequest

func NewPostRealmClientScopesIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string, body PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewPostRealmClientScopesIdScopeMappingsClientsClientRequest calls the generic PostRealmClientScopesIdScopeMappingsClientsClient builder with application/json body

func NewPostRealmClientScopesIdScopeMappingsClientsClientRequestWithBody

func NewPostRealmClientScopesIdScopeMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientScopesIdScopeMappingsClientsClientRequestWithBody generates requests for PostRealmClientScopesIdScopeMappingsClientsClient with any type of body

func NewPostRealmClientScopesIdScopeMappingsRealmRequest

func NewPostRealmClientScopesIdScopeMappingsRealmRequest(server string, realm string, id string, body PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody) (*http.Request, error)

NewPostRealmClientScopesIdScopeMappingsRealmRequest calls the generic PostRealmClientScopesIdScopeMappingsRealm builder with application/json body

func NewPostRealmClientScopesIdScopeMappingsRealmRequestWithBody

func NewPostRealmClientScopesIdScopeMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientScopesIdScopeMappingsRealmRequestWithBody generates requests for PostRealmClientScopesIdScopeMappingsRealm with any type of body

func NewPostRealmClientScopesRequest

func NewPostRealmClientScopesRequest(server string, realm string, body PostRealmClientScopesJSONRequestBody) (*http.Request, error)

NewPostRealmClientScopesRequest calls the generic PostRealmClientScopes builder with application/json body

func NewPostRealmClientScopesRequestWithBody

func NewPostRealmClientScopesRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientScopesRequestWithBody generates requests for PostRealmClientScopes with any type of body

func NewPostRealmClientsIdCertificatesAttrDownloadRequest

func NewPostRealmClientsIdCertificatesAttrDownloadRequest(server string, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrDownloadRequest calls the generic PostRealmClientsIdCertificatesAttrDownload builder with application/json body

func NewPostRealmClientsIdCertificatesAttrDownloadRequestWithBody

func NewPostRealmClientsIdCertificatesAttrDownloadRequestWithBody(server string, realm string, id string, attr string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrDownloadRequestWithBody generates requests for PostRealmClientsIdCertificatesAttrDownload with any type of body

func NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequest

func NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequest(server string, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequest calls the generic PostRealmClientsIdCertificatesAttrGenerateAndDownload builder with application/json body

func NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequestWithBody

func NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequestWithBody(server string, realm string, id string, attr string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrGenerateAndDownloadRequestWithBody generates requests for PostRealmClientsIdCertificatesAttrGenerateAndDownload with any type of body

func NewPostRealmClientsIdCertificatesAttrGenerateRequest

func NewPostRealmClientsIdCertificatesAttrGenerateRequest(server string, realm string, id string, attr string) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrGenerateRequest generates requests for PostRealmClientsIdCertificatesAttrGenerate

func NewPostRealmClientsIdCertificatesAttrUploadCertificateRequest

func NewPostRealmClientsIdCertificatesAttrUploadCertificateRequest(server string, realm string, id string, attr string) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrUploadCertificateRequest generates requests for PostRealmClientsIdCertificatesAttrUploadCertificate

func NewPostRealmClientsIdCertificatesAttrUploadRequest

func NewPostRealmClientsIdCertificatesAttrUploadRequest(server string, realm string, id string, attr string) (*http.Request, error)

NewPostRealmClientsIdCertificatesAttrUploadRequest generates requests for PostRealmClientsIdCertificatesAttrUpload

func NewPostRealmClientsIdClientSecretRequest

func NewPostRealmClientsIdClientSecretRequest(server string, realm string, id string) (*http.Request, error)

NewPostRealmClientsIdClientSecretRequest generates requests for PostRealmClientsIdClientSecret

func NewPostRealmClientsIdNodesRequest

func NewPostRealmClientsIdNodesRequest(server string, realm string, id string, body PostRealmClientsIdNodesJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdNodesRequest calls the generic PostRealmClientsIdNodes builder with application/json body

func NewPostRealmClientsIdNodesRequestWithBody

func NewPostRealmClientsIdNodesRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdNodesRequestWithBody generates requests for PostRealmClientsIdNodes with any type of body

func NewPostRealmClientsIdProtocolMappersAddModelsRequest

func NewPostRealmClientsIdProtocolMappersAddModelsRequest(server string, realm string, id string, body PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdProtocolMappersAddModelsRequest calls the generic PostRealmClientsIdProtocolMappersAddModels builder with application/json body

func NewPostRealmClientsIdProtocolMappersAddModelsRequestWithBody

func NewPostRealmClientsIdProtocolMappersAddModelsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdProtocolMappersAddModelsRequestWithBody generates requests for PostRealmClientsIdProtocolMappersAddModels with any type of body

func NewPostRealmClientsIdProtocolMappersModelsRequest

func NewPostRealmClientsIdProtocolMappersModelsRequest(server string, realm string, id string, body PostRealmClientsIdProtocolMappersModelsJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdProtocolMappersModelsRequest calls the generic PostRealmClientsIdProtocolMappersModels builder with application/json body

func NewPostRealmClientsIdProtocolMappersModelsRequestWithBody

func NewPostRealmClientsIdProtocolMappersModelsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdProtocolMappersModelsRequestWithBody generates requests for PostRealmClientsIdProtocolMappersModels with any type of body

func NewPostRealmClientsIdPushRevocationRequest

func NewPostRealmClientsIdPushRevocationRequest(server string, realm string, id string) (*http.Request, error)

NewPostRealmClientsIdPushRevocationRequest generates requests for PostRealmClientsIdPushRevocation

func NewPostRealmClientsIdRegistrationAccessTokenRequest

func NewPostRealmClientsIdRegistrationAccessTokenRequest(server string, realm string, id string) (*http.Request, error)

NewPostRealmClientsIdRegistrationAccessTokenRequest generates requests for PostRealmClientsIdRegistrationAccessToken

func NewPostRealmClientsIdRolesRequest

func NewPostRealmClientsIdRolesRequest(server string, realm string, id string, body PostRealmClientsIdRolesJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdRolesRequest calls the generic PostRealmClientsIdRoles builder with application/json body

func NewPostRealmClientsIdRolesRequestWithBody

func NewPostRealmClientsIdRolesRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdRolesRequestWithBody generates requests for PostRealmClientsIdRoles with any type of body

func NewPostRealmClientsIdRolesRoleNameCompositesRequest

func NewPostRealmClientsIdRolesRoleNameCompositesRequest(server string, realm string, id string, roleName string, body PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdRolesRoleNameCompositesRequest calls the generic PostRealmClientsIdRolesRoleNameComposites builder with application/json body

func NewPostRealmClientsIdRolesRoleNameCompositesRequestWithBody

func NewPostRealmClientsIdRolesRoleNameCompositesRequestWithBody(server string, realm string, id string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdRolesRoleNameCompositesRequestWithBody generates requests for PostRealmClientsIdRolesRoleNameComposites with any type of body

func NewPostRealmClientsIdScopeMappingsClientsClientRequest

func NewPostRealmClientsIdScopeMappingsClientsClientRequest(server string, realm string, id string, client string, body PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdScopeMappingsClientsClientRequest calls the generic PostRealmClientsIdScopeMappingsClientsClient builder with application/json body

func NewPostRealmClientsIdScopeMappingsClientsClientRequestWithBody

func NewPostRealmClientsIdScopeMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdScopeMappingsClientsClientRequestWithBody generates requests for PostRealmClientsIdScopeMappingsClientsClient with any type of body

func NewPostRealmClientsIdScopeMappingsRealmRequest

func NewPostRealmClientsIdScopeMappingsRealmRequest(server string, realm string, id string, body PostRealmClientsIdScopeMappingsRealmJSONRequestBody) (*http.Request, error)

NewPostRealmClientsIdScopeMappingsRealmRequest calls the generic PostRealmClientsIdScopeMappingsRealm builder with application/json body

func NewPostRealmClientsIdScopeMappingsRealmRequestWithBody

func NewPostRealmClientsIdScopeMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsIdScopeMappingsRealmRequestWithBody generates requests for PostRealmClientsIdScopeMappingsRealm with any type of body

func NewPostRealmClientsInitialAccessRequest

func NewPostRealmClientsInitialAccessRequest(server string, realm string, body PostRealmClientsInitialAccessJSONRequestBody) (*http.Request, error)

NewPostRealmClientsInitialAccessRequest calls the generic PostRealmClientsInitialAccess builder with application/json body

func NewPostRealmClientsInitialAccessRequestWithBody

func NewPostRealmClientsInitialAccessRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsInitialAccessRequestWithBody generates requests for PostRealmClientsInitialAccess with any type of body

func NewPostRealmClientsRequest

func NewPostRealmClientsRequest(server string, realm string, body PostRealmClientsJSONRequestBody) (*http.Request, error)

NewPostRealmClientsRequest calls the generic PostRealmClients builder with application/json body

func NewPostRealmClientsRequestWithBody

func NewPostRealmClientsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmClientsRequestWithBody generates requests for PostRealmClients with any type of body

func NewPostRealmComponentsRequest

func NewPostRealmComponentsRequest(server string, realm string, body PostRealmComponentsJSONRequestBody) (*http.Request, error)

NewPostRealmComponentsRequest calls the generic PostRealmComponents builder with application/json body

func NewPostRealmComponentsRequestWithBody

func NewPostRealmComponentsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmComponentsRequestWithBody generates requests for PostRealmComponents with any type of body

func NewPostRealmGroupsIdChildrenRequest

func NewPostRealmGroupsIdChildrenRequest(server string, realm string, id string, body PostRealmGroupsIdChildrenJSONRequestBody) (*http.Request, error)

NewPostRealmGroupsIdChildrenRequest calls the generic PostRealmGroupsIdChildren builder with application/json body

func NewPostRealmGroupsIdChildrenRequestWithBody

func NewPostRealmGroupsIdChildrenRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmGroupsIdChildrenRequestWithBody generates requests for PostRealmGroupsIdChildren with any type of body

func NewPostRealmGroupsIdRoleMappingsClientsClientRequest

func NewPostRealmGroupsIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string, body PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewPostRealmGroupsIdRoleMappingsClientsClientRequest calls the generic PostRealmGroupsIdRoleMappingsClientsClient builder with application/json body

func NewPostRealmGroupsIdRoleMappingsClientsClientRequestWithBody

func NewPostRealmGroupsIdRoleMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmGroupsIdRoleMappingsClientsClientRequestWithBody generates requests for PostRealmGroupsIdRoleMappingsClientsClient with any type of body

func NewPostRealmGroupsIdRoleMappingsRealmRequest

func NewPostRealmGroupsIdRoleMappingsRealmRequest(server string, realm string, id string, body PostRealmGroupsIdRoleMappingsRealmJSONRequestBody) (*http.Request, error)

NewPostRealmGroupsIdRoleMappingsRealmRequest calls the generic PostRealmGroupsIdRoleMappingsRealm builder with application/json body

func NewPostRealmGroupsIdRoleMappingsRealmRequestWithBody

func NewPostRealmGroupsIdRoleMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmGroupsIdRoleMappingsRealmRequestWithBody generates requests for PostRealmGroupsIdRoleMappingsRealm with any type of body

func NewPostRealmGroupsRequest

func NewPostRealmGroupsRequest(server string, realm string, body PostRealmGroupsJSONRequestBody) (*http.Request, error)

NewPostRealmGroupsRequest calls the generic PostRealmGroups builder with application/json body

func NewPostRealmGroupsRequestWithBody

func NewPostRealmGroupsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmGroupsRequestWithBody generates requests for PostRealmGroups with any type of body

func NewPostRealmIdentityProviderImportConfigRequest

func NewPostRealmIdentityProviderImportConfigRequest(server string, realm string) (*http.Request, error)

NewPostRealmIdentityProviderImportConfigRequest generates requests for PostRealmIdentityProviderImportConfig

func NewPostRealmIdentityProviderInstancesAliasMappersRequest

func NewPostRealmIdentityProviderInstancesAliasMappersRequest(server string, realm string, alias string, body PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody) (*http.Request, error)

NewPostRealmIdentityProviderInstancesAliasMappersRequest calls the generic PostRealmIdentityProviderInstancesAliasMappers builder with application/json body

func NewPostRealmIdentityProviderInstancesAliasMappersRequestWithBody

func NewPostRealmIdentityProviderInstancesAliasMappersRequestWithBody(server string, realm string, alias string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmIdentityProviderInstancesAliasMappersRequestWithBody generates requests for PostRealmIdentityProviderInstancesAliasMappers with any type of body

func NewPostRealmIdentityProviderInstancesRequest

func NewPostRealmIdentityProviderInstancesRequest(server string, realm string, body PostRealmIdentityProviderInstancesJSONRequestBody) (*http.Request, error)

NewPostRealmIdentityProviderInstancesRequest calls the generic PostRealmIdentityProviderInstances builder with application/json body

func NewPostRealmIdentityProviderInstancesRequestWithBody

func NewPostRealmIdentityProviderInstancesRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmIdentityProviderInstancesRequestWithBody generates requests for PostRealmIdentityProviderInstances with any type of body

func NewPostRealmLocalizationLocaleRequest

func NewPostRealmLocalizationLocaleRequest(server string, realm string, locale string, body PostRealmLocalizationLocaleJSONRequestBody) (*http.Request, error)

NewPostRealmLocalizationLocaleRequest calls the generic PostRealmLocalizationLocale builder with application/json body

func NewPostRealmLocalizationLocaleRequestWithBody

func NewPostRealmLocalizationLocaleRequestWithBody(server string, realm string, locale string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmLocalizationLocaleRequestWithBody generates requests for PostRealmLocalizationLocale with any type of body

func NewPostRealmLogoutAllRequest

func NewPostRealmLogoutAllRequest(server string, realm string) (*http.Request, error)

NewPostRealmLogoutAllRequest generates requests for PostRealmLogoutAll

func NewPostRealmPartialExportRequest

func NewPostRealmPartialExportRequest(server string, realm string, params *PostRealmPartialExportParams) (*http.Request, error)

NewPostRealmPartialExportRequest generates requests for PostRealmPartialExport

func NewPostRealmPartialImportRequest

func NewPostRealmPartialImportRequest(server string, realm string, body PostRealmPartialImportJSONRequestBody) (*http.Request, error)

NewPostRealmPartialImportRequest calls the generic PostRealmPartialImport builder with application/json body

func NewPostRealmPartialImportRequestWithBody

func NewPostRealmPartialImportRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmPartialImportRequestWithBody generates requests for PostRealmPartialImport with any type of body

func NewPostRealmPushRevocationRequest

func NewPostRealmPushRevocationRequest(server string, realm string) (*http.Request, error)

NewPostRealmPushRevocationRequest generates requests for PostRealmPushRevocation

func NewPostRealmRequest

func NewPostRealmRequest(server string, body PostRealmJSONRequestBody) (*http.Request, error)

NewPostRealmRequest posts the keycloak api with an json realm representation

func NewPostRealmRolesByIdRoleIdCompositesRequest

func NewPostRealmRolesByIdRoleIdCompositesRequest(server string, realm string, roleId string, body PostRealmRolesByIdRoleIdCompositesJSONRequestBody) (*http.Request, error)

NewPostRealmRolesByIdRoleIdCompositesRequest calls the generic PostRealmRolesByIdRoleIdComposites builder with application/json body

func NewPostRealmRolesByIdRoleIdCompositesRequestWithBody

func NewPostRealmRolesByIdRoleIdCompositesRequestWithBody(server string, realm string, roleId string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmRolesByIdRoleIdCompositesRequestWithBody generates requests for PostRealmRolesByIdRoleIdComposites with any type of body

func NewPostRealmRolesRequest

func NewPostRealmRolesRequest(server string, realm string, body PostRealmRolesJSONRequestBody) (*http.Request, error)

NewPostRealmRolesRequest calls the generic PostRealmRoles builder with application/json body

func NewPostRealmRolesRequestWithBody

func NewPostRealmRolesRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmRolesRequestWithBody generates requests for PostRealmRoles with any type of body

func NewPostRealmRolesRoleNameCompositesRequest

func NewPostRealmRolesRoleNameCompositesRequest(server string, realm string, roleName string, body PostRealmRolesRoleNameCompositesJSONRequestBody) (*http.Request, error)

NewPostRealmRolesRoleNameCompositesRequest calls the generic PostRealmRolesRoleNameComposites builder with application/json body

func NewPostRealmRolesRoleNameCompositesRequestWithBody

func NewPostRealmRolesRoleNameCompositesRequestWithBody(server string, realm string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmRolesRoleNameCompositesRequestWithBody generates requests for PostRealmRolesRoleNameComposites with any type of body

func NewPostRealmTestSMTPConnectionRequest

func NewPostRealmTestSMTPConnectionRequest(server string, realm string, body PostRealmTestSMTPConnectionJSONRequestBody) (*http.Request, error)

NewPostRealmTestSMTPConnectionRequest calls the generic PostRealmTestSMTPConnection builder with application/json body

func NewPostRealmTestSMTPConnectionRequestWithBody

func NewPostRealmTestSMTPConnectionRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmTestSMTPConnectionRequestWithBody generates requests for PostRealmTestSMTPConnection with any type of body

func NewPostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdRequest

func NewPostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdRequest(server string, realm string, id string, credentialId string, newPreviousCredentialId string) (*http.Request, error)

NewPostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdRequest generates requests for PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId

func NewPostRealmUsersIdCredentialsCredentialIdMoveToFirstRequest

func NewPostRealmUsersIdCredentialsCredentialIdMoveToFirstRequest(server string, realm string, id string, credentialId string) (*http.Request, error)

NewPostRealmUsersIdCredentialsCredentialIdMoveToFirstRequest generates requests for PostRealmUsersIdCredentialsCredentialIdMoveToFirst

func NewPostRealmUsersIdFederatedIdentityProviderRequest

func NewPostRealmUsersIdFederatedIdentityProviderRequest(server string, realm string, id string, provider string, body PostRealmUsersIdFederatedIdentityProviderJSONRequestBody) (*http.Request, error)

NewPostRealmUsersIdFederatedIdentityProviderRequest calls the generic PostRealmUsersIdFederatedIdentityProvider builder with application/json body

func NewPostRealmUsersIdFederatedIdentityProviderRequestWithBody

func NewPostRealmUsersIdFederatedIdentityProviderRequestWithBody(server string, realm string, id string, provider string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmUsersIdFederatedIdentityProviderRequestWithBody generates requests for PostRealmUsersIdFederatedIdentityProvider with any type of body

func NewPostRealmUsersIdImpersonationRequest

func NewPostRealmUsersIdImpersonationRequest(server string, realm string, id string) (*http.Request, error)

NewPostRealmUsersIdImpersonationRequest generates requests for PostRealmUsersIdImpersonation

func NewPostRealmUsersIdLogoutRequest

func NewPostRealmUsersIdLogoutRequest(server string, realm string, id string) (*http.Request, error)

NewPostRealmUsersIdLogoutRequest generates requests for PostRealmUsersIdLogout

func NewPostRealmUsersIdRoleMappingsClientsClientRequest

func NewPostRealmUsersIdRoleMappingsClientsClientRequest(server string, realm string, id string, client string, body PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody) (*http.Request, error)

NewPostRealmUsersIdRoleMappingsClientsClientRequest calls the generic PostRealmUsersIdRoleMappingsClientsClient builder with application/json body

func NewPostRealmUsersIdRoleMappingsClientsClientRequestWithBody

func NewPostRealmUsersIdRoleMappingsClientsClientRequestWithBody(server string, realm string, id string, client string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmUsersIdRoleMappingsClientsClientRequestWithBody generates requests for PostRealmUsersIdRoleMappingsClientsClient with any type of body

func NewPostRealmUsersIdRoleMappingsRealmRequest

func NewPostRealmUsersIdRoleMappingsRealmRequest(server string, realm string, id string, body PostRealmUsersIdRoleMappingsRealmJSONRequestBody) (*http.Request, error)

NewPostRealmUsersIdRoleMappingsRealmRequest calls the generic PostRealmUsersIdRoleMappingsRealm builder with application/json body

func NewPostRealmUsersIdRoleMappingsRealmRequestWithBody

func NewPostRealmUsersIdRoleMappingsRealmRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmUsersIdRoleMappingsRealmRequestWithBody generates requests for PostRealmUsersIdRoleMappingsRealm with any type of body

func NewPostRealmUsersRequest

func NewPostRealmUsersRequest(server string, realm string, body PostRealmUsersJSONRequestBody) (*http.Request, error)

NewPostRealmUsersRequest calls the generic PostRealmUsers builder with application/json body

func NewPostRealmUsersRequestWithBody

func NewPostRealmUsersRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPostRealmUsersRequestWithBody generates requests for PostRealmUsers with any type of body

func NewPostRequest

func NewPostRequest(server string, body PostJSONRequestBody) (*http.Request, error)

NewPostRequest calls the generic Post builder with application/json body

func NewPostRequestWithBody

func NewPostRequestWithBody(server string, contentType string, body io.Reader) (*http.Request, error)

NewPostRequestWithBody generates requests for Post with any type of body

func NewPutRealmAuthenticationConfigIdRequest

func NewPutRealmAuthenticationConfigIdRequest(server string, realm string, id string, body PutRealmAuthenticationConfigIdJSONRequestBody) (*http.Request, error)

NewPutRealmAuthenticationConfigIdRequest calls the generic PutRealmAuthenticationConfigId builder with application/json body

func NewPutRealmAuthenticationConfigIdRequestWithBody

func NewPutRealmAuthenticationConfigIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmAuthenticationConfigIdRequestWithBody generates requests for PutRealmAuthenticationConfigId with any type of body

func NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequest

func NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequest(server string, realm string, flowAlias string, body PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody) (*http.Request, error)

NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequest calls the generic PutRealmAuthenticationFlowsFlowAliasExecutions builder with application/json body

func NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequestWithBody

func NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequestWithBody(server string, realm string, flowAlias string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmAuthenticationFlowsFlowAliasExecutionsRequestWithBody generates requests for PutRealmAuthenticationFlowsFlowAliasExecutions with any type of body

func NewPutRealmAuthenticationFlowsIdRequest

func NewPutRealmAuthenticationFlowsIdRequest(server string, realm string, id string, body PutRealmAuthenticationFlowsIdJSONRequestBody) (*http.Request, error)

NewPutRealmAuthenticationFlowsIdRequest calls the generic PutRealmAuthenticationFlowsId builder with application/json body

func NewPutRealmAuthenticationFlowsIdRequestWithBody

func NewPutRealmAuthenticationFlowsIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmAuthenticationFlowsIdRequestWithBody generates requests for PutRealmAuthenticationFlowsId with any type of body

func NewPutRealmAuthenticationRequiredActionsAliasRequest

func NewPutRealmAuthenticationRequiredActionsAliasRequest(server string, realm string, alias string, body PutRealmAuthenticationRequiredActionsAliasJSONRequestBody) (*http.Request, error)

NewPutRealmAuthenticationRequiredActionsAliasRequest calls the generic PutRealmAuthenticationRequiredActionsAlias builder with application/json body

func NewPutRealmAuthenticationRequiredActionsAliasRequestWithBody

func NewPutRealmAuthenticationRequiredActionsAliasRequestWithBody(server string, realm string, alias string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmAuthenticationRequiredActionsAliasRequestWithBody generates requests for PutRealmAuthenticationRequiredActionsAlias with any type of body

func NewPutRealmClientPoliciesPoliciesRequest

func NewPutRealmClientPoliciesPoliciesRequest(server string, realm string, body PutRealmClientPoliciesPoliciesJSONRequestBody) (*http.Request, error)

NewPutRealmClientPoliciesPoliciesRequest calls the generic PutRealmClientPoliciesPolicies builder with application/json body

func NewPutRealmClientPoliciesPoliciesRequestWithBody

func NewPutRealmClientPoliciesPoliciesRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientPoliciesPoliciesRequestWithBody generates requests for PutRealmClientPoliciesPolicies with any type of body

func NewPutRealmClientPoliciesProfilesRequest

func NewPutRealmClientPoliciesProfilesRequest(server string, realm string, body PutRealmClientPoliciesProfilesJSONRequestBody) (*http.Request, error)

NewPutRealmClientPoliciesProfilesRequest calls the generic PutRealmClientPoliciesProfiles builder with application/json body

func NewPutRealmClientPoliciesProfilesRequestWithBody

func NewPutRealmClientPoliciesProfilesRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientPoliciesProfilesRequestWithBody generates requests for PutRealmClientPoliciesProfiles with any type of body

func NewPutRealmClientScopesId1ProtocolMappersModelsId2Request

func NewPutRealmClientScopesId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string, body PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody) (*http.Request, error)

NewPutRealmClientScopesId1ProtocolMappersModelsId2Request calls the generic PutRealmClientScopesId1ProtocolMappersModelsId2 builder with application/json body

func NewPutRealmClientScopesId1ProtocolMappersModelsId2RequestWithBody

func NewPutRealmClientScopesId1ProtocolMappersModelsId2RequestWithBody(server string, realm string, id1 string, id2 string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientScopesId1ProtocolMappersModelsId2RequestWithBody generates requests for PutRealmClientScopesId1ProtocolMappersModelsId2 with any type of body

func NewPutRealmClientScopesIdRequest

func NewPutRealmClientScopesIdRequest(server string, realm string, id string, body PutRealmClientScopesIdJSONRequestBody) (*http.Request, error)

NewPutRealmClientScopesIdRequest calls the generic PutRealmClientScopesId builder with application/json body

func NewPutRealmClientScopesIdRequestWithBody

func NewPutRealmClientScopesIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientScopesIdRequestWithBody generates requests for PutRealmClientScopesId with any type of body

func NewPutRealmClientsId1ProtocolMappersModelsId2Request

func NewPutRealmClientsId1ProtocolMappersModelsId2Request(server string, realm string, id1 string, id2 string, body PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody) (*http.Request, error)

NewPutRealmClientsId1ProtocolMappersModelsId2Request calls the generic PutRealmClientsId1ProtocolMappersModelsId2 builder with application/json body

func NewPutRealmClientsId1ProtocolMappersModelsId2RequestWithBody

func NewPutRealmClientsId1ProtocolMappersModelsId2RequestWithBody(server string, realm string, id1 string, id2 string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientsId1ProtocolMappersModelsId2RequestWithBody generates requests for PutRealmClientsId1ProtocolMappersModelsId2 with any type of body

func NewPutRealmClientsIdDefaultClientScopesClientScopeIdRequest

func NewPutRealmClientsIdDefaultClientScopesClientScopeIdRequest(server string, realm string, id string, clientScopeId string) (*http.Request, error)

NewPutRealmClientsIdDefaultClientScopesClientScopeIdRequest generates requests for PutRealmClientsIdDefaultClientScopesClientScopeId

func NewPutRealmClientsIdManagementPermissionsRequest

func NewPutRealmClientsIdManagementPermissionsRequest(server string, realm string, id string, body PutRealmClientsIdManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmClientsIdManagementPermissionsRequest calls the generic PutRealmClientsIdManagementPermissions builder with application/json body

func NewPutRealmClientsIdManagementPermissionsRequestWithBody

func NewPutRealmClientsIdManagementPermissionsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientsIdManagementPermissionsRequestWithBody generates requests for PutRealmClientsIdManagementPermissions with any type of body

func NewPutRealmClientsIdOptionalClientScopesClientScopeIdRequest

func NewPutRealmClientsIdOptionalClientScopesClientScopeIdRequest(server string, realm string, id string, clientScopeId string) (*http.Request, error)

NewPutRealmClientsIdOptionalClientScopesClientScopeIdRequest generates requests for PutRealmClientsIdOptionalClientScopesClientScopeId

func NewPutRealmClientsIdRequest

func NewPutRealmClientsIdRequest(server string, realm string, id string, body PutRealmClientsIdJSONRequestBody) (*http.Request, error)

NewPutRealmClientsIdRequest calls the generic PutRealmClientsId builder with application/json body

func NewPutRealmClientsIdRequestWithBody

func NewPutRealmClientsIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientsIdRequestWithBody generates requests for PutRealmClientsId with any type of body

func NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequest

func NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequest(server string, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequest calls the generic PutRealmClientsIdRolesRoleNameManagementPermissions builder with application/json body

func NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequestWithBody

func NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequestWithBody(server string, realm string, id string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientsIdRolesRoleNameManagementPermissionsRequestWithBody generates requests for PutRealmClientsIdRolesRoleNameManagementPermissions with any type of body

func NewPutRealmClientsIdRolesRoleNameRequest

func NewPutRealmClientsIdRolesRoleNameRequest(server string, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameJSONRequestBody) (*http.Request, error)

NewPutRealmClientsIdRolesRoleNameRequest calls the generic PutRealmClientsIdRolesRoleName builder with application/json body

func NewPutRealmClientsIdRolesRoleNameRequestWithBody

func NewPutRealmClientsIdRolesRoleNameRequestWithBody(server string, realm string, id string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmClientsIdRolesRoleNameRequestWithBody generates requests for PutRealmClientsIdRolesRoleName with any type of body

func NewPutRealmComponentsIdRequest

func NewPutRealmComponentsIdRequest(server string, realm string, id string, body PutRealmComponentsIdJSONRequestBody) (*http.Request, error)

NewPutRealmComponentsIdRequest calls the generic PutRealmComponentsId builder with application/json body

func NewPutRealmComponentsIdRequestWithBody

func NewPutRealmComponentsIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmComponentsIdRequestWithBody generates requests for PutRealmComponentsId with any type of body

func NewPutRealmDefaultDefaultClientScopesClientScopeIdRequest

func NewPutRealmDefaultDefaultClientScopesClientScopeIdRequest(server string, realm string, clientScopeId string) (*http.Request, error)

NewPutRealmDefaultDefaultClientScopesClientScopeIdRequest generates requests for PutRealmDefaultDefaultClientScopesClientScopeId

func NewPutRealmDefaultGroupsGroupIdRequest

func NewPutRealmDefaultGroupsGroupIdRequest(server string, realm string, groupId string) (*http.Request, error)

NewPutRealmDefaultGroupsGroupIdRequest generates requests for PutRealmDefaultGroupsGroupId

func NewPutRealmDefaultOptionalClientScopesClientScopeIdRequest

func NewPutRealmDefaultOptionalClientScopesClientScopeIdRequest(server string, realm string, clientScopeId string) (*http.Request, error)

NewPutRealmDefaultOptionalClientScopesClientScopeIdRequest generates requests for PutRealmDefaultOptionalClientScopesClientScopeId

func NewPutRealmEventsConfigRequest

func NewPutRealmEventsConfigRequest(server string, realm string, body PutRealmEventsConfigJSONRequestBody) (*http.Request, error)

NewPutRealmEventsConfigRequest calls the generic PutRealmEventsConfig builder with application/json body

func NewPutRealmEventsConfigRequestWithBody

func NewPutRealmEventsConfigRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmEventsConfigRequestWithBody generates requests for PutRealmEventsConfig with any type of body

func NewPutRealmGroupsIdManagementPermissionsRequest

func NewPutRealmGroupsIdManagementPermissionsRequest(server string, realm string, id string, body PutRealmGroupsIdManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmGroupsIdManagementPermissionsRequest calls the generic PutRealmGroupsIdManagementPermissions builder with application/json body

func NewPutRealmGroupsIdManagementPermissionsRequestWithBody

func NewPutRealmGroupsIdManagementPermissionsRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmGroupsIdManagementPermissionsRequestWithBody generates requests for PutRealmGroupsIdManagementPermissions with any type of body

func NewPutRealmGroupsIdRequest

func NewPutRealmGroupsIdRequest(server string, realm string, id string, body PutRealmGroupsIdJSONRequestBody) (*http.Request, error)

NewPutRealmGroupsIdRequest calls the generic PutRealmGroupsId builder with application/json body

func NewPutRealmGroupsIdRequestWithBody

func NewPutRealmGroupsIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmGroupsIdRequestWithBody generates requests for PutRealmGroupsId with any type of body

func NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequest

func NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequest(server string, realm string, alias string, body PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequest calls the generic PutRealmIdentityProviderInstancesAliasManagementPermissions builder with application/json body

func NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequestWithBody

func NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequestWithBody(server string, realm string, alias string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasManagementPermissionsRequestWithBody generates requests for PutRealmIdentityProviderInstancesAliasManagementPermissions with any type of body

func NewPutRealmIdentityProviderInstancesAliasMappersIdRequest

func NewPutRealmIdentityProviderInstancesAliasMappersIdRequest(server string, realm string, alias string, id string, body PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasMappersIdRequest calls the generic PutRealmIdentityProviderInstancesAliasMappersId builder with application/json body

func NewPutRealmIdentityProviderInstancesAliasMappersIdRequestWithBody

func NewPutRealmIdentityProviderInstancesAliasMappersIdRequestWithBody(server string, realm string, alias string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasMappersIdRequestWithBody generates requests for PutRealmIdentityProviderInstancesAliasMappersId with any type of body

func NewPutRealmIdentityProviderInstancesAliasRequest

func NewPutRealmIdentityProviderInstancesAliasRequest(server string, realm string, alias string, body PutRealmIdentityProviderInstancesAliasJSONRequestBody) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasRequest calls the generic PutRealmIdentityProviderInstancesAlias builder with application/json body

func NewPutRealmIdentityProviderInstancesAliasRequestWithBody

func NewPutRealmIdentityProviderInstancesAliasRequestWithBody(server string, realm string, alias string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmIdentityProviderInstancesAliasRequestWithBody generates requests for PutRealmIdentityProviderInstancesAlias with any type of body

func NewPutRealmLocalizationLocaleKeyRequestWithBody

func NewPutRealmLocalizationLocaleKeyRequestWithBody(server string, realm string, locale string, key string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmLocalizationLocaleKeyRequestWithBody generates requests for PutRealmLocalizationLocaleKey with any type of body

func NewPutRealmLocalizationLocaleKeyRequestWithTextBody

func NewPutRealmLocalizationLocaleKeyRequestWithTextBody(server string, realm string, locale string, key string, body PutRealmLocalizationLocaleKeyTextRequestBody) (*http.Request, error)

NewPutRealmLocalizationLocaleKeyRequestWithTextBody calls the generic PutRealmLocalizationLocaleKey builder with text/plain body

func NewPutRealmRequest

func NewPutRealmRequest(server string, realm string, body PutRealmJSONRequestBody) (*http.Request, error)

NewPutRealmRequest calls the generic PutRealm builder with application/json body

func NewPutRealmRequestWithBody

func NewPutRealmRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmRequestWithBody generates requests for PutRealm with any type of body

func NewPutRealmRolesByIdRoleIdManagementPermissionsRequest

func NewPutRealmRolesByIdRoleIdManagementPermissionsRequest(server string, realm string, roleId string, body PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmRolesByIdRoleIdManagementPermissionsRequest calls the generic PutRealmRolesByIdRoleIdManagementPermissions builder with application/json body

func NewPutRealmRolesByIdRoleIdManagementPermissionsRequestWithBody

func NewPutRealmRolesByIdRoleIdManagementPermissionsRequestWithBody(server string, realm string, roleId string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmRolesByIdRoleIdManagementPermissionsRequestWithBody generates requests for PutRealmRolesByIdRoleIdManagementPermissions with any type of body

func NewPutRealmRolesByIdRoleIdRequest

func NewPutRealmRolesByIdRoleIdRequest(server string, realm string, roleId string, body PutRealmRolesByIdRoleIdJSONRequestBody) (*http.Request, error)

NewPutRealmRolesByIdRoleIdRequest calls the generic PutRealmRolesByIdRoleId builder with application/json body

func NewPutRealmRolesByIdRoleIdRequestWithBody

func NewPutRealmRolesByIdRoleIdRequestWithBody(server string, realm string, roleId string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmRolesByIdRoleIdRequestWithBody generates requests for PutRealmRolesByIdRoleId with any type of body

func NewPutRealmRolesRoleNameManagementPermissionsRequest

func NewPutRealmRolesRoleNameManagementPermissionsRequest(server string, realm string, roleName string, body PutRealmRolesRoleNameManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmRolesRoleNameManagementPermissionsRequest calls the generic PutRealmRolesRoleNameManagementPermissions builder with application/json body

func NewPutRealmRolesRoleNameManagementPermissionsRequestWithBody

func NewPutRealmRolesRoleNameManagementPermissionsRequestWithBody(server string, realm string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmRolesRoleNameManagementPermissionsRequestWithBody generates requests for PutRealmRolesRoleNameManagementPermissions with any type of body

func NewPutRealmRolesRoleNameRequest

func NewPutRealmRolesRoleNameRequest(server string, realm string, roleName string, body PutRealmRolesRoleNameJSONRequestBody) (*http.Request, error)

NewPutRealmRolesRoleNameRequest calls the generic PutRealmRolesRoleName builder with application/json body

func NewPutRealmRolesRoleNameRequestWithBody

func NewPutRealmRolesRoleNameRequestWithBody(server string, realm string, roleName string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmRolesRoleNameRequestWithBody generates requests for PutRealmRolesRoleName with any type of body

func NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithBody

func NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithBody(server string, realm string, id string, credentialId string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithBody generates requests for PutRealmUsersIdCredentialsCredentialIdUserLabel with any type of body

func NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithTextBody

func NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithTextBody(server string, realm string, id string, credentialId string, body PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody) (*http.Request, error)

NewPutRealmUsersIdCredentialsCredentialIdUserLabelRequestWithTextBody calls the generic PutRealmUsersIdCredentialsCredentialIdUserLabel builder with text/plain body

func NewPutRealmUsersIdDisableCredentialTypesRequest

func NewPutRealmUsersIdDisableCredentialTypesRequest(server string, realm string, id string, body PutRealmUsersIdDisableCredentialTypesJSONRequestBody) (*http.Request, error)

NewPutRealmUsersIdDisableCredentialTypesRequest calls the generic PutRealmUsersIdDisableCredentialTypes builder with application/json body

func NewPutRealmUsersIdDisableCredentialTypesRequestWithBody

func NewPutRealmUsersIdDisableCredentialTypesRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersIdDisableCredentialTypesRequestWithBody generates requests for PutRealmUsersIdDisableCredentialTypes with any type of body

func NewPutRealmUsersIdExecuteActionsEmailRequest

func NewPutRealmUsersIdExecuteActionsEmailRequest(server string, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, body PutRealmUsersIdExecuteActionsEmailJSONRequestBody) (*http.Request, error)

NewPutRealmUsersIdExecuteActionsEmailRequest calls the generic PutRealmUsersIdExecuteActionsEmail builder with application/json body

func NewPutRealmUsersIdExecuteActionsEmailRequestWithBody

func NewPutRealmUsersIdExecuteActionsEmailRequestWithBody(server string, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersIdExecuteActionsEmailRequestWithBody generates requests for PutRealmUsersIdExecuteActionsEmail with any type of body

func NewPutRealmUsersIdGroupsGroupIdRequest

func NewPutRealmUsersIdGroupsGroupIdRequest(server string, realm string, id string, groupId string) (*http.Request, error)

NewPutRealmUsersIdGroupsGroupIdRequest generates requests for PutRealmUsersIdGroupsGroupId

func NewPutRealmUsersIdRequest

func NewPutRealmUsersIdRequest(server string, realm string, id string, body PutRealmUsersIdJSONRequestBody) (*http.Request, error)

NewPutRealmUsersIdRequest calls the generic PutRealmUsersId builder with application/json body

func NewPutRealmUsersIdRequestWithBody

func NewPutRealmUsersIdRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersIdRequestWithBody generates requests for PutRealmUsersId with any type of body

func NewPutRealmUsersIdResetPasswordRequest

func NewPutRealmUsersIdResetPasswordRequest(server string, realm string, id string, body PutRealmUsersIdResetPasswordJSONRequestBody) (*http.Request, error)

NewPutRealmUsersIdResetPasswordRequest calls the generic PutRealmUsersIdResetPassword builder with application/json body

func NewPutRealmUsersIdResetPasswordRequestWithBody

func NewPutRealmUsersIdResetPasswordRequestWithBody(server string, realm string, id string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersIdResetPasswordRequestWithBody generates requests for PutRealmUsersIdResetPassword with any type of body

func NewPutRealmUsersIdSendVerifyEmailRequest

func NewPutRealmUsersIdSendVerifyEmailRequest(server string, realm string, id string, params *PutRealmUsersIdSendVerifyEmailParams) (*http.Request, error)

NewPutRealmUsersIdSendVerifyEmailRequest generates requests for PutRealmUsersIdSendVerifyEmail

func NewPutRealmUsersManagementPermissionsRequest

func NewPutRealmUsersManagementPermissionsRequest(server string, realm string, body PutRealmUsersManagementPermissionsJSONRequestBody) (*http.Request, error)

NewPutRealmUsersManagementPermissionsRequest calls the generic PutRealmUsersManagementPermissions builder with application/json body

func NewPutRealmUsersManagementPermissionsRequestWithBody

func NewPutRealmUsersManagementPermissionsRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersManagementPermissionsRequestWithBody generates requests for PutRealmUsersManagementPermissions with any type of body

func NewPutRealmUsersProfileRequest

func NewPutRealmUsersProfileRequest(server string, realm string, body PutRealmUsersProfileJSONRequestBody) (*http.Request, error)

NewPutRealmUsersProfileRequest calls the generic PutRealmUsersProfile builder with application/json body

func NewPutRealmUsersProfileRequestWithBody

func NewPutRealmUsersProfileRequestWithBody(server string, realm string, contentType string, body io.Reader) (*http.Request, error)

NewPutRealmUsersProfileRequestWithBody generates requests for PutRealmUsersProfile with any type of body

Types

type AccessToken

type AccessToken struct {
	Acr                 *string                   `json:"acr,omitempty"`
	Address             *AddressClaimSet          `json:"address,omitempty"`
	AllowedOrigins      *[]string                 `json:"allowed-origins,omitempty"`
	AtHash              *string                   `json:"at_hash,omitempty"`
	AuthTime            *int64                    `json:"auth_time,omitempty"`
	Authorization       *AccessTokenAuthorization `json:"authorization,omitempty"`
	Azp                 *string                   `json:"azp,omitempty"`
	Birthdate           *string                   `json:"birthdate,omitempty"`
	CHash               *string                   `json:"c_hash,omitempty"`
	Category            *AccessTokenCategory      `json:"category,omitempty"`
	ClaimsLocales       *string                   `json:"claims_locales,omitempty"`
	Cnf                 *AccessTokenCertConf      `json:"cnf,omitempty"`
	Email               *string                   `json:"email,omitempty"`
	EmailVerified       *bool                     `json:"email_verified,omitempty"`
	Exp                 *int64                    `json:"exp,omitempty"`
	FamilyName          *string                   `json:"family_name,omitempty"`
	Gender              *string                   `json:"gender,omitempty"`
	GivenName           *string                   `json:"given_name,omitempty"`
	Iat                 *int64                    `json:"iat,omitempty"`
	Iss                 *string                   `json:"iss,omitempty"`
	Jti                 *string                   `json:"jti,omitempty"`
	Locale              *string                   `json:"locale,omitempty"`
	MiddleName          *string                   `json:"middle_name,omitempty"`
	Name                *string                   `json:"name,omitempty"`
	Nbf                 *int64                    `json:"nbf,omitempty"`
	Nickname            *string                   `json:"nickname,omitempty"`
	Nonce               *string                   `json:"nonce,omitempty"`
	OtherClaims         *map[string]interface{}   `json:"otherClaims,omitempty"`
	PhoneNumber         *string                   `json:"phone_number,omitempty"`
	PhoneNumberVerified *bool                     `json:"phone_number_verified,omitempty"`
	Picture             *string                   `json:"picture,omitempty"`
	PreferredUsername   *string                   `json:"preferred_username,omitempty"`
	Profile             *string                   `json:"profile,omitempty"`
	RealmAccess         *AccessTokenAccess        `json:"realm_access,omitempty"`
	SHash               *string                   `json:"s_hash,omitempty"`
	Scope               *string                   `json:"scope,omitempty"`
	SessionState        *string                   `json:"session_state,omitempty"`
	Sid                 *string                   `json:"sid,omitempty"`
	Sub                 *string                   `json:"sub,omitempty"`
	TrustedCerts        *[]string                 `json:"trusted-certs,omitempty"`
	Typ                 *string                   `json:"typ,omitempty"`
	UpdatedAt           *int64                    `json:"updated_at,omitempty"`
	Website             *string                   `json:"website,omitempty"`
	Zoneinfo            *string                   `json:"zoneinfo,omitempty"`
}

AccessToken defines model for AccessToken.

type AccessTokenAccess

type AccessTokenAccess struct {
	Roles        *[]string `json:"roles,omitempty"`
	VerifyCaller *bool     `json:"verify_caller,omitempty"`
}

AccessTokenAccess defines model for AccessToken-Access.

type AccessTokenAuthorization

type AccessTokenAuthorization struct {
	Permissions *[]Permission `json:"permissions,omitempty"`
}

AccessTokenAuthorization defines model for AccessToken-Authorization.

type AccessTokenCategory

type AccessTokenCategory string

AccessTokenCategory defines model for AccessToken.Category.

const (
	AccessTokenCategoryACCESS                AccessTokenCategory = "ACCESS"
	AccessTokenCategoryADMIN                 AccessTokenCategory = "ADMIN"
	AccessTokenCategoryAUTHORIZATIONRESPONSE AccessTokenCategory = "AUTHORIZATION_RESPONSE"
	AccessTokenCategoryID                    AccessTokenCategory = "ID"
	AccessTokenCategoryINTERNAL              AccessTokenCategory = "INTERNAL"
	AccessTokenCategoryLOGOUT                AccessTokenCategory = "LOGOUT"
	AccessTokenCategoryUSERINFO              AccessTokenCategory = "USERINFO"
)

Defines values for AccessTokenCategory.

type AccessTokenCertConf

type AccessTokenCertConf struct {
	X5tS256 *string `json:"x5t#S256,omitempty"`
}

AccessTokenCertConf defines model for AccessToken-CertConf.

type AddressClaimSet

type AddressClaimSet struct {
	Country       *string `json:"country,omitempty"`
	Formatted     *string `json:"formatted,omitempty"`
	Locality      *string `json:"locality,omitempty"`
	PostalCode    *string `json:"postal_code,omitempty"`
	Region        *string `json:"region,omitempty"`
	StreetAddress *string `json:"street_address,omitempty"`
}

AddressClaimSet defines model for AddressClaimSet.

type AuthenticationExecutionExportRepresentation

type AuthenticationExecutionExportRepresentation struct {
	Authenticator       *string `json:"authenticator,omitempty"`
	AuthenticatorConfig *string `json:"authenticatorConfig,omitempty"`
	AuthenticatorFlow   *bool   `json:"authenticatorFlow,omitempty"`
	FlowAlias           *string `json:"flowAlias,omitempty"`
	Priority            *int32  `json:"priority,omitempty"`
	Requirement         *string `json:"requirement,omitempty"`
	UserSetupAllowed    *bool   `json:"userSetupAllowed,omitempty"`
}

AuthenticationExecutionExportRepresentation defines model for AuthenticationExecutionExportRepresentation.

type AuthenticationExecutionInfoRepresentation

type AuthenticationExecutionInfoRepresentation struct {
	Alias                *string   `json:"alias,omitempty"`
	AuthenticationConfig *string   `json:"authenticationConfig,omitempty"`
	AuthenticationFlow   *bool     `json:"authenticationFlow,omitempty"`
	Configurable         *bool     `json:"configurable,omitempty"`
	Description          *string   `json:"description,omitempty"`
	DisplayName          *string   `json:"displayName,omitempty"`
	FlowId               *string   `json:"flowId,omitempty"`
	Id                   *string   `json:"id,omitempty"`
	Index                *int32    `json:"index,omitempty"`
	Level                *int32    `json:"level,omitempty"`
	ProviderId           *string   `json:"providerId,omitempty"`
	Requirement          *string   `json:"requirement,omitempty"`
	RequirementChoices   *[]string `json:"requirementChoices,omitempty"`
}

AuthenticationExecutionInfoRepresentation defines model for AuthenticationExecutionInfoRepresentation.

type AuthenticationExecutionRepresentation

type AuthenticationExecutionRepresentation struct {
	Authenticator       *string `json:"authenticator,omitempty"`
	AuthenticatorConfig *string `json:"authenticatorConfig,omitempty"`
	AuthenticatorFlow   *bool   `json:"authenticatorFlow,omitempty"`
	FlowId              *string `json:"flowId,omitempty"`
	Id                  *string `json:"id,omitempty"`
	ParentFlow          *string `json:"parentFlow,omitempty"`
	Priority            *int32  `json:"priority,omitempty"`
	Requirement         *string `json:"requirement,omitempty"`
}

AuthenticationExecutionRepresentation defines model for AuthenticationExecutionRepresentation.

type AuthenticationFlowRepresentation

type AuthenticationFlowRepresentation struct {
	Alias                    *string                                        `json:"alias,omitempty"`
	AuthenticationExecutions *[]AuthenticationExecutionExportRepresentation `json:"authenticationExecutions,omitempty"`
	BuiltIn                  *bool                                          `json:"builtIn,omitempty"`
	Description              *string                                        `json:"description,omitempty"`
	Id                       *string                                        `json:"id,omitempty"`
	ProviderId               *string                                        `json:"providerId,omitempty"`
	TopLevel                 *bool                                          `json:"topLevel,omitempty"`
}

AuthenticationFlowRepresentation defines model for AuthenticationFlowRepresentation.

type AuthenticatorConfigInfoRepresentation

type AuthenticatorConfigInfoRepresentation struct {
	HelpText   *string                         `json:"helpText,omitempty"`
	Name       *string                         `json:"name,omitempty"`
	Properties *[]ConfigPropertyRepresentation `json:"properties,omitempty"`
	ProviderId *string                         `json:"providerId,omitempty"`
}

AuthenticatorConfigInfoRepresentation defines model for AuthenticatorConfigInfoRepresentation.

type AuthenticatorConfigRepresentation

type AuthenticatorConfigRepresentation struct {
	Alias  *string                 `json:"alias,omitempty"`
	Config *map[string]interface{} `json:"config,omitempty"`
	Id     *string                 `json:"id,omitempty"`
}

AuthenticatorConfigRepresentation defines model for AuthenticatorConfigRepresentation.

type CertificateRepresentation

type CertificateRepresentation struct {
	Certificate *string `json:"certificate,omitempty"`
	Kid         *string `json:"kid,omitempty"`
	PrivateKey  *string `json:"privateKey,omitempty"`
	PublicKey   *string `json:"publicKey,omitempty"`
}

CertificateRepresentation defines model for CertificateRepresentation.

type Client

type Client struct {
	// The endpoint of the server conforming to this interface, with scheme,
	// https://api.deepmap.com for example. This can contain a path relative
	// to the server, such as https://api.deepmap.com/dev-test, and all the
	// paths in the swagger spec will be appended to the server.
	Server string

	// Doer for performing requests, typically a *http.Client with any
	// customized settings, such as certificate chains.
	Client HttpRequestDoer

	// A list of callbacks for modifying requests which are generated before sending over
	// the network.
	RequestEditors []RequestEditorFn
}

Client which conforms to the OpenAPI3 specification for this service.

func NewClient

func NewClient(server string, opts ...ClientOption) (*Client, error)

Creates a new Client, with reasonable defaults

func (*Client) DeleteRealm

func (c *Client) DeleteRealm(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAdminEvents

func (c *Client) DeleteRealmAdminEvents(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAttackDetectionBruteForceUsers

func (c *Client) DeleteRealmAttackDetectionBruteForceUsers(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAttackDetectionBruteForceUsersUserId

func (c *Client) DeleteRealmAttackDetectionBruteForceUsersUserId(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAuthenticationConfigId

func (c *Client) DeleteRealmAuthenticationConfigId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAuthenticationExecutionsExecutionId

func (c *Client) DeleteRealmAuthenticationExecutionsExecutionId(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAuthenticationFlowsId

func (c *Client) DeleteRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmAuthenticationRequiredActionsAlias

func (c *Client) DeleteRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesId

func (c *Client) DeleteRealmClientScopesId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesId1ProtocolMappersModelsId2

func (c *Client) DeleteRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesIdScopeMappingsClientsClient

func (c *Client) DeleteRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesIdScopeMappingsClientsClientWithBody

func (c *Client) DeleteRealmClientScopesIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesIdScopeMappingsRealm

func (c *Client) DeleteRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientScopesIdScopeMappingsRealmWithBody

func (c *Client) DeleteRealmClientScopesIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsId

func (c *Client) DeleteRealmClientsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsId1ProtocolMappersModelsId2

func (c *Client) DeleteRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdClientSecretRotated

func (c *Client) DeleteRealmClientsIdClientSecretRotated(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdDefaultClientScopesClientScopeId

func (c *Client) DeleteRealmClientsIdDefaultClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdNodesNode

func (c *Client) DeleteRealmClientsIdNodesNode(ctx context.Context, realm string, id string, node string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdOptionalClientScopesClientScopeId

func (c *Client) DeleteRealmClientsIdOptionalClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdRolesRoleName

func (c *Client) DeleteRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdRolesRoleNameComposites

func (c *Client) DeleteRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, body DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdRolesRoleNameCompositesWithBody

func (c *Client) DeleteRealmClientsIdRolesRoleNameCompositesWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdScopeMappingsClientsClient

func (c *Client) DeleteRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdScopeMappingsClientsClientWithBody

func (c *Client) DeleteRealmClientsIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdScopeMappingsRealm

func (c *Client) DeleteRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsIdScopeMappingsRealmWithBody

func (c *Client) DeleteRealmClientsIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmClientsInitialAccessId

func (c *Client) DeleteRealmClientsInitialAccessId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmComponentsId

func (c *Client) DeleteRealmComponentsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmDefaultDefaultClientScopesClientScopeId

func (c *Client) DeleteRealmDefaultDefaultClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmDefaultGroupsGroupId

func (c *Client) DeleteRealmDefaultGroupsGroupId(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmDefaultOptionalClientScopesClientScopeId

func (c *Client) DeleteRealmDefaultOptionalClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmEvents

func (c *Client) DeleteRealmEvents(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmGroupsId

func (c *Client) DeleteRealmGroupsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmGroupsIdRoleMappingsClientsClient

func (c *Client) DeleteRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmGroupsIdRoleMappingsClientsClientWithBody

func (c *Client) DeleteRealmGroupsIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmGroupsIdRoleMappingsRealm

func (c *Client) DeleteRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmGroupsIdRoleMappingsRealmWithBody

func (c *Client) DeleteRealmGroupsIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmIdentityProviderInstancesAlias

func (c *Client) DeleteRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmIdentityProviderInstancesAliasMappersId

func (c *Client) DeleteRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmLocalizationLocale

func (c *Client) DeleteRealmLocalizationLocale(ctx context.Context, realm string, locale string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmLocalizationLocaleKey

func (c *Client) DeleteRealmLocalizationLocaleKey(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesByIdRoleId

func (c *Client) DeleteRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesByIdRoleIdComposites

func (c *Client) DeleteRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, body DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesByIdRoleIdCompositesWithBody

func (c *Client) DeleteRealmRolesByIdRoleIdCompositesWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesRoleName

func (c *Client) DeleteRealmRolesRoleName(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesRoleNameComposites

func (c *Client) DeleteRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, body DeleteRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmRolesRoleNameCompositesWithBody

func (c *Client) DeleteRealmRolesRoleNameCompositesWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmSessionsSession

func (c *Client) DeleteRealmSessionsSession(ctx context.Context, realm string, session string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersId

func (c *Client) DeleteRealmUsersId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdConsentsClient

func (c *Client) DeleteRealmUsersIdConsentsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdCredentialsCredentialId

func (c *Client) DeleteRealmUsersIdCredentialsCredentialId(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdFederatedIdentityProvider

func (c *Client) DeleteRealmUsersIdFederatedIdentityProvider(ctx context.Context, realm string, id string, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdGroupsGroupId

func (c *Client) DeleteRealmUsersIdGroupsGroupId(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdRoleMappingsClientsClient

func (c *Client) DeleteRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdRoleMappingsClientsClientWithBody

func (c *Client) DeleteRealmUsersIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdRoleMappingsRealm

func (c *Client) DeleteRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) DeleteRealmUsersIdRoleMappingsRealmWithBody

func (c *Client) DeleteRealmUsersIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Get

func (c *Client) Get(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealm

func (c *Client) GetRealm(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAdminEvents

func (c *Client) GetRealmAdminEvents(ctx context.Context, realm string, params *GetRealmAdminEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAttackDetectionBruteForceUsersUserId

func (c *Client) GetRealmAttackDetectionBruteForceUsersUserId(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationAuthenticatorProviders

func (c *Client) GetRealmAuthenticationAuthenticatorProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationClientAuthenticatorProviders

func (c *Client) GetRealmAuthenticationClientAuthenticatorProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationConfigDescriptionProviderId

func (c *Client) GetRealmAuthenticationConfigDescriptionProviderId(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationConfigId

func (c *Client) GetRealmAuthenticationConfigId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationExecutionsExecutionId

func (c *Client) GetRealmAuthenticationExecutionsExecutionId(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationFlows

func (c *Client) GetRealmAuthenticationFlows(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationFlowsFlowAliasExecutions

func (c *Client) GetRealmAuthenticationFlowsFlowAliasExecutions(ctx context.Context, realm string, flowAlias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationFlowsId

func (c *Client) GetRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationFormActionProviders

func (c *Client) GetRealmAuthenticationFormActionProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationFormProviders

func (c *Client) GetRealmAuthenticationFormProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationPerClientConfigDescription

func (c *Client) GetRealmAuthenticationPerClientConfigDescription(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationRequiredActions

func (c *Client) GetRealmAuthenticationRequiredActions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationRequiredActionsAlias

func (c *Client) GetRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmAuthenticationUnregisteredRequiredActions

func (c *Client) GetRealmAuthenticationUnregisteredRequiredActions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientPoliciesPolicies

func (c *Client) GetRealmClientPoliciesPolicies(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientPoliciesProfiles

func (c *Client) GetRealmClientPoliciesProfiles(ctx context.Context, realm string, params *GetRealmClientPoliciesProfilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientRegistrationPolicyProviders

func (c *Client) GetRealmClientRegistrationPolicyProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopes

func (c *Client) GetRealmClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesId

func (c *Client) GetRealmClientScopesId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesId1ProtocolMappersModelsId2

func (c *Client) GetRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdProtocolMappersModels

func (c *Client) GetRealmClientScopesIdProtocolMappersModels(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdProtocolMappersProtocolProtocol

func (c *Client) GetRealmClientScopesIdProtocolMappersProtocolProtocol(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsClientsClient

func (c *Client) GetRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsClientsClientAvailable

func (c *Client) GetRealmClientScopesIdScopeMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsClientsClientComposite

func (c *Client) GetRealmClientScopesIdScopeMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsRealm

func (c *Client) GetRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsRealmAvailable

func (c *Client) GetRealmClientScopesIdScopeMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientScopesIdScopeMappingsRealmComposite

func (c *Client) GetRealmClientScopesIdScopeMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmClientScopesIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientSessionStats

func (c *Client) GetRealmClientSessionStats(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClients

func (c *Client) GetRealmClients(ctx context.Context, realm string, params *GetRealmClientsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsId

func (c *Client) GetRealmClientsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsId1ProtocolMappersModelsId2

func (c *Client) GetRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdCertificatesAttr

func (c *Client) GetRealmClientsIdCertificatesAttr(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdClientSecret

func (c *Client) GetRealmClientsIdClientSecret(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdClientSecretRotated

func (c *Client) GetRealmClientsIdClientSecretRotated(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdDefaultClientScopes

func (c *Client) GetRealmClientsIdDefaultClientScopes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken

func (c *Client) GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesGenerateExampleIdToken

func (c *Client) GetRealmClientsIdEvaluateScopesGenerateExampleIdToken(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo

func (c *Client) GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesProtocolMappers

func (c *Client) GetRealmClientsIdEvaluateScopesProtocolMappers(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesProtocolMappersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted

func (c *Client) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted

func (c *Client) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdInstallationProvidersProviderId

func (c *Client) GetRealmClientsIdInstallationProvidersProviderId(ctx context.Context, realm string, id string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdManagementPermissions

func (c *Client) GetRealmClientsIdManagementPermissions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdOfflineSessionCount

func (c *Client) GetRealmClientsIdOfflineSessionCount(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdOfflineSessions

func (c *Client) GetRealmClientsIdOfflineSessions(ctx context.Context, realm string, id string, params *GetRealmClientsIdOfflineSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdOptionalClientScopes

func (c *Client) GetRealmClientsIdOptionalClientScopes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdProtocolMappersModels

func (c *Client) GetRealmClientsIdProtocolMappersModels(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdProtocolMappersProtocolProtocol

func (c *Client) GetRealmClientsIdProtocolMappersProtocolProtocol(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRoles

func (c *Client) GetRealmClientsIdRoles(ctx context.Context, realm string, id string, params *GetRealmClientsIdRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleName

func (c *Client) GetRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameComposites

func (c *Client) GetRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid

func (c *Client) GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid(ctx context.Context, realm string, id string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameCompositesRealm

func (c *Client) GetRealmClientsIdRolesRoleNameCompositesRealm(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameGroups

func (c *Client) GetRealmClientsIdRolesRoleNameGroups(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameManagementPermissions

func (c *Client) GetRealmClientsIdRolesRoleNameManagementPermissions(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdRolesRoleNameUsers

func (c *Client) GetRealmClientsIdRolesRoleNameUsers(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsClientsClient

func (c *Client) GetRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsClientsClientAvailable

func (c *Client) GetRealmClientsIdScopeMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsClientsClientComposite

func (c *Client) GetRealmClientsIdScopeMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmClientsIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsRealm

func (c *Client) GetRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsRealmAvailable

func (c *Client) GetRealmClientsIdScopeMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdScopeMappingsRealmComposite

func (c *Client) GetRealmClientsIdScopeMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmClientsIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdServiceAccountUser

func (c *Client) GetRealmClientsIdServiceAccountUser(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdSessionCount

func (c *Client) GetRealmClientsIdSessionCount(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdTestNodesAvailable

func (c *Client) GetRealmClientsIdTestNodesAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsIdUserSessions

func (c *Client) GetRealmClientsIdUserSessions(ctx context.Context, realm string, id string, params *GetRealmClientsIdUserSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmClientsInitialAccess

func (c *Client) GetRealmClientsInitialAccess(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmComponents

func (c *Client) GetRealmComponents(ctx context.Context, realm string, params *GetRealmComponentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmComponentsId

func (c *Client) GetRealmComponentsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmComponentsIdSubComponentTypes

func (c *Client) GetRealmComponentsIdSubComponentTypes(ctx context.Context, realm string, id string, params *GetRealmComponentsIdSubComponentTypesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmCredentialRegistrators

func (c *Client) GetRealmCredentialRegistrators(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmDefaultDefaultClientScopes

func (c *Client) GetRealmDefaultDefaultClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmDefaultGroups

func (c *Client) GetRealmDefaultGroups(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmDefaultOptionalClientScopes

func (c *Client) GetRealmDefaultOptionalClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmEvents

func (c *Client) GetRealmEvents(ctx context.Context, realm string, params *GetRealmEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmEventsConfig

func (c *Client) GetRealmEventsConfig(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupByPathPath

func (c *Client) GetRealmGroupByPathPath(ctx context.Context, realm string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroups

func (c *Client) GetRealmGroups(ctx context.Context, realm string, params *GetRealmGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsCount

func (c *Client) GetRealmGroupsCount(ctx context.Context, realm string, params *GetRealmGroupsCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsId

func (c *Client) GetRealmGroupsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdManagementPermissions

func (c *Client) GetRealmGroupsIdManagementPermissions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdMembers

func (c *Client) GetRealmGroupsIdMembers(ctx context.Context, realm string, id string, params *GetRealmGroupsIdMembersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappings

func (c *Client) GetRealmGroupsIdRoleMappings(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsClientsClient

func (c *Client) GetRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsClientsClientAvailable

func (c *Client) GetRealmGroupsIdRoleMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsClientsClientComposite

func (c *Client) GetRealmGroupsIdRoleMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmGroupsIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsRealm

func (c *Client) GetRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsRealmAvailable

func (c *Client) GetRealmGroupsIdRoleMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmGroupsIdRoleMappingsRealmComposite

func (c *Client) GetRealmGroupsIdRoleMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmGroupsIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstances

func (c *Client) GetRealmIdentityProviderInstances(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAlias

func (c *Client) GetRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAliasExport

func (c *Client) GetRealmIdentityProviderInstancesAliasExport(ctx context.Context, realm string, alias string, params *GetRealmIdentityProviderInstancesAliasExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAliasManagementPermissions

func (c *Client) GetRealmIdentityProviderInstancesAliasManagementPermissions(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAliasMapperTypes

func (c *Client) GetRealmIdentityProviderInstancesAliasMapperTypes(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAliasMappers

func (c *Client) GetRealmIdentityProviderInstancesAliasMappers(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderInstancesAliasMappersId

func (c *Client) GetRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmIdentityProviderProvidersProviderId

func (c *Client) GetRealmIdentityProviderProvidersProviderId(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmKeys

func (c *Client) GetRealmKeys(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmLocalization

func (c *Client) GetRealmLocalization(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmLocalizationLocale

func (c *Client) GetRealmLocalizationLocale(ctx context.Context, realm string, locale string, params *GetRealmLocalizationLocaleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmLocalizationLocaleKey

func (c *Client) GetRealmLocalizationLocaleKey(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRoles

func (c *Client) GetRealmRoles(ctx context.Context, realm string, params *GetRealmRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesByIdRoleId

func (c *Client) GetRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesByIdRoleIdComposites

func (c *Client) GetRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, params *GetRealmRolesByIdRoleIdCompositesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesByIdRoleIdCompositesClientsClientUuid

func (c *Client) GetRealmRolesByIdRoleIdCompositesClientsClientUuid(ctx context.Context, realm string, roleId string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesByIdRoleIdCompositesRealm

func (c *Client) GetRealmRolesByIdRoleIdCompositesRealm(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesByIdRoleIdManagementPermissions

func (c *Client) GetRealmRolesByIdRoleIdManagementPermissions(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleName

func (c *Client) GetRealmRolesRoleName(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameComposites

func (c *Client) GetRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameCompositesClientsClientUuid

func (c *Client) GetRealmRolesRoleNameCompositesClientsClientUuid(ctx context.Context, realm string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameCompositesRealm

func (c *Client) GetRealmRolesRoleNameCompositesRealm(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameGroups

func (c *Client) GetRealmRolesRoleNameGroups(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameManagementPermissions

func (c *Client) GetRealmRolesRoleNameManagementPermissions(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmRolesRoleNameUsers

func (c *Client) GetRealmRolesRoleNameUsers(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsers

func (c *Client) GetRealmUsers(ctx context.Context, realm string, params *GetRealmUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersCount

func (c *Client) GetRealmUsersCount(ctx context.Context, realm string, params *GetRealmUsersCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersId

func (c *Client) GetRealmUsersId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdConfiguredUserStorageCredentialTypes

func (c *Client) GetRealmUsersIdConfiguredUserStorageCredentialTypes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdConsents

func (c *Client) GetRealmUsersIdConsents(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdCredentials

func (c *Client) GetRealmUsersIdCredentials(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdFederatedIdentity

func (c *Client) GetRealmUsersIdFederatedIdentity(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdGroups

func (c *Client) GetRealmUsersIdGroups(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdGroupsCount

func (c *Client) GetRealmUsersIdGroupsCount(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdOfflineSessionsClientUuid

func (c *Client) GetRealmUsersIdOfflineSessionsClientUuid(ctx context.Context, realm string, id string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappings

func (c *Client) GetRealmUsersIdRoleMappings(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsClientsClient

func (c *Client) GetRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsClientsClientAvailable

func (c *Client) GetRealmUsersIdRoleMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsClientsClientComposite

func (c *Client) GetRealmUsersIdRoleMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmUsersIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsRealm

func (c *Client) GetRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsRealmAvailable

func (c *Client) GetRealmUsersIdRoleMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdRoleMappingsRealmComposite

func (c *Client) GetRealmUsersIdRoleMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmUsersIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersIdSessions

func (c *Client) GetRealmUsersIdSessions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersManagementPermissions

func (c *Client) GetRealmUsersManagementPermissions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) GetRealmUsersProfile

func (c *Client) GetRealmUsersProfile(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) Post

func (c *Client) Post(ctx context.Context, body PostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealm

func (c *Client) PostRealm(ctx context.Context, body PostRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

PostRealm creates a new realm

func (*Client) PostRealmAuthenticationExecutions

func (c *Client) PostRealmAuthenticationExecutions(ctx context.Context, realm string, body PostRealmAuthenticationExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationExecutionsExecutionIdConfig

func (c *Client) PostRealmAuthenticationExecutionsExecutionIdConfig(ctx context.Context, realm string, executionId string, body PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationExecutionsExecutionIdConfigWithBody

func (c *Client) PostRealmAuthenticationExecutionsExecutionIdConfigWithBody(ctx context.Context, realm string, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationExecutionsExecutionIdLowerPriority

func (c *Client) PostRealmAuthenticationExecutionsExecutionIdLowerPriority(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationExecutionsExecutionIdRaisePriority

func (c *Client) PostRealmAuthenticationExecutionsExecutionIdRaisePriority(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationExecutionsWithBody

func (c *Client) PostRealmAuthenticationExecutionsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlows

func (c *Client) PostRealmAuthenticationFlows(ctx context.Context, realm string, body PostRealmAuthenticationFlowsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasCopy

func (c *Client) PostRealmAuthenticationFlowsFlowAliasCopy(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasCopyWithBody

func (c *Client) PostRealmAuthenticationFlowsFlowAliasCopyWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasExecutionsExecution

func (c *Client) PostRealmAuthenticationFlowsFlowAliasExecutionsExecution(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBody

func (c *Client) PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasExecutionsFlow

func (c *Client) PostRealmAuthenticationFlowsFlowAliasExecutionsFlow(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBody

func (c *Client) PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationFlowsWithBody

func (c *Client) PostRealmAuthenticationFlowsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationRegisterRequiredAction

func (c *Client) PostRealmAuthenticationRegisterRequiredAction(ctx context.Context, realm string, body PostRealmAuthenticationRegisterRequiredActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationRegisterRequiredActionWithBody

func (c *Client) PostRealmAuthenticationRegisterRequiredActionWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationRequiredActionsAliasLowerPriority

func (c *Client) PostRealmAuthenticationRequiredActionsAliasLowerPriority(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmAuthenticationRequiredActionsAliasRaisePriority

func (c *Client) PostRealmAuthenticationRequiredActionsAliasRaisePriority(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientDescriptionConverterWithBody

func (c *Client) PostRealmClientDescriptionConverterWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientDescriptionConverterWithTextBody

func (c *Client) PostRealmClientDescriptionConverterWithTextBody(ctx context.Context, realm string, body PostRealmClientDescriptionConverterTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopes

func (c *Client) PostRealmClientScopes(ctx context.Context, realm string, body PostRealmClientScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdProtocolMappersAddModels

func (c *Client) PostRealmClientScopesIdProtocolMappersAddModels(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdProtocolMappersAddModelsWithBody

func (c *Client) PostRealmClientScopesIdProtocolMappersAddModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdProtocolMappersModels

func (c *Client) PostRealmClientScopesIdProtocolMappersModels(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdProtocolMappersModelsWithBody

func (c *Client) PostRealmClientScopesIdProtocolMappersModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdScopeMappingsClientsClient

func (c *Client) PostRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdScopeMappingsClientsClientWithBody

func (c *Client) PostRealmClientScopesIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdScopeMappingsRealm

func (c *Client) PostRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, body PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesIdScopeMappingsRealmWithBody

func (c *Client) PostRealmClientScopesIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientScopesWithBody

func (c *Client) PostRealmClientScopesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClients

func (c *Client) PostRealmClients(ctx context.Context, realm string, body PostRealmClientsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrDownload

func (c *Client) PostRealmClientsIdCertificatesAttrDownload(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrDownloadWithBody

func (c *Client) PostRealmClientsIdCertificatesAttrDownloadWithBody(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrGenerate

func (c *Client) PostRealmClientsIdCertificatesAttrGenerate(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrGenerateAndDownload

func (c *Client) PostRealmClientsIdCertificatesAttrGenerateAndDownload(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBody

func (c *Client) PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBody(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrUpload

func (c *Client) PostRealmClientsIdCertificatesAttrUpload(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdCertificatesAttrUploadCertificate

func (c *Client) PostRealmClientsIdCertificatesAttrUploadCertificate(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdClientSecret

func (c *Client) PostRealmClientsIdClientSecret(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdNodes

func (c *Client) PostRealmClientsIdNodes(ctx context.Context, realm string, id string, body PostRealmClientsIdNodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdNodesWithBody

func (c *Client) PostRealmClientsIdNodesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdProtocolMappersAddModels

func (c *Client) PostRealmClientsIdProtocolMappersAddModels(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdProtocolMappersAddModelsWithBody

func (c *Client) PostRealmClientsIdProtocolMappersAddModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdProtocolMappersModels

func (c *Client) PostRealmClientsIdProtocolMappersModels(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdProtocolMappersModelsWithBody

func (c *Client) PostRealmClientsIdProtocolMappersModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdPushRevocation

func (c *Client) PostRealmClientsIdPushRevocation(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdRegistrationAccessToken

func (c *Client) PostRealmClientsIdRegistrationAccessToken(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdRoles

func (c *Client) PostRealmClientsIdRoles(ctx context.Context, realm string, id string, body PostRealmClientsIdRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdRolesRoleNameComposites

func (c *Client) PostRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, body PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdRolesRoleNameCompositesWithBody

func (c *Client) PostRealmClientsIdRolesRoleNameCompositesWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdRolesWithBody

func (c *Client) PostRealmClientsIdRolesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdScopeMappingsClientsClient

func (c *Client) PostRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdScopeMappingsClientsClientWithBody

func (c *Client) PostRealmClientsIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdScopeMappingsRealm

func (c *Client) PostRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, body PostRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsIdScopeMappingsRealmWithBody

func (c *Client) PostRealmClientsIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsInitialAccess

func (c *Client) PostRealmClientsInitialAccess(ctx context.Context, realm string, body PostRealmClientsInitialAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsInitialAccessWithBody

func (c *Client) PostRealmClientsInitialAccessWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmClientsWithBody

func (c *Client) PostRealmClientsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmComponents

func (c *Client) PostRealmComponents(ctx context.Context, realm string, body PostRealmComponentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmComponentsWithBody

func (c *Client) PostRealmComponentsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroups

func (c *Client) PostRealmGroups(ctx context.Context, realm string, body PostRealmGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdChildren

func (c *Client) PostRealmGroupsIdChildren(ctx context.Context, realm string, id string, body PostRealmGroupsIdChildrenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdChildrenWithBody

func (c *Client) PostRealmGroupsIdChildrenWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdRoleMappingsClientsClient

func (c *Client) PostRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdRoleMappingsClientsClientWithBody

func (c *Client) PostRealmGroupsIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdRoleMappingsRealm

func (c *Client) PostRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, body PostRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsIdRoleMappingsRealmWithBody

func (c *Client) PostRealmGroupsIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmGroupsWithBody

func (c *Client) PostRealmGroupsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmIdentityProviderImportConfig

func (c *Client) PostRealmIdentityProviderImportConfig(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmIdentityProviderInstances

func (c *Client) PostRealmIdentityProviderInstances(ctx context.Context, realm string, body PostRealmIdentityProviderInstancesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmIdentityProviderInstancesAliasMappers

func (c *Client) PostRealmIdentityProviderInstancesAliasMappers(ctx context.Context, realm string, alias string, body PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmIdentityProviderInstancesAliasMappersWithBody

func (c *Client) PostRealmIdentityProviderInstancesAliasMappersWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmIdentityProviderInstancesWithBody

func (c *Client) PostRealmIdentityProviderInstancesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmLocalizationLocale

func (c *Client) PostRealmLocalizationLocale(ctx context.Context, realm string, locale string, body PostRealmLocalizationLocaleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmLocalizationLocaleWithBody

func (c *Client) PostRealmLocalizationLocaleWithBody(ctx context.Context, realm string, locale string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmLogoutAll

func (c *Client) PostRealmLogoutAll(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmPartialExport

func (c *Client) PostRealmPartialExport(ctx context.Context, realm string, params *PostRealmPartialExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmPartialImport

func (c *Client) PostRealmPartialImport(ctx context.Context, realm string, body PostRealmPartialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmPartialImportWithBody

func (c *Client) PostRealmPartialImportWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmPushRevocation

func (c *Client) PostRealmPushRevocation(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRoles

func (c *Client) PostRealmRoles(ctx context.Context, realm string, body PostRealmRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRolesByIdRoleIdComposites

func (c *Client) PostRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, body PostRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRolesByIdRoleIdCompositesWithBody

func (c *Client) PostRealmRolesByIdRoleIdCompositesWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRolesRoleNameComposites

func (c *Client) PostRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, body PostRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRolesRoleNameCompositesWithBody

func (c *Client) PostRealmRolesRoleNameCompositesWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmRolesWithBody

func (c *Client) PostRealmRolesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmTestSMTPConnection

func (c *Client) PostRealmTestSMTPConnection(ctx context.Context, realm string, body PostRealmTestSMTPConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmTestSMTPConnectionWithBody

func (c *Client) PostRealmTestSMTPConnectionWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsers

func (c *Client) PostRealmUsers(ctx context.Context, realm string, body PostRealmUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId

func (c *Client) PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId(ctx context.Context, realm string, id string, credentialId string, newPreviousCredentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdCredentialsCredentialIdMoveToFirst

func (c *Client) PostRealmUsersIdCredentialsCredentialIdMoveToFirst(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdFederatedIdentityProvider

func (c *Client) PostRealmUsersIdFederatedIdentityProvider(ctx context.Context, realm string, id string, provider string, body PostRealmUsersIdFederatedIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdFederatedIdentityProviderWithBody

func (c *Client) PostRealmUsersIdFederatedIdentityProviderWithBody(ctx context.Context, realm string, id string, provider string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdImpersonation

func (c *Client) PostRealmUsersIdImpersonation(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdLogout

func (c *Client) PostRealmUsersIdLogout(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdRoleMappingsClientsClient

func (c *Client) PostRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdRoleMappingsClientsClientWithBody

func (c *Client) PostRealmUsersIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdRoleMappingsRealm

func (c *Client) PostRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, body PostRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersIdRoleMappingsRealmWithBody

func (c *Client) PostRealmUsersIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostRealmUsersWithBody

func (c *Client) PostRealmUsersWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PostWithBody

func (c *Client) PostWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealm

func (c *Client) PutRealm(ctx context.Context, realm string, body PutRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationConfigId

func (c *Client) PutRealmAuthenticationConfigId(ctx context.Context, realm string, id string, body PutRealmAuthenticationConfigIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationConfigIdWithBody

func (c *Client) PutRealmAuthenticationConfigIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationFlowsFlowAliasExecutions

func (c *Client) PutRealmAuthenticationFlowsFlowAliasExecutions(ctx context.Context, realm string, flowAlias string, body PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationFlowsFlowAliasExecutionsWithBody

func (c *Client) PutRealmAuthenticationFlowsFlowAliasExecutionsWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationFlowsId

func (c *Client) PutRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, body PutRealmAuthenticationFlowsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationFlowsIdWithBody

func (c *Client) PutRealmAuthenticationFlowsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationRequiredActionsAlias

func (c *Client) PutRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, body PutRealmAuthenticationRequiredActionsAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmAuthenticationRequiredActionsAliasWithBody

func (c *Client) PutRealmAuthenticationRequiredActionsAliasWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientPoliciesPolicies

func (c *Client) PutRealmClientPoliciesPolicies(ctx context.Context, realm string, body PutRealmClientPoliciesPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientPoliciesPoliciesWithBody

func (c *Client) PutRealmClientPoliciesPoliciesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientPoliciesProfiles

func (c *Client) PutRealmClientPoliciesProfiles(ctx context.Context, realm string, body PutRealmClientPoliciesProfilesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientPoliciesProfilesWithBody

func (c *Client) PutRealmClientPoliciesProfilesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientScopesId

func (c *Client) PutRealmClientScopesId(ctx context.Context, realm string, id string, body PutRealmClientScopesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientScopesId1ProtocolMappersModelsId2

func (c *Client) PutRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientScopesId1ProtocolMappersModelsId2WithBody

func (c *Client) PutRealmClientScopesId1ProtocolMappersModelsId2WithBody(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientScopesIdWithBody

func (c *Client) PutRealmClientScopesIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsId

func (c *Client) PutRealmClientsId(ctx context.Context, realm string, id string, body PutRealmClientsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsId1ProtocolMappersModelsId2

func (c *Client) PutRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsId1ProtocolMappersModelsId2WithBody

func (c *Client) PutRealmClientsId1ProtocolMappersModelsId2WithBody(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdDefaultClientScopesClientScopeId

func (c *Client) PutRealmClientsIdDefaultClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdManagementPermissions

func (c *Client) PutRealmClientsIdManagementPermissions(ctx context.Context, realm string, id string, body PutRealmClientsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdManagementPermissionsWithBody

func (c *Client) PutRealmClientsIdManagementPermissionsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdOptionalClientScopesClientScopeId

func (c *Client) PutRealmClientsIdOptionalClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdRolesRoleName

func (c *Client) PutRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdRolesRoleNameManagementPermissions

func (c *Client) PutRealmClientsIdRolesRoleNameManagementPermissions(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdRolesRoleNameManagementPermissionsWithBody

func (c *Client) PutRealmClientsIdRolesRoleNameManagementPermissionsWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdRolesRoleNameWithBody

func (c *Client) PutRealmClientsIdRolesRoleNameWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmClientsIdWithBody

func (c *Client) PutRealmClientsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmComponentsId

func (c *Client) PutRealmComponentsId(ctx context.Context, realm string, id string, body PutRealmComponentsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmComponentsIdWithBody

func (c *Client) PutRealmComponentsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmDefaultDefaultClientScopesClientScopeId

func (c *Client) PutRealmDefaultDefaultClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmDefaultGroupsGroupId

func (c *Client) PutRealmDefaultGroupsGroupId(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmDefaultOptionalClientScopesClientScopeId

func (c *Client) PutRealmDefaultOptionalClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmEventsConfig

func (c *Client) PutRealmEventsConfig(ctx context.Context, realm string, body PutRealmEventsConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmEventsConfigWithBody

func (c *Client) PutRealmEventsConfigWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmGroupsId

func (c *Client) PutRealmGroupsId(ctx context.Context, realm string, id string, body PutRealmGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmGroupsIdManagementPermissions

func (c *Client) PutRealmGroupsIdManagementPermissions(ctx context.Context, realm string, id string, body PutRealmGroupsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmGroupsIdManagementPermissionsWithBody

func (c *Client) PutRealmGroupsIdManagementPermissionsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmGroupsIdWithBody

func (c *Client) PutRealmGroupsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAlias

func (c *Client) PutRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAliasManagementPermissions

func (c *Client) PutRealmIdentityProviderInstancesAliasManagementPermissions(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBody

func (c *Client) PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAliasMappersId

func (c *Client) PutRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, body PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAliasMappersIdWithBody

func (c *Client) PutRealmIdentityProviderInstancesAliasMappersIdWithBody(ctx context.Context, realm string, alias string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmIdentityProviderInstancesAliasWithBody

func (c *Client) PutRealmIdentityProviderInstancesAliasWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmLocalizationLocaleKeyWithBody

func (c *Client) PutRealmLocalizationLocaleKeyWithBody(ctx context.Context, realm string, locale string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmLocalizationLocaleKeyWithTextBody

func (c *Client) PutRealmLocalizationLocaleKeyWithTextBody(ctx context.Context, realm string, locale string, key string, body PutRealmLocalizationLocaleKeyTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesByIdRoleId

func (c *Client) PutRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesByIdRoleIdManagementPermissions

func (c *Client) PutRealmRolesByIdRoleIdManagementPermissions(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesByIdRoleIdManagementPermissionsWithBody

func (c *Client) PutRealmRolesByIdRoleIdManagementPermissionsWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesByIdRoleIdWithBody

func (c *Client) PutRealmRolesByIdRoleIdWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesRoleName

func (c *Client) PutRealmRolesRoleName(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesRoleNameManagementPermissions

func (c *Client) PutRealmRolesRoleNameManagementPermissions(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesRoleNameManagementPermissionsWithBody

func (c *Client) PutRealmRolesRoleNameManagementPermissionsWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmRolesRoleNameWithBody

func (c *Client) PutRealmRolesRoleNameWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersId

func (c *Client) PutRealmUsersId(ctx context.Context, realm string, id string, body PutRealmUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdCredentialsCredentialIdUserLabelWithBody

func (c *Client) PutRealmUsersIdCredentialsCredentialIdUserLabelWithBody(ctx context.Context, realm string, id string, credentialId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBody

func (c *Client) PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBody(ctx context.Context, realm string, id string, credentialId string, body PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdDisableCredentialTypes

func (c *Client) PutRealmUsersIdDisableCredentialTypes(ctx context.Context, realm string, id string, body PutRealmUsersIdDisableCredentialTypesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdDisableCredentialTypesWithBody

func (c *Client) PutRealmUsersIdDisableCredentialTypesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdExecuteActionsEmailWithBody

func (c *Client) PutRealmUsersIdExecuteActionsEmailWithBody(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdGroupsGroupId

func (c *Client) PutRealmUsersIdGroupsGroupId(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdResetPassword

func (c *Client) PutRealmUsersIdResetPassword(ctx context.Context, realm string, id string, body PutRealmUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdResetPasswordWithBody

func (c *Client) PutRealmUsersIdResetPasswordWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdSendVerifyEmail

func (c *Client) PutRealmUsersIdSendVerifyEmail(ctx context.Context, realm string, id string, params *PutRealmUsersIdSendVerifyEmailParams, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersIdWithBody

func (c *Client) PutRealmUsersIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersManagementPermissions

func (c *Client) PutRealmUsersManagementPermissions(ctx context.Context, realm string, body PutRealmUsersManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersManagementPermissionsWithBody

func (c *Client) PutRealmUsersManagementPermissionsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersProfile

func (c *Client) PutRealmUsersProfile(ctx context.Context, realm string, body PutRealmUsersProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmUsersProfileWithBody

func (c *Client) PutRealmUsersProfileWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

func (*Client) PutRealmWithBody

func (c *Client) PutRealmWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

type ClientCredentialsConfig

type ClientCredentialsConfig struct {
	TokenURL     string
	ClientID     string
	ClientSecret string
	Username     string
	Password     string
	Scopes       []string
}

func (ClientCredentialsConfig) NewClientCredentialsClientWithResponses

func (c ClientCredentialsConfig) NewClientCredentialsClientWithResponses(ctx context.Context, server string) (*ClientWithResponses, error)

type ClientInitialAccessCreatePresentation

type ClientInitialAccessCreatePresentation struct {
	Count      *int32 `json:"count,omitempty"`
	Expiration *int32 `json:"expiration,omitempty"`
}

ClientInitialAccessCreatePresentation defines model for ClientInitialAccessCreatePresentation.

type ClientInitialAccessPresentation

type ClientInitialAccessPresentation struct {
	Count          *int32  `json:"count,omitempty"`
	Expiration     *int32  `json:"expiration,omitempty"`
	Id             *string `json:"id,omitempty"`
	RemainingCount *int32  `json:"remainingCount,omitempty"`
	Timestamp      *int32  `json:"timestamp,omitempty"`
	Token          *string `json:"token,omitempty"`
}

ClientInitialAccessPresentation defines model for ClientInitialAccessPresentation.

type ClientInterface

type ClientInterface interface {
	// Get request
	Get(ctx context.Context, reqEditors ...RequestEditorFn) (*http.Response, error)

	// Post request with any body
	PostWithBody(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	Post(ctx context.Context, body PostJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealm request
	DeleteRealm(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealm request
	GetRealm(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealm request with any body
	PutRealmWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealm(ctx context.Context, realm string, body PutRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAdminEvents request
	DeleteRealmAdminEvents(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAdminEvents request
	GetRealmAdminEvents(ctx context.Context, realm string, params *GetRealmAdminEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAttackDetectionBruteForceUsers request
	DeleteRealmAttackDetectionBruteForceUsers(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAttackDetectionBruteForceUsersUserId request
	DeleteRealmAttackDetectionBruteForceUsersUserId(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAttackDetectionBruteForceUsersUserId request
	GetRealmAttackDetectionBruteForceUsersUserId(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationAuthenticatorProviders request
	GetRealmAuthenticationAuthenticatorProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationClientAuthenticatorProviders request
	GetRealmAuthenticationClientAuthenticatorProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationConfigDescriptionProviderId request
	GetRealmAuthenticationConfigDescriptionProviderId(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAuthenticationConfigId request
	DeleteRealmAuthenticationConfigId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationConfigId request
	GetRealmAuthenticationConfigId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmAuthenticationConfigId request with any body
	PutRealmAuthenticationConfigIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmAuthenticationConfigId(ctx context.Context, realm string, id string, body PutRealmAuthenticationConfigIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationExecutions request with any body
	PostRealmAuthenticationExecutionsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationExecutions(ctx context.Context, realm string, body PostRealmAuthenticationExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAuthenticationExecutionsExecutionId request
	DeleteRealmAuthenticationExecutionsExecutionId(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationExecutionsExecutionId request
	GetRealmAuthenticationExecutionsExecutionId(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationExecutionsExecutionIdConfig request with any body
	PostRealmAuthenticationExecutionsExecutionIdConfigWithBody(ctx context.Context, realm string, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationExecutionsExecutionIdConfig(ctx context.Context, realm string, executionId string, body PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationExecutionsExecutionIdLowerPriority request
	PostRealmAuthenticationExecutionsExecutionIdLowerPriority(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationExecutionsExecutionIdRaisePriority request
	PostRealmAuthenticationExecutionsExecutionIdRaisePriority(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationFlows request
	GetRealmAuthenticationFlows(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationFlows request with any body
	PostRealmAuthenticationFlowsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationFlows(ctx context.Context, realm string, body PostRealmAuthenticationFlowsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationFlowsFlowAliasCopy request with any body
	PostRealmAuthenticationFlowsFlowAliasCopyWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationFlowsFlowAliasCopy(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationFlowsFlowAliasExecutions request
	GetRealmAuthenticationFlowsFlowAliasExecutions(ctx context.Context, realm string, flowAlias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmAuthenticationFlowsFlowAliasExecutions request with any body
	PutRealmAuthenticationFlowsFlowAliasExecutionsWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmAuthenticationFlowsFlowAliasExecutions(ctx context.Context, realm string, flowAlias string, body PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationFlowsFlowAliasExecutionsExecution request with any body
	PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationFlowsFlowAliasExecutionsExecution(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationFlowsFlowAliasExecutionsFlow request with any body
	PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBody(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationFlowsFlowAliasExecutionsFlow(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAuthenticationFlowsId request
	DeleteRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationFlowsId request
	GetRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmAuthenticationFlowsId request with any body
	PutRealmAuthenticationFlowsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmAuthenticationFlowsId(ctx context.Context, realm string, id string, body PutRealmAuthenticationFlowsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationFormActionProviders request
	GetRealmAuthenticationFormActionProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationFormProviders request
	GetRealmAuthenticationFormProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationPerClientConfigDescription request
	GetRealmAuthenticationPerClientConfigDescription(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationRegisterRequiredAction request with any body
	PostRealmAuthenticationRegisterRequiredActionWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmAuthenticationRegisterRequiredAction(ctx context.Context, realm string, body PostRealmAuthenticationRegisterRequiredActionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationRequiredActions request
	GetRealmAuthenticationRequiredActions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmAuthenticationRequiredActionsAlias request
	DeleteRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationRequiredActionsAlias request
	GetRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmAuthenticationRequiredActionsAlias request with any body
	PutRealmAuthenticationRequiredActionsAliasWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmAuthenticationRequiredActionsAlias(ctx context.Context, realm string, alias string, body PutRealmAuthenticationRequiredActionsAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationRequiredActionsAliasLowerPriority request
	PostRealmAuthenticationRequiredActionsAliasLowerPriority(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmAuthenticationRequiredActionsAliasRaisePriority request
	PostRealmAuthenticationRequiredActionsAliasRaisePriority(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmAuthenticationUnregisteredRequiredActions request
	GetRealmAuthenticationUnregisteredRequiredActions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientDescriptionConverter request with any body
	PostRealmClientDescriptionConverterWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientDescriptionConverterWithTextBody(ctx context.Context, realm string, body PostRealmClientDescriptionConverterTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientPoliciesPolicies request
	GetRealmClientPoliciesPolicies(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientPoliciesPolicies request with any body
	PutRealmClientPoliciesPoliciesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientPoliciesPolicies(ctx context.Context, realm string, body PutRealmClientPoliciesPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientPoliciesProfiles request
	GetRealmClientPoliciesProfiles(ctx context.Context, realm string, params *GetRealmClientPoliciesProfilesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientPoliciesProfiles request with any body
	PutRealmClientPoliciesProfilesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientPoliciesProfiles(ctx context.Context, realm string, body PutRealmClientPoliciesProfilesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientRegistrationPolicyProviders request
	GetRealmClientRegistrationPolicyProviders(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopes request
	GetRealmClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientScopes request with any body
	PostRealmClientScopesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientScopes(ctx context.Context, realm string, body PostRealmClientScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientScopesId1ProtocolMappersModelsId2 request
	DeleteRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesId1ProtocolMappersModelsId2 request
	GetRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientScopesId1ProtocolMappersModelsId2 request with any body
	PutRealmClientScopesId1ProtocolMappersModelsId2WithBody(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientScopesId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientScopesId request
	DeleteRealmClientScopesId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesId request
	GetRealmClientScopesId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientScopesId request with any body
	PutRealmClientScopesIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientScopesId(ctx context.Context, realm string, id string, body PutRealmClientScopesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientScopesIdProtocolMappersAddModels request with any body
	PostRealmClientScopesIdProtocolMappersAddModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientScopesIdProtocolMappersAddModels(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdProtocolMappersModels request
	GetRealmClientScopesIdProtocolMappersModels(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientScopesIdProtocolMappersModels request with any body
	PostRealmClientScopesIdProtocolMappersModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientScopesIdProtocolMappersModels(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdProtocolMappersProtocolProtocol request
	GetRealmClientScopesIdProtocolMappersProtocolProtocol(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientScopesIdScopeMappingsClientsClient request with any body
	DeleteRealmClientScopesIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsClientsClient request
	GetRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientScopesIdScopeMappingsClientsClient request with any body
	PostRealmClientScopesIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientScopesIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsClientsClientAvailable request
	GetRealmClientScopesIdScopeMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsClientsClientComposite request
	GetRealmClientScopesIdScopeMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientScopesIdScopeMappingsRealm request with any body
	DeleteRealmClientScopesIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsRealm request
	GetRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientScopesIdScopeMappingsRealm request with any body
	PostRealmClientScopesIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientScopesIdScopeMappingsRealm(ctx context.Context, realm string, id string, body PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsRealmAvailable request
	GetRealmClientScopesIdScopeMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientScopesIdScopeMappingsRealmComposite request
	GetRealmClientScopesIdScopeMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmClientScopesIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientSessionStats request
	GetRealmClientSessionStats(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClients request
	GetRealmClients(ctx context.Context, realm string, params *GetRealmClientsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClients request with any body
	PostRealmClientsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClients(ctx context.Context, realm string, body PostRealmClientsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsInitialAccess request
	GetRealmClientsInitialAccess(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsInitialAccess request with any body
	PostRealmClientsInitialAccessWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsInitialAccess(ctx context.Context, realm string, body PostRealmClientsInitialAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsInitialAccessId request
	DeleteRealmClientsInitialAccessId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsId1ProtocolMappersModelsId2 request
	DeleteRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsId1ProtocolMappersModelsId2 request
	GetRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsId1ProtocolMappersModelsId2 request with any body
	PutRealmClientsId1ProtocolMappersModelsId2WithBody(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientsId1ProtocolMappersModelsId2(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsId request
	DeleteRealmClientsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsId request
	GetRealmClientsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsId request with any body
	PutRealmClientsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientsId(ctx context.Context, realm string, id string, body PutRealmClientsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdCertificatesAttr request
	GetRealmClientsIdCertificatesAttr(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdCertificatesAttrDownload request with any body
	PostRealmClientsIdCertificatesAttrDownloadWithBody(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdCertificatesAttrDownload(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdCertificatesAttrGenerate request
	PostRealmClientsIdCertificatesAttrGenerate(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdCertificatesAttrGenerateAndDownload request with any body
	PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBody(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdCertificatesAttrGenerateAndDownload(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdCertificatesAttrUpload request
	PostRealmClientsIdCertificatesAttrUpload(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdCertificatesAttrUploadCertificate request
	PostRealmClientsIdCertificatesAttrUploadCertificate(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdClientSecret request
	GetRealmClientsIdClientSecret(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdClientSecret request
	PostRealmClientsIdClientSecret(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdClientSecretRotated request
	DeleteRealmClientsIdClientSecretRotated(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdClientSecretRotated request
	GetRealmClientsIdClientSecretRotated(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdDefaultClientScopes request
	GetRealmClientsIdDefaultClientScopes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdDefaultClientScopesClientScopeId request
	DeleteRealmClientsIdDefaultClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsIdDefaultClientScopesClientScopeId request
	PutRealmClientsIdDefaultClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken request
	GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleIdToken request
	GetRealmClientsIdEvaluateScopesGenerateExampleIdToken(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo request
	GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesProtocolMappers request
	GetRealmClientsIdEvaluateScopesProtocolMappers(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesProtocolMappersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted request
	GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted request
	GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdInstallationProvidersProviderId request
	GetRealmClientsIdInstallationProvidersProviderId(ctx context.Context, realm string, id string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdManagementPermissions request
	GetRealmClientsIdManagementPermissions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsIdManagementPermissions request with any body
	PutRealmClientsIdManagementPermissionsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientsIdManagementPermissions(ctx context.Context, realm string, id string, body PutRealmClientsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdNodes request with any body
	PostRealmClientsIdNodesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdNodes(ctx context.Context, realm string, id string, body PostRealmClientsIdNodesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdNodesNode request
	DeleteRealmClientsIdNodesNode(ctx context.Context, realm string, id string, node string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdOfflineSessionCount request
	GetRealmClientsIdOfflineSessionCount(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdOfflineSessions request
	GetRealmClientsIdOfflineSessions(ctx context.Context, realm string, id string, params *GetRealmClientsIdOfflineSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdOptionalClientScopes request
	GetRealmClientsIdOptionalClientScopes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdOptionalClientScopesClientScopeId request
	DeleteRealmClientsIdOptionalClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsIdOptionalClientScopesClientScopeId request
	PutRealmClientsIdOptionalClientScopesClientScopeId(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdProtocolMappersAddModels request with any body
	PostRealmClientsIdProtocolMappersAddModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdProtocolMappersAddModels(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdProtocolMappersModels request
	GetRealmClientsIdProtocolMappersModels(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdProtocolMappersModels request with any body
	PostRealmClientsIdProtocolMappersModelsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdProtocolMappersModels(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdProtocolMappersProtocolProtocol request
	GetRealmClientsIdProtocolMappersProtocolProtocol(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdPushRevocation request
	PostRealmClientsIdPushRevocation(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdRegistrationAccessToken request
	PostRealmClientsIdRegistrationAccessToken(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRoles request
	GetRealmClientsIdRoles(ctx context.Context, realm string, id string, params *GetRealmClientsIdRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdRoles request with any body
	PostRealmClientsIdRolesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdRoles(ctx context.Context, realm string, id string, body PostRealmClientsIdRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdRolesRoleName request
	DeleteRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleName request
	GetRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsIdRolesRoleName request with any body
	PutRealmClientsIdRolesRoleNameWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientsIdRolesRoleName(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdRolesRoleNameComposites request with any body
	DeleteRealmClientsIdRolesRoleNameCompositesWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, body DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameComposites request
	GetRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdRolesRoleNameComposites request with any body
	PostRealmClientsIdRolesRoleNameCompositesWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdRolesRoleNameComposites(ctx context.Context, realm string, id string, roleName string, body PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid request
	GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid(ctx context.Context, realm string, id string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameCompositesRealm request
	GetRealmClientsIdRolesRoleNameCompositesRealm(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameGroups request
	GetRealmClientsIdRolesRoleNameGroups(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameManagementPermissions request
	GetRealmClientsIdRolesRoleNameManagementPermissions(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmClientsIdRolesRoleNameManagementPermissions request with any body
	PutRealmClientsIdRolesRoleNameManagementPermissionsWithBody(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmClientsIdRolesRoleNameManagementPermissions(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdRolesRoleNameUsers request
	GetRealmClientsIdRolesRoleNameUsers(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdScopeMappingsClientsClient request with any body
	DeleteRealmClientsIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsClientsClient request
	GetRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdScopeMappingsClientsClient request with any body
	PostRealmClientsIdScopeMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdScopeMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsClientsClientAvailable request
	GetRealmClientsIdScopeMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsClientsClientComposite request
	GetRealmClientsIdScopeMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmClientsIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmClientsIdScopeMappingsRealm request with any body
	DeleteRealmClientsIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsRealm request
	GetRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmClientsIdScopeMappingsRealm request with any body
	PostRealmClientsIdScopeMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmClientsIdScopeMappingsRealm(ctx context.Context, realm string, id string, body PostRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsRealmAvailable request
	GetRealmClientsIdScopeMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdScopeMappingsRealmComposite request
	GetRealmClientsIdScopeMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmClientsIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdServiceAccountUser request
	GetRealmClientsIdServiceAccountUser(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdSessionCount request
	GetRealmClientsIdSessionCount(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdTestNodesAvailable request
	GetRealmClientsIdTestNodesAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmClientsIdUserSessions request
	GetRealmClientsIdUserSessions(ctx context.Context, realm string, id string, params *GetRealmClientsIdUserSessionsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmComponents request
	GetRealmComponents(ctx context.Context, realm string, params *GetRealmComponentsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmComponents request with any body
	PostRealmComponentsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmComponents(ctx context.Context, realm string, body PostRealmComponentsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmComponentsId request
	DeleteRealmComponentsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmComponentsId request
	GetRealmComponentsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmComponentsId request with any body
	PutRealmComponentsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmComponentsId(ctx context.Context, realm string, id string, body PutRealmComponentsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmComponentsIdSubComponentTypes request
	GetRealmComponentsIdSubComponentTypes(ctx context.Context, realm string, id string, params *GetRealmComponentsIdSubComponentTypesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmCredentialRegistrators request
	GetRealmCredentialRegistrators(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmDefaultDefaultClientScopes request
	GetRealmDefaultDefaultClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmDefaultDefaultClientScopesClientScopeId request
	DeleteRealmDefaultDefaultClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmDefaultDefaultClientScopesClientScopeId request
	PutRealmDefaultDefaultClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmDefaultGroups request
	GetRealmDefaultGroups(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmDefaultGroupsGroupId request
	DeleteRealmDefaultGroupsGroupId(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmDefaultGroupsGroupId request
	PutRealmDefaultGroupsGroupId(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmDefaultOptionalClientScopes request
	GetRealmDefaultOptionalClientScopes(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmDefaultOptionalClientScopesClientScopeId request
	DeleteRealmDefaultOptionalClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmDefaultOptionalClientScopesClientScopeId request
	PutRealmDefaultOptionalClientScopesClientScopeId(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmEvents request
	DeleteRealmEvents(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmEvents request
	GetRealmEvents(ctx context.Context, realm string, params *GetRealmEventsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmEventsConfig request
	GetRealmEventsConfig(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmEventsConfig request with any body
	PutRealmEventsConfigWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmEventsConfig(ctx context.Context, realm string, body PutRealmEventsConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupByPathPath request
	GetRealmGroupByPathPath(ctx context.Context, realm string, path string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroups request
	GetRealmGroups(ctx context.Context, realm string, params *GetRealmGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmGroups request with any body
	PostRealmGroupsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmGroups(ctx context.Context, realm string, body PostRealmGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsCount request
	GetRealmGroupsCount(ctx context.Context, realm string, params *GetRealmGroupsCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmGroupsId request
	DeleteRealmGroupsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsId request
	GetRealmGroupsId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmGroupsId request with any body
	PutRealmGroupsIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmGroupsId(ctx context.Context, realm string, id string, body PutRealmGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmGroupsIdChildren request with any body
	PostRealmGroupsIdChildrenWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmGroupsIdChildren(ctx context.Context, realm string, id string, body PostRealmGroupsIdChildrenJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdManagementPermissions request
	GetRealmGroupsIdManagementPermissions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmGroupsIdManagementPermissions request with any body
	PutRealmGroupsIdManagementPermissionsWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmGroupsIdManagementPermissions(ctx context.Context, realm string, id string, body PutRealmGroupsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdMembers request
	GetRealmGroupsIdMembers(ctx context.Context, realm string, id string, params *GetRealmGroupsIdMembersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappings request
	GetRealmGroupsIdRoleMappings(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmGroupsIdRoleMappingsClientsClient request with any body
	DeleteRealmGroupsIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsClientsClient request
	GetRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmGroupsIdRoleMappingsClientsClient request with any body
	PostRealmGroupsIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmGroupsIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsClientsClientAvailable request
	GetRealmGroupsIdRoleMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsClientsClientComposite request
	GetRealmGroupsIdRoleMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmGroupsIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmGroupsIdRoleMappingsRealm request with any body
	DeleteRealmGroupsIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsRealm request
	GetRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmGroupsIdRoleMappingsRealm request with any body
	PostRealmGroupsIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmGroupsIdRoleMappingsRealm(ctx context.Context, realm string, id string, body PostRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsRealmAvailable request
	GetRealmGroupsIdRoleMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmGroupsIdRoleMappingsRealmComposite request
	GetRealmGroupsIdRoleMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmGroupsIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmIdentityProviderImportConfig request
	PostRealmIdentityProviderImportConfig(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstances request
	GetRealmIdentityProviderInstances(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmIdentityProviderInstances request with any body
	PostRealmIdentityProviderInstancesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmIdentityProviderInstances(ctx context.Context, realm string, body PostRealmIdentityProviderInstancesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmIdentityProviderInstancesAlias request
	DeleteRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAlias request
	GetRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmIdentityProviderInstancesAlias request with any body
	PutRealmIdentityProviderInstancesAliasWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmIdentityProviderInstancesAlias(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAliasExport request
	GetRealmIdentityProviderInstancesAliasExport(ctx context.Context, realm string, alias string, params *GetRealmIdentityProviderInstancesAliasExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAliasManagementPermissions request
	GetRealmIdentityProviderInstancesAliasManagementPermissions(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmIdentityProviderInstancesAliasManagementPermissions request with any body
	PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmIdentityProviderInstancesAliasManagementPermissions(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAliasMapperTypes request
	GetRealmIdentityProviderInstancesAliasMapperTypes(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAliasMappers request
	GetRealmIdentityProviderInstancesAliasMappers(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmIdentityProviderInstancesAliasMappers request with any body
	PostRealmIdentityProviderInstancesAliasMappersWithBody(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmIdentityProviderInstancesAliasMappers(ctx context.Context, realm string, alias string, body PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmIdentityProviderInstancesAliasMappersId request
	DeleteRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderInstancesAliasMappersId request
	GetRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmIdentityProviderInstancesAliasMappersId request with any body
	PutRealmIdentityProviderInstancesAliasMappersIdWithBody(ctx context.Context, realm string, alias string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmIdentityProviderInstancesAliasMappersId(ctx context.Context, realm string, alias string, id string, body PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmIdentityProviderProvidersProviderId request
	GetRealmIdentityProviderProvidersProviderId(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmKeys request
	GetRealmKeys(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmLocalization request
	GetRealmLocalization(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmLocalizationLocale request
	DeleteRealmLocalizationLocale(ctx context.Context, realm string, locale string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmLocalizationLocale request
	GetRealmLocalizationLocale(ctx context.Context, realm string, locale string, params *GetRealmLocalizationLocaleParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmLocalizationLocale request with any body
	PostRealmLocalizationLocaleWithBody(ctx context.Context, realm string, locale string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmLocalizationLocale(ctx context.Context, realm string, locale string, body PostRealmLocalizationLocaleJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmLocalizationLocaleKey request
	DeleteRealmLocalizationLocaleKey(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmLocalizationLocaleKey request
	GetRealmLocalizationLocaleKey(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmLocalizationLocaleKey request with any body
	PutRealmLocalizationLocaleKeyWithBody(ctx context.Context, realm string, locale string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmLocalizationLocaleKeyWithTextBody(ctx context.Context, realm string, locale string, key string, body PutRealmLocalizationLocaleKeyTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmLogoutAll request
	PostRealmLogoutAll(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmPartialExport request
	PostRealmPartialExport(ctx context.Context, realm string, params *PostRealmPartialExportParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmPartialImport request with any body
	PostRealmPartialImportWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmPartialImport(ctx context.Context, realm string, body PostRealmPartialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmPushRevocation request
	PostRealmPushRevocation(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRoles request
	GetRealmRoles(ctx context.Context, realm string, params *GetRealmRolesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmRoles request with any body
	PostRealmRolesWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmRoles(ctx context.Context, realm string, body PostRealmRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmRolesByIdRoleId request
	DeleteRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesByIdRoleId request
	GetRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmRolesByIdRoleId request with any body
	PutRealmRolesByIdRoleIdWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmRolesByIdRoleId(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmRolesByIdRoleIdComposites request with any body
	DeleteRealmRolesByIdRoleIdCompositesWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, body DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesByIdRoleIdComposites request
	GetRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, params *GetRealmRolesByIdRoleIdCompositesParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmRolesByIdRoleIdComposites request with any body
	PostRealmRolesByIdRoleIdCompositesWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmRolesByIdRoleIdComposites(ctx context.Context, realm string, roleId string, body PostRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesByIdRoleIdCompositesClientsClientUuid request
	GetRealmRolesByIdRoleIdCompositesClientsClientUuid(ctx context.Context, realm string, roleId string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesByIdRoleIdCompositesRealm request
	GetRealmRolesByIdRoleIdCompositesRealm(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesByIdRoleIdManagementPermissions request
	GetRealmRolesByIdRoleIdManagementPermissions(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmRolesByIdRoleIdManagementPermissions request with any body
	PutRealmRolesByIdRoleIdManagementPermissionsWithBody(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmRolesByIdRoleIdManagementPermissions(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmRolesRoleName request
	DeleteRealmRolesRoleName(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleName request
	GetRealmRolesRoleName(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmRolesRoleName request with any body
	PutRealmRolesRoleNameWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmRolesRoleName(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmRolesRoleNameComposites request with any body
	DeleteRealmRolesRoleNameCompositesWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, body DeleteRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameComposites request
	GetRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmRolesRoleNameComposites request with any body
	PostRealmRolesRoleNameCompositesWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmRolesRoleNameComposites(ctx context.Context, realm string, roleName string, body PostRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameCompositesClientsClientUuid request
	GetRealmRolesRoleNameCompositesClientsClientUuid(ctx context.Context, realm string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameCompositesRealm request
	GetRealmRolesRoleNameCompositesRealm(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameGroups request
	GetRealmRolesRoleNameGroups(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameManagementPermissions request
	GetRealmRolesRoleNameManagementPermissions(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmRolesRoleNameManagementPermissions request with any body
	PutRealmRolesRoleNameManagementPermissionsWithBody(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmRolesRoleNameManagementPermissions(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmRolesRoleNameUsers request
	GetRealmRolesRoleNameUsers(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmSessionsSession request
	DeleteRealmSessionsSession(ctx context.Context, realm string, session string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmTestSMTPConnection request with any body
	PostRealmTestSMTPConnectionWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmTestSMTPConnection(ctx context.Context, realm string, body PostRealmTestSMTPConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsers request
	GetRealmUsers(ctx context.Context, realm string, params *GetRealmUsersParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsers request with any body
	PostRealmUsersWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmUsers(ctx context.Context, realm string, body PostRealmUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersManagementPermissions request
	GetRealmUsersManagementPermissions(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersManagementPermissions request with any body
	PutRealmUsersManagementPermissionsWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersManagementPermissions(ctx context.Context, realm string, body PutRealmUsersManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersCount request
	GetRealmUsersCount(ctx context.Context, realm string, params *GetRealmUsersCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersProfile request
	GetRealmUsersProfile(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersProfile request with any body
	PutRealmUsersProfileWithBody(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersProfile(ctx context.Context, realm string, body PutRealmUsersProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersId request
	DeleteRealmUsersId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersId request
	GetRealmUsersId(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersId request with any body
	PutRealmUsersIdWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersId(ctx context.Context, realm string, id string, body PutRealmUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdConfiguredUserStorageCredentialTypes request
	GetRealmUsersIdConfiguredUserStorageCredentialTypes(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdConsents request
	GetRealmUsersIdConsents(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdConsentsClient request
	DeleteRealmUsersIdConsentsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdCredentials request
	GetRealmUsersIdCredentials(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdCredentialsCredentialId request
	DeleteRealmUsersIdCredentialsCredentialId(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId request
	PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId(ctx context.Context, realm string, id string, credentialId string, newPreviousCredentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdCredentialsCredentialIdMoveToFirst request
	PostRealmUsersIdCredentialsCredentialIdMoveToFirst(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdCredentialsCredentialIdUserLabel request with any body
	PutRealmUsersIdCredentialsCredentialIdUserLabelWithBody(ctx context.Context, realm string, id string, credentialId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBody(ctx context.Context, realm string, id string, credentialId string, body PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdDisableCredentialTypes request with any body
	PutRealmUsersIdDisableCredentialTypesWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersIdDisableCredentialTypes(ctx context.Context, realm string, id string, body PutRealmUsersIdDisableCredentialTypesJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdExecuteActionsEmail request with any body
	PutRealmUsersIdExecuteActionsEmailWithBody(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersIdExecuteActionsEmail(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, body PutRealmUsersIdExecuteActionsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdFederatedIdentity request
	GetRealmUsersIdFederatedIdentity(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdFederatedIdentityProvider request
	DeleteRealmUsersIdFederatedIdentityProvider(ctx context.Context, realm string, id string, provider string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdFederatedIdentityProvider request with any body
	PostRealmUsersIdFederatedIdentityProviderWithBody(ctx context.Context, realm string, id string, provider string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmUsersIdFederatedIdentityProvider(ctx context.Context, realm string, id string, provider string, body PostRealmUsersIdFederatedIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdGroups request
	GetRealmUsersIdGroups(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdGroupsCount request
	GetRealmUsersIdGroupsCount(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsCountParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdGroupsGroupId request
	DeleteRealmUsersIdGroupsGroupId(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdGroupsGroupId request
	PutRealmUsersIdGroupsGroupId(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdImpersonation request
	PostRealmUsersIdImpersonation(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdLogout request
	PostRealmUsersIdLogout(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdOfflineSessionsClientUuid request
	GetRealmUsersIdOfflineSessionsClientUuid(ctx context.Context, realm string, id string, clientUuid string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdResetPassword request with any body
	PutRealmUsersIdResetPasswordWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PutRealmUsersIdResetPassword(ctx context.Context, realm string, id string, body PutRealmUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappings request
	GetRealmUsersIdRoleMappings(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdRoleMappingsClientsClient request with any body
	DeleteRealmUsersIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsClientsClient request
	GetRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdRoleMappingsClientsClient request with any body
	PostRealmUsersIdRoleMappingsClientsClientWithBody(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmUsersIdRoleMappingsClientsClient(ctx context.Context, realm string, id string, client string, body PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsClientsClientAvailable request
	GetRealmUsersIdRoleMappingsClientsClientAvailable(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsClientsClientComposite request
	GetRealmUsersIdRoleMappingsClientsClientComposite(ctx context.Context, realm string, id string, client string, params *GetRealmUsersIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// DeleteRealmUsersIdRoleMappingsRealm request with any body
	DeleteRealmUsersIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	DeleteRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, body DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsRealm request
	GetRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PostRealmUsersIdRoleMappingsRealm request with any body
	PostRealmUsersIdRoleMappingsRealmWithBody(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*http.Response, error)

	PostRealmUsersIdRoleMappingsRealm(ctx context.Context, realm string, id string, body PostRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsRealmAvailable request
	GetRealmUsersIdRoleMappingsRealmAvailable(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdRoleMappingsRealmComposite request
	GetRealmUsersIdRoleMappingsRealmComposite(ctx context.Context, realm string, id string, params *GetRealmUsersIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// PutRealmUsersIdSendVerifyEmail request
	PutRealmUsersIdSendVerifyEmail(ctx context.Context, realm string, id string, params *PutRealmUsersIdSendVerifyEmailParams, reqEditors ...RequestEditorFn) (*http.Response, error)

	// GetRealmUsersIdSessions request
	GetRealmUsersIdSessions(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*http.Response, error)
}

The interface specification for the client above.

type ClientOption

type ClientOption func(*Client) error

ClientOption allows setting custom parameters during construction

func WithBaseURL

func WithBaseURL(baseURL string) ClientOption

WithBaseURL overrides the baseURL.

func WithHTTPClient

func WithHTTPClient(doer HttpRequestDoer) ClientOption

WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client. This is useful for tests.

func WithRequestEditorFn

func WithRequestEditorFn(fn RequestEditorFn) ClientOption

WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request. This can be used to mutate the request.

type ClientPoliciesRepresentation

type ClientPoliciesRepresentation struct {
	Policies *[]ClientPolicyRepresentation `json:"policies,omitempty"`
}

ClientPoliciesRepresentation defines model for ClientPoliciesRepresentation.

type ClientPolicyConditionRepresentation

type ClientPolicyConditionRepresentation struct {
	Condition     *string   `json:"condition,omitempty"`
	Configuration *JsonNode `json:"configuration,omitempty"`
}

ClientPolicyConditionRepresentation defines model for ClientPolicyConditionRepresentation.

type ClientPolicyExecutorRepresentation

type ClientPolicyExecutorRepresentation struct {
	Configuration *JsonNode `json:"configuration,omitempty"`
	Executor      *string   `json:"executor,omitempty"`
}

ClientPolicyExecutorRepresentation defines model for ClientPolicyExecutorRepresentation.

type ClientPolicyRepresentation

type ClientPolicyRepresentation struct {
	Conditions  *[]ClientPolicyConditionRepresentation `json:"conditions,omitempty"`
	Description *string                                `json:"description,omitempty"`
	Enabled     *bool                                  `json:"enabled,omitempty"`
	Name        *string                                `json:"name,omitempty"`
	Profiles    *[]string                              `json:"profiles,omitempty"`
}

ClientPolicyRepresentation defines model for ClientPolicyRepresentation.

type ClientProfileRepresentation

type ClientProfileRepresentation struct {
	Description *string                               `json:"description,omitempty"`
	Executors   *[]ClientPolicyExecutorRepresentation `json:"executors,omitempty"`
	Name        *string                               `json:"name,omitempty"`
}

ClientProfileRepresentation defines model for ClientProfileRepresentation.

type ClientProfilesRepresentation

type ClientProfilesRepresentation struct {
	GlobalProfiles *[]ClientProfileRepresentation `json:"globalProfiles,omitempty"`
	Profiles       *[]ClientProfileRepresentation `json:"profiles,omitempty"`
}

ClientProfilesRepresentation defines model for ClientProfilesRepresentation.

type ClientRepresentation

type ClientRepresentation struct {
	Access                                *map[string]interface{}         `json:"access,omitempty"`
	AdminUrl                              *string                         `json:"adminUrl,omitempty"`
	AlwaysDisplayInConsole                *bool                           `json:"alwaysDisplayInConsole,omitempty"`
	Attributes                            *map[string]interface{}         `json:"attributes,omitempty"`
	AuthenticationFlowBindingOverrides    *map[string]interface{}         `json:"authenticationFlowBindingOverrides,omitempty"`
	AuthorizationServicesEnabled          *bool                           `json:"authorizationServicesEnabled,omitempty"`
	AuthorizationSettings                 *ResourceServerRepresentation   `json:"authorizationSettings,omitempty"`
	BaseUrl                               *string                         `json:"baseUrl,omitempty"`
	BearerOnly                            *bool                           `json:"bearerOnly,omitempty"`
	ClientAuthenticatorType               *string                         `json:"clientAuthenticatorType,omitempty"`
	ClientId                              *string                         `json:"clientId,omitempty"`
	ConsentRequired                       *bool                           `json:"consentRequired,omitempty"`
	DefaultClientScopes                   *[]string                       `json:"defaultClientScopes,omitempty"`
	Description                           *string                         `json:"description,omitempty"`
	DirectAccessGrantsEnabled             *bool                           `json:"directAccessGrantsEnabled,omitempty"`
	Enabled                               *bool                           `json:"enabled,omitempty"`
	FrontchannelLogout                    *bool                           `json:"frontchannelLogout,omitempty"`
	FullScopeAllowed                      *bool                           `json:"fullScopeAllowed,omitempty"`
	Id                                    *string                         `json:"id,omitempty"`
	ImplicitFlowEnabled                   *bool                           `json:"implicitFlowEnabled,omitempty"`
	Name                                  *string                         `json:"name,omitempty"`
	NodeReRegistrationTimeout             *int32                          `json:"nodeReRegistrationTimeout,omitempty"`
	NotBefore                             *int32                          `json:"notBefore,omitempty"`
	Oauth2DeviceAuthorizationGrantEnabled *bool                           `json:"oauth2DeviceAuthorizationGrantEnabled,omitempty"`
	OptionalClientScopes                  *[]string                       `json:"optionalClientScopes,omitempty"`
	Origin                                *string                         `json:"origin,omitempty"`
	Protocol                              *string                         `json:"protocol,omitempty"`
	ProtocolMappers                       *[]ProtocolMapperRepresentation `json:"protocolMappers,omitempty"`
	PublicClient                          *bool                           `json:"publicClient,omitempty"`
	RedirectUris                          *[]string                       `json:"redirectUris,omitempty"`
	RegisteredNodes                       *map[string]interface{}         `json:"registeredNodes,omitempty"`
	RegistrationAccessToken               *string                         `json:"registrationAccessToken,omitempty"`
	RootUrl                               *string                         `json:"rootUrl,omitempty"`
	Secret                                *string                         `json:"secret,omitempty"`
	ServiceAccountsEnabled                *bool                           `json:"serviceAccountsEnabled,omitempty"`
	StandardFlowEnabled                   *bool                           `json:"standardFlowEnabled,omitempty"`
	SurrogateAuthRequired                 *bool                           `json:"surrogateAuthRequired,omitempty"`
	WebOrigins                            *[]string                       `json:"webOrigins,omitempty"`
}

ClientRepresentation defines model for ClientRepresentation.

type ClientScopeRepresentation

type ClientScopeRepresentation struct {
	Attributes      *map[string]interface{}         `json:"attributes,omitempty"`
	Description     *string                         `json:"description,omitempty"`
	Id              *string                         `json:"id,omitempty"`
	Name            *string                         `json:"name,omitempty"`
	Protocol        *string                         `json:"protocol,omitempty"`
	ProtocolMappers *[]ProtocolMapperRepresentation `json:"protocolMappers,omitempty"`
}

ClientScopeRepresentation defines model for ClientScopeRepresentation.

type ClientWithResponses

type ClientWithResponses struct {
	ClientInterface
}

ClientWithResponses builds on ClientInterface to offer response payloads

func NewClientWithResponses

func NewClientWithResponses(server string, opts ...ClientOption) (*ClientWithResponses, error)

NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling

func (*ClientWithResponses) DeleteRealmAdminEventsWithResponse

func (c *ClientWithResponses) DeleteRealmAdminEventsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmAdminEventsResponse, error)

DeleteRealmAdminEventsWithResponse request returning *DeleteRealmAdminEventsResponse

func (*ClientWithResponses) DeleteRealmAttackDetectionBruteForceUsersUserIdWithResponse

func (c *ClientWithResponses) DeleteRealmAttackDetectionBruteForceUsersUserIdWithResponse(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*DeleteRealmAttackDetectionBruteForceUsersUserIdResponse, error)

DeleteRealmAttackDetectionBruteForceUsersUserIdWithResponse request returning *DeleteRealmAttackDetectionBruteForceUsersUserIdResponse

func (*ClientWithResponses) DeleteRealmAttackDetectionBruteForceUsersWithResponse

func (c *ClientWithResponses) DeleteRealmAttackDetectionBruteForceUsersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmAttackDetectionBruteForceUsersResponse, error)

DeleteRealmAttackDetectionBruteForceUsersWithResponse request returning *DeleteRealmAttackDetectionBruteForceUsersResponse

func (*ClientWithResponses) DeleteRealmAuthenticationConfigIdWithResponse

func (c *ClientWithResponses) DeleteRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationConfigIdResponse, error)

DeleteRealmAuthenticationConfigIdWithResponse request returning *DeleteRealmAuthenticationConfigIdResponse

func (*ClientWithResponses) DeleteRealmAuthenticationExecutionsExecutionIdWithResponse

func (c *ClientWithResponses) DeleteRealmAuthenticationExecutionsExecutionIdWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationExecutionsExecutionIdResponse, error)

DeleteRealmAuthenticationExecutionsExecutionIdWithResponse request returning *DeleteRealmAuthenticationExecutionsExecutionIdResponse

func (*ClientWithResponses) DeleteRealmAuthenticationFlowsIdWithResponse

func (c *ClientWithResponses) DeleteRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationFlowsIdResponse, error)

DeleteRealmAuthenticationFlowsIdWithResponse request returning *DeleteRealmAuthenticationFlowsIdResponse

func (*ClientWithResponses) DeleteRealmAuthenticationRequiredActionsAliasWithResponse

func (c *ClientWithResponses) DeleteRealmAuthenticationRequiredActionsAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationRequiredActionsAliasResponse, error)

DeleteRealmAuthenticationRequiredActionsAliasWithResponse request returning *DeleteRealmAuthenticationRequiredActionsAliasResponse

func (*ClientWithResponses) DeleteRealmClientScopesId1ProtocolMappersModelsId2WithResponse

func (c *ClientWithResponses) DeleteRealmClientScopesId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesId1ProtocolMappersModelsId2Response, error)

DeleteRealmClientScopesId1ProtocolMappersModelsId2WithResponse request returning *DeleteRealmClientScopesId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) DeleteRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsClientsClientResponse, error)

DeleteRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *DeleteRealmClientScopesIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) DeleteRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsRealmResponse, error)

DeleteRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse request with arbitrary body returning *DeleteRealmClientScopesIdScopeMappingsRealmResponse

func (*ClientWithResponses) DeleteRealmClientScopesIdWithResponse

func (c *ClientWithResponses) DeleteRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdResponse, error)

DeleteRealmClientScopesIdWithResponse request returning *DeleteRealmClientScopesIdResponse

func (*ClientWithResponses) DeleteRealmClientsId1ProtocolMappersModelsId2WithResponse

func (c *ClientWithResponses) DeleteRealmClientsId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsId1ProtocolMappersModelsId2Response, error)

DeleteRealmClientsId1ProtocolMappersModelsId2WithResponse request returning *DeleteRealmClientsId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) DeleteRealmClientsIdClientSecretRotatedWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdClientSecretRotatedWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdClientSecretRotatedResponse, error)

DeleteRealmClientsIdClientSecretRotatedWithResponse request returning *DeleteRealmClientsIdClientSecretRotatedResponse

func (*ClientWithResponses) DeleteRealmClientsIdDefaultClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

DeleteRealmClientsIdDefaultClientScopesClientScopeIdWithResponse request returning *DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse

func (*ClientWithResponses) DeleteRealmClientsIdNodesNodeWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdNodesNodeWithResponse(ctx context.Context, realm string, id string, node string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdNodesNodeResponse, error)

DeleteRealmClientsIdNodesNodeWithResponse request returning *DeleteRealmClientsIdNodesNodeResponse

func (*ClientWithResponses) DeleteRealmClientsIdOptionalClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

DeleteRealmClientsIdOptionalClientScopesClientScopeIdWithResponse request returning *DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse

func (*ClientWithResponses) DeleteRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameCompositesResponse, error)

DeleteRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse request with arbitrary body returning *DeleteRealmClientsIdRolesRoleNameCompositesResponse

func (*ClientWithResponses) DeleteRealmClientsIdRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, body DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameCompositesResponse, error)

func (*ClientWithResponses) DeleteRealmClientsIdRolesRoleNameWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameResponse, error)

DeleteRealmClientsIdRolesRoleNameWithResponse request returning *DeleteRealmClientsIdRolesRoleNameResponse

func (*ClientWithResponses) DeleteRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsClientsClientResponse, error)

DeleteRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *DeleteRealmClientsIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) DeleteRealmClientsIdScopeMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsRealmResponse, error)

DeleteRealmClientsIdScopeMappingsRealmWithBodyWithResponse request with arbitrary body returning *DeleteRealmClientsIdScopeMappingsRealmResponse

func (*ClientWithResponses) DeleteRealmClientsIdWithResponse

func (c *ClientWithResponses) DeleteRealmClientsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdResponse, error)

DeleteRealmClientsIdWithResponse request returning *DeleteRealmClientsIdResponse

func (*ClientWithResponses) DeleteRealmClientsInitialAccessIdWithResponse

func (c *ClientWithResponses) DeleteRealmClientsInitialAccessIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsInitialAccessIdResponse, error)

DeleteRealmClientsInitialAccessIdWithResponse request returning *DeleteRealmClientsInitialAccessIdResponse

func (*ClientWithResponses) DeleteRealmComponentsIdWithResponse

func (c *ClientWithResponses) DeleteRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmComponentsIdResponse, error)

DeleteRealmComponentsIdWithResponse request returning *DeleteRealmComponentsIdResponse

func (*ClientWithResponses) DeleteRealmDefaultDefaultClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) DeleteRealmDefaultDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

DeleteRealmDefaultDefaultClientScopesClientScopeIdWithResponse request returning *DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse

func (*ClientWithResponses) DeleteRealmDefaultGroupsGroupIdWithResponse

func (c *ClientWithResponses) DeleteRealmDefaultGroupsGroupIdWithResponse(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultGroupsGroupIdResponse, error)

DeleteRealmDefaultGroupsGroupIdWithResponse request returning *DeleteRealmDefaultGroupsGroupIdResponse

func (*ClientWithResponses) DeleteRealmDefaultOptionalClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) DeleteRealmDefaultOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

DeleteRealmDefaultOptionalClientScopesClientScopeIdWithResponse request returning *DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse

func (*ClientWithResponses) DeleteRealmEventsWithResponse

func (c *ClientWithResponses) DeleteRealmEventsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmEventsResponse, error)

DeleteRealmEventsWithResponse request returning *DeleteRealmEventsResponse

func (*ClientWithResponses) DeleteRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsClientsClientResponse, error)

DeleteRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *DeleteRealmGroupsIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) DeleteRealmGroupsIdRoleMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmGroupsIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsRealmResponse, error)

DeleteRealmGroupsIdRoleMappingsRealmWithBodyWithResponse request with arbitrary body returning *DeleteRealmGroupsIdRoleMappingsRealmResponse

func (*ClientWithResponses) DeleteRealmGroupsIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) DeleteRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsRealmResponse, error)

func (*ClientWithResponses) DeleteRealmGroupsIdWithResponse

func (c *ClientWithResponses) DeleteRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdResponse, error)

DeleteRealmGroupsIdWithResponse request returning *DeleteRealmGroupsIdResponse

func (*ClientWithResponses) DeleteRealmIdentityProviderInstancesAliasMappersIdWithResponse

func (c *ClientWithResponses) DeleteRealmIdentityProviderInstancesAliasMappersIdWithResponse(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmIdentityProviderInstancesAliasMappersIdResponse, error)

DeleteRealmIdentityProviderInstancesAliasMappersIdWithResponse request returning *DeleteRealmIdentityProviderInstancesAliasMappersIdResponse

func (*ClientWithResponses) DeleteRealmIdentityProviderInstancesAliasWithResponse

func (c *ClientWithResponses) DeleteRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*DeleteRealmIdentityProviderInstancesAliasResponse, error)

DeleteRealmIdentityProviderInstancesAliasWithResponse request returning *DeleteRealmIdentityProviderInstancesAliasResponse

func (*ClientWithResponses) DeleteRealmLocalizationLocaleKeyWithResponse

func (c *ClientWithResponses) DeleteRealmLocalizationLocaleKeyWithResponse(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*DeleteRealmLocalizationLocaleKeyResponse, error)

DeleteRealmLocalizationLocaleKeyWithResponse request returning *DeleteRealmLocalizationLocaleKeyResponse

func (*ClientWithResponses) DeleteRealmLocalizationLocaleWithResponse

func (c *ClientWithResponses) DeleteRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, reqEditors ...RequestEditorFn) (*DeleteRealmLocalizationLocaleResponse, error)

DeleteRealmLocalizationLocaleWithResponse request returning *DeleteRealmLocalizationLocaleResponse

func (*ClientWithResponses) DeleteRealmRolesByIdRoleIdCompositesWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmRolesByIdRoleIdCompositesWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdCompositesResponse, error)

DeleteRealmRolesByIdRoleIdCompositesWithBodyWithResponse request with arbitrary body returning *DeleteRealmRolesByIdRoleIdCompositesResponse

func (*ClientWithResponses) DeleteRealmRolesByIdRoleIdCompositesWithResponse

func (c *ClientWithResponses) DeleteRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, body DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdCompositesResponse, error)

func (*ClientWithResponses) DeleteRealmRolesByIdRoleIdWithResponse

func (c *ClientWithResponses) DeleteRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdResponse, error)

DeleteRealmRolesByIdRoleIdWithResponse request returning *DeleteRealmRolesByIdRoleIdResponse

func (*ClientWithResponses) DeleteRealmRolesRoleNameCompositesWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameCompositesResponse, error)

DeleteRealmRolesRoleNameCompositesWithBodyWithResponse request with arbitrary body returning *DeleteRealmRolesRoleNameCompositesResponse

func (*ClientWithResponses) DeleteRealmRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) DeleteRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, body DeleteRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameCompositesResponse, error)

func (*ClientWithResponses) DeleteRealmRolesRoleNameWithResponse

func (c *ClientWithResponses) DeleteRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameResponse, error)

DeleteRealmRolesRoleNameWithResponse request returning *DeleteRealmRolesRoleNameResponse

func (*ClientWithResponses) DeleteRealmSessionsSessionWithResponse

func (c *ClientWithResponses) DeleteRealmSessionsSessionWithResponse(ctx context.Context, realm string, session string, reqEditors ...RequestEditorFn) (*DeleteRealmSessionsSessionResponse, error)

DeleteRealmSessionsSessionWithResponse request returning *DeleteRealmSessionsSessionResponse

func (*ClientWithResponses) DeleteRealmUsersIdConsentsClientWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdConsentsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdConsentsClientResponse, error)

DeleteRealmUsersIdConsentsClientWithResponse request returning *DeleteRealmUsersIdConsentsClientResponse

func (*ClientWithResponses) DeleteRealmUsersIdCredentialsCredentialIdWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdCredentialsCredentialIdWithResponse(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdCredentialsCredentialIdResponse, error)

DeleteRealmUsersIdCredentialsCredentialIdWithResponse request returning *DeleteRealmUsersIdCredentialsCredentialIdResponse

func (*ClientWithResponses) DeleteRealmUsersIdFederatedIdentityProviderWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdFederatedIdentityProviderWithResponse(ctx context.Context, realm string, id string, provider string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdFederatedIdentityProviderResponse, error)

DeleteRealmUsersIdFederatedIdentityProviderWithResponse request returning *DeleteRealmUsersIdFederatedIdentityProviderResponse

func (*ClientWithResponses) DeleteRealmUsersIdGroupsGroupIdWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdGroupsGroupIdWithResponse(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdGroupsGroupIdResponse, error)

DeleteRealmUsersIdGroupsGroupIdWithResponse request returning *DeleteRealmUsersIdGroupsGroupIdResponse

func (*ClientWithResponses) DeleteRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsClientsClientResponse, error)

DeleteRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *DeleteRealmUsersIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) DeleteRealmUsersIdRoleMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsRealmResponse, error)

DeleteRealmUsersIdRoleMappingsRealmWithBodyWithResponse request with arbitrary body returning *DeleteRealmUsersIdRoleMappingsRealmResponse

func (*ClientWithResponses) DeleteRealmUsersIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsRealmResponse, error)

func (*ClientWithResponses) DeleteRealmUsersIdWithResponse

func (c *ClientWithResponses) DeleteRealmUsersIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdResponse, error)

DeleteRealmUsersIdWithResponse request returning *DeleteRealmUsersIdResponse

func (*ClientWithResponses) DeleteRealmWithResponse

func (c *ClientWithResponses) DeleteRealmWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmResponse, error)

DeleteRealmWithResponse request returning *DeleteRealmResponse

func (*ClientWithResponses) GetRealmAdminEventsWithResponse

func (c *ClientWithResponses) GetRealmAdminEventsWithResponse(ctx context.Context, realm string, params *GetRealmAdminEventsParams, reqEditors ...RequestEditorFn) (*GetRealmAdminEventsResponse, error)

GetRealmAdminEventsWithResponse request returning *GetRealmAdminEventsResponse

func (*ClientWithResponses) GetRealmAttackDetectionBruteForceUsersUserIdWithResponse

func (c *ClientWithResponses) GetRealmAttackDetectionBruteForceUsersUserIdWithResponse(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*GetRealmAttackDetectionBruteForceUsersUserIdResponse, error)

GetRealmAttackDetectionBruteForceUsersUserIdWithResponse request returning *GetRealmAttackDetectionBruteForceUsersUserIdResponse

func (*ClientWithResponses) GetRealmAuthenticationAuthenticatorProvidersWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationAuthenticatorProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationAuthenticatorProvidersResponse, error)

GetRealmAuthenticationAuthenticatorProvidersWithResponse request returning *GetRealmAuthenticationAuthenticatorProvidersResponse

func (*ClientWithResponses) GetRealmAuthenticationClientAuthenticatorProvidersWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationClientAuthenticatorProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationClientAuthenticatorProvidersResponse, error)

GetRealmAuthenticationClientAuthenticatorProvidersWithResponse request returning *GetRealmAuthenticationClientAuthenticatorProvidersResponse

func (*ClientWithResponses) GetRealmAuthenticationConfigDescriptionProviderIdWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationConfigDescriptionProviderIdWithResponse(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationConfigDescriptionProviderIdResponse, error)

GetRealmAuthenticationConfigDescriptionProviderIdWithResponse request returning *GetRealmAuthenticationConfigDescriptionProviderIdResponse

func (*ClientWithResponses) GetRealmAuthenticationConfigIdWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationConfigIdResponse, error)

GetRealmAuthenticationConfigIdWithResponse request returning *GetRealmAuthenticationConfigIdResponse

func (*ClientWithResponses) GetRealmAuthenticationExecutionsExecutionIdWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationExecutionsExecutionIdWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationExecutionsExecutionIdResponse, error)

GetRealmAuthenticationExecutionsExecutionIdWithResponse request returning *GetRealmAuthenticationExecutionsExecutionIdResponse

func (*ClientWithResponses) GetRealmAuthenticationFlowsFlowAliasExecutionsWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationFlowsFlowAliasExecutionsWithResponse(ctx context.Context, realm string, flowAlias string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

GetRealmAuthenticationFlowsFlowAliasExecutionsWithResponse request returning *GetRealmAuthenticationFlowsFlowAliasExecutionsResponse

func (*ClientWithResponses) GetRealmAuthenticationFlowsIdWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsIdResponse, error)

GetRealmAuthenticationFlowsIdWithResponse request returning *GetRealmAuthenticationFlowsIdResponse

func (*ClientWithResponses) GetRealmAuthenticationFlowsWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationFlowsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsResponse, error)

GetRealmAuthenticationFlowsWithResponse request returning *GetRealmAuthenticationFlowsResponse

func (*ClientWithResponses) GetRealmAuthenticationFormActionProvidersWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationFormActionProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFormActionProvidersResponse, error)

GetRealmAuthenticationFormActionProvidersWithResponse request returning *GetRealmAuthenticationFormActionProvidersResponse

func (*ClientWithResponses) GetRealmAuthenticationFormProvidersWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationFormProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFormProvidersResponse, error)

GetRealmAuthenticationFormProvidersWithResponse request returning *GetRealmAuthenticationFormProvidersResponse

func (*ClientWithResponses) GetRealmAuthenticationPerClientConfigDescriptionWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationPerClientConfigDescriptionWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationPerClientConfigDescriptionResponse, error)

GetRealmAuthenticationPerClientConfigDescriptionWithResponse request returning *GetRealmAuthenticationPerClientConfigDescriptionResponse

func (*ClientWithResponses) GetRealmAuthenticationRequiredActionsAliasWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationRequiredActionsAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationRequiredActionsAliasResponse, error)

GetRealmAuthenticationRequiredActionsAliasWithResponse request returning *GetRealmAuthenticationRequiredActionsAliasResponse

func (*ClientWithResponses) GetRealmAuthenticationRequiredActionsWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationRequiredActionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationRequiredActionsResponse, error)

GetRealmAuthenticationRequiredActionsWithResponse request returning *GetRealmAuthenticationRequiredActionsResponse

func (*ClientWithResponses) GetRealmAuthenticationUnregisteredRequiredActionsWithResponse

func (c *ClientWithResponses) GetRealmAuthenticationUnregisteredRequiredActionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationUnregisteredRequiredActionsResponse, error)

GetRealmAuthenticationUnregisteredRequiredActionsWithResponse request returning *GetRealmAuthenticationUnregisteredRequiredActionsResponse

func (*ClientWithResponses) GetRealmClientPoliciesPoliciesWithResponse

func (c *ClientWithResponses) GetRealmClientPoliciesPoliciesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientPoliciesPoliciesResponse, error)

GetRealmClientPoliciesPoliciesWithResponse request returning *GetRealmClientPoliciesPoliciesResponse

func (*ClientWithResponses) GetRealmClientPoliciesProfilesWithResponse

func (c *ClientWithResponses) GetRealmClientPoliciesProfilesWithResponse(ctx context.Context, realm string, params *GetRealmClientPoliciesProfilesParams, reqEditors ...RequestEditorFn) (*GetRealmClientPoliciesProfilesResponse, error)

GetRealmClientPoliciesProfilesWithResponse request returning *GetRealmClientPoliciesProfilesResponse

func (*ClientWithResponses) GetRealmClientRegistrationPolicyProvidersWithResponse

func (c *ClientWithResponses) GetRealmClientRegistrationPolicyProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientRegistrationPolicyProvidersResponse, error)

GetRealmClientRegistrationPolicyProvidersWithResponse request returning *GetRealmClientRegistrationPolicyProvidersResponse

func (*ClientWithResponses) GetRealmClientScopesId1ProtocolMappersModelsId2WithResponse

func (c *ClientWithResponses) GetRealmClientScopesId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesId1ProtocolMappersModelsId2Response, error)

GetRealmClientScopesId1ProtocolMappersModelsId2WithResponse request returning *GetRealmClientScopesId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) GetRealmClientScopesIdProtocolMappersModelsWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdProtocolMappersModelsResponse, error)

GetRealmClientScopesIdProtocolMappersModelsWithResponse request returning *GetRealmClientScopesIdProtocolMappersModelsResponse

func (*ClientWithResponses) GetRealmClientScopesIdProtocolMappersProtocolProtocolWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdProtocolMappersProtocolProtocolWithResponse(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse, error)

GetRealmClientScopesIdProtocolMappersProtocolProtocolWithResponse request returning *GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientAvailableWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse, error)

GetRealmClientScopesIdScopeMappingsClientsClientAvailableWithResponse request returning *GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientCompositeWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse, error)

GetRealmClientScopesIdScopeMappingsClientsClientCompositeWithResponse request returning *GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientResponse, error)

GetRealmClientScopesIdScopeMappingsClientsClientWithResponse request returning *GetRealmClientScopesIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmAvailableWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmAvailableResponse, error)

GetRealmClientScopesIdScopeMappingsRealmAvailableWithResponse request returning *GetRealmClientScopesIdScopeMappingsRealmAvailableResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmCompositeWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientScopesIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmCompositeResponse, error)

GetRealmClientScopesIdScopeMappingsRealmCompositeWithResponse request returning *GetRealmClientScopesIdScopeMappingsRealmCompositeResponse

func (*ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmResponse, error)

GetRealmClientScopesIdScopeMappingsRealmWithResponse request returning *GetRealmClientScopesIdScopeMappingsRealmResponse

func (*ClientWithResponses) GetRealmClientScopesIdWithResponse

func (c *ClientWithResponses) GetRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdResponse, error)

GetRealmClientScopesIdWithResponse request returning *GetRealmClientScopesIdResponse

func (*ClientWithResponses) GetRealmClientScopesWithResponse

func (c *ClientWithResponses) GetRealmClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesResponse, error)

GetRealmClientScopesWithResponse request returning *GetRealmClientScopesResponse

func (*ClientWithResponses) GetRealmClientSessionStatsWithResponse

func (c *ClientWithResponses) GetRealmClientSessionStatsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientSessionStatsResponse, error)

GetRealmClientSessionStatsWithResponse request returning *GetRealmClientSessionStatsResponse

func (*ClientWithResponses) GetRealmClientsId1ProtocolMappersModelsId2WithResponse

func (c *ClientWithResponses) GetRealmClientsId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*GetRealmClientsId1ProtocolMappersModelsId2Response, error)

GetRealmClientsId1ProtocolMappersModelsId2WithResponse request returning *GetRealmClientsId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) GetRealmClientsIdCertificatesAttrWithResponse

func (c *ClientWithResponses) GetRealmClientsIdCertificatesAttrWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdCertificatesAttrResponse, error)

GetRealmClientsIdCertificatesAttrWithResponse request returning *GetRealmClientsIdCertificatesAttrResponse

func (*ClientWithResponses) GetRealmClientsIdClientSecretRotatedWithResponse

func (c *ClientWithResponses) GetRealmClientsIdClientSecretRotatedWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdClientSecretRotatedResponse, error)

GetRealmClientsIdClientSecretRotatedWithResponse request returning *GetRealmClientsIdClientSecretRotatedResponse

func (*ClientWithResponses) GetRealmClientsIdClientSecretWithResponse

func (c *ClientWithResponses) GetRealmClientsIdClientSecretWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdClientSecretResponse, error)

GetRealmClientsIdClientSecretWithResponse request returning *GetRealmClientsIdClientSecretResponse

func (*ClientWithResponses) GetRealmClientsIdDefaultClientScopesWithResponse

func (c *ClientWithResponses) GetRealmClientsIdDefaultClientScopesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdDefaultClientScopesResponse, error)

GetRealmClientsIdDefaultClientScopesWithResponse request returning *GetRealmClientsIdDefaultClientScopesResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse, error)

GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenWithResponse request returning *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse, error)

GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenWithResponse request returning *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse, error)

GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoWithResponse request returning *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesProtocolMappersWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesProtocolMappersWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesProtocolMappersParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesProtocolMappersResponse, error)

GetRealmClientsIdEvaluateScopesProtocolMappersWithResponse request returning *GetRealmClientsIdEvaluateScopesProtocolMappersResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedWithResponse(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse, error)

GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedWithResponse request returning *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse

func (*ClientWithResponses) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedWithResponse

func (c *ClientWithResponses) GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedWithResponse(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse, error)

GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedWithResponse request returning *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse

func (*ClientWithResponses) GetRealmClientsIdInstallationProvidersProviderIdWithResponse

func (c *ClientWithResponses) GetRealmClientsIdInstallationProvidersProviderIdWithResponse(ctx context.Context, realm string, id string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdInstallationProvidersProviderIdResponse, error)

GetRealmClientsIdInstallationProvidersProviderIdWithResponse request returning *GetRealmClientsIdInstallationProvidersProviderIdResponse

func (*ClientWithResponses) GetRealmClientsIdManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdManagementPermissionsResponse, error)

GetRealmClientsIdManagementPermissionsWithResponse request returning *GetRealmClientsIdManagementPermissionsResponse

func (*ClientWithResponses) GetRealmClientsIdOfflineSessionCountWithResponse

func (c *ClientWithResponses) GetRealmClientsIdOfflineSessionCountWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOfflineSessionCountResponse, error)

GetRealmClientsIdOfflineSessionCountWithResponse request returning *GetRealmClientsIdOfflineSessionCountResponse

func (*ClientWithResponses) GetRealmClientsIdOfflineSessionsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdOfflineSessionsWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdOfflineSessionsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOfflineSessionsResponse, error)

GetRealmClientsIdOfflineSessionsWithResponse request returning *GetRealmClientsIdOfflineSessionsResponse

func (*ClientWithResponses) GetRealmClientsIdOptionalClientScopesWithResponse

func (c *ClientWithResponses) GetRealmClientsIdOptionalClientScopesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOptionalClientScopesResponse, error)

GetRealmClientsIdOptionalClientScopesWithResponse request returning *GetRealmClientsIdOptionalClientScopesResponse

func (*ClientWithResponses) GetRealmClientsIdProtocolMappersModelsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdProtocolMappersModelsResponse, error)

GetRealmClientsIdProtocolMappersModelsWithResponse request returning *GetRealmClientsIdProtocolMappersModelsResponse

func (*ClientWithResponses) GetRealmClientsIdProtocolMappersProtocolProtocolWithResponse

func (c *ClientWithResponses) GetRealmClientsIdProtocolMappersProtocolProtocolWithResponse(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdProtocolMappersProtocolProtocolResponse, error)

GetRealmClientsIdProtocolMappersProtocolProtocolWithResponse request returning *GetRealmClientsIdProtocolMappersProtocolProtocolResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, id string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse, error)

GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidWithResponse request returning *GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesRealmWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesRealmWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesRealmResponse, error)

GetRealmClientsIdRolesRoleNameCompositesRealmWithResponse request returning *GetRealmClientsIdRolesRoleNameCompositesRealmResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesResponse, error)

GetRealmClientsIdRolesRoleNameCompositesWithResponse request returning *GetRealmClientsIdRolesRoleNameCompositesResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameGroupsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameGroupsWithResponse(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameGroupsResponse, error)

GetRealmClientsIdRolesRoleNameGroupsWithResponse request returning *GetRealmClientsIdRolesRoleNameGroupsResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

GetRealmClientsIdRolesRoleNameManagementPermissionsWithResponse request returning *GetRealmClientsIdRolesRoleNameManagementPermissionsResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameUsersWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameUsersWithResponse(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameUsersResponse, error)

GetRealmClientsIdRolesRoleNameUsersWithResponse request returning *GetRealmClientsIdRolesRoleNameUsersResponse

func (*ClientWithResponses) GetRealmClientsIdRolesRoleNameWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameResponse, error)

GetRealmClientsIdRolesRoleNameWithResponse request returning *GetRealmClientsIdRolesRoleNameResponse

func (*ClientWithResponses) GetRealmClientsIdRolesWithResponse

func (c *ClientWithResponses) GetRealmClientsIdRolesWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdRolesParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesResponse, error)

GetRealmClientsIdRolesWithResponse request returning *GetRealmClientsIdRolesResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientAvailableWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientAvailableResponse, error)

GetRealmClientsIdScopeMappingsClientsClientAvailableWithResponse request returning *GetRealmClientsIdScopeMappingsClientsClientAvailableResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientCompositeWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmClientsIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientCompositeResponse, error)

GetRealmClientsIdScopeMappingsClientsClientCompositeWithResponse request returning *GetRealmClientsIdScopeMappingsClientsClientCompositeResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientResponse, error)

GetRealmClientsIdScopeMappingsClientsClientWithResponse request returning *GetRealmClientsIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsRealmAvailableWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmAvailableResponse, error)

GetRealmClientsIdScopeMappingsRealmAvailableWithResponse request returning *GetRealmClientsIdScopeMappingsRealmAvailableResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsRealmCompositeWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmCompositeResponse, error)

GetRealmClientsIdScopeMappingsRealmCompositeWithResponse request returning *GetRealmClientsIdScopeMappingsRealmCompositeResponse

func (*ClientWithResponses) GetRealmClientsIdScopeMappingsRealmWithResponse

func (c *ClientWithResponses) GetRealmClientsIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmResponse, error)

GetRealmClientsIdScopeMappingsRealmWithResponse request returning *GetRealmClientsIdScopeMappingsRealmResponse

func (*ClientWithResponses) GetRealmClientsIdServiceAccountUserWithResponse

func (c *ClientWithResponses) GetRealmClientsIdServiceAccountUserWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdServiceAccountUserResponse, error)

GetRealmClientsIdServiceAccountUserWithResponse request returning *GetRealmClientsIdServiceAccountUserResponse

func (*ClientWithResponses) GetRealmClientsIdSessionCountWithResponse

func (c *ClientWithResponses) GetRealmClientsIdSessionCountWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdSessionCountResponse, error)

GetRealmClientsIdSessionCountWithResponse request returning *GetRealmClientsIdSessionCountResponse

func (*ClientWithResponses) GetRealmClientsIdTestNodesAvailableWithResponse

func (c *ClientWithResponses) GetRealmClientsIdTestNodesAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdTestNodesAvailableResponse, error)

GetRealmClientsIdTestNodesAvailableWithResponse request returning *GetRealmClientsIdTestNodesAvailableResponse

func (*ClientWithResponses) GetRealmClientsIdUserSessionsWithResponse

func (c *ClientWithResponses) GetRealmClientsIdUserSessionsWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdUserSessionsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdUserSessionsResponse, error)

GetRealmClientsIdUserSessionsWithResponse request returning *GetRealmClientsIdUserSessionsResponse

func (*ClientWithResponses) GetRealmClientsIdWithResponse

func (c *ClientWithResponses) GetRealmClientsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdResponse, error)

GetRealmClientsIdWithResponse request returning *GetRealmClientsIdResponse

func (*ClientWithResponses) GetRealmClientsInitialAccessWithResponse

func (c *ClientWithResponses) GetRealmClientsInitialAccessWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientsInitialAccessResponse, error)

GetRealmClientsInitialAccessWithResponse request returning *GetRealmClientsInitialAccessResponse

func (*ClientWithResponses) GetRealmClientsWithResponse

func (c *ClientWithResponses) GetRealmClientsWithResponse(ctx context.Context, realm string, params *GetRealmClientsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsResponse, error)

GetRealmClientsWithResponse request returning *GetRealmClientsResponse

func (*ClientWithResponses) GetRealmComponentsIdSubComponentTypesWithResponse

func (c *ClientWithResponses) GetRealmComponentsIdSubComponentTypesWithResponse(ctx context.Context, realm string, id string, params *GetRealmComponentsIdSubComponentTypesParams, reqEditors ...RequestEditorFn) (*GetRealmComponentsIdSubComponentTypesResponse, error)

GetRealmComponentsIdSubComponentTypesWithResponse request returning *GetRealmComponentsIdSubComponentTypesResponse

func (*ClientWithResponses) GetRealmComponentsIdWithResponse

func (c *ClientWithResponses) GetRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmComponentsIdResponse, error)

GetRealmComponentsIdWithResponse request returning *GetRealmComponentsIdResponse

func (*ClientWithResponses) GetRealmComponentsWithResponse

func (c *ClientWithResponses) GetRealmComponentsWithResponse(ctx context.Context, realm string, params *GetRealmComponentsParams, reqEditors ...RequestEditorFn) (*GetRealmComponentsResponse, error)

GetRealmComponentsWithResponse request returning *GetRealmComponentsResponse

func (*ClientWithResponses) GetRealmCredentialRegistratorsWithResponse

func (c *ClientWithResponses) GetRealmCredentialRegistratorsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmCredentialRegistratorsResponse, error)

GetRealmCredentialRegistratorsWithResponse request returning *GetRealmCredentialRegistratorsResponse

func (*ClientWithResponses) GetRealmDefaultDefaultClientScopesWithResponse

func (c *ClientWithResponses) GetRealmDefaultDefaultClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultDefaultClientScopesResponse, error)

GetRealmDefaultDefaultClientScopesWithResponse request returning *GetRealmDefaultDefaultClientScopesResponse

func (*ClientWithResponses) GetRealmDefaultGroupsWithResponse

func (c *ClientWithResponses) GetRealmDefaultGroupsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultGroupsResponse, error)

GetRealmDefaultGroupsWithResponse request returning *GetRealmDefaultGroupsResponse

func (*ClientWithResponses) GetRealmDefaultOptionalClientScopesWithResponse

func (c *ClientWithResponses) GetRealmDefaultOptionalClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultOptionalClientScopesResponse, error)

GetRealmDefaultOptionalClientScopesWithResponse request returning *GetRealmDefaultOptionalClientScopesResponse

func (*ClientWithResponses) GetRealmEventsConfigWithResponse

func (c *ClientWithResponses) GetRealmEventsConfigWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmEventsConfigResponse, error)

GetRealmEventsConfigWithResponse request returning *GetRealmEventsConfigResponse

func (*ClientWithResponses) GetRealmEventsWithResponse

func (c *ClientWithResponses) GetRealmEventsWithResponse(ctx context.Context, realm string, params *GetRealmEventsParams, reqEditors ...RequestEditorFn) (*GetRealmEventsResponse, error)

GetRealmEventsWithResponse request returning *GetRealmEventsResponse

func (*ClientWithResponses) GetRealmGroupByPathPathWithResponse

func (c *ClientWithResponses) GetRealmGroupByPathPathWithResponse(ctx context.Context, realm string, path string, reqEditors ...RequestEditorFn) (*GetRealmGroupByPathPathResponse, error)

GetRealmGroupByPathPathWithResponse request returning *GetRealmGroupByPathPathResponse

func (*ClientWithResponses) GetRealmGroupsCountWithResponse

func (c *ClientWithResponses) GetRealmGroupsCountWithResponse(ctx context.Context, realm string, params *GetRealmGroupsCountParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsCountResponse, error)

GetRealmGroupsCountWithResponse request returning *GetRealmGroupsCountResponse

func (*ClientWithResponses) GetRealmGroupsIdManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdManagementPermissionsResponse, error)

GetRealmGroupsIdManagementPermissionsWithResponse request returning *GetRealmGroupsIdManagementPermissionsResponse

func (*ClientWithResponses) GetRealmGroupsIdMembersWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdMembersWithResponse(ctx context.Context, realm string, id string, params *GetRealmGroupsIdMembersParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdMembersResponse, error)

GetRealmGroupsIdMembersWithResponse request returning *GetRealmGroupsIdMembersResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientAvailableWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse, error)

GetRealmGroupsIdRoleMappingsClientsClientAvailableWithResponse request returning *GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientCompositeWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmGroupsIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse, error)

GetRealmGroupsIdRoleMappingsClientsClientCompositeWithResponse request returning *GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientResponse, error)

GetRealmGroupsIdRoleMappingsClientsClientWithResponse request returning *GetRealmGroupsIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmAvailableWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmAvailableResponse, error)

GetRealmGroupsIdRoleMappingsRealmAvailableWithResponse request returning *GetRealmGroupsIdRoleMappingsRealmAvailableResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmCompositeWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmGroupsIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmCompositeResponse, error)

GetRealmGroupsIdRoleMappingsRealmCompositeWithResponse request returning *GetRealmGroupsIdRoleMappingsRealmCompositeResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmResponse, error)

GetRealmGroupsIdRoleMappingsRealmWithResponse request returning *GetRealmGroupsIdRoleMappingsRealmResponse

func (*ClientWithResponses) GetRealmGroupsIdRoleMappingsWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdRoleMappingsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsResponse, error)

GetRealmGroupsIdRoleMappingsWithResponse request returning *GetRealmGroupsIdRoleMappingsResponse

func (*ClientWithResponses) GetRealmGroupsIdWithResponse

func (c *ClientWithResponses) GetRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdResponse, error)

GetRealmGroupsIdWithResponse request returning *GetRealmGroupsIdResponse

func (*ClientWithResponses) GetRealmGroupsWithResponse

func (c *ClientWithResponses) GetRealmGroupsWithResponse(ctx context.Context, realm string, params *GetRealmGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsResponse, error)

GetRealmGroupsWithResponse request returning *GetRealmGroupsResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasExportWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasExportWithResponse(ctx context.Context, realm string, alias string, params *GetRealmIdentityProviderInstancesAliasExportParams, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasExportResponse, error)

GetRealmIdentityProviderInstancesAliasExportWithResponse request returning *GetRealmIdentityProviderInstancesAliasExportResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

GetRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse request returning *GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasMapperTypesWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasMapperTypesWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMapperTypesResponse, error)

GetRealmIdentityProviderInstancesAliasMapperTypesWithResponse request returning *GetRealmIdentityProviderInstancesAliasMapperTypesResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasMappersIdWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasMappersIdWithResponse(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMappersIdResponse, error)

GetRealmIdentityProviderInstancesAliasMappersIdWithResponse request returning *GetRealmIdentityProviderInstancesAliasMappersIdResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasMappersWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasMappersWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMappersResponse, error)

GetRealmIdentityProviderInstancesAliasMappersWithResponse request returning *GetRealmIdentityProviderInstancesAliasMappersResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesAliasWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasResponse, error)

GetRealmIdentityProviderInstancesAliasWithResponse request returning *GetRealmIdentityProviderInstancesAliasResponse

func (*ClientWithResponses) GetRealmIdentityProviderInstancesWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderInstancesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesResponse, error)

GetRealmIdentityProviderInstancesWithResponse request returning *GetRealmIdentityProviderInstancesResponse

func (*ClientWithResponses) GetRealmIdentityProviderProvidersProviderIdWithResponse

func (c *ClientWithResponses) GetRealmIdentityProviderProvidersProviderIdWithResponse(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderProvidersProviderIdResponse, error)

GetRealmIdentityProviderProvidersProviderIdWithResponse request returning *GetRealmIdentityProviderProvidersProviderIdResponse

func (*ClientWithResponses) GetRealmKeysWithResponse

func (c *ClientWithResponses) GetRealmKeysWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmKeysResponse, error)

GetRealmKeysWithResponse request returning *GetRealmKeysResponse

func (*ClientWithResponses) GetRealmLocalizationLocaleKeyWithResponse

func (c *ClientWithResponses) GetRealmLocalizationLocaleKeyWithResponse(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*GetRealmLocalizationLocaleKeyResponse, error)

GetRealmLocalizationLocaleKeyWithResponse request returning *GetRealmLocalizationLocaleKeyResponse

func (*ClientWithResponses) GetRealmLocalizationLocaleWithResponse

func (c *ClientWithResponses) GetRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, params *GetRealmLocalizationLocaleParams, reqEditors ...RequestEditorFn) (*GetRealmLocalizationLocaleResponse, error)

GetRealmLocalizationLocaleWithResponse request returning *GetRealmLocalizationLocaleResponse

func (*ClientWithResponses) GetRealmLocalizationWithResponse

func (c *ClientWithResponses) GetRealmLocalizationWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmLocalizationResponse, error)

GetRealmLocalizationWithResponse request returning *GetRealmLocalizationResponse

func (*ClientWithResponses) GetRealmRolesByIdRoleIdCompositesClientsClientUuidWithResponse

func (c *ClientWithResponses) GetRealmRolesByIdRoleIdCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, roleId string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse, error)

GetRealmRolesByIdRoleIdCompositesClientsClientUuidWithResponse request returning *GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse

func (*ClientWithResponses) GetRealmRolesByIdRoleIdCompositesRealmWithResponse

func (c *ClientWithResponses) GetRealmRolesByIdRoleIdCompositesRealmWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesRealmResponse, error)

GetRealmRolesByIdRoleIdCompositesRealmWithResponse request returning *GetRealmRolesByIdRoleIdCompositesRealmResponse

func (*ClientWithResponses) GetRealmRolesByIdRoleIdCompositesWithResponse

func (c *ClientWithResponses) GetRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, params *GetRealmRolesByIdRoleIdCompositesParams, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesResponse, error)

GetRealmRolesByIdRoleIdCompositesWithResponse request returning *GetRealmRolesByIdRoleIdCompositesResponse

func (*ClientWithResponses) GetRealmRolesByIdRoleIdManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmRolesByIdRoleIdManagementPermissionsWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdManagementPermissionsResponse, error)

GetRealmRolesByIdRoleIdManagementPermissionsWithResponse request returning *GetRealmRolesByIdRoleIdManagementPermissionsResponse

func (*ClientWithResponses) GetRealmRolesByIdRoleIdWithResponse

func (c *ClientWithResponses) GetRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdResponse, error)

GetRealmRolesByIdRoleIdWithResponse request returning *GetRealmRolesByIdRoleIdResponse

func (*ClientWithResponses) GetRealmRolesRoleNameCompositesClientsClientUuidWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesClientsClientUuidResponse, error)

GetRealmRolesRoleNameCompositesClientsClientUuidWithResponse request returning *GetRealmRolesRoleNameCompositesClientsClientUuidResponse

func (*ClientWithResponses) GetRealmRolesRoleNameCompositesRealmWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameCompositesRealmWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesRealmResponse, error)

GetRealmRolesRoleNameCompositesRealmWithResponse request returning *GetRealmRolesRoleNameCompositesRealmResponse

func (*ClientWithResponses) GetRealmRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesResponse, error)

GetRealmRolesRoleNameCompositesWithResponse request returning *GetRealmRolesRoleNameCompositesResponse

func (*ClientWithResponses) GetRealmRolesRoleNameGroupsWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameGroupsWithResponse(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameGroupsResponse, error)

GetRealmRolesRoleNameGroupsWithResponse request returning *GetRealmRolesRoleNameGroupsResponse

func (*ClientWithResponses) GetRealmRolesRoleNameManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameManagementPermissionsResponse, error)

GetRealmRolesRoleNameManagementPermissionsWithResponse request returning *GetRealmRolesRoleNameManagementPermissionsResponse

func (*ClientWithResponses) GetRealmRolesRoleNameUsersWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameUsersWithResponse(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameUsersResponse, error)

GetRealmRolesRoleNameUsersWithResponse request returning *GetRealmRolesRoleNameUsersResponse

func (*ClientWithResponses) GetRealmRolesRoleNameWithResponse

func (c *ClientWithResponses) GetRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameResponse, error)

GetRealmRolesRoleNameWithResponse request returning *GetRealmRolesRoleNameResponse

func (*ClientWithResponses) GetRealmRolesWithResponse

func (c *ClientWithResponses) GetRealmRolesWithResponse(ctx context.Context, realm string, params *GetRealmRolesParams, reqEditors ...RequestEditorFn) (*GetRealmRolesResponse, error)

GetRealmRolesWithResponse request returning *GetRealmRolesResponse

func (*ClientWithResponses) GetRealmUsersCountWithResponse

func (c *ClientWithResponses) GetRealmUsersCountWithResponse(ctx context.Context, realm string, params *GetRealmUsersCountParams, reqEditors ...RequestEditorFn) (*GetRealmUsersCountResponse, error)

GetRealmUsersCountWithResponse request returning *GetRealmUsersCountResponse

func (*ClientWithResponses) GetRealmUsersIdConfiguredUserStorageCredentialTypesWithResponse

func (c *ClientWithResponses) GetRealmUsersIdConfiguredUserStorageCredentialTypesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse, error)

GetRealmUsersIdConfiguredUserStorageCredentialTypesWithResponse request returning *GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse

func (*ClientWithResponses) GetRealmUsersIdConsentsWithResponse

func (c *ClientWithResponses) GetRealmUsersIdConsentsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdConsentsResponse, error)

GetRealmUsersIdConsentsWithResponse request returning *GetRealmUsersIdConsentsResponse

func (*ClientWithResponses) GetRealmUsersIdCredentialsWithResponse

func (c *ClientWithResponses) GetRealmUsersIdCredentialsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdCredentialsResponse, error)

GetRealmUsersIdCredentialsWithResponse request returning *GetRealmUsersIdCredentialsResponse

func (*ClientWithResponses) GetRealmUsersIdFederatedIdentityWithResponse

func (c *ClientWithResponses) GetRealmUsersIdFederatedIdentityWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdFederatedIdentityResponse, error)

GetRealmUsersIdFederatedIdentityWithResponse request returning *GetRealmUsersIdFederatedIdentityResponse

func (*ClientWithResponses) GetRealmUsersIdGroupsCountWithResponse

func (c *ClientWithResponses) GetRealmUsersIdGroupsCountWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsCountParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdGroupsCountResponse, error)

GetRealmUsersIdGroupsCountWithResponse request returning *GetRealmUsersIdGroupsCountResponse

func (*ClientWithResponses) GetRealmUsersIdGroupsWithResponse

func (c *ClientWithResponses) GetRealmUsersIdGroupsWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdGroupsResponse, error)

GetRealmUsersIdGroupsWithResponse request returning *GetRealmUsersIdGroupsResponse

func (*ClientWithResponses) GetRealmUsersIdOfflineSessionsClientUuidWithResponse

func (c *ClientWithResponses) GetRealmUsersIdOfflineSessionsClientUuidWithResponse(ctx context.Context, realm string, id string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdOfflineSessionsClientUuidResponse, error)

GetRealmUsersIdOfflineSessionsClientUuidWithResponse request returning *GetRealmUsersIdOfflineSessionsClientUuidResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientAvailableWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientAvailableResponse, error)

GetRealmUsersIdRoleMappingsClientsClientAvailableWithResponse request returning *GetRealmUsersIdRoleMappingsClientsClientAvailableResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientCompositeWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmUsersIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientCompositeResponse, error)

GetRealmUsersIdRoleMappingsClientsClientCompositeWithResponse request returning *GetRealmUsersIdRoleMappingsClientsClientCompositeResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientResponse, error)

GetRealmUsersIdRoleMappingsClientsClientWithResponse request returning *GetRealmUsersIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsRealmAvailableWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmAvailableResponse, error)

GetRealmUsersIdRoleMappingsRealmAvailableWithResponse request returning *GetRealmUsersIdRoleMappingsRealmAvailableResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsRealmCompositeWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmCompositeResponse, error)

GetRealmUsersIdRoleMappingsRealmCompositeWithResponse request returning *GetRealmUsersIdRoleMappingsRealmCompositeResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmResponse, error)

GetRealmUsersIdRoleMappingsRealmWithResponse request returning *GetRealmUsersIdRoleMappingsRealmResponse

func (*ClientWithResponses) GetRealmUsersIdRoleMappingsWithResponse

func (c *ClientWithResponses) GetRealmUsersIdRoleMappingsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsResponse, error)

GetRealmUsersIdRoleMappingsWithResponse request returning *GetRealmUsersIdRoleMappingsResponse

func (*ClientWithResponses) GetRealmUsersIdSessionsWithResponse

func (c *ClientWithResponses) GetRealmUsersIdSessionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdSessionsResponse, error)

GetRealmUsersIdSessionsWithResponse request returning *GetRealmUsersIdSessionsResponse

func (*ClientWithResponses) GetRealmUsersIdWithResponse

func (c *ClientWithResponses) GetRealmUsersIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdResponse, error)

GetRealmUsersIdWithResponse request returning *GetRealmUsersIdResponse

func (*ClientWithResponses) GetRealmUsersManagementPermissionsWithResponse

func (c *ClientWithResponses) GetRealmUsersManagementPermissionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmUsersManagementPermissionsResponse, error)

GetRealmUsersManagementPermissionsWithResponse request returning *GetRealmUsersManagementPermissionsResponse

func (*ClientWithResponses) GetRealmUsersProfileWithResponse

func (c *ClientWithResponses) GetRealmUsersProfileWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmUsersProfileResponse, error)

GetRealmUsersProfileWithResponse request returning *GetRealmUsersProfileResponse

func (*ClientWithResponses) GetRealmUsersWithResponse

func (c *ClientWithResponses) GetRealmUsersWithResponse(ctx context.Context, realm string, params *GetRealmUsersParams, reqEditors ...RequestEditorFn) (*GetRealmUsersResponse, error)

GetRealmUsersWithResponse request returning *GetRealmUsersResponse

func (*ClientWithResponses) GetRealmWithResponse

func (c *ClientWithResponses) GetRealmWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmResponse, error)

GetRealmWithResponse request returning *GetRealmResponse

func (*ClientWithResponses) GetWithResponse

func (c *ClientWithResponses) GetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetResponse, error)

GetWithResponse request returning *GetResponse

func (*ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdConfigWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdConfigWithBodyWithResponse(ctx context.Context, realm string, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdConfigResponse, error)

PostRealmAuthenticationExecutionsExecutionIdConfigWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationExecutionsExecutionIdConfigResponse

func (*ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdLowerPriorityWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdLowerPriorityWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse, error)

PostRealmAuthenticationExecutionsExecutionIdLowerPriorityWithResponse request returning *PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse

func (*ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdRaisePriorityWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationExecutionsExecutionIdRaisePriorityWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse, error)

PostRealmAuthenticationExecutionsExecutionIdRaisePriorityWithResponse request returning *PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse

func (*ClientWithResponses) PostRealmAuthenticationExecutionsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationExecutionsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsResponse, error)

PostRealmAuthenticationExecutionsWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationExecutionsResponse

func (*ClientWithResponses) PostRealmAuthenticationExecutionsWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationExecutionsWithResponse(ctx context.Context, realm string, body PostRealmAuthenticationExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsResponse, error)

func (*ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasCopyWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasCopyWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasCopyResponse, error)

PostRealmAuthenticationFlowsFlowAliasCopyWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationFlowsFlowAliasCopyResponse

func (*ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasCopyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasCopyWithResponse(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasCopyResponse, error)

func (*ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse, error)

PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse

func (*ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse, error)

PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse

func (*ClientWithResponses) PostRealmAuthenticationFlowsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsResponse, error)

PostRealmAuthenticationFlowsWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationFlowsResponse

func (*ClientWithResponses) PostRealmAuthenticationFlowsWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationFlowsWithResponse(ctx context.Context, realm string, body PostRealmAuthenticationFlowsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsResponse, error)

func (*ClientWithResponses) PostRealmAuthenticationRegisterRequiredActionWithBodyWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationRegisterRequiredActionWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRegisterRequiredActionResponse, error)

PostRealmAuthenticationRegisterRequiredActionWithBodyWithResponse request with arbitrary body returning *PostRealmAuthenticationRegisterRequiredActionResponse

func (*ClientWithResponses) PostRealmAuthenticationRequiredActionsAliasLowerPriorityWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationRequiredActionsAliasLowerPriorityWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse, error)

PostRealmAuthenticationRequiredActionsAliasLowerPriorityWithResponse request returning *PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse

func (*ClientWithResponses) PostRealmAuthenticationRequiredActionsAliasRaisePriorityWithResponse

func (c *ClientWithResponses) PostRealmAuthenticationRequiredActionsAliasRaisePriorityWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse, error)

PostRealmAuthenticationRequiredActionsAliasRaisePriorityWithResponse request returning *PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse

func (*ClientWithResponses) PostRealmClientDescriptionConverterWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientDescriptionConverterWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientDescriptionConverterResponse, error)

PostRealmClientDescriptionConverterWithBodyWithResponse request with arbitrary body returning *PostRealmClientDescriptionConverterResponse

func (*ClientWithResponses) PostRealmClientDescriptionConverterWithTextBodyWithResponse

func (c *ClientWithResponses) PostRealmClientDescriptionConverterWithTextBodyWithResponse(ctx context.Context, realm string, body PostRealmClientDescriptionConverterTextRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientDescriptionConverterResponse, error)

func (*ClientWithResponses) PostRealmClientScopesIdProtocolMappersAddModelsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientScopesIdProtocolMappersAddModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersAddModelsResponse, error)

PostRealmClientScopesIdProtocolMappersAddModelsWithBodyWithResponse request with arbitrary body returning *PostRealmClientScopesIdProtocolMappersAddModelsResponse

func (*ClientWithResponses) PostRealmClientScopesIdProtocolMappersModelsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientScopesIdProtocolMappersModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersModelsResponse, error)

PostRealmClientScopesIdProtocolMappersModelsWithBodyWithResponse request with arbitrary body returning *PostRealmClientScopesIdProtocolMappersModelsResponse

func (*ClientWithResponses) PostRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsClientsClientResponse, error)

PostRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *PostRealmClientScopesIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) PostRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsRealmResponse, error)

PostRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse request with arbitrary body returning *PostRealmClientScopesIdScopeMappingsRealmResponse

func (*ClientWithResponses) PostRealmClientScopesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientScopesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesResponse, error)

PostRealmClientScopesWithBodyWithResponse request with arbitrary body returning *PostRealmClientScopesResponse

func (*ClientWithResponses) PostRealmClientScopesWithResponse

func (c *ClientWithResponses) PostRealmClientScopesWithResponse(ctx context.Context, realm string, body PostRealmClientScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesResponse, error)

func (*ClientWithResponses) PostRealmClientsIdCertificatesAttrDownloadWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdCertificatesAttrDownloadWithBodyWithResponse(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrDownloadResponse, error)

PostRealmClientsIdCertificatesAttrDownloadWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdCertificatesAttrDownloadResponse

func (*ClientWithResponses) PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBodyWithResponse(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse, error)

PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse

func (*ClientWithResponses) PostRealmClientsIdCertificatesAttrGenerateWithResponse

func (c *ClientWithResponses) PostRealmClientsIdCertificatesAttrGenerateWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrGenerateResponse, error)

PostRealmClientsIdCertificatesAttrGenerateWithResponse request returning *PostRealmClientsIdCertificatesAttrGenerateResponse

func (*ClientWithResponses) PostRealmClientsIdCertificatesAttrUploadCertificateWithResponse

func (c *ClientWithResponses) PostRealmClientsIdCertificatesAttrUploadCertificateWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrUploadCertificateResponse, error)

PostRealmClientsIdCertificatesAttrUploadCertificateWithResponse request returning *PostRealmClientsIdCertificatesAttrUploadCertificateResponse

func (*ClientWithResponses) PostRealmClientsIdCertificatesAttrUploadWithResponse

func (c *ClientWithResponses) PostRealmClientsIdCertificatesAttrUploadWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrUploadResponse, error)

PostRealmClientsIdCertificatesAttrUploadWithResponse request returning *PostRealmClientsIdCertificatesAttrUploadResponse

func (*ClientWithResponses) PostRealmClientsIdClientSecretWithResponse

func (c *ClientWithResponses) PostRealmClientsIdClientSecretWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdClientSecretResponse, error)

PostRealmClientsIdClientSecretWithResponse request returning *PostRealmClientsIdClientSecretResponse

func (*ClientWithResponses) PostRealmClientsIdNodesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdNodesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdNodesResponse, error)

PostRealmClientsIdNodesWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdNodesResponse

func (*ClientWithResponses) PostRealmClientsIdNodesWithResponse

func (c *ClientWithResponses) PostRealmClientsIdNodesWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdNodesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdNodesResponse, error)

func (*ClientWithResponses) PostRealmClientsIdProtocolMappersAddModelsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdProtocolMappersAddModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersAddModelsResponse, error)

PostRealmClientsIdProtocolMappersAddModelsWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdProtocolMappersAddModelsResponse

func (*ClientWithResponses) PostRealmClientsIdProtocolMappersModelsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdProtocolMappersModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersModelsResponse, error)

PostRealmClientsIdProtocolMappersModelsWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdProtocolMappersModelsResponse

func (*ClientWithResponses) PostRealmClientsIdPushRevocationWithResponse

func (c *ClientWithResponses) PostRealmClientsIdPushRevocationWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdPushRevocationResponse, error)

PostRealmClientsIdPushRevocationWithResponse request returning *PostRealmClientsIdPushRevocationResponse

func (*ClientWithResponses) PostRealmClientsIdRegistrationAccessTokenWithResponse

func (c *ClientWithResponses) PostRealmClientsIdRegistrationAccessTokenWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRegistrationAccessTokenResponse, error)

PostRealmClientsIdRegistrationAccessTokenWithResponse request returning *PostRealmClientsIdRegistrationAccessTokenResponse

func (*ClientWithResponses) PostRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesRoleNameCompositesResponse, error)

PostRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdRolesRoleNameCompositesResponse

func (*ClientWithResponses) PostRealmClientsIdRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) PostRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, body PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesRoleNameCompositesResponse, error)

func (*ClientWithResponses) PostRealmClientsIdRolesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdRolesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesResponse, error)

PostRealmClientsIdRolesWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdRolesResponse

func (*ClientWithResponses) PostRealmClientsIdRolesWithResponse

func (c *ClientWithResponses) PostRealmClientsIdRolesWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesResponse, error)

func (*ClientWithResponses) PostRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsClientsClientResponse, error)

PostRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdScopeMappingsClientsClientResponse

func (*ClientWithResponses) PostRealmClientsIdScopeMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsRealmResponse, error)

PostRealmClientsIdScopeMappingsRealmWithBodyWithResponse request with arbitrary body returning *PostRealmClientsIdScopeMappingsRealmResponse

func (*ClientWithResponses) PostRealmClientsIdScopeMappingsRealmWithResponse

func (c *ClientWithResponses) PostRealmClientsIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsRealmResponse, error)

func (*ClientWithResponses) PostRealmClientsInitialAccessWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsInitialAccessWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsInitialAccessResponse, error)

PostRealmClientsInitialAccessWithBodyWithResponse request with arbitrary body returning *PostRealmClientsInitialAccessResponse

func (*ClientWithResponses) PostRealmClientsInitialAccessWithResponse

func (c *ClientWithResponses) PostRealmClientsInitialAccessWithResponse(ctx context.Context, realm string, body PostRealmClientsInitialAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsInitialAccessResponse, error)

func (*ClientWithResponses) PostRealmClientsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmClientsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsResponse, error)

PostRealmClientsWithBodyWithResponse request with arbitrary body returning *PostRealmClientsResponse

func (*ClientWithResponses) PostRealmClientsWithResponse

func (c *ClientWithResponses) PostRealmClientsWithResponse(ctx context.Context, realm string, body PostRealmClientsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsResponse, error)

func (*ClientWithResponses) PostRealmComponentsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmComponentsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmComponentsResponse, error)

PostRealmComponentsWithBodyWithResponse request with arbitrary body returning *PostRealmComponentsResponse

func (*ClientWithResponses) PostRealmComponentsWithResponse

func (c *ClientWithResponses) PostRealmComponentsWithResponse(ctx context.Context, realm string, body PostRealmComponentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmComponentsResponse, error)

func (*ClientWithResponses) PostRealmGroupsIdChildrenWithBodyWithResponse

func (c *ClientWithResponses) PostRealmGroupsIdChildrenWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdChildrenResponse, error)

PostRealmGroupsIdChildrenWithBodyWithResponse request with arbitrary body returning *PostRealmGroupsIdChildrenResponse

func (*ClientWithResponses) PostRealmGroupsIdChildrenWithResponse

func (c *ClientWithResponses) PostRealmGroupsIdChildrenWithResponse(ctx context.Context, realm string, id string, body PostRealmGroupsIdChildrenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdChildrenResponse, error)

func (*ClientWithResponses) PostRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) PostRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsClientsClientResponse, error)

PostRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *PostRealmGroupsIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) PostRealmGroupsIdRoleMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) PostRealmGroupsIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsRealmResponse, error)

PostRealmGroupsIdRoleMappingsRealmWithBodyWithResponse request with arbitrary body returning *PostRealmGroupsIdRoleMappingsRealmResponse

func (*ClientWithResponses) PostRealmGroupsIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) PostRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsRealmResponse, error)

func (*ClientWithResponses) PostRealmGroupsWithBodyWithResponse

func (c *ClientWithResponses) PostRealmGroupsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsResponse, error)

PostRealmGroupsWithBodyWithResponse request with arbitrary body returning *PostRealmGroupsResponse

func (*ClientWithResponses) PostRealmGroupsWithResponse

func (c *ClientWithResponses) PostRealmGroupsWithResponse(ctx context.Context, realm string, body PostRealmGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsResponse, error)

func (*ClientWithResponses) PostRealmIdentityProviderImportConfigWithResponse

func (c *ClientWithResponses) PostRealmIdentityProviderImportConfigWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderImportConfigResponse, error)

PostRealmIdentityProviderImportConfigWithResponse request returning *PostRealmIdentityProviderImportConfigResponse

func (*ClientWithResponses) PostRealmIdentityProviderInstancesAliasMappersWithBodyWithResponse

func (c *ClientWithResponses) PostRealmIdentityProviderInstancesAliasMappersWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesAliasMappersResponse, error)

PostRealmIdentityProviderInstancesAliasMappersWithBodyWithResponse request with arbitrary body returning *PostRealmIdentityProviderInstancesAliasMappersResponse

func (*ClientWithResponses) PostRealmIdentityProviderInstancesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmIdentityProviderInstancesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesResponse, error)

PostRealmIdentityProviderInstancesWithBodyWithResponse request with arbitrary body returning *PostRealmIdentityProviderInstancesResponse

func (*ClientWithResponses) PostRealmIdentityProviderInstancesWithResponse

func (c *ClientWithResponses) PostRealmIdentityProviderInstancesWithResponse(ctx context.Context, realm string, body PostRealmIdentityProviderInstancesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesResponse, error)

func (*ClientWithResponses) PostRealmLocalizationLocaleWithBodyWithResponse

func (c *ClientWithResponses) PostRealmLocalizationLocaleWithBodyWithResponse(ctx context.Context, realm string, locale string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmLocalizationLocaleResponse, error)

PostRealmLocalizationLocaleWithBodyWithResponse request with arbitrary body returning *PostRealmLocalizationLocaleResponse

func (*ClientWithResponses) PostRealmLocalizationLocaleWithResponse

func (c *ClientWithResponses) PostRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, body PostRealmLocalizationLocaleJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmLocalizationLocaleResponse, error)

func (*ClientWithResponses) PostRealmLogoutAllWithResponse

func (c *ClientWithResponses) PostRealmLogoutAllWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmLogoutAllResponse, error)

PostRealmLogoutAllWithResponse request returning *PostRealmLogoutAllResponse

func (*ClientWithResponses) PostRealmPartialExportWithResponse

func (c *ClientWithResponses) PostRealmPartialExportWithResponse(ctx context.Context, realm string, params *PostRealmPartialExportParams, reqEditors ...RequestEditorFn) (*PostRealmPartialExportResponse, error)

PostRealmPartialExportWithResponse request returning *PostRealmPartialExportResponse

func (*ClientWithResponses) PostRealmPartialImportWithBodyWithResponse

func (c *ClientWithResponses) PostRealmPartialImportWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmPartialImportResponse, error)

PostRealmPartialImportWithBodyWithResponse request with arbitrary body returning *PostRealmPartialImportResponse

func (*ClientWithResponses) PostRealmPartialImportWithResponse

func (c *ClientWithResponses) PostRealmPartialImportWithResponse(ctx context.Context, realm string, body PostRealmPartialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmPartialImportResponse, error)

func (*ClientWithResponses) PostRealmPushRevocationWithResponse

func (c *ClientWithResponses) PostRealmPushRevocationWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmPushRevocationResponse, error)

PostRealmPushRevocationWithResponse request returning *PostRealmPushRevocationResponse

func (*ClientWithResponses) PostRealmRolesByIdRoleIdCompositesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmRolesByIdRoleIdCompositesWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesByIdRoleIdCompositesResponse, error)

PostRealmRolesByIdRoleIdCompositesWithBodyWithResponse request with arbitrary body returning *PostRealmRolesByIdRoleIdCompositesResponse

func (*ClientWithResponses) PostRealmRolesByIdRoleIdCompositesWithResponse

func (c *ClientWithResponses) PostRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, body PostRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesByIdRoleIdCompositesResponse, error)

func (*ClientWithResponses) PostRealmRolesRoleNameCompositesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesRoleNameCompositesResponse, error)

PostRealmRolesRoleNameCompositesWithBodyWithResponse request with arbitrary body returning *PostRealmRolesRoleNameCompositesResponse

func (*ClientWithResponses) PostRealmRolesRoleNameCompositesWithResponse

func (c *ClientWithResponses) PostRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, body PostRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesRoleNameCompositesResponse, error)

func (*ClientWithResponses) PostRealmRolesWithBodyWithResponse

func (c *ClientWithResponses) PostRealmRolesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesResponse, error)

PostRealmRolesWithBodyWithResponse request with arbitrary body returning *PostRealmRolesResponse

func (*ClientWithResponses) PostRealmRolesWithResponse

func (c *ClientWithResponses) PostRealmRolesWithResponse(ctx context.Context, realm string, body PostRealmRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesResponse, error)

func (*ClientWithResponses) PostRealmTestSMTPConnectionWithBodyWithResponse

func (c *ClientWithResponses) PostRealmTestSMTPConnectionWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmTestSMTPConnectionResponse, error)

PostRealmTestSMTPConnectionWithBodyWithResponse request with arbitrary body returning *PostRealmTestSMTPConnectionResponse

func (*ClientWithResponses) PostRealmTestSMTPConnectionWithResponse

func (c *ClientWithResponses) PostRealmTestSMTPConnectionWithResponse(ctx context.Context, realm string, body PostRealmTestSMTPConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmTestSMTPConnectionResponse, error)

func (*ClientWithResponses) PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdWithResponse

func (c *ClientWithResponses) PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdWithResponse(ctx context.Context, realm string, id string, credentialId string, newPreviousCredentialId string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse, error)

PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdWithResponse request returning *PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse

func (*ClientWithResponses) PostRealmUsersIdCredentialsCredentialIdMoveToFirstWithResponse

func (c *ClientWithResponses) PostRealmUsersIdCredentialsCredentialIdMoveToFirstWithResponse(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse, error)

PostRealmUsersIdCredentialsCredentialIdMoveToFirstWithResponse request returning *PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse

func (*ClientWithResponses) PostRealmUsersIdFederatedIdentityProviderWithBodyWithResponse

func (c *ClientWithResponses) PostRealmUsersIdFederatedIdentityProviderWithBodyWithResponse(ctx context.Context, realm string, id string, provider string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdFederatedIdentityProviderResponse, error)

PostRealmUsersIdFederatedIdentityProviderWithBodyWithResponse request with arbitrary body returning *PostRealmUsersIdFederatedIdentityProviderResponse

func (*ClientWithResponses) PostRealmUsersIdFederatedIdentityProviderWithResponse

func (c *ClientWithResponses) PostRealmUsersIdFederatedIdentityProviderWithResponse(ctx context.Context, realm string, id string, provider string, body PostRealmUsersIdFederatedIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdFederatedIdentityProviderResponse, error)

func (*ClientWithResponses) PostRealmUsersIdImpersonationWithResponse

func (c *ClientWithResponses) PostRealmUsersIdImpersonationWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdImpersonationResponse, error)

PostRealmUsersIdImpersonationWithResponse request returning *PostRealmUsersIdImpersonationResponse

func (*ClientWithResponses) PostRealmUsersIdLogoutWithResponse

func (c *ClientWithResponses) PostRealmUsersIdLogoutWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdLogoutResponse, error)

PostRealmUsersIdLogoutWithResponse request returning *PostRealmUsersIdLogoutResponse

func (*ClientWithResponses) PostRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse

func (c *ClientWithResponses) PostRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsClientsClientResponse, error)

PostRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse request with arbitrary body returning *PostRealmUsersIdRoleMappingsClientsClientResponse

func (*ClientWithResponses) PostRealmUsersIdRoleMappingsClientsClientWithResponse

func (c *ClientWithResponses) PostRealmUsersIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsClientsClientResponse, error)

func (*ClientWithResponses) PostRealmUsersIdRoleMappingsRealmWithBodyWithResponse

func (c *ClientWithResponses) PostRealmUsersIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsRealmResponse, error)

PostRealmUsersIdRoleMappingsRealmWithBodyWithResponse request with arbitrary body returning *PostRealmUsersIdRoleMappingsRealmResponse

func (*ClientWithResponses) PostRealmUsersIdRoleMappingsRealmWithResponse

func (c *ClientWithResponses) PostRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsRealmResponse, error)

func (*ClientWithResponses) PostRealmUsersWithBodyWithResponse

func (c *ClientWithResponses) PostRealmUsersWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersResponse, error)

PostRealmUsersWithBodyWithResponse request with arbitrary body returning *PostRealmUsersResponse

func (*ClientWithResponses) PostRealmUsersWithResponse

func (c *ClientWithResponses) PostRealmUsersWithResponse(ctx context.Context, realm string, body PostRealmUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersResponse, error)

func (*ClientWithResponses) PostRealmWithResponse

func (c *ClientWithResponses) PostRealmWithResponse(ctx context.Context, body PostRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmResponse, error)

func (*ClientWithResponses) PostWithBodyWithResponse

func (c *ClientWithResponses) PostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostResponse, error)

PostWithBodyWithResponse request with arbitrary body returning *PostResponse

func (*ClientWithResponses) PostWithResponse

func (c *ClientWithResponses) PostWithResponse(ctx context.Context, body PostJSONRequestBody, reqEditors ...RequestEditorFn) (*PostResponse, error)

func (*ClientWithResponses) PutRealmAuthenticationConfigIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationConfigIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationConfigIdResponse, error)

PutRealmAuthenticationConfigIdWithBodyWithResponse request with arbitrary body returning *PutRealmAuthenticationConfigIdResponse

func (*ClientWithResponses) PutRealmAuthenticationConfigIdWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, body PutRealmAuthenticationConfigIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationConfigIdResponse, error)

func (*ClientWithResponses) PutRealmAuthenticationFlowsFlowAliasExecutionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationFlowsFlowAliasExecutionsWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

PutRealmAuthenticationFlowsFlowAliasExecutionsWithBodyWithResponse request with arbitrary body returning *PutRealmAuthenticationFlowsFlowAliasExecutionsResponse

func (*ClientWithResponses) PutRealmAuthenticationFlowsIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationFlowsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsIdResponse, error)

PutRealmAuthenticationFlowsIdWithBodyWithResponse request with arbitrary body returning *PutRealmAuthenticationFlowsIdResponse

func (*ClientWithResponses) PutRealmAuthenticationFlowsIdWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmAuthenticationFlowsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsIdResponse, error)

func (*ClientWithResponses) PutRealmAuthenticationRequiredActionsAliasWithBodyWithResponse

func (c *ClientWithResponses) PutRealmAuthenticationRequiredActionsAliasWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationRequiredActionsAliasResponse, error)

PutRealmAuthenticationRequiredActionsAliasWithBodyWithResponse request with arbitrary body returning *PutRealmAuthenticationRequiredActionsAliasResponse

func (*ClientWithResponses) PutRealmClientPoliciesPoliciesWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientPoliciesPoliciesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesPoliciesResponse, error)

PutRealmClientPoliciesPoliciesWithBodyWithResponse request with arbitrary body returning *PutRealmClientPoliciesPoliciesResponse

func (*ClientWithResponses) PutRealmClientPoliciesPoliciesWithResponse

func (c *ClientWithResponses) PutRealmClientPoliciesPoliciesWithResponse(ctx context.Context, realm string, body PutRealmClientPoliciesPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesPoliciesResponse, error)

func (*ClientWithResponses) PutRealmClientPoliciesProfilesWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientPoliciesProfilesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesProfilesResponse, error)

PutRealmClientPoliciesProfilesWithBodyWithResponse request with arbitrary body returning *PutRealmClientPoliciesProfilesResponse

func (*ClientWithResponses) PutRealmClientPoliciesProfilesWithResponse

func (c *ClientWithResponses) PutRealmClientPoliciesProfilesWithResponse(ctx context.Context, realm string, body PutRealmClientPoliciesProfilesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesProfilesResponse, error)

func (*ClientWithResponses) PutRealmClientScopesId1ProtocolMappersModelsId2WithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientScopesId1ProtocolMappersModelsId2WithBodyWithResponse(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientScopesId1ProtocolMappersModelsId2Response, error)

PutRealmClientScopesId1ProtocolMappersModelsId2WithBodyWithResponse request with arbitrary body returning *PutRealmClientScopesId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) PutRealmClientScopesIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientScopesIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientScopesIdResponse, error)

PutRealmClientScopesIdWithBodyWithResponse request with arbitrary body returning *PutRealmClientScopesIdResponse

func (*ClientWithResponses) PutRealmClientScopesIdWithResponse

func (c *ClientWithResponses) PutRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, body PutRealmClientScopesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientScopesIdResponse, error)

func (*ClientWithResponses) PutRealmClientsId1ProtocolMappersModelsId2WithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientsId1ProtocolMappersModelsId2WithBodyWithResponse(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsId1ProtocolMappersModelsId2Response, error)

PutRealmClientsId1ProtocolMappersModelsId2WithBodyWithResponse request with arbitrary body returning *PutRealmClientsId1ProtocolMappersModelsId2Response

func (*ClientWithResponses) PutRealmClientsIdDefaultClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) PutRealmClientsIdDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

PutRealmClientsIdDefaultClientScopesClientScopeIdWithResponse request returning *PutRealmClientsIdDefaultClientScopesClientScopeIdResponse

func (*ClientWithResponses) PutRealmClientsIdManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientsIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdManagementPermissionsResponse, error)

PutRealmClientsIdManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmClientsIdManagementPermissionsResponse

func (*ClientWithResponses) PutRealmClientsIdOptionalClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) PutRealmClientsIdOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

PutRealmClientsIdOptionalClientScopesClientScopeIdWithResponse request returning *PutRealmClientsIdOptionalClientScopesClientScopeIdResponse

func (*ClientWithResponses) PutRealmClientsIdRolesRoleNameManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientsIdRolesRoleNameManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

PutRealmClientsIdRolesRoleNameManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmClientsIdRolesRoleNameManagementPermissionsResponse

func (*ClientWithResponses) PutRealmClientsIdRolesRoleNameWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientsIdRolesRoleNameWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameResponse, error)

PutRealmClientsIdRolesRoleNameWithBodyWithResponse request with arbitrary body returning *PutRealmClientsIdRolesRoleNameResponse

func (*ClientWithResponses) PutRealmClientsIdRolesRoleNameWithResponse

func (c *ClientWithResponses) PutRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameResponse, error)

func (*ClientWithResponses) PutRealmClientsIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmClientsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdResponse, error)

PutRealmClientsIdWithBodyWithResponse request with arbitrary body returning *PutRealmClientsIdResponse

func (*ClientWithResponses) PutRealmClientsIdWithResponse

func (c *ClientWithResponses) PutRealmClientsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmClientsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdResponse, error)

func (*ClientWithResponses) PutRealmComponentsIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmComponentsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmComponentsIdResponse, error)

PutRealmComponentsIdWithBodyWithResponse request with arbitrary body returning *PutRealmComponentsIdResponse

func (*ClientWithResponses) PutRealmComponentsIdWithResponse

func (c *ClientWithResponses) PutRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmComponentsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmComponentsIdResponse, error)

func (*ClientWithResponses) PutRealmDefaultDefaultClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) PutRealmDefaultDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

PutRealmDefaultDefaultClientScopesClientScopeIdWithResponse request returning *PutRealmDefaultDefaultClientScopesClientScopeIdResponse

func (*ClientWithResponses) PutRealmDefaultGroupsGroupIdWithResponse

func (c *ClientWithResponses) PutRealmDefaultGroupsGroupIdWithResponse(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultGroupsGroupIdResponse, error)

PutRealmDefaultGroupsGroupIdWithResponse request returning *PutRealmDefaultGroupsGroupIdResponse

func (*ClientWithResponses) PutRealmDefaultOptionalClientScopesClientScopeIdWithResponse

func (c *ClientWithResponses) PutRealmDefaultOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

PutRealmDefaultOptionalClientScopesClientScopeIdWithResponse request returning *PutRealmDefaultOptionalClientScopesClientScopeIdResponse

func (*ClientWithResponses) PutRealmEventsConfigWithBodyWithResponse

func (c *ClientWithResponses) PutRealmEventsConfigWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmEventsConfigResponse, error)

PutRealmEventsConfigWithBodyWithResponse request with arbitrary body returning *PutRealmEventsConfigResponse

func (*ClientWithResponses) PutRealmEventsConfigWithResponse

func (c *ClientWithResponses) PutRealmEventsConfigWithResponse(ctx context.Context, realm string, body PutRealmEventsConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmEventsConfigResponse, error)

func (*ClientWithResponses) PutRealmGroupsIdManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmGroupsIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdManagementPermissionsResponse, error)

PutRealmGroupsIdManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmGroupsIdManagementPermissionsResponse

func (*ClientWithResponses) PutRealmGroupsIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmGroupsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdResponse, error)

PutRealmGroupsIdWithBodyWithResponse request with arbitrary body returning *PutRealmGroupsIdResponse

func (*ClientWithResponses) PutRealmGroupsIdWithResponse

func (c *ClientWithResponses) PutRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdResponse, error)

func (*ClientWithResponses) PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse

func (*ClientWithResponses) PutRealmIdentityProviderInstancesAliasMappersIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmIdentityProviderInstancesAliasMappersIdWithBodyWithResponse(ctx context.Context, realm string, alias string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasMappersIdResponse, error)

PutRealmIdentityProviderInstancesAliasMappersIdWithBodyWithResponse request with arbitrary body returning *PutRealmIdentityProviderInstancesAliasMappersIdResponse

func (*ClientWithResponses) PutRealmIdentityProviderInstancesAliasWithBodyWithResponse

func (c *ClientWithResponses) PutRealmIdentityProviderInstancesAliasWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasResponse, error)

PutRealmIdentityProviderInstancesAliasWithBodyWithResponse request with arbitrary body returning *PutRealmIdentityProviderInstancesAliasResponse

func (*ClientWithResponses) PutRealmIdentityProviderInstancesAliasWithResponse

func (c *ClientWithResponses) PutRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasResponse, error)

func (*ClientWithResponses) PutRealmLocalizationLocaleKeyWithBodyWithResponse

func (c *ClientWithResponses) PutRealmLocalizationLocaleKeyWithBodyWithResponse(ctx context.Context, realm string, locale string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmLocalizationLocaleKeyResponse, error)

PutRealmLocalizationLocaleKeyWithBodyWithResponse request with arbitrary body returning *PutRealmLocalizationLocaleKeyResponse

func (*ClientWithResponses) PutRealmLocalizationLocaleKeyWithTextBodyWithResponse

func (c *ClientWithResponses) PutRealmLocalizationLocaleKeyWithTextBodyWithResponse(ctx context.Context, realm string, locale string, key string, body PutRealmLocalizationLocaleKeyTextRequestBody, reqEditors ...RequestEditorFn) (*PutRealmLocalizationLocaleKeyResponse, error)

func (*ClientWithResponses) PutRealmRolesByIdRoleIdManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmRolesByIdRoleIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdManagementPermissionsResponse, error)

PutRealmRolesByIdRoleIdManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmRolesByIdRoleIdManagementPermissionsResponse

func (*ClientWithResponses) PutRealmRolesByIdRoleIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmRolesByIdRoleIdWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdResponse, error)

PutRealmRolesByIdRoleIdWithBodyWithResponse request with arbitrary body returning *PutRealmRolesByIdRoleIdResponse

func (*ClientWithResponses) PutRealmRolesByIdRoleIdWithResponse

func (c *ClientWithResponses) PutRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdResponse, error)

func (*ClientWithResponses) PutRealmRolesRoleNameManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmRolesRoleNameManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameManagementPermissionsResponse, error)

PutRealmRolesRoleNameManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmRolesRoleNameManagementPermissionsResponse

func (*ClientWithResponses) PutRealmRolesRoleNameManagementPermissionsWithResponse

func (c *ClientWithResponses) PutRealmRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameManagementPermissionsResponse, error)

func (*ClientWithResponses) PutRealmRolesRoleNameWithBodyWithResponse

func (c *ClientWithResponses) PutRealmRolesRoleNameWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameResponse, error)

PutRealmRolesRoleNameWithBodyWithResponse request with arbitrary body returning *PutRealmRolesRoleNameResponse

func (*ClientWithResponses) PutRealmRolesRoleNameWithResponse

func (c *ClientWithResponses) PutRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameResponse, error)

func (*ClientWithResponses) PutRealmUsersIdCredentialsCredentialIdUserLabelWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdCredentialsCredentialIdUserLabelWithBodyWithResponse(ctx context.Context, realm string, id string, credentialId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdCredentialsCredentialIdUserLabelResponse, error)

PutRealmUsersIdCredentialsCredentialIdUserLabelWithBodyWithResponse request with arbitrary body returning *PutRealmUsersIdCredentialsCredentialIdUserLabelResponse

func (*ClientWithResponses) PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBodyWithResponse(ctx context.Context, realm string, id string, credentialId string, body PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdCredentialsCredentialIdUserLabelResponse, error)

func (*ClientWithResponses) PutRealmUsersIdDisableCredentialTypesWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdDisableCredentialTypesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdDisableCredentialTypesResponse, error)

PutRealmUsersIdDisableCredentialTypesWithBodyWithResponse request with arbitrary body returning *PutRealmUsersIdDisableCredentialTypesResponse

func (*ClientWithResponses) PutRealmUsersIdExecuteActionsEmailWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdExecuteActionsEmailWithBodyWithResponse(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdExecuteActionsEmailResponse, error)

PutRealmUsersIdExecuteActionsEmailWithBodyWithResponse request with arbitrary body returning *PutRealmUsersIdExecuteActionsEmailResponse

func (*ClientWithResponses) PutRealmUsersIdGroupsGroupIdWithResponse

func (c *ClientWithResponses) PutRealmUsersIdGroupsGroupIdWithResponse(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*PutRealmUsersIdGroupsGroupIdResponse, error)

PutRealmUsersIdGroupsGroupIdWithResponse request returning *PutRealmUsersIdGroupsGroupIdResponse

func (*ClientWithResponses) PutRealmUsersIdResetPasswordWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdResetPasswordWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResetPasswordResponse, error)

PutRealmUsersIdResetPasswordWithBodyWithResponse request with arbitrary body returning *PutRealmUsersIdResetPasswordResponse

func (*ClientWithResponses) PutRealmUsersIdResetPasswordWithResponse

func (c *ClientWithResponses) PutRealmUsersIdResetPasswordWithResponse(ctx context.Context, realm string, id string, body PutRealmUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResetPasswordResponse, error)

func (*ClientWithResponses) PutRealmUsersIdSendVerifyEmailWithResponse

func (c *ClientWithResponses) PutRealmUsersIdSendVerifyEmailWithResponse(ctx context.Context, realm string, id string, params *PutRealmUsersIdSendVerifyEmailParams, reqEditors ...RequestEditorFn) (*PutRealmUsersIdSendVerifyEmailResponse, error)

PutRealmUsersIdSendVerifyEmailWithResponse request returning *PutRealmUsersIdSendVerifyEmailResponse

func (*ClientWithResponses) PutRealmUsersIdWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResponse, error)

PutRealmUsersIdWithBodyWithResponse request with arbitrary body returning *PutRealmUsersIdResponse

func (*ClientWithResponses) PutRealmUsersIdWithResponse

func (c *ClientWithResponses) PutRealmUsersIdWithResponse(ctx context.Context, realm string, id string, body PutRealmUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResponse, error)

func (*ClientWithResponses) PutRealmUsersManagementPermissionsWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersManagementPermissionsResponse, error)

PutRealmUsersManagementPermissionsWithBodyWithResponse request with arbitrary body returning *PutRealmUsersManagementPermissionsResponse

func (*ClientWithResponses) PutRealmUsersManagementPermissionsWithResponse

func (c *ClientWithResponses) PutRealmUsersManagementPermissionsWithResponse(ctx context.Context, realm string, body PutRealmUsersManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersManagementPermissionsResponse, error)

func (*ClientWithResponses) PutRealmUsersProfileWithBodyWithResponse

func (c *ClientWithResponses) PutRealmUsersProfileWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersProfileResponse, error)

PutRealmUsersProfileWithBodyWithResponse request with arbitrary body returning *PutRealmUsersProfileResponse

func (*ClientWithResponses) PutRealmUsersProfileWithResponse

func (c *ClientWithResponses) PutRealmUsersProfileWithResponse(ctx context.Context, realm string, body PutRealmUsersProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersProfileResponse, error)

func (*ClientWithResponses) PutRealmWithBodyWithResponse

func (c *ClientWithResponses) PutRealmWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmResponse, error)

PutRealmWithBodyWithResponse request with arbitrary body returning *PutRealmResponse

func (*ClientWithResponses) PutRealmWithResponse

func (c *ClientWithResponses) PutRealmWithResponse(ctx context.Context, realm string, body PutRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmResponse, error)

type ClientWithResponsesInterface

type ClientWithResponsesInterface interface {
	// Get request
	GetWithResponse(ctx context.Context, reqEditors ...RequestEditorFn) (*GetResponse, error)

	// Post request with any body
	PostWithBodyWithResponse(ctx context.Context, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostResponse, error)

	PostWithResponse(ctx context.Context, body PostJSONRequestBody, reqEditors ...RequestEditorFn) (*PostResponse, error)

	// DeleteRealm request
	DeleteRealmWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmResponse, error)

	// GetRealm request
	GetRealmWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmResponse, error)

	// PutRealm request with any body
	PutRealmWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmResponse, error)

	PutRealmWithResponse(ctx context.Context, realm string, body PutRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmResponse, error)

	// DeleteRealmAdminEvents request
	DeleteRealmAdminEventsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmAdminEventsResponse, error)

	// GetRealmAdminEvents request
	GetRealmAdminEventsWithResponse(ctx context.Context, realm string, params *GetRealmAdminEventsParams, reqEditors ...RequestEditorFn) (*GetRealmAdminEventsResponse, error)

	// DeleteRealmAttackDetectionBruteForceUsers request
	DeleteRealmAttackDetectionBruteForceUsersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmAttackDetectionBruteForceUsersResponse, error)

	// DeleteRealmAttackDetectionBruteForceUsersUserId request
	DeleteRealmAttackDetectionBruteForceUsersUserIdWithResponse(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*DeleteRealmAttackDetectionBruteForceUsersUserIdResponse, error)

	// GetRealmAttackDetectionBruteForceUsersUserId request
	GetRealmAttackDetectionBruteForceUsersUserIdWithResponse(ctx context.Context, realm string, userId string, reqEditors ...RequestEditorFn) (*GetRealmAttackDetectionBruteForceUsersUserIdResponse, error)

	// GetRealmAuthenticationAuthenticatorProviders request
	GetRealmAuthenticationAuthenticatorProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationAuthenticatorProvidersResponse, error)

	// GetRealmAuthenticationClientAuthenticatorProviders request
	GetRealmAuthenticationClientAuthenticatorProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationClientAuthenticatorProvidersResponse, error)

	// GetRealmAuthenticationConfigDescriptionProviderId request
	GetRealmAuthenticationConfigDescriptionProviderIdWithResponse(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationConfigDescriptionProviderIdResponse, error)

	// DeleteRealmAuthenticationConfigId request
	DeleteRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationConfigIdResponse, error)

	// GetRealmAuthenticationConfigId request
	GetRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationConfigIdResponse, error)

	// PutRealmAuthenticationConfigId request with any body
	PutRealmAuthenticationConfigIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationConfigIdResponse, error)

	PutRealmAuthenticationConfigIdWithResponse(ctx context.Context, realm string, id string, body PutRealmAuthenticationConfigIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationConfigIdResponse, error)

	// PostRealmAuthenticationExecutions request with any body
	PostRealmAuthenticationExecutionsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsResponse, error)

	PostRealmAuthenticationExecutionsWithResponse(ctx context.Context, realm string, body PostRealmAuthenticationExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsResponse, error)

	// DeleteRealmAuthenticationExecutionsExecutionId request
	DeleteRealmAuthenticationExecutionsExecutionIdWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationExecutionsExecutionIdResponse, error)

	// GetRealmAuthenticationExecutionsExecutionId request
	GetRealmAuthenticationExecutionsExecutionIdWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationExecutionsExecutionIdResponse, error)

	// PostRealmAuthenticationExecutionsExecutionIdConfig request with any body
	PostRealmAuthenticationExecutionsExecutionIdConfigWithBodyWithResponse(ctx context.Context, realm string, executionId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdConfigResponse, error)

	PostRealmAuthenticationExecutionsExecutionIdConfigWithResponse(ctx context.Context, realm string, executionId string, body PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdConfigResponse, error)

	// PostRealmAuthenticationExecutionsExecutionIdLowerPriority request
	PostRealmAuthenticationExecutionsExecutionIdLowerPriorityWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse, error)

	// PostRealmAuthenticationExecutionsExecutionIdRaisePriority request
	PostRealmAuthenticationExecutionsExecutionIdRaisePriorityWithResponse(ctx context.Context, realm string, executionId string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse, error)

	// GetRealmAuthenticationFlows request
	GetRealmAuthenticationFlowsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsResponse, error)

	// PostRealmAuthenticationFlows request with any body
	PostRealmAuthenticationFlowsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsResponse, error)

	PostRealmAuthenticationFlowsWithResponse(ctx context.Context, realm string, body PostRealmAuthenticationFlowsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsResponse, error)

	// PostRealmAuthenticationFlowsFlowAliasCopy request with any body
	PostRealmAuthenticationFlowsFlowAliasCopyWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasCopyResponse, error)

	PostRealmAuthenticationFlowsFlowAliasCopyWithResponse(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasCopyResponse, error)

	// GetRealmAuthenticationFlowsFlowAliasExecutions request
	GetRealmAuthenticationFlowsFlowAliasExecutionsWithResponse(ctx context.Context, realm string, flowAlias string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

	// PutRealmAuthenticationFlowsFlowAliasExecutions request with any body
	PutRealmAuthenticationFlowsFlowAliasExecutionsWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

	PutRealmAuthenticationFlowsFlowAliasExecutionsWithResponse(ctx context.Context, realm string, flowAlias string, body PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

	// PostRealmAuthenticationFlowsFlowAliasExecutionsExecution request with any body
	PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse, error)

	PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithResponse(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse, error)

	// PostRealmAuthenticationFlowsFlowAliasExecutionsFlow request with any body
	PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithBodyWithResponse(ctx context.Context, realm string, flowAlias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse, error)

	PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithResponse(ctx context.Context, realm string, flowAlias string, body PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse, error)

	// DeleteRealmAuthenticationFlowsId request
	DeleteRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationFlowsIdResponse, error)

	// GetRealmAuthenticationFlowsId request
	GetRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFlowsIdResponse, error)

	// PutRealmAuthenticationFlowsId request with any body
	PutRealmAuthenticationFlowsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsIdResponse, error)

	PutRealmAuthenticationFlowsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmAuthenticationFlowsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationFlowsIdResponse, error)

	// GetRealmAuthenticationFormActionProviders request
	GetRealmAuthenticationFormActionProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFormActionProvidersResponse, error)

	// GetRealmAuthenticationFormProviders request
	GetRealmAuthenticationFormProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationFormProvidersResponse, error)

	// GetRealmAuthenticationPerClientConfigDescription request
	GetRealmAuthenticationPerClientConfigDescriptionWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationPerClientConfigDescriptionResponse, error)

	// PostRealmAuthenticationRegisterRequiredAction request with any body
	PostRealmAuthenticationRegisterRequiredActionWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRegisterRequiredActionResponse, error)

	PostRealmAuthenticationRegisterRequiredActionWithResponse(ctx context.Context, realm string, body PostRealmAuthenticationRegisterRequiredActionJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRegisterRequiredActionResponse, error)

	// GetRealmAuthenticationRequiredActions request
	GetRealmAuthenticationRequiredActionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationRequiredActionsResponse, error)

	// DeleteRealmAuthenticationRequiredActionsAlias request
	DeleteRealmAuthenticationRequiredActionsAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*DeleteRealmAuthenticationRequiredActionsAliasResponse, error)

	// GetRealmAuthenticationRequiredActionsAlias request
	GetRealmAuthenticationRequiredActionsAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationRequiredActionsAliasResponse, error)

	// PutRealmAuthenticationRequiredActionsAlias request with any body
	PutRealmAuthenticationRequiredActionsAliasWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationRequiredActionsAliasResponse, error)

	PutRealmAuthenticationRequiredActionsAliasWithResponse(ctx context.Context, realm string, alias string, body PutRealmAuthenticationRequiredActionsAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmAuthenticationRequiredActionsAliasResponse, error)

	// PostRealmAuthenticationRequiredActionsAliasLowerPriority request
	PostRealmAuthenticationRequiredActionsAliasLowerPriorityWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse, error)

	// PostRealmAuthenticationRequiredActionsAliasRaisePriority request
	PostRealmAuthenticationRequiredActionsAliasRaisePriorityWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse, error)

	// GetRealmAuthenticationUnregisteredRequiredActions request
	GetRealmAuthenticationUnregisteredRequiredActionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmAuthenticationUnregisteredRequiredActionsResponse, error)

	// PostRealmClientDescriptionConverter request with any body
	PostRealmClientDescriptionConverterWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientDescriptionConverterResponse, error)

	PostRealmClientDescriptionConverterWithTextBodyWithResponse(ctx context.Context, realm string, body PostRealmClientDescriptionConverterTextRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientDescriptionConverterResponse, error)

	// GetRealmClientPoliciesPolicies request
	GetRealmClientPoliciesPoliciesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientPoliciesPoliciesResponse, error)

	// PutRealmClientPoliciesPolicies request with any body
	PutRealmClientPoliciesPoliciesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesPoliciesResponse, error)

	PutRealmClientPoliciesPoliciesWithResponse(ctx context.Context, realm string, body PutRealmClientPoliciesPoliciesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesPoliciesResponse, error)

	// GetRealmClientPoliciesProfiles request
	GetRealmClientPoliciesProfilesWithResponse(ctx context.Context, realm string, params *GetRealmClientPoliciesProfilesParams, reqEditors ...RequestEditorFn) (*GetRealmClientPoliciesProfilesResponse, error)

	// PutRealmClientPoliciesProfiles request with any body
	PutRealmClientPoliciesProfilesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesProfilesResponse, error)

	PutRealmClientPoliciesProfilesWithResponse(ctx context.Context, realm string, body PutRealmClientPoliciesProfilesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientPoliciesProfilesResponse, error)

	// GetRealmClientRegistrationPolicyProviders request
	GetRealmClientRegistrationPolicyProvidersWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientRegistrationPolicyProvidersResponse, error)

	// GetRealmClientScopes request
	GetRealmClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesResponse, error)

	// PostRealmClientScopes request with any body
	PostRealmClientScopesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesResponse, error)

	PostRealmClientScopesWithResponse(ctx context.Context, realm string, body PostRealmClientScopesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesResponse, error)

	// DeleteRealmClientScopesId1ProtocolMappersModelsId2 request
	DeleteRealmClientScopesId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesId1ProtocolMappersModelsId2Response, error)

	// GetRealmClientScopesId1ProtocolMappersModelsId2 request
	GetRealmClientScopesId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesId1ProtocolMappersModelsId2Response, error)

	// PutRealmClientScopesId1ProtocolMappersModelsId2 request with any body
	PutRealmClientScopesId1ProtocolMappersModelsId2WithBodyWithResponse(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientScopesId1ProtocolMappersModelsId2Response, error)

	PutRealmClientScopesId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientScopesId1ProtocolMappersModelsId2Response, error)

	// DeleteRealmClientScopesId request
	DeleteRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdResponse, error)

	// GetRealmClientScopesId request
	GetRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdResponse, error)

	// PutRealmClientScopesId request with any body
	PutRealmClientScopesIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientScopesIdResponse, error)

	PutRealmClientScopesIdWithResponse(ctx context.Context, realm string, id string, body PutRealmClientScopesIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientScopesIdResponse, error)

	// PostRealmClientScopesIdProtocolMappersAddModels request with any body
	PostRealmClientScopesIdProtocolMappersAddModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersAddModelsResponse, error)

	PostRealmClientScopesIdProtocolMappersAddModelsWithResponse(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersAddModelsResponse, error)

	// GetRealmClientScopesIdProtocolMappersModels request
	GetRealmClientScopesIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdProtocolMappersModelsResponse, error)

	// PostRealmClientScopesIdProtocolMappersModels request with any body
	PostRealmClientScopesIdProtocolMappersModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersModelsResponse, error)

	PostRealmClientScopesIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, body PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdProtocolMappersModelsResponse, error)

	// GetRealmClientScopesIdProtocolMappersProtocolProtocol request
	GetRealmClientScopesIdProtocolMappersProtocolProtocolWithResponse(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse, error)

	// DeleteRealmClientScopesIdScopeMappingsClientsClient request with any body
	DeleteRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsClientsClientResponse, error)

	DeleteRealmClientScopesIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsClientsClientResponse, error)

	// GetRealmClientScopesIdScopeMappingsClientsClient request
	GetRealmClientScopesIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientResponse, error)

	// PostRealmClientScopesIdScopeMappingsClientsClient request with any body
	PostRealmClientScopesIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsClientsClientResponse, error)

	PostRealmClientScopesIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsClientsClientResponse, error)

	// GetRealmClientScopesIdScopeMappingsClientsClientAvailable request
	GetRealmClientScopesIdScopeMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse, error)

	// GetRealmClientScopesIdScopeMappingsClientsClientComposite request
	GetRealmClientScopesIdScopeMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse, error)

	// DeleteRealmClientScopesIdScopeMappingsRealm request with any body
	DeleteRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsRealmResponse, error)

	DeleteRealmClientScopesIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientScopesIdScopeMappingsRealmResponse, error)

	// GetRealmClientScopesIdScopeMappingsRealm request
	GetRealmClientScopesIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmResponse, error)

	// PostRealmClientScopesIdScopeMappingsRealm request with any body
	PostRealmClientScopesIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsRealmResponse, error)

	PostRealmClientScopesIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientScopesIdScopeMappingsRealmResponse, error)

	// GetRealmClientScopesIdScopeMappingsRealmAvailable request
	GetRealmClientScopesIdScopeMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmAvailableResponse, error)

	// GetRealmClientScopesIdScopeMappingsRealmComposite request
	GetRealmClientScopesIdScopeMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientScopesIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientScopesIdScopeMappingsRealmCompositeResponse, error)

	// GetRealmClientSessionStats request
	GetRealmClientSessionStatsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientSessionStatsResponse, error)

	// GetRealmClients request
	GetRealmClientsWithResponse(ctx context.Context, realm string, params *GetRealmClientsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsResponse, error)

	// PostRealmClients request with any body
	PostRealmClientsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsResponse, error)

	PostRealmClientsWithResponse(ctx context.Context, realm string, body PostRealmClientsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsResponse, error)

	// GetRealmClientsInitialAccess request
	GetRealmClientsInitialAccessWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmClientsInitialAccessResponse, error)

	// PostRealmClientsInitialAccess request with any body
	PostRealmClientsInitialAccessWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsInitialAccessResponse, error)

	PostRealmClientsInitialAccessWithResponse(ctx context.Context, realm string, body PostRealmClientsInitialAccessJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsInitialAccessResponse, error)

	// DeleteRealmClientsInitialAccessId request
	DeleteRealmClientsInitialAccessIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsInitialAccessIdResponse, error)

	// DeleteRealmClientsId1ProtocolMappersModelsId2 request
	DeleteRealmClientsId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsId1ProtocolMappersModelsId2Response, error)

	// GetRealmClientsId1ProtocolMappersModelsId2 request
	GetRealmClientsId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, reqEditors ...RequestEditorFn) (*GetRealmClientsId1ProtocolMappersModelsId2Response, error)

	// PutRealmClientsId1ProtocolMappersModelsId2 request with any body
	PutRealmClientsId1ProtocolMappersModelsId2WithBodyWithResponse(ctx context.Context, realm string, id1 string, id2 string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsId1ProtocolMappersModelsId2Response, error)

	PutRealmClientsId1ProtocolMappersModelsId2WithResponse(ctx context.Context, realm string, id1 string, id2 string, body PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsId1ProtocolMappersModelsId2Response, error)

	// DeleteRealmClientsId request
	DeleteRealmClientsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdResponse, error)

	// GetRealmClientsId request
	GetRealmClientsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdResponse, error)

	// PutRealmClientsId request with any body
	PutRealmClientsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdResponse, error)

	PutRealmClientsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmClientsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdResponse, error)

	// GetRealmClientsIdCertificatesAttr request
	GetRealmClientsIdCertificatesAttrWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdCertificatesAttrResponse, error)

	// PostRealmClientsIdCertificatesAttrDownload request with any body
	PostRealmClientsIdCertificatesAttrDownloadWithBodyWithResponse(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrDownloadResponse, error)

	PostRealmClientsIdCertificatesAttrDownloadWithResponse(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrDownloadResponse, error)

	// PostRealmClientsIdCertificatesAttrGenerate request
	PostRealmClientsIdCertificatesAttrGenerateWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrGenerateResponse, error)

	// PostRealmClientsIdCertificatesAttrGenerateAndDownload request with any body
	PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithBodyWithResponse(ctx context.Context, realm string, id string, attr string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse, error)

	PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithResponse(ctx context.Context, realm string, id string, attr string, body PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse, error)

	// PostRealmClientsIdCertificatesAttrUpload request
	PostRealmClientsIdCertificatesAttrUploadWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrUploadResponse, error)

	// PostRealmClientsIdCertificatesAttrUploadCertificate request
	PostRealmClientsIdCertificatesAttrUploadCertificateWithResponse(ctx context.Context, realm string, id string, attr string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdCertificatesAttrUploadCertificateResponse, error)

	// GetRealmClientsIdClientSecret request
	GetRealmClientsIdClientSecretWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdClientSecretResponse, error)

	// PostRealmClientsIdClientSecret request
	PostRealmClientsIdClientSecretWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdClientSecretResponse, error)

	// DeleteRealmClientsIdClientSecretRotated request
	DeleteRealmClientsIdClientSecretRotatedWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdClientSecretRotatedResponse, error)

	// GetRealmClientsIdClientSecretRotated request
	GetRealmClientsIdClientSecretRotatedWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdClientSecretRotatedResponse, error)

	// GetRealmClientsIdDefaultClientScopes request
	GetRealmClientsIdDefaultClientScopesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdDefaultClientScopesResponse, error)

	// DeleteRealmClientsIdDefaultClientScopesClientScopeId request
	DeleteRealmClientsIdDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

	// PutRealmClientsIdDefaultClientScopesClientScopeId request
	PutRealmClientsIdDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken request
	GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleIdToken request
	GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse, error)

	// GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo request
	GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse, error)

	// GetRealmClientsIdEvaluateScopesProtocolMappers request
	GetRealmClientsIdEvaluateScopesProtocolMappersWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdEvaluateScopesProtocolMappersParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesProtocolMappersResponse, error)

	// GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted request
	GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedWithResponse(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse, error)

	// GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted request
	GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedWithResponse(ctx context.Context, realm string, id string, roleContainerId string, params *GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse, error)

	// GetRealmClientsIdInstallationProvidersProviderId request
	GetRealmClientsIdInstallationProvidersProviderIdWithResponse(ctx context.Context, realm string, id string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdInstallationProvidersProviderIdResponse, error)

	// GetRealmClientsIdManagementPermissions request
	GetRealmClientsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdManagementPermissionsResponse, error)

	// PutRealmClientsIdManagementPermissions request with any body
	PutRealmClientsIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdManagementPermissionsResponse, error)

	PutRealmClientsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, body PutRealmClientsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdManagementPermissionsResponse, error)

	// PostRealmClientsIdNodes request with any body
	PostRealmClientsIdNodesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdNodesResponse, error)

	PostRealmClientsIdNodesWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdNodesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdNodesResponse, error)

	// DeleteRealmClientsIdNodesNode request
	DeleteRealmClientsIdNodesNodeWithResponse(ctx context.Context, realm string, id string, node string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdNodesNodeResponse, error)

	// GetRealmClientsIdOfflineSessionCount request
	GetRealmClientsIdOfflineSessionCountWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOfflineSessionCountResponse, error)

	// GetRealmClientsIdOfflineSessions request
	GetRealmClientsIdOfflineSessionsWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdOfflineSessionsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOfflineSessionsResponse, error)

	// GetRealmClientsIdOptionalClientScopes request
	GetRealmClientsIdOptionalClientScopesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdOptionalClientScopesResponse, error)

	// DeleteRealmClientsIdOptionalClientScopesClientScopeId request
	DeleteRealmClientsIdOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

	// PutRealmClientsIdOptionalClientScopesClientScopeId request
	PutRealmClientsIdOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, id string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

	// PostRealmClientsIdProtocolMappersAddModels request with any body
	PostRealmClientsIdProtocolMappersAddModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersAddModelsResponse, error)

	PostRealmClientsIdProtocolMappersAddModelsWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersAddModelsResponse, error)

	// GetRealmClientsIdProtocolMappersModels request
	GetRealmClientsIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdProtocolMappersModelsResponse, error)

	// PostRealmClientsIdProtocolMappersModels request with any body
	PostRealmClientsIdProtocolMappersModelsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersModelsResponse, error)

	PostRealmClientsIdProtocolMappersModelsWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdProtocolMappersModelsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdProtocolMappersModelsResponse, error)

	// GetRealmClientsIdProtocolMappersProtocolProtocol request
	GetRealmClientsIdProtocolMappersProtocolProtocolWithResponse(ctx context.Context, realm string, id string, protocol string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdProtocolMappersProtocolProtocolResponse, error)

	// PostRealmClientsIdPushRevocation request
	PostRealmClientsIdPushRevocationWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdPushRevocationResponse, error)

	// PostRealmClientsIdRegistrationAccessToken request
	PostRealmClientsIdRegistrationAccessTokenWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRegistrationAccessTokenResponse, error)

	// GetRealmClientsIdRoles request
	GetRealmClientsIdRolesWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdRolesParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesResponse, error)

	// PostRealmClientsIdRoles request with any body
	PostRealmClientsIdRolesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesResponse, error)

	PostRealmClientsIdRolesWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesResponse, error)

	// DeleteRealmClientsIdRolesRoleName request
	DeleteRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameResponse, error)

	// GetRealmClientsIdRolesRoleName request
	GetRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameResponse, error)

	// PutRealmClientsIdRolesRoleName request with any body
	PutRealmClientsIdRolesRoleNameWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameResponse, error)

	PutRealmClientsIdRolesRoleNameWithResponse(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameResponse, error)

	// DeleteRealmClientsIdRolesRoleNameComposites request with any body
	DeleteRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameCompositesResponse, error)

	DeleteRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, body DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdRolesRoleNameCompositesResponse, error)

	// GetRealmClientsIdRolesRoleNameComposites request
	GetRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesResponse, error)

	// PostRealmClientsIdRolesRoleNameComposites request with any body
	PostRealmClientsIdRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesRoleNameCompositesResponse, error)

	PostRealmClientsIdRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, id string, roleName string, body PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdRolesRoleNameCompositesResponse, error)

	// GetRealmClientsIdRolesRoleNameCompositesClientsClientUuid request
	GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, id string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse, error)

	// GetRealmClientsIdRolesRoleNameCompositesRealm request
	GetRealmClientsIdRolesRoleNameCompositesRealmWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameCompositesRealmResponse, error)

	// GetRealmClientsIdRolesRoleNameGroups request
	GetRealmClientsIdRolesRoleNameGroupsWithResponse(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameGroupsResponse, error)

	// GetRealmClientsIdRolesRoleNameManagementPermissions request
	GetRealmClientsIdRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, id string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

	// PutRealmClientsIdRolesRoleNameManagementPermissions request with any body
	PutRealmClientsIdRolesRoleNameManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

	PutRealmClientsIdRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, id string, roleName string, body PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

	// GetRealmClientsIdRolesRoleNameUsers request
	GetRealmClientsIdRolesRoleNameUsersWithResponse(ctx context.Context, realm string, id string, roleName string, params *GetRealmClientsIdRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdRolesRoleNameUsersResponse, error)

	// DeleteRealmClientsIdScopeMappingsClientsClient request with any body
	DeleteRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsClientsClientResponse, error)

	DeleteRealmClientsIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsClientsClientResponse, error)

	// GetRealmClientsIdScopeMappingsClientsClient request
	GetRealmClientsIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientResponse, error)

	// PostRealmClientsIdScopeMappingsClientsClient request with any body
	PostRealmClientsIdScopeMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsClientsClientResponse, error)

	PostRealmClientsIdScopeMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsClientsClientResponse, error)

	// GetRealmClientsIdScopeMappingsClientsClientAvailable request
	GetRealmClientsIdScopeMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientAvailableResponse, error)

	// GetRealmClientsIdScopeMappingsClientsClientComposite request
	GetRealmClientsIdScopeMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmClientsIdScopeMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsClientsClientCompositeResponse, error)

	// DeleteRealmClientsIdScopeMappingsRealm request with any body
	DeleteRealmClientsIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsRealmResponse, error)

	DeleteRealmClientsIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmClientsIdScopeMappingsRealmResponse, error)

	// GetRealmClientsIdScopeMappingsRealm request
	GetRealmClientsIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmResponse, error)

	// PostRealmClientsIdScopeMappingsRealm request with any body
	PostRealmClientsIdScopeMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsRealmResponse, error)

	PostRealmClientsIdScopeMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmClientsIdScopeMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmClientsIdScopeMappingsRealmResponse, error)

	// GetRealmClientsIdScopeMappingsRealmAvailable request
	GetRealmClientsIdScopeMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmAvailableResponse, error)

	// GetRealmClientsIdScopeMappingsRealmComposite request
	GetRealmClientsIdScopeMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdScopeMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdScopeMappingsRealmCompositeResponse, error)

	// GetRealmClientsIdServiceAccountUser request
	GetRealmClientsIdServiceAccountUserWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdServiceAccountUserResponse, error)

	// GetRealmClientsIdSessionCount request
	GetRealmClientsIdSessionCountWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdSessionCountResponse, error)

	// GetRealmClientsIdTestNodesAvailable request
	GetRealmClientsIdTestNodesAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmClientsIdTestNodesAvailableResponse, error)

	// GetRealmClientsIdUserSessions request
	GetRealmClientsIdUserSessionsWithResponse(ctx context.Context, realm string, id string, params *GetRealmClientsIdUserSessionsParams, reqEditors ...RequestEditorFn) (*GetRealmClientsIdUserSessionsResponse, error)

	// GetRealmComponents request
	GetRealmComponentsWithResponse(ctx context.Context, realm string, params *GetRealmComponentsParams, reqEditors ...RequestEditorFn) (*GetRealmComponentsResponse, error)

	// PostRealmComponents request with any body
	PostRealmComponentsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmComponentsResponse, error)

	PostRealmComponentsWithResponse(ctx context.Context, realm string, body PostRealmComponentsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmComponentsResponse, error)

	// DeleteRealmComponentsId request
	DeleteRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmComponentsIdResponse, error)

	// GetRealmComponentsId request
	GetRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmComponentsIdResponse, error)

	// PutRealmComponentsId request with any body
	PutRealmComponentsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmComponentsIdResponse, error)

	PutRealmComponentsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmComponentsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmComponentsIdResponse, error)

	// GetRealmComponentsIdSubComponentTypes request
	GetRealmComponentsIdSubComponentTypesWithResponse(ctx context.Context, realm string, id string, params *GetRealmComponentsIdSubComponentTypesParams, reqEditors ...RequestEditorFn) (*GetRealmComponentsIdSubComponentTypesResponse, error)

	// GetRealmCredentialRegistrators request
	GetRealmCredentialRegistratorsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmCredentialRegistratorsResponse, error)

	// GetRealmDefaultDefaultClientScopes request
	GetRealmDefaultDefaultClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultDefaultClientScopesResponse, error)

	// DeleteRealmDefaultDefaultClientScopesClientScopeId request
	DeleteRealmDefaultDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

	// PutRealmDefaultDefaultClientScopesClientScopeId request
	PutRealmDefaultDefaultClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

	// GetRealmDefaultGroups request
	GetRealmDefaultGroupsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultGroupsResponse, error)

	// DeleteRealmDefaultGroupsGroupId request
	DeleteRealmDefaultGroupsGroupIdWithResponse(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultGroupsGroupIdResponse, error)

	// PutRealmDefaultGroupsGroupId request
	PutRealmDefaultGroupsGroupIdWithResponse(ctx context.Context, realm string, groupId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultGroupsGroupIdResponse, error)

	// GetRealmDefaultOptionalClientScopes request
	GetRealmDefaultOptionalClientScopesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmDefaultOptionalClientScopesResponse, error)

	// DeleteRealmDefaultOptionalClientScopesClientScopeId request
	DeleteRealmDefaultOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

	// PutRealmDefaultOptionalClientScopesClientScopeId request
	PutRealmDefaultOptionalClientScopesClientScopeIdWithResponse(ctx context.Context, realm string, clientScopeId string, reqEditors ...RequestEditorFn) (*PutRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

	// DeleteRealmEvents request
	DeleteRealmEventsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*DeleteRealmEventsResponse, error)

	// GetRealmEvents request
	GetRealmEventsWithResponse(ctx context.Context, realm string, params *GetRealmEventsParams, reqEditors ...RequestEditorFn) (*GetRealmEventsResponse, error)

	// GetRealmEventsConfig request
	GetRealmEventsConfigWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmEventsConfigResponse, error)

	// PutRealmEventsConfig request with any body
	PutRealmEventsConfigWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmEventsConfigResponse, error)

	PutRealmEventsConfigWithResponse(ctx context.Context, realm string, body PutRealmEventsConfigJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmEventsConfigResponse, error)

	// GetRealmGroupByPathPath request
	GetRealmGroupByPathPathWithResponse(ctx context.Context, realm string, path string, reqEditors ...RequestEditorFn) (*GetRealmGroupByPathPathResponse, error)

	// GetRealmGroups request
	GetRealmGroupsWithResponse(ctx context.Context, realm string, params *GetRealmGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsResponse, error)

	// PostRealmGroups request with any body
	PostRealmGroupsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsResponse, error)

	PostRealmGroupsWithResponse(ctx context.Context, realm string, body PostRealmGroupsJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsResponse, error)

	// GetRealmGroupsCount request
	GetRealmGroupsCountWithResponse(ctx context.Context, realm string, params *GetRealmGroupsCountParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsCountResponse, error)

	// DeleteRealmGroupsId request
	DeleteRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdResponse, error)

	// GetRealmGroupsId request
	GetRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdResponse, error)

	// PutRealmGroupsId request with any body
	PutRealmGroupsIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdResponse, error)

	PutRealmGroupsIdWithResponse(ctx context.Context, realm string, id string, body PutRealmGroupsIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdResponse, error)

	// PostRealmGroupsIdChildren request with any body
	PostRealmGroupsIdChildrenWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdChildrenResponse, error)

	PostRealmGroupsIdChildrenWithResponse(ctx context.Context, realm string, id string, body PostRealmGroupsIdChildrenJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdChildrenResponse, error)

	// GetRealmGroupsIdManagementPermissions request
	GetRealmGroupsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdManagementPermissionsResponse, error)

	// PutRealmGroupsIdManagementPermissions request with any body
	PutRealmGroupsIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdManagementPermissionsResponse, error)

	PutRealmGroupsIdManagementPermissionsWithResponse(ctx context.Context, realm string, id string, body PutRealmGroupsIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmGroupsIdManagementPermissionsResponse, error)

	// GetRealmGroupsIdMembers request
	GetRealmGroupsIdMembersWithResponse(ctx context.Context, realm string, id string, params *GetRealmGroupsIdMembersParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdMembersResponse, error)

	// GetRealmGroupsIdRoleMappings request
	GetRealmGroupsIdRoleMappingsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsResponse, error)

	// DeleteRealmGroupsIdRoleMappingsClientsClient request with any body
	DeleteRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsClientsClientResponse, error)

	DeleteRealmGroupsIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsClientsClientResponse, error)

	// GetRealmGroupsIdRoleMappingsClientsClient request
	GetRealmGroupsIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientResponse, error)

	// PostRealmGroupsIdRoleMappingsClientsClient request with any body
	PostRealmGroupsIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsClientsClientResponse, error)

	PostRealmGroupsIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsClientsClientResponse, error)

	// GetRealmGroupsIdRoleMappingsClientsClientAvailable request
	GetRealmGroupsIdRoleMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse, error)

	// GetRealmGroupsIdRoleMappingsClientsClientComposite request
	GetRealmGroupsIdRoleMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmGroupsIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse, error)

	// DeleteRealmGroupsIdRoleMappingsRealm request with any body
	DeleteRealmGroupsIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsRealmResponse, error)

	DeleteRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmGroupsIdRoleMappingsRealmResponse, error)

	// GetRealmGroupsIdRoleMappingsRealm request
	GetRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmResponse, error)

	// PostRealmGroupsIdRoleMappingsRealm request with any body
	PostRealmGroupsIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsRealmResponse, error)

	PostRealmGroupsIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmGroupsIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmGroupsIdRoleMappingsRealmResponse, error)

	// GetRealmGroupsIdRoleMappingsRealmAvailable request
	GetRealmGroupsIdRoleMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmAvailableResponse, error)

	// GetRealmGroupsIdRoleMappingsRealmComposite request
	GetRealmGroupsIdRoleMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmGroupsIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmGroupsIdRoleMappingsRealmCompositeResponse, error)

	// PostRealmIdentityProviderImportConfig request
	PostRealmIdentityProviderImportConfigWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderImportConfigResponse, error)

	// GetRealmIdentityProviderInstances request
	GetRealmIdentityProviderInstancesWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesResponse, error)

	// PostRealmIdentityProviderInstances request with any body
	PostRealmIdentityProviderInstancesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesResponse, error)

	PostRealmIdentityProviderInstancesWithResponse(ctx context.Context, realm string, body PostRealmIdentityProviderInstancesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesResponse, error)

	// DeleteRealmIdentityProviderInstancesAlias request
	DeleteRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*DeleteRealmIdentityProviderInstancesAliasResponse, error)

	// GetRealmIdentityProviderInstancesAlias request
	GetRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasResponse, error)

	// PutRealmIdentityProviderInstancesAlias request with any body
	PutRealmIdentityProviderInstancesAliasWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasResponse, error)

	PutRealmIdentityProviderInstancesAliasWithResponse(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasResponse, error)

	// GetRealmIdentityProviderInstancesAliasExport request
	GetRealmIdentityProviderInstancesAliasExportWithResponse(ctx context.Context, realm string, alias string, params *GetRealmIdentityProviderInstancesAliasExportParams, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasExportResponse, error)

	// GetRealmIdentityProviderInstancesAliasManagementPermissions request
	GetRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

	// PutRealmIdentityProviderInstancesAliasManagementPermissions request with any body
	PutRealmIdentityProviderInstancesAliasManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

	PutRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse(ctx context.Context, realm string, alias string, body PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

	// GetRealmIdentityProviderInstancesAliasMapperTypes request
	GetRealmIdentityProviderInstancesAliasMapperTypesWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMapperTypesResponse, error)

	// GetRealmIdentityProviderInstancesAliasMappers request
	GetRealmIdentityProviderInstancesAliasMappersWithResponse(ctx context.Context, realm string, alias string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMappersResponse, error)

	// PostRealmIdentityProviderInstancesAliasMappers request with any body
	PostRealmIdentityProviderInstancesAliasMappersWithBodyWithResponse(ctx context.Context, realm string, alias string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesAliasMappersResponse, error)

	PostRealmIdentityProviderInstancesAliasMappersWithResponse(ctx context.Context, realm string, alias string, body PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmIdentityProviderInstancesAliasMappersResponse, error)

	// DeleteRealmIdentityProviderInstancesAliasMappersId request
	DeleteRealmIdentityProviderInstancesAliasMappersIdWithResponse(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmIdentityProviderInstancesAliasMappersIdResponse, error)

	// GetRealmIdentityProviderInstancesAliasMappersId request
	GetRealmIdentityProviderInstancesAliasMappersIdWithResponse(ctx context.Context, realm string, alias string, id string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderInstancesAliasMappersIdResponse, error)

	// PutRealmIdentityProviderInstancesAliasMappersId request with any body
	PutRealmIdentityProviderInstancesAliasMappersIdWithBodyWithResponse(ctx context.Context, realm string, alias string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasMappersIdResponse, error)

	PutRealmIdentityProviderInstancesAliasMappersIdWithResponse(ctx context.Context, realm string, alias string, id string, body PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmIdentityProviderInstancesAliasMappersIdResponse, error)

	// GetRealmIdentityProviderProvidersProviderId request
	GetRealmIdentityProviderProvidersProviderIdWithResponse(ctx context.Context, realm string, providerId string, reqEditors ...RequestEditorFn) (*GetRealmIdentityProviderProvidersProviderIdResponse, error)

	// GetRealmKeys request
	GetRealmKeysWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmKeysResponse, error)

	// GetRealmLocalization request
	GetRealmLocalizationWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmLocalizationResponse, error)

	// DeleteRealmLocalizationLocale request
	DeleteRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, reqEditors ...RequestEditorFn) (*DeleteRealmLocalizationLocaleResponse, error)

	// GetRealmLocalizationLocale request
	GetRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, params *GetRealmLocalizationLocaleParams, reqEditors ...RequestEditorFn) (*GetRealmLocalizationLocaleResponse, error)

	// PostRealmLocalizationLocale request with any body
	PostRealmLocalizationLocaleWithBodyWithResponse(ctx context.Context, realm string, locale string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmLocalizationLocaleResponse, error)

	PostRealmLocalizationLocaleWithResponse(ctx context.Context, realm string, locale string, body PostRealmLocalizationLocaleJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmLocalizationLocaleResponse, error)

	// DeleteRealmLocalizationLocaleKey request
	DeleteRealmLocalizationLocaleKeyWithResponse(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*DeleteRealmLocalizationLocaleKeyResponse, error)

	// GetRealmLocalizationLocaleKey request
	GetRealmLocalizationLocaleKeyWithResponse(ctx context.Context, realm string, locale string, key string, reqEditors ...RequestEditorFn) (*GetRealmLocalizationLocaleKeyResponse, error)

	// PutRealmLocalizationLocaleKey request with any body
	PutRealmLocalizationLocaleKeyWithBodyWithResponse(ctx context.Context, realm string, locale string, key string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmLocalizationLocaleKeyResponse, error)

	PutRealmLocalizationLocaleKeyWithTextBodyWithResponse(ctx context.Context, realm string, locale string, key string, body PutRealmLocalizationLocaleKeyTextRequestBody, reqEditors ...RequestEditorFn) (*PutRealmLocalizationLocaleKeyResponse, error)

	// PostRealmLogoutAll request
	PostRealmLogoutAllWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmLogoutAllResponse, error)

	// PostRealmPartialExport request
	PostRealmPartialExportWithResponse(ctx context.Context, realm string, params *PostRealmPartialExportParams, reqEditors ...RequestEditorFn) (*PostRealmPartialExportResponse, error)

	// PostRealmPartialImport request with any body
	PostRealmPartialImportWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmPartialImportResponse, error)

	PostRealmPartialImportWithResponse(ctx context.Context, realm string, body PostRealmPartialImportJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmPartialImportResponse, error)

	// PostRealmPushRevocation request
	PostRealmPushRevocationWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*PostRealmPushRevocationResponse, error)

	// GetRealmRoles request
	GetRealmRolesWithResponse(ctx context.Context, realm string, params *GetRealmRolesParams, reqEditors ...RequestEditorFn) (*GetRealmRolesResponse, error)

	// PostRealmRoles request with any body
	PostRealmRolesWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesResponse, error)

	PostRealmRolesWithResponse(ctx context.Context, realm string, body PostRealmRolesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesResponse, error)

	// DeleteRealmRolesByIdRoleId request
	DeleteRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdResponse, error)

	// GetRealmRolesByIdRoleId request
	GetRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdResponse, error)

	// PutRealmRolesByIdRoleId request with any body
	PutRealmRolesByIdRoleIdWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdResponse, error)

	PutRealmRolesByIdRoleIdWithResponse(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdResponse, error)

	// DeleteRealmRolesByIdRoleIdComposites request with any body
	DeleteRealmRolesByIdRoleIdCompositesWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdCompositesResponse, error)

	DeleteRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, body DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmRolesByIdRoleIdCompositesResponse, error)

	// GetRealmRolesByIdRoleIdComposites request
	GetRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, params *GetRealmRolesByIdRoleIdCompositesParams, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesResponse, error)

	// PostRealmRolesByIdRoleIdComposites request with any body
	PostRealmRolesByIdRoleIdCompositesWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesByIdRoleIdCompositesResponse, error)

	PostRealmRolesByIdRoleIdCompositesWithResponse(ctx context.Context, realm string, roleId string, body PostRealmRolesByIdRoleIdCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesByIdRoleIdCompositesResponse, error)

	// GetRealmRolesByIdRoleIdCompositesClientsClientUuid request
	GetRealmRolesByIdRoleIdCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, roleId string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse, error)

	// GetRealmRolesByIdRoleIdCompositesRealm request
	GetRealmRolesByIdRoleIdCompositesRealmWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdCompositesRealmResponse, error)

	// GetRealmRolesByIdRoleIdManagementPermissions request
	GetRealmRolesByIdRoleIdManagementPermissionsWithResponse(ctx context.Context, realm string, roleId string, reqEditors ...RequestEditorFn) (*GetRealmRolesByIdRoleIdManagementPermissionsResponse, error)

	// PutRealmRolesByIdRoleIdManagementPermissions request with any body
	PutRealmRolesByIdRoleIdManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, roleId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdManagementPermissionsResponse, error)

	PutRealmRolesByIdRoleIdManagementPermissionsWithResponse(ctx context.Context, realm string, roleId string, body PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesByIdRoleIdManagementPermissionsResponse, error)

	// DeleteRealmRolesRoleName request
	DeleteRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameResponse, error)

	// GetRealmRolesRoleName request
	GetRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameResponse, error)

	// PutRealmRolesRoleName request with any body
	PutRealmRolesRoleNameWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameResponse, error)

	PutRealmRolesRoleNameWithResponse(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameResponse, error)

	// DeleteRealmRolesRoleNameComposites request with any body
	DeleteRealmRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameCompositesResponse, error)

	DeleteRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, body DeleteRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmRolesRoleNameCompositesResponse, error)

	// GetRealmRolesRoleNameComposites request
	GetRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesResponse, error)

	// PostRealmRolesRoleNameComposites request with any body
	PostRealmRolesRoleNameCompositesWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmRolesRoleNameCompositesResponse, error)

	PostRealmRolesRoleNameCompositesWithResponse(ctx context.Context, realm string, roleName string, body PostRealmRolesRoleNameCompositesJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmRolesRoleNameCompositesResponse, error)

	// GetRealmRolesRoleNameCompositesClientsClientUuid request
	GetRealmRolesRoleNameCompositesClientsClientUuidWithResponse(ctx context.Context, realm string, roleName string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesClientsClientUuidResponse, error)

	// GetRealmRolesRoleNameCompositesRealm request
	GetRealmRolesRoleNameCompositesRealmWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameCompositesRealmResponse, error)

	// GetRealmRolesRoleNameGroups request
	GetRealmRolesRoleNameGroupsWithResponse(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameGroupsResponse, error)

	// GetRealmRolesRoleNameManagementPermissions request
	GetRealmRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, roleName string, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameManagementPermissionsResponse, error)

	// PutRealmRolesRoleNameManagementPermissions request with any body
	PutRealmRolesRoleNameManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, roleName string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameManagementPermissionsResponse, error)

	PutRealmRolesRoleNameManagementPermissionsWithResponse(ctx context.Context, realm string, roleName string, body PutRealmRolesRoleNameManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmRolesRoleNameManagementPermissionsResponse, error)

	// GetRealmRolesRoleNameUsers request
	GetRealmRolesRoleNameUsersWithResponse(ctx context.Context, realm string, roleName string, params *GetRealmRolesRoleNameUsersParams, reqEditors ...RequestEditorFn) (*GetRealmRolesRoleNameUsersResponse, error)

	// DeleteRealmSessionsSession request
	DeleteRealmSessionsSessionWithResponse(ctx context.Context, realm string, session string, reqEditors ...RequestEditorFn) (*DeleteRealmSessionsSessionResponse, error)

	// PostRealmTestSMTPConnection request with any body
	PostRealmTestSMTPConnectionWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmTestSMTPConnectionResponse, error)

	PostRealmTestSMTPConnectionWithResponse(ctx context.Context, realm string, body PostRealmTestSMTPConnectionJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmTestSMTPConnectionResponse, error)

	// GetRealmUsers request
	GetRealmUsersWithResponse(ctx context.Context, realm string, params *GetRealmUsersParams, reqEditors ...RequestEditorFn) (*GetRealmUsersResponse, error)

	// PostRealmUsers request with any body
	PostRealmUsersWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersResponse, error)

	PostRealmUsersWithResponse(ctx context.Context, realm string, body PostRealmUsersJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersResponse, error)

	// GetRealmUsersManagementPermissions request
	GetRealmUsersManagementPermissionsWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmUsersManagementPermissionsResponse, error)

	// PutRealmUsersManagementPermissions request with any body
	PutRealmUsersManagementPermissionsWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersManagementPermissionsResponse, error)

	PutRealmUsersManagementPermissionsWithResponse(ctx context.Context, realm string, body PutRealmUsersManagementPermissionsJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersManagementPermissionsResponse, error)

	// GetRealmUsersCount request
	GetRealmUsersCountWithResponse(ctx context.Context, realm string, params *GetRealmUsersCountParams, reqEditors ...RequestEditorFn) (*GetRealmUsersCountResponse, error)

	// GetRealmUsersProfile request
	GetRealmUsersProfileWithResponse(ctx context.Context, realm string, reqEditors ...RequestEditorFn) (*GetRealmUsersProfileResponse, error)

	// PutRealmUsersProfile request with any body
	PutRealmUsersProfileWithBodyWithResponse(ctx context.Context, realm string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersProfileResponse, error)

	PutRealmUsersProfileWithResponse(ctx context.Context, realm string, body PutRealmUsersProfileJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersProfileResponse, error)

	// DeleteRealmUsersId request
	DeleteRealmUsersIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdResponse, error)

	// GetRealmUsersId request
	GetRealmUsersIdWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdResponse, error)

	// PutRealmUsersId request with any body
	PutRealmUsersIdWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResponse, error)

	PutRealmUsersIdWithResponse(ctx context.Context, realm string, id string, body PutRealmUsersIdJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResponse, error)

	// GetRealmUsersIdConfiguredUserStorageCredentialTypes request
	GetRealmUsersIdConfiguredUserStorageCredentialTypesWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse, error)

	// GetRealmUsersIdConsents request
	GetRealmUsersIdConsentsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdConsentsResponse, error)

	// DeleteRealmUsersIdConsentsClient request
	DeleteRealmUsersIdConsentsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdConsentsClientResponse, error)

	// GetRealmUsersIdCredentials request
	GetRealmUsersIdCredentialsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdCredentialsResponse, error)

	// DeleteRealmUsersIdCredentialsCredentialId request
	DeleteRealmUsersIdCredentialsCredentialIdWithResponse(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdCredentialsCredentialIdResponse, error)

	// PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialId request
	PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdWithResponse(ctx context.Context, realm string, id string, credentialId string, newPreviousCredentialId string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse, error)

	// PostRealmUsersIdCredentialsCredentialIdMoveToFirst request
	PostRealmUsersIdCredentialsCredentialIdMoveToFirstWithResponse(ctx context.Context, realm string, id string, credentialId string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse, error)

	// PutRealmUsersIdCredentialsCredentialIdUserLabel request with any body
	PutRealmUsersIdCredentialsCredentialIdUserLabelWithBodyWithResponse(ctx context.Context, realm string, id string, credentialId string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdCredentialsCredentialIdUserLabelResponse, error)

	PutRealmUsersIdCredentialsCredentialIdUserLabelWithTextBodyWithResponse(ctx context.Context, realm string, id string, credentialId string, body PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdCredentialsCredentialIdUserLabelResponse, error)

	// PutRealmUsersIdDisableCredentialTypes request with any body
	PutRealmUsersIdDisableCredentialTypesWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdDisableCredentialTypesResponse, error)

	PutRealmUsersIdDisableCredentialTypesWithResponse(ctx context.Context, realm string, id string, body PutRealmUsersIdDisableCredentialTypesJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdDisableCredentialTypesResponse, error)

	// PutRealmUsersIdExecuteActionsEmail request with any body
	PutRealmUsersIdExecuteActionsEmailWithBodyWithResponse(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdExecuteActionsEmailResponse, error)

	PutRealmUsersIdExecuteActionsEmailWithResponse(ctx context.Context, realm string, id string, params *PutRealmUsersIdExecuteActionsEmailParams, body PutRealmUsersIdExecuteActionsEmailJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdExecuteActionsEmailResponse, error)

	// GetRealmUsersIdFederatedIdentity request
	GetRealmUsersIdFederatedIdentityWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdFederatedIdentityResponse, error)

	// DeleteRealmUsersIdFederatedIdentityProvider request
	DeleteRealmUsersIdFederatedIdentityProviderWithResponse(ctx context.Context, realm string, id string, provider string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdFederatedIdentityProviderResponse, error)

	// PostRealmUsersIdFederatedIdentityProvider request with any body
	PostRealmUsersIdFederatedIdentityProviderWithBodyWithResponse(ctx context.Context, realm string, id string, provider string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdFederatedIdentityProviderResponse, error)

	PostRealmUsersIdFederatedIdentityProviderWithResponse(ctx context.Context, realm string, id string, provider string, body PostRealmUsersIdFederatedIdentityProviderJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdFederatedIdentityProviderResponse, error)

	// GetRealmUsersIdGroups request
	GetRealmUsersIdGroupsWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdGroupsResponse, error)

	// GetRealmUsersIdGroupsCount request
	GetRealmUsersIdGroupsCountWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdGroupsCountParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdGroupsCountResponse, error)

	// DeleteRealmUsersIdGroupsGroupId request
	DeleteRealmUsersIdGroupsGroupIdWithResponse(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdGroupsGroupIdResponse, error)

	// PutRealmUsersIdGroupsGroupId request
	PutRealmUsersIdGroupsGroupIdWithResponse(ctx context.Context, realm string, id string, groupId string, reqEditors ...RequestEditorFn) (*PutRealmUsersIdGroupsGroupIdResponse, error)

	// PostRealmUsersIdImpersonation request
	PostRealmUsersIdImpersonationWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdImpersonationResponse, error)

	// PostRealmUsersIdLogout request
	PostRealmUsersIdLogoutWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*PostRealmUsersIdLogoutResponse, error)

	// GetRealmUsersIdOfflineSessionsClientUuid request
	GetRealmUsersIdOfflineSessionsClientUuidWithResponse(ctx context.Context, realm string, id string, clientUuid string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdOfflineSessionsClientUuidResponse, error)

	// PutRealmUsersIdResetPassword request with any body
	PutRealmUsersIdResetPasswordWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResetPasswordResponse, error)

	PutRealmUsersIdResetPasswordWithResponse(ctx context.Context, realm string, id string, body PutRealmUsersIdResetPasswordJSONRequestBody, reqEditors ...RequestEditorFn) (*PutRealmUsersIdResetPasswordResponse, error)

	// GetRealmUsersIdRoleMappings request
	GetRealmUsersIdRoleMappingsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsResponse, error)

	// DeleteRealmUsersIdRoleMappingsClientsClient request with any body
	DeleteRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsClientsClientResponse, error)

	DeleteRealmUsersIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsClientsClientResponse, error)

	// GetRealmUsersIdRoleMappingsClientsClient request
	GetRealmUsersIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientResponse, error)

	// PostRealmUsersIdRoleMappingsClientsClient request with any body
	PostRealmUsersIdRoleMappingsClientsClientWithBodyWithResponse(ctx context.Context, realm string, id string, client string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsClientsClientResponse, error)

	PostRealmUsersIdRoleMappingsClientsClientWithResponse(ctx context.Context, realm string, id string, client string, body PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsClientsClientResponse, error)

	// GetRealmUsersIdRoleMappingsClientsClientAvailable request
	GetRealmUsersIdRoleMappingsClientsClientAvailableWithResponse(ctx context.Context, realm string, id string, client string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientAvailableResponse, error)

	// GetRealmUsersIdRoleMappingsClientsClientComposite request
	GetRealmUsersIdRoleMappingsClientsClientCompositeWithResponse(ctx context.Context, realm string, id string, client string, params *GetRealmUsersIdRoleMappingsClientsClientCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsClientsClientCompositeResponse, error)

	// DeleteRealmUsersIdRoleMappingsRealm request with any body
	DeleteRealmUsersIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsRealmResponse, error)

	DeleteRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*DeleteRealmUsersIdRoleMappingsRealmResponse, error)

	// GetRealmUsersIdRoleMappingsRealm request
	GetRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmResponse, error)

	// PostRealmUsersIdRoleMappingsRealm request with any body
	PostRealmUsersIdRoleMappingsRealmWithBodyWithResponse(ctx context.Context, realm string, id string, contentType string, body io.Reader, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsRealmResponse, error)

	PostRealmUsersIdRoleMappingsRealmWithResponse(ctx context.Context, realm string, id string, body PostRealmUsersIdRoleMappingsRealmJSONRequestBody, reqEditors ...RequestEditorFn) (*PostRealmUsersIdRoleMappingsRealmResponse, error)

	// GetRealmUsersIdRoleMappingsRealmAvailable request
	GetRealmUsersIdRoleMappingsRealmAvailableWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmAvailableResponse, error)

	// GetRealmUsersIdRoleMappingsRealmComposite request
	GetRealmUsersIdRoleMappingsRealmCompositeWithResponse(ctx context.Context, realm string, id string, params *GetRealmUsersIdRoleMappingsRealmCompositeParams, reqEditors ...RequestEditorFn) (*GetRealmUsersIdRoleMappingsRealmCompositeResponse, error)

	// PutRealmUsersIdSendVerifyEmail request
	PutRealmUsersIdSendVerifyEmailWithResponse(ctx context.Context, realm string, id string, params *PutRealmUsersIdSendVerifyEmailParams, reqEditors ...RequestEditorFn) (*PutRealmUsersIdSendVerifyEmailResponse, error)

	// GetRealmUsersIdSessions request
	GetRealmUsersIdSessionsWithResponse(ctx context.Context, realm string, id string, reqEditors ...RequestEditorFn) (*GetRealmUsersIdSessionsResponse, error)
}

ClientWithResponsesInterface is the interface specification for the client with responses above.

type ComponentRepresentation

type ComponentRepresentation struct {
	Config       *MultivaluedHashMap `json:"config,omitempty"`
	Id           *string             `json:"id,omitempty"`
	Name         *string             `json:"name,omitempty"`
	ParentId     *string             `json:"parentId,omitempty"`
	ProviderId   *string             `json:"providerId,omitempty"`
	ProviderType *string             `json:"providerType,omitempty"`
	SubType      *string             `json:"subType,omitempty"`
}

ComponentRepresentation defines model for ComponentRepresentation.

type ConfigPropertyRepresentation

type ConfigPropertyRepresentation struct {
	DefaultValue *map[string]interface{} `json:"defaultValue,omitempty"`
	HelpText     *string                 `json:"helpText,omitempty"`
	Label        *string                 `json:"label,omitempty"`
	Name         *string                 `json:"name,omitempty"`
	Options      *[]string               `json:"options,omitempty"`
	ReadOnly     *bool                   `json:"readOnly,omitempty"`
	Secret       *bool                   `json:"secret,omitempty"`
	Type         *string                 `json:"type,omitempty"`
}

ConfigPropertyRepresentation defines model for ConfigPropertyRepresentation.

type CredentialRepresentation

type CredentialRepresentation struct {
	CreatedDate    *int64  `json:"createdDate,omitempty"`
	CredentialData *string `json:"credentialData,omitempty"`
	Id             *string `json:"id,omitempty"`
	Priority       *int32  `json:"priority,omitempty"`
	SecretData     *string `json:"secretData,omitempty"`
	Temporary      *bool   `json:"temporary,omitempty"`
	Type           *string `json:"type,omitempty"`
	UserLabel      *string `json:"userLabel,omitempty"`
	Value          *string `json:"value,omitempty"`
}

CredentialRepresentation defines model for CredentialRepresentation.

type CryptoInfoRepresentation

type CryptoInfoRepresentation struct {
	CryptoProvider         *string   `json:"cryptoProvider,omitempty"`
	SupportedKeystoreTypes *[]string `json:"supportedKeystoreTypes,omitempty"`
}

CryptoInfoRepresentation defines model for CryptoInfoRepresentation.

type DeleteRealmAdminEventsResponse

type DeleteRealmAdminEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAdminEventsResponse

func ParseDeleteRealmAdminEventsResponse(rsp *http.Response) (*DeleteRealmAdminEventsResponse, error)

ParseDeleteRealmAdminEventsResponse parses an HTTP response from a DeleteRealmAdminEventsWithResponse call

func (DeleteRealmAdminEventsResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAdminEventsResponse) StatusCode

func (r DeleteRealmAdminEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAttackDetectionBruteForceUsersResponse

type DeleteRealmAttackDetectionBruteForceUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAttackDetectionBruteForceUsersResponse

func ParseDeleteRealmAttackDetectionBruteForceUsersResponse(rsp *http.Response) (*DeleteRealmAttackDetectionBruteForceUsersResponse, error)

ParseDeleteRealmAttackDetectionBruteForceUsersResponse parses an HTTP response from a DeleteRealmAttackDetectionBruteForceUsersWithResponse call

func (DeleteRealmAttackDetectionBruteForceUsersResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAttackDetectionBruteForceUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAttackDetectionBruteForceUsersUserIdResponse

type DeleteRealmAttackDetectionBruteForceUsersUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAttackDetectionBruteForceUsersUserIdResponse

func ParseDeleteRealmAttackDetectionBruteForceUsersUserIdResponse(rsp *http.Response) (*DeleteRealmAttackDetectionBruteForceUsersUserIdResponse, error)

ParseDeleteRealmAttackDetectionBruteForceUsersUserIdResponse parses an HTTP response from a DeleteRealmAttackDetectionBruteForceUsersUserIdWithResponse call

func (DeleteRealmAttackDetectionBruteForceUsersUserIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAttackDetectionBruteForceUsersUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAuthenticationConfigIdResponse

type DeleteRealmAuthenticationConfigIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAuthenticationConfigIdResponse

func ParseDeleteRealmAuthenticationConfigIdResponse(rsp *http.Response) (*DeleteRealmAuthenticationConfigIdResponse, error)

ParseDeleteRealmAuthenticationConfigIdResponse parses an HTTP response from a DeleteRealmAuthenticationConfigIdWithResponse call

func (DeleteRealmAuthenticationConfigIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAuthenticationConfigIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAuthenticationExecutionsExecutionIdResponse

type DeleteRealmAuthenticationExecutionsExecutionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAuthenticationExecutionsExecutionIdResponse

func ParseDeleteRealmAuthenticationExecutionsExecutionIdResponse(rsp *http.Response) (*DeleteRealmAuthenticationExecutionsExecutionIdResponse, error)

ParseDeleteRealmAuthenticationExecutionsExecutionIdResponse parses an HTTP response from a DeleteRealmAuthenticationExecutionsExecutionIdWithResponse call

func (DeleteRealmAuthenticationExecutionsExecutionIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAuthenticationExecutionsExecutionIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAuthenticationFlowsIdResponse

type DeleteRealmAuthenticationFlowsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAuthenticationFlowsIdResponse

func ParseDeleteRealmAuthenticationFlowsIdResponse(rsp *http.Response) (*DeleteRealmAuthenticationFlowsIdResponse, error)

ParseDeleteRealmAuthenticationFlowsIdResponse parses an HTTP response from a DeleteRealmAuthenticationFlowsIdWithResponse call

func (DeleteRealmAuthenticationFlowsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAuthenticationFlowsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmAuthenticationRequiredActionsAliasResponse

type DeleteRealmAuthenticationRequiredActionsAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmAuthenticationRequiredActionsAliasResponse

func ParseDeleteRealmAuthenticationRequiredActionsAliasResponse(rsp *http.Response) (*DeleteRealmAuthenticationRequiredActionsAliasResponse, error)

ParseDeleteRealmAuthenticationRequiredActionsAliasResponse parses an HTTP response from a DeleteRealmAuthenticationRequiredActionsAliasWithResponse call

func (DeleteRealmAuthenticationRequiredActionsAliasResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmAuthenticationRequiredActionsAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientScopesId1ProtocolMappersModelsId2Response

type DeleteRealmClientScopesId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientScopesId1ProtocolMappersModelsId2Response

func ParseDeleteRealmClientScopesId1ProtocolMappersModelsId2Response(rsp *http.Response) (*DeleteRealmClientScopesId1ProtocolMappersModelsId2Response, error)

ParseDeleteRealmClientScopesId1ProtocolMappersModelsId2Response parses an HTTP response from a DeleteRealmClientScopesId1ProtocolMappersModelsId2WithResponse call

func (DeleteRealmClientScopesId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientScopesId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientScopesIdResponse

type DeleteRealmClientScopesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientScopesIdResponse

func ParseDeleteRealmClientScopesIdResponse(rsp *http.Response) (*DeleteRealmClientScopesIdResponse, error)

ParseDeleteRealmClientScopesIdResponse parses an HTTP response from a DeleteRealmClientScopesIdWithResponse call

func (DeleteRealmClientScopesIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientScopesIdResponse) StatusCode

func (r DeleteRealmClientScopesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientScopesIdScopeMappingsClientsClientJSONBody

type DeleteRealmClientScopesIdScopeMappingsClientsClientJSONBody = []RoleRepresentation

DeleteRealmClientScopesIdScopeMappingsClientsClientJSONBody defines parameters for DeleteRealmClientScopesIdScopeMappingsClientsClient.

type DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody

type DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody = DeleteRealmClientScopesIdScopeMappingsClientsClientJSONBody

DeleteRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody defines body for DeleteRealmClientScopesIdScopeMappingsClientsClient for application/json ContentType.

type DeleteRealmClientScopesIdScopeMappingsClientsClientResponse

type DeleteRealmClientScopesIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientScopesIdScopeMappingsClientsClientResponse

func ParseDeleteRealmClientScopesIdScopeMappingsClientsClientResponse(rsp *http.Response) (*DeleteRealmClientScopesIdScopeMappingsClientsClientResponse, error)

ParseDeleteRealmClientScopesIdScopeMappingsClientsClientResponse parses an HTTP response from a DeleteRealmClientScopesIdScopeMappingsClientsClientWithResponse call

func (DeleteRealmClientScopesIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientScopesIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientScopesIdScopeMappingsRealmJSONBody

type DeleteRealmClientScopesIdScopeMappingsRealmJSONBody = []RoleRepresentation

DeleteRealmClientScopesIdScopeMappingsRealmJSONBody defines parameters for DeleteRealmClientScopesIdScopeMappingsRealm.

type DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody

type DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody = DeleteRealmClientScopesIdScopeMappingsRealmJSONBody

DeleteRealmClientScopesIdScopeMappingsRealmJSONRequestBody defines body for DeleteRealmClientScopesIdScopeMappingsRealm for application/json ContentType.

type DeleteRealmClientScopesIdScopeMappingsRealmResponse

type DeleteRealmClientScopesIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientScopesIdScopeMappingsRealmResponse

func ParseDeleteRealmClientScopesIdScopeMappingsRealmResponse(rsp *http.Response) (*DeleteRealmClientScopesIdScopeMappingsRealmResponse, error)

ParseDeleteRealmClientScopesIdScopeMappingsRealmResponse parses an HTTP response from a DeleteRealmClientScopesIdScopeMappingsRealmWithResponse call

func (DeleteRealmClientScopesIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientScopesIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsId1ProtocolMappersModelsId2Response

type DeleteRealmClientsId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsId1ProtocolMappersModelsId2Response

func ParseDeleteRealmClientsId1ProtocolMappersModelsId2Response(rsp *http.Response) (*DeleteRealmClientsId1ProtocolMappersModelsId2Response, error)

ParseDeleteRealmClientsId1ProtocolMappersModelsId2Response parses an HTTP response from a DeleteRealmClientsId1ProtocolMappersModelsId2WithResponse call

func (DeleteRealmClientsId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdClientSecretRotatedResponse

type DeleteRealmClientsIdClientSecretRotatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdClientSecretRotatedResponse

func ParseDeleteRealmClientsIdClientSecretRotatedResponse(rsp *http.Response) (*DeleteRealmClientsIdClientSecretRotatedResponse, error)

ParseDeleteRealmClientsIdClientSecretRotatedResponse parses an HTTP response from a DeleteRealmClientsIdClientSecretRotatedWithResponse call

func (DeleteRealmClientsIdClientSecretRotatedResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdClientSecretRotatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse

type DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse

func ParseDeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse(rsp *http.Response) (*DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

ParseDeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse parses an HTTP response from a DeleteRealmClientsIdDefaultClientScopesClientScopeIdWithResponse call

func (DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdDefaultClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdNodesNodeResponse

type DeleteRealmClientsIdNodesNodeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdNodesNodeResponse

func ParseDeleteRealmClientsIdNodesNodeResponse(rsp *http.Response) (*DeleteRealmClientsIdNodesNodeResponse, error)

ParseDeleteRealmClientsIdNodesNodeResponse parses an HTTP response from a DeleteRealmClientsIdNodesNodeWithResponse call

func (DeleteRealmClientsIdNodesNodeResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdNodesNodeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse

type DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse

func ParseDeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse(rsp *http.Response) (*DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

ParseDeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse parses an HTTP response from a DeleteRealmClientsIdOptionalClientScopesClientScopeIdWithResponse call

func (DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdOptionalClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdResponse

type DeleteRealmClientsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdResponse

func ParseDeleteRealmClientsIdResponse(rsp *http.Response) (*DeleteRealmClientsIdResponse, error)

ParseDeleteRealmClientsIdResponse parses an HTTP response from a DeleteRealmClientsIdWithResponse call

func (DeleteRealmClientsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdResponse) StatusCode

func (r DeleteRealmClientsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdRolesRoleNameCompositesJSONBody

type DeleteRealmClientsIdRolesRoleNameCompositesJSONBody = []RoleRepresentation

DeleteRealmClientsIdRolesRoleNameCompositesJSONBody defines parameters for DeleteRealmClientsIdRolesRoleNameComposites.

type DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody

type DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody = DeleteRealmClientsIdRolesRoleNameCompositesJSONBody

DeleteRealmClientsIdRolesRoleNameCompositesJSONRequestBody defines body for DeleteRealmClientsIdRolesRoleNameComposites for application/json ContentType.

type DeleteRealmClientsIdRolesRoleNameCompositesResponse

type DeleteRealmClientsIdRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdRolesRoleNameCompositesResponse

func ParseDeleteRealmClientsIdRolesRoleNameCompositesResponse(rsp *http.Response) (*DeleteRealmClientsIdRolesRoleNameCompositesResponse, error)

ParseDeleteRealmClientsIdRolesRoleNameCompositesResponse parses an HTTP response from a DeleteRealmClientsIdRolesRoleNameCompositesWithResponse call

func (DeleteRealmClientsIdRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdRolesRoleNameResponse

type DeleteRealmClientsIdRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdRolesRoleNameResponse

func ParseDeleteRealmClientsIdRolesRoleNameResponse(rsp *http.Response) (*DeleteRealmClientsIdRolesRoleNameResponse, error)

ParseDeleteRealmClientsIdRolesRoleNameResponse parses an HTTP response from a DeleteRealmClientsIdRolesRoleNameWithResponse call

func (DeleteRealmClientsIdRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdRolesRoleNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdScopeMappingsClientsClientJSONBody

type DeleteRealmClientsIdScopeMappingsClientsClientJSONBody = []RoleRepresentation

DeleteRealmClientsIdScopeMappingsClientsClientJSONBody defines parameters for DeleteRealmClientsIdScopeMappingsClientsClient.

type DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody

type DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody = DeleteRealmClientsIdScopeMappingsClientsClientJSONBody

DeleteRealmClientsIdScopeMappingsClientsClientJSONRequestBody defines body for DeleteRealmClientsIdScopeMappingsClientsClient for application/json ContentType.

type DeleteRealmClientsIdScopeMappingsClientsClientResponse

type DeleteRealmClientsIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdScopeMappingsClientsClientResponse

func ParseDeleteRealmClientsIdScopeMappingsClientsClientResponse(rsp *http.Response) (*DeleteRealmClientsIdScopeMappingsClientsClientResponse, error)

ParseDeleteRealmClientsIdScopeMappingsClientsClientResponse parses an HTTP response from a DeleteRealmClientsIdScopeMappingsClientsClientWithResponse call

func (DeleteRealmClientsIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsIdScopeMappingsRealmJSONBody

type DeleteRealmClientsIdScopeMappingsRealmJSONBody = []RoleRepresentation

DeleteRealmClientsIdScopeMappingsRealmJSONBody defines parameters for DeleteRealmClientsIdScopeMappingsRealm.

type DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody

type DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody = DeleteRealmClientsIdScopeMappingsRealmJSONBody

DeleteRealmClientsIdScopeMappingsRealmJSONRequestBody defines body for DeleteRealmClientsIdScopeMappingsRealm for application/json ContentType.

type DeleteRealmClientsIdScopeMappingsRealmResponse

type DeleteRealmClientsIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsIdScopeMappingsRealmResponse

func ParseDeleteRealmClientsIdScopeMappingsRealmResponse(rsp *http.Response) (*DeleteRealmClientsIdScopeMappingsRealmResponse, error)

ParseDeleteRealmClientsIdScopeMappingsRealmResponse parses an HTTP response from a DeleteRealmClientsIdScopeMappingsRealmWithResponse call

func (DeleteRealmClientsIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmClientsInitialAccessIdResponse

type DeleteRealmClientsInitialAccessIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmClientsInitialAccessIdResponse

func ParseDeleteRealmClientsInitialAccessIdResponse(rsp *http.Response) (*DeleteRealmClientsInitialAccessIdResponse, error)

ParseDeleteRealmClientsInitialAccessIdResponse parses an HTTP response from a DeleteRealmClientsInitialAccessIdWithResponse call

func (DeleteRealmClientsInitialAccessIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmClientsInitialAccessIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmComponentsIdResponse

type DeleteRealmComponentsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmComponentsIdResponse

func ParseDeleteRealmComponentsIdResponse(rsp *http.Response) (*DeleteRealmComponentsIdResponse, error)

ParseDeleteRealmComponentsIdResponse parses an HTTP response from a DeleteRealmComponentsIdWithResponse call

func (DeleteRealmComponentsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmComponentsIdResponse) StatusCode

func (r DeleteRealmComponentsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse

type DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmDefaultDefaultClientScopesClientScopeIdResponse

func ParseDeleteRealmDefaultDefaultClientScopesClientScopeIdResponse(rsp *http.Response) (*DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

ParseDeleteRealmDefaultDefaultClientScopesClientScopeIdResponse parses an HTTP response from a DeleteRealmDefaultDefaultClientScopesClientScopeIdWithResponse call

func (DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmDefaultDefaultClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmDefaultGroupsGroupIdResponse

type DeleteRealmDefaultGroupsGroupIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmDefaultGroupsGroupIdResponse

func ParseDeleteRealmDefaultGroupsGroupIdResponse(rsp *http.Response) (*DeleteRealmDefaultGroupsGroupIdResponse, error)

ParseDeleteRealmDefaultGroupsGroupIdResponse parses an HTTP response from a DeleteRealmDefaultGroupsGroupIdWithResponse call

func (DeleteRealmDefaultGroupsGroupIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmDefaultGroupsGroupIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse

type DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmDefaultOptionalClientScopesClientScopeIdResponse

func ParseDeleteRealmDefaultOptionalClientScopesClientScopeIdResponse(rsp *http.Response) (*DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

ParseDeleteRealmDefaultOptionalClientScopesClientScopeIdResponse parses an HTTP response from a DeleteRealmDefaultOptionalClientScopesClientScopeIdWithResponse call

func (DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmDefaultOptionalClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmEventsResponse

type DeleteRealmEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmEventsResponse

func ParseDeleteRealmEventsResponse(rsp *http.Response) (*DeleteRealmEventsResponse, error)

ParseDeleteRealmEventsResponse parses an HTTP response from a DeleteRealmEventsWithResponse call

func (DeleteRealmEventsResponse) Status

func (r DeleteRealmEventsResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRealmEventsResponse) StatusCode

func (r DeleteRealmEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmGroupsIdResponse

type DeleteRealmGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmGroupsIdResponse

func ParseDeleteRealmGroupsIdResponse(rsp *http.Response) (*DeleteRealmGroupsIdResponse, error)

ParseDeleteRealmGroupsIdResponse parses an HTTP response from a DeleteRealmGroupsIdWithResponse call

func (DeleteRealmGroupsIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmGroupsIdResponse) StatusCode

func (r DeleteRealmGroupsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmGroupsIdRoleMappingsClientsClientJSONBody

type DeleteRealmGroupsIdRoleMappingsClientsClientJSONBody = []RoleRepresentation

DeleteRealmGroupsIdRoleMappingsClientsClientJSONBody defines parameters for DeleteRealmGroupsIdRoleMappingsClientsClient.

type DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody

type DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody = DeleteRealmGroupsIdRoleMappingsClientsClientJSONBody

DeleteRealmGroupsIdRoleMappingsClientsClientJSONRequestBody defines body for DeleteRealmGroupsIdRoleMappingsClientsClient for application/json ContentType.

type DeleteRealmGroupsIdRoleMappingsClientsClientResponse

type DeleteRealmGroupsIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmGroupsIdRoleMappingsClientsClientResponse

func ParseDeleteRealmGroupsIdRoleMappingsClientsClientResponse(rsp *http.Response) (*DeleteRealmGroupsIdRoleMappingsClientsClientResponse, error)

ParseDeleteRealmGroupsIdRoleMappingsClientsClientResponse parses an HTTP response from a DeleteRealmGroupsIdRoleMappingsClientsClientWithResponse call

func (DeleteRealmGroupsIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmGroupsIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmGroupsIdRoleMappingsRealmJSONBody

type DeleteRealmGroupsIdRoleMappingsRealmJSONBody = []RoleRepresentation

DeleteRealmGroupsIdRoleMappingsRealmJSONBody defines parameters for DeleteRealmGroupsIdRoleMappingsRealm.

type DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody

type DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody = DeleteRealmGroupsIdRoleMappingsRealmJSONBody

DeleteRealmGroupsIdRoleMappingsRealmJSONRequestBody defines body for DeleteRealmGroupsIdRoleMappingsRealm for application/json ContentType.

type DeleteRealmGroupsIdRoleMappingsRealmResponse

type DeleteRealmGroupsIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmGroupsIdRoleMappingsRealmResponse

func ParseDeleteRealmGroupsIdRoleMappingsRealmResponse(rsp *http.Response) (*DeleteRealmGroupsIdRoleMappingsRealmResponse, error)

ParseDeleteRealmGroupsIdRoleMappingsRealmResponse parses an HTTP response from a DeleteRealmGroupsIdRoleMappingsRealmWithResponse call

func (DeleteRealmGroupsIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmGroupsIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmIdentityProviderInstancesAliasMappersIdResponse

type DeleteRealmIdentityProviderInstancesAliasMappersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmIdentityProviderInstancesAliasMappersIdResponse

func ParseDeleteRealmIdentityProviderInstancesAliasMappersIdResponse(rsp *http.Response) (*DeleteRealmIdentityProviderInstancesAliasMappersIdResponse, error)

ParseDeleteRealmIdentityProviderInstancesAliasMappersIdResponse parses an HTTP response from a DeleteRealmIdentityProviderInstancesAliasMappersIdWithResponse call

func (DeleteRealmIdentityProviderInstancesAliasMappersIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmIdentityProviderInstancesAliasMappersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmIdentityProviderInstancesAliasResponse

type DeleteRealmIdentityProviderInstancesAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmIdentityProviderInstancesAliasResponse

func ParseDeleteRealmIdentityProviderInstancesAliasResponse(rsp *http.Response) (*DeleteRealmIdentityProviderInstancesAliasResponse, error)

ParseDeleteRealmIdentityProviderInstancesAliasResponse parses an HTTP response from a DeleteRealmIdentityProviderInstancesAliasWithResponse call

func (DeleteRealmIdentityProviderInstancesAliasResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmIdentityProviderInstancesAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmLocalizationLocaleKeyResponse

type DeleteRealmLocalizationLocaleKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmLocalizationLocaleKeyResponse

func ParseDeleteRealmLocalizationLocaleKeyResponse(rsp *http.Response) (*DeleteRealmLocalizationLocaleKeyResponse, error)

ParseDeleteRealmLocalizationLocaleKeyResponse parses an HTTP response from a DeleteRealmLocalizationLocaleKeyWithResponse call

func (DeleteRealmLocalizationLocaleKeyResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmLocalizationLocaleKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmLocalizationLocaleResponse

type DeleteRealmLocalizationLocaleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmLocalizationLocaleResponse

func ParseDeleteRealmLocalizationLocaleResponse(rsp *http.Response) (*DeleteRealmLocalizationLocaleResponse, error)

ParseDeleteRealmLocalizationLocaleResponse parses an HTTP response from a DeleteRealmLocalizationLocaleWithResponse call

func (DeleteRealmLocalizationLocaleResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmLocalizationLocaleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmResponse

type DeleteRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmResponse

func ParseDeleteRealmResponse(rsp *http.Response) (*DeleteRealmResponse, error)

ParseDeleteRealmResponse parses an HTTP response from a DeleteRealmWithResponse call

func (DeleteRealmResponse) Status

func (r DeleteRealmResponse) Status() string

Status returns HTTPResponse.Status

func (DeleteRealmResponse) StatusCode

func (r DeleteRealmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmRolesByIdRoleIdCompositesJSONBody

type DeleteRealmRolesByIdRoleIdCompositesJSONBody = []RoleRepresentation

DeleteRealmRolesByIdRoleIdCompositesJSONBody defines parameters for DeleteRealmRolesByIdRoleIdComposites.

type DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody

type DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody = DeleteRealmRolesByIdRoleIdCompositesJSONBody

DeleteRealmRolesByIdRoleIdCompositesJSONRequestBody defines body for DeleteRealmRolesByIdRoleIdComposites for application/json ContentType.

type DeleteRealmRolesByIdRoleIdCompositesResponse

type DeleteRealmRolesByIdRoleIdCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmRolesByIdRoleIdCompositesResponse

func ParseDeleteRealmRolesByIdRoleIdCompositesResponse(rsp *http.Response) (*DeleteRealmRolesByIdRoleIdCompositesResponse, error)

ParseDeleteRealmRolesByIdRoleIdCompositesResponse parses an HTTP response from a DeleteRealmRolesByIdRoleIdCompositesWithResponse call

func (DeleteRealmRolesByIdRoleIdCompositesResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmRolesByIdRoleIdCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmRolesByIdRoleIdResponse

type DeleteRealmRolesByIdRoleIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmRolesByIdRoleIdResponse

func ParseDeleteRealmRolesByIdRoleIdResponse(rsp *http.Response) (*DeleteRealmRolesByIdRoleIdResponse, error)

ParseDeleteRealmRolesByIdRoleIdResponse parses an HTTP response from a DeleteRealmRolesByIdRoleIdWithResponse call

func (DeleteRealmRolesByIdRoleIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmRolesByIdRoleIdResponse) StatusCode

func (r DeleteRealmRolesByIdRoleIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmRolesRoleNameCompositesJSONBody

type DeleteRealmRolesRoleNameCompositesJSONBody = []RoleRepresentation

DeleteRealmRolesRoleNameCompositesJSONBody defines parameters for DeleteRealmRolesRoleNameComposites.

type DeleteRealmRolesRoleNameCompositesJSONRequestBody

type DeleteRealmRolesRoleNameCompositesJSONRequestBody = DeleteRealmRolesRoleNameCompositesJSONBody

DeleteRealmRolesRoleNameCompositesJSONRequestBody defines body for DeleteRealmRolesRoleNameComposites for application/json ContentType.

type DeleteRealmRolesRoleNameCompositesResponse

type DeleteRealmRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmRolesRoleNameCompositesResponse

func ParseDeleteRealmRolesRoleNameCompositesResponse(rsp *http.Response) (*DeleteRealmRolesRoleNameCompositesResponse, error)

ParseDeleteRealmRolesRoleNameCompositesResponse parses an HTTP response from a DeleteRealmRolesRoleNameCompositesWithResponse call

func (DeleteRealmRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmRolesRoleNameResponse

type DeleteRealmRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmRolesRoleNameResponse

func ParseDeleteRealmRolesRoleNameResponse(rsp *http.Response) (*DeleteRealmRolesRoleNameResponse, error)

ParseDeleteRealmRolesRoleNameResponse parses an HTTP response from a DeleteRealmRolesRoleNameWithResponse call

func (DeleteRealmRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmRolesRoleNameResponse) StatusCode

func (r DeleteRealmRolesRoleNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmSessionsSessionResponse

type DeleteRealmSessionsSessionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmSessionsSessionResponse

func ParseDeleteRealmSessionsSessionResponse(rsp *http.Response) (*DeleteRealmSessionsSessionResponse, error)

ParseDeleteRealmSessionsSessionResponse parses an HTTP response from a DeleteRealmSessionsSessionWithResponse call

func (DeleteRealmSessionsSessionResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmSessionsSessionResponse) StatusCode

func (r DeleteRealmSessionsSessionResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdConsentsClientResponse

type DeleteRealmUsersIdConsentsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdConsentsClientResponse

func ParseDeleteRealmUsersIdConsentsClientResponse(rsp *http.Response) (*DeleteRealmUsersIdConsentsClientResponse, error)

ParseDeleteRealmUsersIdConsentsClientResponse parses an HTTP response from a DeleteRealmUsersIdConsentsClientWithResponse call

func (DeleteRealmUsersIdConsentsClientResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdConsentsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdCredentialsCredentialIdResponse

type DeleteRealmUsersIdCredentialsCredentialIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdCredentialsCredentialIdResponse

func ParseDeleteRealmUsersIdCredentialsCredentialIdResponse(rsp *http.Response) (*DeleteRealmUsersIdCredentialsCredentialIdResponse, error)

ParseDeleteRealmUsersIdCredentialsCredentialIdResponse parses an HTTP response from a DeleteRealmUsersIdCredentialsCredentialIdWithResponse call

func (DeleteRealmUsersIdCredentialsCredentialIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdCredentialsCredentialIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdFederatedIdentityProviderResponse

type DeleteRealmUsersIdFederatedIdentityProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdFederatedIdentityProviderResponse

func ParseDeleteRealmUsersIdFederatedIdentityProviderResponse(rsp *http.Response) (*DeleteRealmUsersIdFederatedIdentityProviderResponse, error)

ParseDeleteRealmUsersIdFederatedIdentityProviderResponse parses an HTTP response from a DeleteRealmUsersIdFederatedIdentityProviderWithResponse call

func (DeleteRealmUsersIdFederatedIdentityProviderResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdFederatedIdentityProviderResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdGroupsGroupIdResponse

type DeleteRealmUsersIdGroupsGroupIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdGroupsGroupIdResponse

func ParseDeleteRealmUsersIdGroupsGroupIdResponse(rsp *http.Response) (*DeleteRealmUsersIdGroupsGroupIdResponse, error)

ParseDeleteRealmUsersIdGroupsGroupIdResponse parses an HTTP response from a DeleteRealmUsersIdGroupsGroupIdWithResponse call

func (DeleteRealmUsersIdGroupsGroupIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdGroupsGroupIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdResponse

type DeleteRealmUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdResponse

func ParseDeleteRealmUsersIdResponse(rsp *http.Response) (*DeleteRealmUsersIdResponse, error)

ParseDeleteRealmUsersIdResponse parses an HTTP response from a DeleteRealmUsersIdWithResponse call

func (DeleteRealmUsersIdResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdResponse) StatusCode

func (r DeleteRealmUsersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdRoleMappingsClientsClientJSONBody

type DeleteRealmUsersIdRoleMappingsClientsClientJSONBody = []RoleRepresentation

DeleteRealmUsersIdRoleMappingsClientsClientJSONBody defines parameters for DeleteRealmUsersIdRoleMappingsClientsClient.

type DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody

type DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody = DeleteRealmUsersIdRoleMappingsClientsClientJSONBody

DeleteRealmUsersIdRoleMappingsClientsClientJSONRequestBody defines body for DeleteRealmUsersIdRoleMappingsClientsClient for application/json ContentType.

type DeleteRealmUsersIdRoleMappingsClientsClientResponse

type DeleteRealmUsersIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdRoleMappingsClientsClientResponse

func ParseDeleteRealmUsersIdRoleMappingsClientsClientResponse(rsp *http.Response) (*DeleteRealmUsersIdRoleMappingsClientsClientResponse, error)

ParseDeleteRealmUsersIdRoleMappingsClientsClientResponse parses an HTTP response from a DeleteRealmUsersIdRoleMappingsClientsClientWithResponse call

func (DeleteRealmUsersIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type DeleteRealmUsersIdRoleMappingsRealmJSONBody

type DeleteRealmUsersIdRoleMappingsRealmJSONBody = []RoleRepresentation

DeleteRealmUsersIdRoleMappingsRealmJSONBody defines parameters for DeleteRealmUsersIdRoleMappingsRealm.

type DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody

type DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody = DeleteRealmUsersIdRoleMappingsRealmJSONBody

DeleteRealmUsersIdRoleMappingsRealmJSONRequestBody defines body for DeleteRealmUsersIdRoleMappingsRealm for application/json ContentType.

type DeleteRealmUsersIdRoleMappingsRealmResponse

type DeleteRealmUsersIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseDeleteRealmUsersIdRoleMappingsRealmResponse

func ParseDeleteRealmUsersIdRoleMappingsRealmResponse(rsp *http.Response) (*DeleteRealmUsersIdRoleMappingsRealmResponse, error)

ParseDeleteRealmUsersIdRoleMappingsRealmResponse parses an HTTP response from a DeleteRealmUsersIdRoleMappingsRealmWithResponse call

func (DeleteRealmUsersIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (DeleteRealmUsersIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type FederatedIdentityRepresentation

type FederatedIdentityRepresentation struct {
	IdentityProvider *string `json:"identityProvider,omitempty"`
	UserId           *string `json:"userId,omitempty"`
	UserName         *string `json:"userName,omitempty"`
}

FederatedIdentityRepresentation defines model for FederatedIdentityRepresentation.

type GetRealmAdminEventsParams

type GetRealmAdminEventsParams struct {
	AuthClient    *string `form:"authClient,omitempty" json:"authClient,omitempty"`
	AuthIpAddress *string `form:"authIpAddress,omitempty" json:"authIpAddress,omitempty"`
	AuthRealm     *string `form:"authRealm,omitempty" json:"authRealm,omitempty"`

	// AuthUser user id
	AuthUser *string `form:"authUser,omitempty" json:"authUser,omitempty"`
	DateFrom *string `form:"dateFrom,omitempty" json:"dateFrom,omitempty"`
	DateTo   *string `form:"dateTo,omitempty" json:"dateTo,omitempty"`
	First    *int32  `form:"first,omitempty" json:"first,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max            *int32    `form:"max,omitempty" json:"max,omitempty"`
	OperationTypes *[]string `form:"operationTypes,omitempty" json:"operationTypes,omitempty"`
	ResourcePath   *string   `form:"resourcePath,omitempty" json:"resourcePath,omitempty"`
	ResourceTypes  *[]string `form:"resourceTypes,omitempty" json:"resourceTypes,omitempty"`
}

GetRealmAdminEventsParams defines parameters for GetRealmAdminEvents.

type GetRealmAdminEventsResponse

type GetRealmAdminEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAdminEventsResponse

func ParseGetRealmAdminEventsResponse(rsp *http.Response) (*GetRealmAdminEventsResponse, error)

ParseGetRealmAdminEventsResponse parses an HTTP response from a GetRealmAdminEventsWithResponse call

func (GetRealmAdminEventsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAdminEventsResponse) StatusCode

func (r GetRealmAdminEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmAttackDetectionBruteForceUsersUserIdResponse

type GetRealmAttackDetectionBruteForceUsersUserIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmAttackDetectionBruteForceUsersUserIdResponse

func ParseGetRealmAttackDetectionBruteForceUsersUserIdResponse(rsp *http.Response) (*GetRealmAttackDetectionBruteForceUsersUserIdResponse, error)

ParseGetRealmAttackDetectionBruteForceUsersUserIdResponse parses an HTTP response from a GetRealmAttackDetectionBruteForceUsersUserIdWithResponse call

func (GetRealmAttackDetectionBruteForceUsersUserIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAttackDetectionBruteForceUsersUserIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationAuthenticatorProvidersResponse

type GetRealmAuthenticationAuthenticatorProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationAuthenticatorProvidersResponse

func ParseGetRealmAuthenticationAuthenticatorProvidersResponse(rsp *http.Response) (*GetRealmAuthenticationAuthenticatorProvidersResponse, error)

ParseGetRealmAuthenticationAuthenticatorProvidersResponse parses an HTTP response from a GetRealmAuthenticationAuthenticatorProvidersWithResponse call

func (GetRealmAuthenticationAuthenticatorProvidersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationAuthenticatorProvidersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationClientAuthenticatorProvidersResponse

type GetRealmAuthenticationClientAuthenticatorProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationClientAuthenticatorProvidersResponse

func ParseGetRealmAuthenticationClientAuthenticatorProvidersResponse(rsp *http.Response) (*GetRealmAuthenticationClientAuthenticatorProvidersResponse, error)

ParseGetRealmAuthenticationClientAuthenticatorProvidersResponse parses an HTTP response from a GetRealmAuthenticationClientAuthenticatorProvidersWithResponse call

func (GetRealmAuthenticationClientAuthenticatorProvidersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationClientAuthenticatorProvidersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationConfigDescriptionProviderIdResponse

type GetRealmAuthenticationConfigDescriptionProviderIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *AuthenticatorConfigInfoRepresentation
}

func ParseGetRealmAuthenticationConfigDescriptionProviderIdResponse

func ParseGetRealmAuthenticationConfigDescriptionProviderIdResponse(rsp *http.Response) (*GetRealmAuthenticationConfigDescriptionProviderIdResponse, error)

ParseGetRealmAuthenticationConfigDescriptionProviderIdResponse parses an HTTP response from a GetRealmAuthenticationConfigDescriptionProviderIdWithResponse call

func (GetRealmAuthenticationConfigDescriptionProviderIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationConfigDescriptionProviderIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationConfigIdResponse

type GetRealmAuthenticationConfigIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *AuthenticatorConfigRepresentation
}

func ParseGetRealmAuthenticationConfigIdResponse

func ParseGetRealmAuthenticationConfigIdResponse(rsp *http.Response) (*GetRealmAuthenticationConfigIdResponse, error)

ParseGetRealmAuthenticationConfigIdResponse parses an HTTP response from a GetRealmAuthenticationConfigIdWithResponse call

func (GetRealmAuthenticationConfigIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationConfigIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationExecutionsExecutionIdResponse

type GetRealmAuthenticationExecutionsExecutionIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmAuthenticationExecutionsExecutionIdResponse

func ParseGetRealmAuthenticationExecutionsExecutionIdResponse(rsp *http.Response) (*GetRealmAuthenticationExecutionsExecutionIdResponse, error)

ParseGetRealmAuthenticationExecutionsExecutionIdResponse parses an HTTP response from a GetRealmAuthenticationExecutionsExecutionIdWithResponse call

func (GetRealmAuthenticationExecutionsExecutionIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationExecutionsExecutionIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationFlowsFlowAliasExecutionsResponse

type GetRealmAuthenticationFlowsFlowAliasExecutionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmAuthenticationFlowsFlowAliasExecutionsResponse

func ParseGetRealmAuthenticationFlowsFlowAliasExecutionsResponse(rsp *http.Response) (*GetRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

ParseGetRealmAuthenticationFlowsFlowAliasExecutionsResponse parses an HTTP response from a GetRealmAuthenticationFlowsFlowAliasExecutionsWithResponse call

func (GetRealmAuthenticationFlowsFlowAliasExecutionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationFlowsFlowAliasExecutionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationFlowsIdResponse

type GetRealmAuthenticationFlowsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *AuthenticationFlowRepresentation
}

func ParseGetRealmAuthenticationFlowsIdResponse

func ParseGetRealmAuthenticationFlowsIdResponse(rsp *http.Response) (*GetRealmAuthenticationFlowsIdResponse, error)

ParseGetRealmAuthenticationFlowsIdResponse parses an HTTP response from a GetRealmAuthenticationFlowsIdWithResponse call

func (GetRealmAuthenticationFlowsIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationFlowsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationFlowsResponse

type GetRealmAuthenticationFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationFlowsResponse

func ParseGetRealmAuthenticationFlowsResponse(rsp *http.Response) (*GetRealmAuthenticationFlowsResponse, error)

ParseGetRealmAuthenticationFlowsResponse parses an HTTP response from a GetRealmAuthenticationFlowsWithResponse call

func (GetRealmAuthenticationFlowsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationFlowsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationFormActionProvidersResponse

type GetRealmAuthenticationFormActionProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationFormActionProvidersResponse

func ParseGetRealmAuthenticationFormActionProvidersResponse(rsp *http.Response) (*GetRealmAuthenticationFormActionProvidersResponse, error)

ParseGetRealmAuthenticationFormActionProvidersResponse parses an HTTP response from a GetRealmAuthenticationFormActionProvidersWithResponse call

func (GetRealmAuthenticationFormActionProvidersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationFormActionProvidersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationFormProvidersResponse

type GetRealmAuthenticationFormProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationFormProvidersResponse

func ParseGetRealmAuthenticationFormProvidersResponse(rsp *http.Response) (*GetRealmAuthenticationFormProvidersResponse, error)

ParseGetRealmAuthenticationFormProvidersResponse parses an HTTP response from a GetRealmAuthenticationFormProvidersWithResponse call

func (GetRealmAuthenticationFormProvidersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationFormProvidersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationPerClientConfigDescriptionResponse

type GetRealmAuthenticationPerClientConfigDescriptionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmAuthenticationPerClientConfigDescriptionResponse

func ParseGetRealmAuthenticationPerClientConfigDescriptionResponse(rsp *http.Response) (*GetRealmAuthenticationPerClientConfigDescriptionResponse, error)

ParseGetRealmAuthenticationPerClientConfigDescriptionResponse parses an HTTP response from a GetRealmAuthenticationPerClientConfigDescriptionWithResponse call

func (GetRealmAuthenticationPerClientConfigDescriptionResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationPerClientConfigDescriptionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationRequiredActionsAliasResponse

type GetRealmAuthenticationRequiredActionsAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RequiredActionProviderRepresentation
}

func ParseGetRealmAuthenticationRequiredActionsAliasResponse

func ParseGetRealmAuthenticationRequiredActionsAliasResponse(rsp *http.Response) (*GetRealmAuthenticationRequiredActionsAliasResponse, error)

ParseGetRealmAuthenticationRequiredActionsAliasResponse parses an HTTP response from a GetRealmAuthenticationRequiredActionsAliasWithResponse call

func (GetRealmAuthenticationRequiredActionsAliasResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationRequiredActionsAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationRequiredActionsResponse

type GetRealmAuthenticationRequiredActionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationRequiredActionsResponse

func ParseGetRealmAuthenticationRequiredActionsResponse(rsp *http.Response) (*GetRealmAuthenticationRequiredActionsResponse, error)

ParseGetRealmAuthenticationRequiredActionsResponse parses an HTTP response from a GetRealmAuthenticationRequiredActionsWithResponse call

func (GetRealmAuthenticationRequiredActionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationRequiredActionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmAuthenticationUnregisteredRequiredActionsResponse

type GetRealmAuthenticationUnregisteredRequiredActionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmAuthenticationUnregisteredRequiredActionsResponse

func ParseGetRealmAuthenticationUnregisteredRequiredActionsResponse(rsp *http.Response) (*GetRealmAuthenticationUnregisteredRequiredActionsResponse, error)

ParseGetRealmAuthenticationUnregisteredRequiredActionsResponse parses an HTTP response from a GetRealmAuthenticationUnregisteredRequiredActionsWithResponse call

func (GetRealmAuthenticationUnregisteredRequiredActionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmAuthenticationUnregisteredRequiredActionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientPoliciesPoliciesResponse

type GetRealmClientPoliciesPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientPoliciesRepresentation
}

func ParseGetRealmClientPoliciesPoliciesResponse

func ParseGetRealmClientPoliciesPoliciesResponse(rsp *http.Response) (*GetRealmClientPoliciesPoliciesResponse, error)

ParseGetRealmClientPoliciesPoliciesResponse parses an HTTP response from a GetRealmClientPoliciesPoliciesWithResponse call

func (GetRealmClientPoliciesPoliciesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientPoliciesPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientPoliciesProfilesParams

type GetRealmClientPoliciesProfilesParams struct {
	IncludeGlobalProfiles *bool `form:"include-global-profiles,omitempty" json:"include-global-profiles,omitempty"`
}

GetRealmClientPoliciesProfilesParams defines parameters for GetRealmClientPoliciesProfiles.

type GetRealmClientPoliciesProfilesResponse

type GetRealmClientPoliciesProfilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientProfilesRepresentation
}

func ParseGetRealmClientPoliciesProfilesResponse

func ParseGetRealmClientPoliciesProfilesResponse(rsp *http.Response) (*GetRealmClientPoliciesProfilesResponse, error)

ParseGetRealmClientPoliciesProfilesResponse parses an HTTP response from a GetRealmClientPoliciesProfilesWithResponse call

func (GetRealmClientPoliciesProfilesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientPoliciesProfilesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientRegistrationPolicyProvidersResponse

type GetRealmClientRegistrationPolicyProvidersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientRegistrationPolicyProvidersResponse

func ParseGetRealmClientRegistrationPolicyProvidersResponse(rsp *http.Response) (*GetRealmClientRegistrationPolicyProvidersResponse, error)

ParseGetRealmClientRegistrationPolicyProvidersResponse parses an HTTP response from a GetRealmClientRegistrationPolicyProvidersWithResponse call

func (GetRealmClientRegistrationPolicyProvidersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientRegistrationPolicyProvidersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesId1ProtocolMappersModelsId2Response

type GetRealmClientScopesId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ProtocolMapperRepresentation
}

func ParseGetRealmClientScopesId1ProtocolMappersModelsId2Response

func ParseGetRealmClientScopesId1ProtocolMappersModelsId2Response(rsp *http.Response) (*GetRealmClientScopesId1ProtocolMappersModelsId2Response, error)

ParseGetRealmClientScopesId1ProtocolMappersModelsId2Response parses an HTTP response from a GetRealmClientScopesId1ProtocolMappersModelsId2WithResponse call

func (GetRealmClientScopesId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdProtocolMappersModelsResponse

type GetRealmClientScopesIdProtocolMappersModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdProtocolMappersModelsResponse

func ParseGetRealmClientScopesIdProtocolMappersModelsResponse(rsp *http.Response) (*GetRealmClientScopesIdProtocolMappersModelsResponse, error)

ParseGetRealmClientScopesIdProtocolMappersModelsResponse parses an HTTP response from a GetRealmClientScopesIdProtocolMappersModelsWithResponse call

func (GetRealmClientScopesIdProtocolMappersModelsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdProtocolMappersModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse

type GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdProtocolMappersProtocolProtocolResponse

func ParseGetRealmClientScopesIdProtocolMappersProtocolProtocolResponse(rsp *http.Response) (*GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse, error)

ParseGetRealmClientScopesIdProtocolMappersProtocolProtocolResponse parses an HTTP response from a GetRealmClientScopesIdProtocolMappersProtocolProtocolWithResponse call

func (GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdProtocolMappersProtocolProtocolResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdResponse

type GetRealmClientScopesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientScopeRepresentation
}

func ParseGetRealmClientScopesIdResponse

func ParseGetRealmClientScopesIdResponse(rsp *http.Response) (*GetRealmClientScopesIdResponse, error)

ParseGetRealmClientScopesIdResponse parses an HTTP response from a GetRealmClientScopesIdWithResponse call

func (GetRealmClientScopesIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdResponse) StatusCode

func (r GetRealmClientScopesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse

type GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse

func ParseGetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse, error)

ParseGetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsClientsClientAvailableWithResponse call

func (GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsClientsClientAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams

type GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmClientScopesIdScopeMappingsClientsClientCompositeParams defines parameters for GetRealmClientScopesIdScopeMappingsClientsClientComposite.

type GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse

type GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse

func ParseGetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse, error)

ParseGetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsClientsClientCompositeWithResponse call

func (GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsClientsClientCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsClientsClientResponse

type GetRealmClientScopesIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsClientsClientResponse

func ParseGetRealmClientScopesIdScopeMappingsClientsClientResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsClientsClientResponse, error)

ParseGetRealmClientScopesIdScopeMappingsClientsClientResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsClientsClientWithResponse call

func (GetRealmClientScopesIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsRealmAvailableResponse

type GetRealmClientScopesIdScopeMappingsRealmAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsRealmAvailableResponse

func ParseGetRealmClientScopesIdScopeMappingsRealmAvailableResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsRealmAvailableResponse, error)

ParseGetRealmClientScopesIdScopeMappingsRealmAvailableResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsRealmAvailableWithResponse call

func (GetRealmClientScopesIdScopeMappingsRealmAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsRealmAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsRealmCompositeParams

type GetRealmClientScopesIdScopeMappingsRealmCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmClientScopesIdScopeMappingsRealmCompositeParams defines parameters for GetRealmClientScopesIdScopeMappingsRealmComposite.

type GetRealmClientScopesIdScopeMappingsRealmCompositeResponse

type GetRealmClientScopesIdScopeMappingsRealmCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsRealmCompositeResponse

func ParseGetRealmClientScopesIdScopeMappingsRealmCompositeResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsRealmCompositeResponse, error)

ParseGetRealmClientScopesIdScopeMappingsRealmCompositeResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsRealmCompositeWithResponse call

func (GetRealmClientScopesIdScopeMappingsRealmCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsRealmCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesIdScopeMappingsRealmResponse

type GetRealmClientScopesIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesIdScopeMappingsRealmResponse

func ParseGetRealmClientScopesIdScopeMappingsRealmResponse(rsp *http.Response) (*GetRealmClientScopesIdScopeMappingsRealmResponse, error)

ParseGetRealmClientScopesIdScopeMappingsRealmResponse parses an HTTP response from a GetRealmClientScopesIdScopeMappingsRealmWithResponse call

func (GetRealmClientScopesIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientScopesResponse

type GetRealmClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientScopesResponse

func ParseGetRealmClientScopesResponse(rsp *http.Response) (*GetRealmClientScopesResponse, error)

ParseGetRealmClientScopesResponse parses an HTTP response from a GetRealmClientScopesWithResponse call

func (GetRealmClientScopesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientScopesResponse) StatusCode

func (r GetRealmClientScopesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientSessionStatsResponse

type GetRealmClientSessionStatsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientSessionStatsResponse

func ParseGetRealmClientSessionStatsResponse(rsp *http.Response) (*GetRealmClientSessionStatsResponse, error)

ParseGetRealmClientSessionStatsResponse parses an HTTP response from a GetRealmClientSessionStatsWithResponse call

func (GetRealmClientSessionStatsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientSessionStatsResponse) StatusCode

func (r GetRealmClientSessionStatsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsId1ProtocolMappersModelsId2Response

type GetRealmClientsId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ProtocolMapperRepresentation
}

func ParseGetRealmClientsId1ProtocolMappersModelsId2Response

func ParseGetRealmClientsId1ProtocolMappersModelsId2Response(rsp *http.Response) (*GetRealmClientsId1ProtocolMappersModelsId2Response, error)

ParseGetRealmClientsId1ProtocolMappersModelsId2Response parses an HTTP response from a GetRealmClientsId1ProtocolMappersModelsId2WithResponse call

func (GetRealmClientsId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (GetRealmClientsId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdCertificatesAttrResponse

type GetRealmClientsIdCertificatesAttrResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CertificateRepresentation
}

func ParseGetRealmClientsIdCertificatesAttrResponse

func ParseGetRealmClientsIdCertificatesAttrResponse(rsp *http.Response) (*GetRealmClientsIdCertificatesAttrResponse, error)

ParseGetRealmClientsIdCertificatesAttrResponse parses an HTTP response from a GetRealmClientsIdCertificatesAttrWithResponse call

func (GetRealmClientsIdCertificatesAttrResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdCertificatesAttrResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdClientSecretResponse

type GetRealmClientsIdClientSecretResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CredentialRepresentation
}

func ParseGetRealmClientsIdClientSecretResponse

func ParseGetRealmClientsIdClientSecretResponse(rsp *http.Response) (*GetRealmClientsIdClientSecretResponse, error)

ParseGetRealmClientsIdClientSecretResponse parses an HTTP response from a GetRealmClientsIdClientSecretWithResponse call

func (GetRealmClientsIdClientSecretResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdClientSecretResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdClientSecretRotatedResponse

type GetRealmClientsIdClientSecretRotatedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CredentialRepresentation
}

func ParseGetRealmClientsIdClientSecretRotatedResponse

func ParseGetRealmClientsIdClientSecretRotatedResponse(rsp *http.Response) (*GetRealmClientsIdClientSecretRotatedResponse, error)

ParseGetRealmClientsIdClientSecretRotatedResponse parses an HTTP response from a GetRealmClientsIdClientSecretRotatedWithResponse call

func (GetRealmClientsIdClientSecretRotatedResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdClientSecretRotatedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdDefaultClientScopesResponse

type GetRealmClientsIdDefaultClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdDefaultClientScopesResponse

func ParseGetRealmClientsIdDefaultClientScopesResponse(rsp *http.Response) (*GetRealmClientsIdDefaultClientScopesResponse, error)

ParseGetRealmClientsIdDefaultClientScopesResponse parses an HTTP response from a GetRealmClientsIdDefaultClientScopesWithResponse call

func (GetRealmClientsIdDefaultClientScopesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdDefaultClientScopesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams

type GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams struct {
	Scope  *string `form:"scope,omitempty" json:"scope,omitempty"`
	UserId *string `form:"userId,omitempty" json:"userId,omitempty"`
}

GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenParams defines parameters for GetRealmClientsIdEvaluateScopesGenerateExampleAccessToken.

type GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse

type GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *AccessToken
}

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse, error)

ParseGetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenWithResponse call

func (GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesGenerateExampleAccessTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams

type GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams struct {
	Scope  *string `form:"scope,omitempty" json:"scope,omitempty"`
	UserId *string `form:"userId,omitempty" json:"userId,omitempty"`
}

GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenParams defines parameters for GetRealmClientsIdEvaluateScopesGenerateExampleIdToken.

type GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse

type GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *IDToken
}

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse, error)

ParseGetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenWithResponse call

func (GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesGenerateExampleIdTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams

type GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams struct {
	Scope  *string `form:"scope,omitempty" json:"scope,omitempty"`
	UserId *string `form:"userId,omitempty" json:"userId,omitempty"`
}

GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoParams defines parameters for GetRealmClientsIdEvaluateScopesGenerateExampleUserinfo.

type GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse

type GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse

func ParseGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse, error)

ParseGetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoWithResponse call

func (GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesGenerateExampleUserinfoResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesProtocolMappersParams

type GetRealmClientsIdEvaluateScopesProtocolMappersParams struct {
	Scope *string `form:"scope,omitempty" json:"scope,omitempty"`
}

GetRealmClientsIdEvaluateScopesProtocolMappersParams defines parameters for GetRealmClientsIdEvaluateScopesProtocolMappers.

type GetRealmClientsIdEvaluateScopesProtocolMappersResponse

type GetRealmClientsIdEvaluateScopesProtocolMappersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdEvaluateScopesProtocolMappersResponse

func ParseGetRealmClientsIdEvaluateScopesProtocolMappersResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesProtocolMappersResponse, error)

ParseGetRealmClientsIdEvaluateScopesProtocolMappersResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesProtocolMappersWithResponse call

func (GetRealmClientsIdEvaluateScopesProtocolMappersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesProtocolMappersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams struct {
	Scope *string `form:"scope,omitempty" json:"scope,omitempty"`
}

GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedParams defines parameters for GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGranted.

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse

func ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse, error)

ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedWithResponse call

func (GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdGrantedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams struct {
	Scope *string `form:"scope,omitempty" json:"scope,omitempty"`
}

GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedParams defines parameters for GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGranted.

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse

type GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse

func ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse(rsp *http.Response) (*GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse, error)

ParseGetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse parses an HTTP response from a GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedWithResponse call

func (GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdEvaluateScopesScopeMappingsRoleContainerIdNotGrantedResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdInstallationProvidersProviderIdResponse

type GetRealmClientsIdInstallationProvidersProviderIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmClientsIdInstallationProvidersProviderIdResponse

func ParseGetRealmClientsIdInstallationProvidersProviderIdResponse(rsp *http.Response) (*GetRealmClientsIdInstallationProvidersProviderIdResponse, error)

ParseGetRealmClientsIdInstallationProvidersProviderIdResponse parses an HTTP response from a GetRealmClientsIdInstallationProvidersProviderIdWithResponse call

func (GetRealmClientsIdInstallationProvidersProviderIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdInstallationProvidersProviderIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdManagementPermissionsResponse

type GetRealmClientsIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmClientsIdManagementPermissionsResponse

func ParseGetRealmClientsIdManagementPermissionsResponse(rsp *http.Response) (*GetRealmClientsIdManagementPermissionsResponse, error)

ParseGetRealmClientsIdManagementPermissionsResponse parses an HTTP response from a GetRealmClientsIdManagementPermissionsWithResponse call

func (GetRealmClientsIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdOfflineSessionCountResponse

type GetRealmClientsIdOfflineSessionCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmClientsIdOfflineSessionCountResponse

func ParseGetRealmClientsIdOfflineSessionCountResponse(rsp *http.Response) (*GetRealmClientsIdOfflineSessionCountResponse, error)

ParseGetRealmClientsIdOfflineSessionCountResponse parses an HTTP response from a GetRealmClientsIdOfflineSessionCountWithResponse call

func (GetRealmClientsIdOfflineSessionCountResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdOfflineSessionCountResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdOfflineSessionsParams

type GetRealmClientsIdOfflineSessionsParams struct {
	// First Paging offset
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmClientsIdOfflineSessionsParams defines parameters for GetRealmClientsIdOfflineSessions.

type GetRealmClientsIdOfflineSessionsResponse

type GetRealmClientsIdOfflineSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdOfflineSessionsResponse

func ParseGetRealmClientsIdOfflineSessionsResponse(rsp *http.Response) (*GetRealmClientsIdOfflineSessionsResponse, error)

ParseGetRealmClientsIdOfflineSessionsResponse parses an HTTP response from a GetRealmClientsIdOfflineSessionsWithResponse call

func (GetRealmClientsIdOfflineSessionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdOfflineSessionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdOptionalClientScopesResponse

type GetRealmClientsIdOptionalClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdOptionalClientScopesResponse

func ParseGetRealmClientsIdOptionalClientScopesResponse(rsp *http.Response) (*GetRealmClientsIdOptionalClientScopesResponse, error)

ParseGetRealmClientsIdOptionalClientScopesResponse parses an HTTP response from a GetRealmClientsIdOptionalClientScopesWithResponse call

func (GetRealmClientsIdOptionalClientScopesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdOptionalClientScopesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdProtocolMappersModelsResponse

type GetRealmClientsIdProtocolMappersModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdProtocolMappersModelsResponse

func ParseGetRealmClientsIdProtocolMappersModelsResponse(rsp *http.Response) (*GetRealmClientsIdProtocolMappersModelsResponse, error)

ParseGetRealmClientsIdProtocolMappersModelsResponse parses an HTTP response from a GetRealmClientsIdProtocolMappersModelsWithResponse call

func (GetRealmClientsIdProtocolMappersModelsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdProtocolMappersModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdProtocolMappersProtocolProtocolResponse

type GetRealmClientsIdProtocolMappersProtocolProtocolResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdProtocolMappersProtocolProtocolResponse

func ParseGetRealmClientsIdProtocolMappersProtocolProtocolResponse(rsp *http.Response) (*GetRealmClientsIdProtocolMappersProtocolProtocolResponse, error)

ParseGetRealmClientsIdProtocolMappersProtocolProtocolResponse parses an HTTP response from a GetRealmClientsIdProtocolMappersProtocolProtocolWithResponse call

func (GetRealmClientsIdProtocolMappersProtocolProtocolResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdProtocolMappersProtocolProtocolResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdResponse

type GetRealmClientsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientRepresentation
}

func ParseGetRealmClientsIdResponse

func ParseGetRealmClientsIdResponse(rsp *http.Response) (*GetRealmClientsIdResponse, error)

ParseGetRealmClientsIdResponse parses an HTTP response from a GetRealmClientsIdWithResponse call

func (GetRealmClientsIdResponse) Status

func (r GetRealmClientsIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmClientsIdResponse) StatusCode

func (r GetRealmClientsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesParams

type GetRealmClientsIdRolesParams struct {
	BriefRepresentation *bool   `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
	First               *int32  `form:"first,omitempty" json:"first,omitempty"`
	Max                 *int32  `form:"max,omitempty" json:"max,omitempty"`
	Search              *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmClientsIdRolesParams defines parameters for GetRealmClientsIdRoles.

type GetRealmClientsIdRolesResponse

type GetRealmClientsIdRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesResponse

func ParseGetRealmClientsIdRolesResponse(rsp *http.Response) (*GetRealmClientsIdRolesResponse, error)

ParseGetRealmClientsIdRolesResponse parses an HTTP response from a GetRealmClientsIdRolesWithResponse call

func (GetRealmClientsIdRolesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesResponse) StatusCode

func (r GetRealmClientsIdRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse

type GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse

func ParseGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse, error)

ParseGetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidWithResponse call

func (GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameCompositesClientsClientUuidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameCompositesRealmResponse

type GetRealmClientsIdRolesRoleNameCompositesRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesRoleNameCompositesRealmResponse

func ParseGetRealmClientsIdRolesRoleNameCompositesRealmResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameCompositesRealmResponse, error)

ParseGetRealmClientsIdRolesRoleNameCompositesRealmResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameCompositesRealmWithResponse call

func (GetRealmClientsIdRolesRoleNameCompositesRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameCompositesRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameCompositesResponse

type GetRealmClientsIdRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesRoleNameCompositesResponse

func ParseGetRealmClientsIdRolesRoleNameCompositesResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameCompositesResponse, error)

ParseGetRealmClientsIdRolesRoleNameCompositesResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameCompositesWithResponse call

func (GetRealmClientsIdRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameGroupsParams

type GetRealmClientsIdRolesRoleNameGroupsParams struct {
	// BriefRepresentation if false, return a full representation of the {@code GroupRepresentation} objects.
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`

	// First first result to return. Ignored if negative or {@code null}.
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max maximum number of results to return. Ignored if negative or {@code null}.
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmClientsIdRolesRoleNameGroupsParams defines parameters for GetRealmClientsIdRolesRoleNameGroups.

type GetRealmClientsIdRolesRoleNameGroupsResponse

type GetRealmClientsIdRolesRoleNameGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesRoleNameGroupsResponse

func ParseGetRealmClientsIdRolesRoleNameGroupsResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameGroupsResponse, error)

ParseGetRealmClientsIdRolesRoleNameGroupsResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameGroupsWithResponse call

func (GetRealmClientsIdRolesRoleNameGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameManagementPermissionsResponse

type GetRealmClientsIdRolesRoleNameManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmClientsIdRolesRoleNameManagementPermissionsResponse

func ParseGetRealmClientsIdRolesRoleNameManagementPermissionsResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

ParseGetRealmClientsIdRolesRoleNameManagementPermissionsResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameManagementPermissionsWithResponse call

func (GetRealmClientsIdRolesRoleNameManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameResponse

type GetRealmClientsIdRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RoleRepresentation
}

func ParseGetRealmClientsIdRolesRoleNameResponse

func ParseGetRealmClientsIdRolesRoleNameResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameResponse, error)

ParseGetRealmClientsIdRolesRoleNameResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameWithResponse call

func (GetRealmClientsIdRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdRolesRoleNameUsersParams

type GetRealmClientsIdRolesRoleNameUsersParams struct {
	// First first result to return. Ignored if negative or {@code null}.
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max maximum number of results to return. Ignored if negative or {@code null}.
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmClientsIdRolesRoleNameUsersParams defines parameters for GetRealmClientsIdRolesRoleNameUsers.

type GetRealmClientsIdRolesRoleNameUsersResponse

type GetRealmClientsIdRolesRoleNameUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdRolesRoleNameUsersResponse

func ParseGetRealmClientsIdRolesRoleNameUsersResponse(rsp *http.Response) (*GetRealmClientsIdRolesRoleNameUsersResponse, error)

ParseGetRealmClientsIdRolesRoleNameUsersResponse parses an HTTP response from a GetRealmClientsIdRolesRoleNameUsersWithResponse call

func (GetRealmClientsIdRolesRoleNameUsersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdRolesRoleNameUsersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsClientsClientAvailableResponse

type GetRealmClientsIdScopeMappingsClientsClientAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsClientsClientAvailableResponse

func ParseGetRealmClientsIdScopeMappingsClientsClientAvailableResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsClientsClientAvailableResponse, error)

ParseGetRealmClientsIdScopeMappingsClientsClientAvailableResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsClientsClientAvailableWithResponse call

func (GetRealmClientsIdScopeMappingsClientsClientAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsClientsClientAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsClientsClientCompositeParams

type GetRealmClientsIdScopeMappingsClientsClientCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmClientsIdScopeMappingsClientsClientCompositeParams defines parameters for GetRealmClientsIdScopeMappingsClientsClientComposite.

type GetRealmClientsIdScopeMappingsClientsClientCompositeResponse

type GetRealmClientsIdScopeMappingsClientsClientCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsClientsClientCompositeResponse

func ParseGetRealmClientsIdScopeMappingsClientsClientCompositeResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsClientsClientCompositeResponse, error)

ParseGetRealmClientsIdScopeMappingsClientsClientCompositeResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsClientsClientCompositeWithResponse call

func (GetRealmClientsIdScopeMappingsClientsClientCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsClientsClientCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsClientsClientResponse

type GetRealmClientsIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsClientsClientResponse

func ParseGetRealmClientsIdScopeMappingsClientsClientResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsClientsClientResponse, error)

ParseGetRealmClientsIdScopeMappingsClientsClientResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsClientsClientWithResponse call

func (GetRealmClientsIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsRealmAvailableResponse

type GetRealmClientsIdScopeMappingsRealmAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsRealmAvailableResponse

func ParseGetRealmClientsIdScopeMappingsRealmAvailableResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsRealmAvailableResponse, error)

ParseGetRealmClientsIdScopeMappingsRealmAvailableResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsRealmAvailableWithResponse call

func (GetRealmClientsIdScopeMappingsRealmAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsRealmAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsRealmCompositeParams

type GetRealmClientsIdScopeMappingsRealmCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmClientsIdScopeMappingsRealmCompositeParams defines parameters for GetRealmClientsIdScopeMappingsRealmComposite.

type GetRealmClientsIdScopeMappingsRealmCompositeResponse

type GetRealmClientsIdScopeMappingsRealmCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsRealmCompositeResponse

func ParseGetRealmClientsIdScopeMappingsRealmCompositeResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsRealmCompositeResponse, error)

ParseGetRealmClientsIdScopeMappingsRealmCompositeResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsRealmCompositeWithResponse call

func (GetRealmClientsIdScopeMappingsRealmCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsRealmCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdScopeMappingsRealmResponse

type GetRealmClientsIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdScopeMappingsRealmResponse

func ParseGetRealmClientsIdScopeMappingsRealmResponse(rsp *http.Response) (*GetRealmClientsIdScopeMappingsRealmResponse, error)

ParseGetRealmClientsIdScopeMappingsRealmResponse parses an HTTP response from a GetRealmClientsIdScopeMappingsRealmWithResponse call

func (GetRealmClientsIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdServiceAccountUserResponse

type GetRealmClientsIdServiceAccountUserResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *UserRepresentation
}

func ParseGetRealmClientsIdServiceAccountUserResponse

func ParseGetRealmClientsIdServiceAccountUserResponse(rsp *http.Response) (*GetRealmClientsIdServiceAccountUserResponse, error)

ParseGetRealmClientsIdServiceAccountUserResponse parses an HTTP response from a GetRealmClientsIdServiceAccountUserWithResponse call

func (GetRealmClientsIdServiceAccountUserResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdServiceAccountUserResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdSessionCountResponse

type GetRealmClientsIdSessionCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmClientsIdSessionCountResponse

func ParseGetRealmClientsIdSessionCountResponse(rsp *http.Response) (*GetRealmClientsIdSessionCountResponse, error)

ParseGetRealmClientsIdSessionCountResponse parses an HTTP response from a GetRealmClientsIdSessionCountWithResponse call

func (GetRealmClientsIdSessionCountResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdSessionCountResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdTestNodesAvailableResponse

type GetRealmClientsIdTestNodesAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *GlobalRequestResult
}

func ParseGetRealmClientsIdTestNodesAvailableResponse

func ParseGetRealmClientsIdTestNodesAvailableResponse(rsp *http.Response) (*GetRealmClientsIdTestNodesAvailableResponse, error)

ParseGetRealmClientsIdTestNodesAvailableResponse parses an HTTP response from a GetRealmClientsIdTestNodesAvailableWithResponse call

func (GetRealmClientsIdTestNodesAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdTestNodesAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsIdUserSessionsParams

type GetRealmClientsIdUserSessionsParams struct {
	// First Paging offset
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmClientsIdUserSessionsParams defines parameters for GetRealmClientsIdUserSessions.

type GetRealmClientsIdUserSessionsResponse

type GetRealmClientsIdUserSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsIdUserSessionsResponse

func ParseGetRealmClientsIdUserSessionsResponse(rsp *http.Response) (*GetRealmClientsIdUserSessionsResponse, error)

ParseGetRealmClientsIdUserSessionsResponse parses an HTTP response from a GetRealmClientsIdUserSessionsWithResponse call

func (GetRealmClientsIdUserSessionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsIdUserSessionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsInitialAccessResponse

type GetRealmClientsInitialAccessResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsInitialAccessResponse

func ParseGetRealmClientsInitialAccessResponse(rsp *http.Response) (*GetRealmClientsInitialAccessResponse, error)

ParseGetRealmClientsInitialAccessResponse parses an HTTP response from a GetRealmClientsInitialAccessWithResponse call

func (GetRealmClientsInitialAccessResponse) Status

Status returns HTTPResponse.Status

func (GetRealmClientsInitialAccessResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmClientsParams

type GetRealmClientsParams struct {
	// ClientId filter by clientId
	ClientId *string `form:"clientId,omitempty" json:"clientId,omitempty"`

	// First the first result
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max the max results to return
	Max *int32  `form:"max,omitempty" json:"max,omitempty"`
	Q   *string `form:"q,omitempty" json:"q,omitempty"`

	// Search whether this is a search query or a getClientById query
	Search *bool `form:"search,omitempty" json:"search,omitempty"`

	// ViewableOnly filter clients that cannot be viewed in full by admin
	ViewableOnly *bool `form:"viewableOnly,omitempty" json:"viewableOnly,omitempty"`
}

GetRealmClientsParams defines parameters for GetRealmClients.

type GetRealmClientsResponse

type GetRealmClientsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmClientsResponse

func ParseGetRealmClientsResponse(rsp *http.Response) (*GetRealmClientsResponse, error)

ParseGetRealmClientsResponse parses an HTTP response from a GetRealmClientsWithResponse call

func (GetRealmClientsResponse) Status

func (r GetRealmClientsResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmClientsResponse) StatusCode

func (r GetRealmClientsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmComponentsIdResponse

type GetRealmComponentsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ComponentRepresentation
}

func ParseGetRealmComponentsIdResponse

func ParseGetRealmComponentsIdResponse(rsp *http.Response) (*GetRealmComponentsIdResponse, error)

ParseGetRealmComponentsIdResponse parses an HTTP response from a GetRealmComponentsIdWithResponse call

func (GetRealmComponentsIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmComponentsIdResponse) StatusCode

func (r GetRealmComponentsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmComponentsIdSubComponentTypesParams

type GetRealmComponentsIdSubComponentTypesParams struct {
	Type *string `form:"type,omitempty" json:"type,omitempty"`
}

GetRealmComponentsIdSubComponentTypesParams defines parameters for GetRealmComponentsIdSubComponentTypes.

type GetRealmComponentsIdSubComponentTypesResponse

type GetRealmComponentsIdSubComponentTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmComponentsIdSubComponentTypesResponse

func ParseGetRealmComponentsIdSubComponentTypesResponse(rsp *http.Response) (*GetRealmComponentsIdSubComponentTypesResponse, error)

ParseGetRealmComponentsIdSubComponentTypesResponse parses an HTTP response from a GetRealmComponentsIdSubComponentTypesWithResponse call

func (GetRealmComponentsIdSubComponentTypesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmComponentsIdSubComponentTypesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmComponentsParams

type GetRealmComponentsParams struct {
	Name   *string `form:"name,omitempty" json:"name,omitempty"`
	Parent *string `form:"parent,omitempty" json:"parent,omitempty"`
	Type   *string `form:"type,omitempty" json:"type,omitempty"`
}

GetRealmComponentsParams defines parameters for GetRealmComponents.

type GetRealmComponentsResponse

type GetRealmComponentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmComponentsResponse

func ParseGetRealmComponentsResponse(rsp *http.Response) (*GetRealmComponentsResponse, error)

ParseGetRealmComponentsResponse parses an HTTP response from a GetRealmComponentsWithResponse call

func (GetRealmComponentsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmComponentsResponse) StatusCode

func (r GetRealmComponentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmCredentialRegistratorsResponse

type GetRealmCredentialRegistratorsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmCredentialRegistratorsResponse

func ParseGetRealmCredentialRegistratorsResponse(rsp *http.Response) (*GetRealmCredentialRegistratorsResponse, error)

ParseGetRealmCredentialRegistratorsResponse parses an HTTP response from a GetRealmCredentialRegistratorsWithResponse call

func (GetRealmCredentialRegistratorsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmCredentialRegistratorsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmDefaultDefaultClientScopesResponse

type GetRealmDefaultDefaultClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmDefaultDefaultClientScopesResponse

func ParseGetRealmDefaultDefaultClientScopesResponse(rsp *http.Response) (*GetRealmDefaultDefaultClientScopesResponse, error)

ParseGetRealmDefaultDefaultClientScopesResponse parses an HTTP response from a GetRealmDefaultDefaultClientScopesWithResponse call

func (GetRealmDefaultDefaultClientScopesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmDefaultDefaultClientScopesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmDefaultGroupsResponse

type GetRealmDefaultGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmDefaultGroupsResponse

func ParseGetRealmDefaultGroupsResponse(rsp *http.Response) (*GetRealmDefaultGroupsResponse, error)

ParseGetRealmDefaultGroupsResponse parses an HTTP response from a GetRealmDefaultGroupsWithResponse call

func (GetRealmDefaultGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmDefaultGroupsResponse) StatusCode

func (r GetRealmDefaultGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmDefaultOptionalClientScopesResponse

type GetRealmDefaultOptionalClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmDefaultOptionalClientScopesResponse

func ParseGetRealmDefaultOptionalClientScopesResponse(rsp *http.Response) (*GetRealmDefaultOptionalClientScopesResponse, error)

ParseGetRealmDefaultOptionalClientScopesResponse parses an HTTP response from a GetRealmDefaultOptionalClientScopesWithResponse call

func (GetRealmDefaultOptionalClientScopesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmDefaultOptionalClientScopesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmEventsConfigResponse

type GetRealmEventsConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RealmEventsConfigRepresentation
}

func ParseGetRealmEventsConfigResponse

func ParseGetRealmEventsConfigResponse(rsp *http.Response) (*GetRealmEventsConfigResponse, error)

ParseGetRealmEventsConfigResponse parses an HTTP response from a GetRealmEventsConfigWithResponse call

func (GetRealmEventsConfigResponse) Status

Status returns HTTPResponse.Status

func (GetRealmEventsConfigResponse) StatusCode

func (r GetRealmEventsConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmEventsParams

type GetRealmEventsParams struct {
	// Client App or oauth client name
	Client *string `form:"client,omitempty" json:"client,omitempty"`

	// DateFrom From date
	DateFrom *string `form:"dateFrom,omitempty" json:"dateFrom,omitempty"`

	// DateTo To date
	DateTo *string `form:"dateTo,omitempty" json:"dateTo,omitempty"`

	// First Paging offset
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// IpAddress IP address
	IpAddress *string `form:"ipAddress,omitempty" json:"ipAddress,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`

	// Type The types of events to return
	Type *[]string `form:"type,omitempty" json:"type,omitempty"`

	// User User id
	User *string `form:"user,omitempty" json:"user,omitempty"`
}

GetRealmEventsParams defines parameters for GetRealmEvents.

type GetRealmEventsResponse

type GetRealmEventsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmEventsResponse

func ParseGetRealmEventsResponse(rsp *http.Response) (*GetRealmEventsResponse, error)

ParseGetRealmEventsResponse parses an HTTP response from a GetRealmEventsWithResponse call

func (GetRealmEventsResponse) Status

func (r GetRealmEventsResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmEventsResponse) StatusCode

func (r GetRealmEventsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupByPathPathResponse

type GetRealmGroupByPathPathResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *GroupRepresentation
}

func ParseGetRealmGroupByPathPathResponse

func ParseGetRealmGroupByPathPathResponse(rsp *http.Response) (*GetRealmGroupByPathPathResponse, error)

ParseGetRealmGroupByPathPathResponse parses an HTTP response from a GetRealmGroupByPathPathWithResponse call

func (GetRealmGroupByPathPathResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupByPathPathResponse) StatusCode

func (r GetRealmGroupByPathPathResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsCountParams

type GetRealmGroupsCountParams struct {
	Search *string `form:"search,omitempty" json:"search,omitempty"`
	Top    *bool   `form:"top,omitempty" json:"top,omitempty"`
}

GetRealmGroupsCountParams defines parameters for GetRealmGroupsCount.

type GetRealmGroupsCountResponse

type GetRealmGroupsCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmGroupsCountResponse

func ParseGetRealmGroupsCountResponse(rsp *http.Response) (*GetRealmGroupsCountResponse, error)

ParseGetRealmGroupsCountResponse parses an HTTP response from a GetRealmGroupsCountWithResponse call

func (GetRealmGroupsCountResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsCountResponse) StatusCode

func (r GetRealmGroupsCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdManagementPermissionsResponse

type GetRealmGroupsIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmGroupsIdManagementPermissionsResponse

func ParseGetRealmGroupsIdManagementPermissionsResponse(rsp *http.Response) (*GetRealmGroupsIdManagementPermissionsResponse, error)

ParseGetRealmGroupsIdManagementPermissionsResponse parses an HTTP response from a GetRealmGroupsIdManagementPermissionsWithResponse call

func (GetRealmGroupsIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdMembersParams

type GetRealmGroupsIdMembersParams struct {
	// BriefRepresentation Only return basic information (only guaranteed to return id, username, created, first and last name,
	//  email, enabled state, email verification state, federation link, and access.
	//  Note that it means that namely user attributes, required actions, and not before are not returned.)
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`

	// First Pagination offset
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmGroupsIdMembersParams defines parameters for GetRealmGroupsIdMembers.

type GetRealmGroupsIdMembersResponse

type GetRealmGroupsIdMembersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdMembersResponse

func ParseGetRealmGroupsIdMembersResponse(rsp *http.Response) (*GetRealmGroupsIdMembersResponse, error)

ParseGetRealmGroupsIdMembersResponse parses an HTTP response from a GetRealmGroupsIdMembersWithResponse call

func (GetRealmGroupsIdMembersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdMembersResponse) StatusCode

func (r GetRealmGroupsIdMembersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdResponse

type GetRealmGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *GroupRepresentation
}

func ParseGetRealmGroupsIdResponse

func ParseGetRealmGroupsIdResponse(rsp *http.Response) (*GetRealmGroupsIdResponse, error)

ParseGetRealmGroupsIdResponse parses an HTTP response from a GetRealmGroupsIdWithResponse call

func (GetRealmGroupsIdResponse) Status

func (r GetRealmGroupsIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmGroupsIdResponse) StatusCode

func (r GetRealmGroupsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse

type GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsClientsClientAvailableResponse

func ParseGetRealmGroupsIdRoleMappingsClientsClientAvailableResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse, error)

ParseGetRealmGroupsIdRoleMappingsClientsClientAvailableResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsClientsClientAvailableWithResponse call

func (GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsClientsClientAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsClientsClientCompositeParams

type GetRealmGroupsIdRoleMappingsClientsClientCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmGroupsIdRoleMappingsClientsClientCompositeParams defines parameters for GetRealmGroupsIdRoleMappingsClientsClientComposite.

type GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse

type GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsClientsClientCompositeResponse

func ParseGetRealmGroupsIdRoleMappingsClientsClientCompositeResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse, error)

ParseGetRealmGroupsIdRoleMappingsClientsClientCompositeResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsClientsClientCompositeWithResponse call

func (GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsClientsClientCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsClientsClientResponse

type GetRealmGroupsIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsClientsClientResponse

func ParseGetRealmGroupsIdRoleMappingsClientsClientResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsClientsClientResponse, error)

ParseGetRealmGroupsIdRoleMappingsClientsClientResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsClientsClientWithResponse call

func (GetRealmGroupsIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsRealmAvailableResponse

type GetRealmGroupsIdRoleMappingsRealmAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsRealmAvailableResponse

func ParseGetRealmGroupsIdRoleMappingsRealmAvailableResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsRealmAvailableResponse, error)

ParseGetRealmGroupsIdRoleMappingsRealmAvailableResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsRealmAvailableWithResponse call

func (GetRealmGroupsIdRoleMappingsRealmAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsRealmAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsRealmCompositeParams

type GetRealmGroupsIdRoleMappingsRealmCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmGroupsIdRoleMappingsRealmCompositeParams defines parameters for GetRealmGroupsIdRoleMappingsRealmComposite.

type GetRealmGroupsIdRoleMappingsRealmCompositeResponse

type GetRealmGroupsIdRoleMappingsRealmCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsRealmCompositeResponse

func ParseGetRealmGroupsIdRoleMappingsRealmCompositeResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsRealmCompositeResponse, error)

ParseGetRealmGroupsIdRoleMappingsRealmCompositeResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsRealmCompositeWithResponse call

func (GetRealmGroupsIdRoleMappingsRealmCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsRealmCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsRealmResponse

type GetRealmGroupsIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsIdRoleMappingsRealmResponse

func ParseGetRealmGroupsIdRoleMappingsRealmResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsRealmResponse, error)

ParseGetRealmGroupsIdRoleMappingsRealmResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsRealmWithResponse call

func (GetRealmGroupsIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsIdRoleMappingsResponse

type GetRealmGroupsIdRoleMappingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *MappingsRepresentation
}

func ParseGetRealmGroupsIdRoleMappingsResponse

func ParseGetRealmGroupsIdRoleMappingsResponse(rsp *http.Response) (*GetRealmGroupsIdRoleMappingsResponse, error)

ParseGetRealmGroupsIdRoleMappingsResponse parses an HTTP response from a GetRealmGroupsIdRoleMappingsWithResponse call

func (GetRealmGroupsIdRoleMappingsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmGroupsIdRoleMappingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmGroupsParams

type GetRealmGroupsParams struct {
	BriefRepresentation *bool   `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
	Exact               *bool   `form:"exact,omitempty" json:"exact,omitempty"`
	First               *int32  `form:"first,omitempty" json:"first,omitempty"`
	Max                 *int32  `form:"max,omitempty" json:"max,omitempty"`
	Q                   *string `form:"q,omitempty" json:"q,omitempty"`
	Search              *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmGroupsParams defines parameters for GetRealmGroups.

type GetRealmGroupsResponse

type GetRealmGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmGroupsResponse

func ParseGetRealmGroupsResponse(rsp *http.Response) (*GetRealmGroupsResponse, error)

ParseGetRealmGroupsResponse parses an HTTP response from a GetRealmGroupsWithResponse call

func (GetRealmGroupsResponse) Status

func (r GetRealmGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmGroupsResponse) StatusCode

func (r GetRealmGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasExportParams

type GetRealmIdentityProviderInstancesAliasExportParams struct {
	// Format Format to use
	Format *string `form:"format,omitempty" json:"format,omitempty"`
}

GetRealmIdentityProviderInstancesAliasExportParams defines parameters for GetRealmIdentityProviderInstancesAliasExport.

type GetRealmIdentityProviderInstancesAliasExportResponse

type GetRealmIdentityProviderInstancesAliasExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmIdentityProviderInstancesAliasExportResponse

func ParseGetRealmIdentityProviderInstancesAliasExportResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasExportResponse, error)

ParseGetRealmIdentityProviderInstancesAliasExportResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasExportWithResponse call

func (GetRealmIdentityProviderInstancesAliasExportResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasExportResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse

type GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmIdentityProviderInstancesAliasManagementPermissionsResponse

func ParseGetRealmIdentityProviderInstancesAliasManagementPermissionsResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

ParseGetRealmIdentityProviderInstancesAliasManagementPermissionsResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse call

func (GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasMapperTypesResponse

type GetRealmIdentityProviderInstancesAliasMapperTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmIdentityProviderInstancesAliasMapperTypesResponse

func ParseGetRealmIdentityProviderInstancesAliasMapperTypesResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasMapperTypesResponse, error)

ParseGetRealmIdentityProviderInstancesAliasMapperTypesResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasMapperTypesWithResponse call

func (GetRealmIdentityProviderInstancesAliasMapperTypesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasMapperTypesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasMappersIdResponse

type GetRealmIdentityProviderInstancesAliasMappersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *IdentityProviderMapperRepresentation
}

func ParseGetRealmIdentityProviderInstancesAliasMappersIdResponse

func ParseGetRealmIdentityProviderInstancesAliasMappersIdResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasMappersIdResponse, error)

ParseGetRealmIdentityProviderInstancesAliasMappersIdResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasMappersIdWithResponse call

func (GetRealmIdentityProviderInstancesAliasMappersIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasMappersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasMappersResponse

type GetRealmIdentityProviderInstancesAliasMappersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmIdentityProviderInstancesAliasMappersResponse

func ParseGetRealmIdentityProviderInstancesAliasMappersResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasMappersResponse, error)

ParseGetRealmIdentityProviderInstancesAliasMappersResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasMappersWithResponse call

func (GetRealmIdentityProviderInstancesAliasMappersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasMappersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesAliasResponse

type GetRealmIdentityProviderInstancesAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *IdentityProviderRepresentation
}

func ParseGetRealmIdentityProviderInstancesAliasResponse

func ParseGetRealmIdentityProviderInstancesAliasResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesAliasResponse, error)

ParseGetRealmIdentityProviderInstancesAliasResponse parses an HTTP response from a GetRealmIdentityProviderInstancesAliasWithResponse call

func (GetRealmIdentityProviderInstancesAliasResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderInstancesResponse

type GetRealmIdentityProviderInstancesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmIdentityProviderInstancesResponse

func ParseGetRealmIdentityProviderInstancesResponse(rsp *http.Response) (*GetRealmIdentityProviderInstancesResponse, error)

ParseGetRealmIdentityProviderInstancesResponse parses an HTTP response from a GetRealmIdentityProviderInstancesWithResponse call

func (GetRealmIdentityProviderInstancesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderInstancesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmIdentityProviderProvidersProviderIdResponse

type GetRealmIdentityProviderProvidersProviderIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmIdentityProviderProvidersProviderIdResponse

func ParseGetRealmIdentityProviderProvidersProviderIdResponse(rsp *http.Response) (*GetRealmIdentityProviderProvidersProviderIdResponse, error)

ParseGetRealmIdentityProviderProvidersProviderIdResponse parses an HTTP response from a GetRealmIdentityProviderProvidersProviderIdWithResponse call

func (GetRealmIdentityProviderProvidersProviderIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmIdentityProviderProvidersProviderIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmKeysResponse

type GetRealmKeysResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *KeysMetadataRepresentation
}

func ParseGetRealmKeysResponse

func ParseGetRealmKeysResponse(rsp *http.Response) (*GetRealmKeysResponse, error)

ParseGetRealmKeysResponse parses an HTTP response from a GetRealmKeysWithResponse call

func (GetRealmKeysResponse) Status

func (r GetRealmKeysResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmKeysResponse) StatusCode

func (r GetRealmKeysResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmLocalizationLocaleKeyResponse

type GetRealmLocalizationLocaleKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParseGetRealmLocalizationLocaleKeyResponse

func ParseGetRealmLocalizationLocaleKeyResponse(rsp *http.Response) (*GetRealmLocalizationLocaleKeyResponse, error)

ParseGetRealmLocalizationLocaleKeyResponse parses an HTTP response from a GetRealmLocalizationLocaleKeyWithResponse call

func (GetRealmLocalizationLocaleKeyResponse) Status

Status returns HTTPResponse.Status

func (GetRealmLocalizationLocaleKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmLocalizationLocaleParams

type GetRealmLocalizationLocaleParams struct {
	UseRealmDefaultLocaleFallback *bool `form:"useRealmDefaultLocaleFallback,omitempty" json:"useRealmDefaultLocaleFallback,omitempty"`
}

GetRealmLocalizationLocaleParams defines parameters for GetRealmLocalizationLocale.

type GetRealmLocalizationLocaleResponse

type GetRealmLocalizationLocaleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmLocalizationLocaleResponse

func ParseGetRealmLocalizationLocaleResponse(rsp *http.Response) (*GetRealmLocalizationLocaleResponse, error)

ParseGetRealmLocalizationLocaleResponse parses an HTTP response from a GetRealmLocalizationLocaleWithResponse call

func (GetRealmLocalizationLocaleResponse) Status

Status returns HTTPResponse.Status

func (GetRealmLocalizationLocaleResponse) StatusCode

func (r GetRealmLocalizationLocaleResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmLocalizationResponse

type GetRealmLocalizationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmLocalizationResponse

func ParseGetRealmLocalizationResponse(rsp *http.Response) (*GetRealmLocalizationResponse, error)

ParseGetRealmLocalizationResponse parses an HTTP response from a GetRealmLocalizationWithResponse call

func (GetRealmLocalizationResponse) Status

Status returns HTTPResponse.Status

func (GetRealmLocalizationResponse) StatusCode

func (r GetRealmLocalizationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmResponse

type GetRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RealmRepresentation
}

func ParseGetRealmResponse

func ParseGetRealmResponse(rsp *http.Response) (*GetRealmResponse, error)

ParseGetRealmResponse parses an HTTP response from a GetRealmWithResponse call

func (GetRealmResponse) Status

func (r GetRealmResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmResponse) StatusCode

func (r GetRealmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse

type GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse

func ParseGetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse(rsp *http.Response) (*GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse, error)

ParseGetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse parses an HTTP response from a GetRealmRolesByIdRoleIdCompositesClientsClientUuidWithResponse call

func (GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesByIdRoleIdCompositesClientsClientUuidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesByIdRoleIdCompositesParams

type GetRealmRolesByIdRoleIdCompositesParams struct {
	First  *int32  `form:"first,omitempty" json:"first,omitempty"`
	Max    *int32  `form:"max,omitempty" json:"max,omitempty"`
	Search *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmRolesByIdRoleIdCompositesParams defines parameters for GetRealmRolesByIdRoleIdComposites.

type GetRealmRolesByIdRoleIdCompositesRealmResponse

type GetRealmRolesByIdRoleIdCompositesRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesByIdRoleIdCompositesRealmResponse

func ParseGetRealmRolesByIdRoleIdCompositesRealmResponse(rsp *http.Response) (*GetRealmRolesByIdRoleIdCompositesRealmResponse, error)

ParseGetRealmRolesByIdRoleIdCompositesRealmResponse parses an HTTP response from a GetRealmRolesByIdRoleIdCompositesRealmWithResponse call

func (GetRealmRolesByIdRoleIdCompositesRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesByIdRoleIdCompositesRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesByIdRoleIdCompositesResponse

type GetRealmRolesByIdRoleIdCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesByIdRoleIdCompositesResponse

func ParseGetRealmRolesByIdRoleIdCompositesResponse(rsp *http.Response) (*GetRealmRolesByIdRoleIdCompositesResponse, error)

ParseGetRealmRolesByIdRoleIdCompositesResponse parses an HTTP response from a GetRealmRolesByIdRoleIdCompositesWithResponse call

func (GetRealmRolesByIdRoleIdCompositesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesByIdRoleIdCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesByIdRoleIdManagementPermissionsResponse

type GetRealmRolesByIdRoleIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmRolesByIdRoleIdManagementPermissionsResponse

func ParseGetRealmRolesByIdRoleIdManagementPermissionsResponse(rsp *http.Response) (*GetRealmRolesByIdRoleIdManagementPermissionsResponse, error)

ParseGetRealmRolesByIdRoleIdManagementPermissionsResponse parses an HTTP response from a GetRealmRolesByIdRoleIdManagementPermissionsWithResponse call

func (GetRealmRolesByIdRoleIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesByIdRoleIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesByIdRoleIdResponse

type GetRealmRolesByIdRoleIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RoleRepresentation
}

func ParseGetRealmRolesByIdRoleIdResponse

func ParseGetRealmRolesByIdRoleIdResponse(rsp *http.Response) (*GetRealmRolesByIdRoleIdResponse, error)

ParseGetRealmRolesByIdRoleIdResponse parses an HTTP response from a GetRealmRolesByIdRoleIdWithResponse call

func (GetRealmRolesByIdRoleIdResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesByIdRoleIdResponse) StatusCode

func (r GetRealmRolesByIdRoleIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesParams

type GetRealmRolesParams struct {
	BriefRepresentation *bool   `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
	First               *int32  `form:"first,omitempty" json:"first,omitempty"`
	Max                 *int32  `form:"max,omitempty" json:"max,omitempty"`
	Search              *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmRolesParams defines parameters for GetRealmRoles.

type GetRealmRolesResponse

type GetRealmRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesResponse

func ParseGetRealmRolesResponse(rsp *http.Response) (*GetRealmRolesResponse, error)

ParseGetRealmRolesResponse parses an HTTP response from a GetRealmRolesWithResponse call

func (GetRealmRolesResponse) Status

func (r GetRealmRolesResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmRolesResponse) StatusCode

func (r GetRealmRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameCompositesClientsClientUuidResponse

type GetRealmRolesRoleNameCompositesClientsClientUuidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesRoleNameCompositesClientsClientUuidResponse

func ParseGetRealmRolesRoleNameCompositesClientsClientUuidResponse(rsp *http.Response) (*GetRealmRolesRoleNameCompositesClientsClientUuidResponse, error)

ParseGetRealmRolesRoleNameCompositesClientsClientUuidResponse parses an HTTP response from a GetRealmRolesRoleNameCompositesClientsClientUuidWithResponse call

func (GetRealmRolesRoleNameCompositesClientsClientUuidResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameCompositesClientsClientUuidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameCompositesRealmResponse

type GetRealmRolesRoleNameCompositesRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesRoleNameCompositesRealmResponse

func ParseGetRealmRolesRoleNameCompositesRealmResponse(rsp *http.Response) (*GetRealmRolesRoleNameCompositesRealmResponse, error)

ParseGetRealmRolesRoleNameCompositesRealmResponse parses an HTTP response from a GetRealmRolesRoleNameCompositesRealmWithResponse call

func (GetRealmRolesRoleNameCompositesRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameCompositesRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameCompositesResponse

type GetRealmRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesRoleNameCompositesResponse

func ParseGetRealmRolesRoleNameCompositesResponse(rsp *http.Response) (*GetRealmRolesRoleNameCompositesResponse, error)

ParseGetRealmRolesRoleNameCompositesResponse parses an HTTP response from a GetRealmRolesRoleNameCompositesWithResponse call

func (GetRealmRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameGroupsParams

type GetRealmRolesRoleNameGroupsParams struct {
	// BriefRepresentation if false, return a full representation of the {@code GroupRepresentation} objects.
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`

	// First first result to return. Ignored if negative or {@code null}.
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max maximum number of results to return. Ignored if negative or {@code null}.
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmRolesRoleNameGroupsParams defines parameters for GetRealmRolesRoleNameGroups.

type GetRealmRolesRoleNameGroupsResponse

type GetRealmRolesRoleNameGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesRoleNameGroupsResponse

func ParseGetRealmRolesRoleNameGroupsResponse(rsp *http.Response) (*GetRealmRolesRoleNameGroupsResponse, error)

ParseGetRealmRolesRoleNameGroupsResponse parses an HTTP response from a GetRealmRolesRoleNameGroupsWithResponse call

func (GetRealmRolesRoleNameGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameGroupsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameManagementPermissionsResponse

type GetRealmRolesRoleNameManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmRolesRoleNameManagementPermissionsResponse

func ParseGetRealmRolesRoleNameManagementPermissionsResponse(rsp *http.Response) (*GetRealmRolesRoleNameManagementPermissionsResponse, error)

ParseGetRealmRolesRoleNameManagementPermissionsResponse parses an HTTP response from a GetRealmRolesRoleNameManagementPermissionsWithResponse call

func (GetRealmRolesRoleNameManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameResponse

type GetRealmRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *RoleRepresentation
}

func ParseGetRealmRolesRoleNameResponse

func ParseGetRealmRolesRoleNameResponse(rsp *http.Response) (*GetRealmRolesRoleNameResponse, error)

ParseGetRealmRolesRoleNameResponse parses an HTTP response from a GetRealmRolesRoleNameWithResponse call

func (GetRealmRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameResponse) StatusCode

func (r GetRealmRolesRoleNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmRolesRoleNameUsersParams

type GetRealmRolesRoleNameUsersParams struct {
	// First first result to return. Ignored if negative or {@code null}.
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// Max maximum number of results to return. Ignored if negative or {@code null}.
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`
}

GetRealmRolesRoleNameUsersParams defines parameters for GetRealmRolesRoleNameUsers.

type GetRealmRolesRoleNameUsersResponse

type GetRealmRolesRoleNameUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmRolesRoleNameUsersResponse

func ParseGetRealmRolesRoleNameUsersResponse(rsp *http.Response) (*GetRealmRolesRoleNameUsersResponse, error)

ParseGetRealmRolesRoleNameUsersResponse parses an HTTP response from a GetRealmRolesRoleNameUsersWithResponse call

func (GetRealmRolesRoleNameUsersResponse) Status

Status returns HTTPResponse.Status

func (GetRealmRolesRoleNameUsersResponse) StatusCode

func (r GetRealmRolesRoleNameUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersCountParams

type GetRealmUsersCountParams struct {
	// Email email filter
	Email         *string `form:"email,omitempty" json:"email,omitempty"`
	EmailVerified *bool   `form:"emailVerified,omitempty" json:"emailVerified,omitempty"`

	// Enabled Boolean representing if user is enabled or not
	Enabled *bool `form:"enabled,omitempty" json:"enabled,omitempty"`

	// FirstName first name filter
	FirstName *string `form:"firstName,omitempty" json:"firstName,omitempty"`

	// LastName last name filter
	LastName *string `form:"lastName,omitempty" json:"lastName,omitempty"`

	// Search arbitrary search string for all the fields below
	Search *string `form:"search,omitempty" json:"search,omitempty"`

	// Username username filter
	Username *string `form:"username,omitempty" json:"username,omitempty"`
}

GetRealmUsersCountParams defines parameters for GetRealmUsersCount.

type GetRealmUsersCountResponse

type GetRealmUsersCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *int32
}

func ParseGetRealmUsersCountResponse

func ParseGetRealmUsersCountResponse(rsp *http.Response) (*GetRealmUsersCountResponse, error)

ParseGetRealmUsersCountResponse parses an HTTP response from a GetRealmUsersCountWithResponse call

func (GetRealmUsersCountResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersCountResponse) StatusCode

func (r GetRealmUsersCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse

type GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdConfiguredUserStorageCredentialTypesResponse

func ParseGetRealmUsersIdConfiguredUserStorageCredentialTypesResponse(rsp *http.Response) (*GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse, error)

ParseGetRealmUsersIdConfiguredUserStorageCredentialTypesResponse parses an HTTP response from a GetRealmUsersIdConfiguredUserStorageCredentialTypesWithResponse call

func (GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdConfiguredUserStorageCredentialTypesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdConsentsResponse

type GetRealmUsersIdConsentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdConsentsResponse

func ParseGetRealmUsersIdConsentsResponse(rsp *http.Response) (*GetRealmUsersIdConsentsResponse, error)

ParseGetRealmUsersIdConsentsResponse parses an HTTP response from a GetRealmUsersIdConsentsWithResponse call

func (GetRealmUsersIdConsentsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdConsentsResponse) StatusCode

func (r GetRealmUsersIdConsentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdCredentialsResponse

type GetRealmUsersIdCredentialsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdCredentialsResponse

func ParseGetRealmUsersIdCredentialsResponse(rsp *http.Response) (*GetRealmUsersIdCredentialsResponse, error)

ParseGetRealmUsersIdCredentialsResponse parses an HTTP response from a GetRealmUsersIdCredentialsWithResponse call

func (GetRealmUsersIdCredentialsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdCredentialsResponse) StatusCode

func (r GetRealmUsersIdCredentialsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdFederatedIdentityResponse

type GetRealmUsersIdFederatedIdentityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdFederatedIdentityResponse

func ParseGetRealmUsersIdFederatedIdentityResponse(rsp *http.Response) (*GetRealmUsersIdFederatedIdentityResponse, error)

ParseGetRealmUsersIdFederatedIdentityResponse parses an HTTP response from a GetRealmUsersIdFederatedIdentityWithResponse call

func (GetRealmUsersIdFederatedIdentityResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdFederatedIdentityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdGroupsCountParams

type GetRealmUsersIdGroupsCountParams struct {
	Search *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmUsersIdGroupsCountParams defines parameters for GetRealmUsersIdGroupsCount.

type GetRealmUsersIdGroupsCountResponse

type GetRealmUsersIdGroupsCountResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParseGetRealmUsersIdGroupsCountResponse

func ParseGetRealmUsersIdGroupsCountResponse(rsp *http.Response) (*GetRealmUsersIdGroupsCountResponse, error)

ParseGetRealmUsersIdGroupsCountResponse parses an HTTP response from a GetRealmUsersIdGroupsCountWithResponse call

func (GetRealmUsersIdGroupsCountResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdGroupsCountResponse) StatusCode

func (r GetRealmUsersIdGroupsCountResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdGroupsParams

type GetRealmUsersIdGroupsParams struct {
	BriefRepresentation *bool   `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
	First               *int32  `form:"first,omitempty" json:"first,omitempty"`
	Max                 *int32  `form:"max,omitempty" json:"max,omitempty"`
	Search              *string `form:"search,omitempty" json:"search,omitempty"`
}

GetRealmUsersIdGroupsParams defines parameters for GetRealmUsersIdGroups.

type GetRealmUsersIdGroupsResponse

type GetRealmUsersIdGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdGroupsResponse

func ParseGetRealmUsersIdGroupsResponse(rsp *http.Response) (*GetRealmUsersIdGroupsResponse, error)

ParseGetRealmUsersIdGroupsResponse parses an HTTP response from a GetRealmUsersIdGroupsWithResponse call

func (GetRealmUsersIdGroupsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdGroupsResponse) StatusCode

func (r GetRealmUsersIdGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdOfflineSessionsClientUuidResponse

type GetRealmUsersIdOfflineSessionsClientUuidResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdOfflineSessionsClientUuidResponse

func ParseGetRealmUsersIdOfflineSessionsClientUuidResponse(rsp *http.Response) (*GetRealmUsersIdOfflineSessionsClientUuidResponse, error)

ParseGetRealmUsersIdOfflineSessionsClientUuidResponse parses an HTTP response from a GetRealmUsersIdOfflineSessionsClientUuidWithResponse call

func (GetRealmUsersIdOfflineSessionsClientUuidResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdOfflineSessionsClientUuidResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdResponse

type GetRealmUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *UserRepresentation
}

func ParseGetRealmUsersIdResponse

func ParseGetRealmUsersIdResponse(rsp *http.Response) (*GetRealmUsersIdResponse, error)

ParseGetRealmUsersIdResponse parses an HTTP response from a GetRealmUsersIdWithResponse call

func (GetRealmUsersIdResponse) Status

func (r GetRealmUsersIdResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmUsersIdResponse) StatusCode

func (r GetRealmUsersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsClientsClientAvailableResponse

type GetRealmUsersIdRoleMappingsClientsClientAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsClientsClientAvailableResponse

func ParseGetRealmUsersIdRoleMappingsClientsClientAvailableResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsClientsClientAvailableResponse, error)

ParseGetRealmUsersIdRoleMappingsClientsClientAvailableResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsClientsClientAvailableWithResponse call

func (GetRealmUsersIdRoleMappingsClientsClientAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsClientsClientAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsClientsClientCompositeParams

type GetRealmUsersIdRoleMappingsClientsClientCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmUsersIdRoleMappingsClientsClientCompositeParams defines parameters for GetRealmUsersIdRoleMappingsClientsClientComposite.

type GetRealmUsersIdRoleMappingsClientsClientCompositeResponse

type GetRealmUsersIdRoleMappingsClientsClientCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsClientsClientCompositeResponse

func ParseGetRealmUsersIdRoleMappingsClientsClientCompositeResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsClientsClientCompositeResponse, error)

ParseGetRealmUsersIdRoleMappingsClientsClientCompositeResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsClientsClientCompositeWithResponse call

func (GetRealmUsersIdRoleMappingsClientsClientCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsClientsClientCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsClientsClientResponse

type GetRealmUsersIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsClientsClientResponse

func ParseGetRealmUsersIdRoleMappingsClientsClientResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsClientsClientResponse, error)

ParseGetRealmUsersIdRoleMappingsClientsClientResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsClientsClientWithResponse call

func (GetRealmUsersIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsRealmAvailableResponse

type GetRealmUsersIdRoleMappingsRealmAvailableResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsRealmAvailableResponse

func ParseGetRealmUsersIdRoleMappingsRealmAvailableResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsRealmAvailableResponse, error)

ParseGetRealmUsersIdRoleMappingsRealmAvailableResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsRealmAvailableWithResponse call

func (GetRealmUsersIdRoleMappingsRealmAvailableResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsRealmAvailableResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsRealmCompositeParams

type GetRealmUsersIdRoleMappingsRealmCompositeParams struct {
	// BriefRepresentation if false, return roles with their attributes
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`
}

GetRealmUsersIdRoleMappingsRealmCompositeParams defines parameters for GetRealmUsersIdRoleMappingsRealmComposite.

type GetRealmUsersIdRoleMappingsRealmCompositeResponse

type GetRealmUsersIdRoleMappingsRealmCompositeResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsRealmCompositeResponse

func ParseGetRealmUsersIdRoleMappingsRealmCompositeResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsRealmCompositeResponse, error)

ParseGetRealmUsersIdRoleMappingsRealmCompositeResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsRealmCompositeWithResponse call

func (GetRealmUsersIdRoleMappingsRealmCompositeResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsRealmCompositeResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsRealmResponse

type GetRealmUsersIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdRoleMappingsRealmResponse

func ParseGetRealmUsersIdRoleMappingsRealmResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsRealmResponse, error)

ParseGetRealmUsersIdRoleMappingsRealmResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsRealmWithResponse call

func (GetRealmUsersIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdRoleMappingsResponse

type GetRealmUsersIdRoleMappingsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *MappingsRepresentation
}

func ParseGetRealmUsersIdRoleMappingsResponse

func ParseGetRealmUsersIdRoleMappingsResponse(rsp *http.Response) (*GetRealmUsersIdRoleMappingsResponse, error)

ParseGetRealmUsersIdRoleMappingsResponse parses an HTTP response from a GetRealmUsersIdRoleMappingsWithResponse call

func (GetRealmUsersIdRoleMappingsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdRoleMappingsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersIdSessionsResponse

type GetRealmUsersIdSessionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersIdSessionsResponse

func ParseGetRealmUsersIdSessionsResponse(rsp *http.Response) (*GetRealmUsersIdSessionsResponse, error)

ParseGetRealmUsersIdSessionsResponse parses an HTTP response from a GetRealmUsersIdSessionsWithResponse call

func (GetRealmUsersIdSessionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersIdSessionsResponse) StatusCode

func (r GetRealmUsersIdSessionsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersManagementPermissionsResponse

type GetRealmUsersManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParseGetRealmUsersManagementPermissionsResponse

func ParseGetRealmUsersManagementPermissionsResponse(rsp *http.Response) (*GetRealmUsersManagementPermissionsResponse, error)

ParseGetRealmUsersManagementPermissionsResponse parses an HTTP response from a GetRealmUsersManagementPermissionsWithResponse call

func (GetRealmUsersManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersParams

type GetRealmUsersParams struct {
	// BriefRepresentation Boolean which defines whether brief representations are returned (default: false)
	BriefRepresentation *bool `form:"briefRepresentation,omitempty" json:"briefRepresentation,omitempty"`

	// Email A String contained in email, or the complete email, if param "exact" is true
	Email *string `form:"email,omitempty" json:"email,omitempty"`

	// EmailVerified whether the email has been verified
	EmailVerified *bool `form:"emailVerified,omitempty" json:"emailVerified,omitempty"`

	// Enabled Boolean representing if user is enabled or not
	Enabled *bool `form:"enabled,omitempty" json:"enabled,omitempty"`

	// Exact Boolean which defines whether the params "last", "first", "email" and "username" must match exactly
	Exact *bool `form:"exact,omitempty" json:"exact,omitempty"`

	// First Pagination offset
	First *int32 `form:"first,omitempty" json:"first,omitempty"`

	// FirstName A String contained in firstName, or the complete firstName, if param "exact" is true
	FirstName *string `form:"firstName,omitempty" json:"firstName,omitempty"`

	// IdpAlias The alias of an Identity Provider linked to the user
	IdpAlias *string `form:"idpAlias,omitempty" json:"idpAlias,omitempty"`

	// IdpUserId The userId at an Identity Provider linked to the user
	IdpUserId *string `form:"idpUserId,omitempty" json:"idpUserId,omitempty"`

	// LastName A String contained in lastName, or the complete lastName, if param "exact" is true
	LastName *string `form:"lastName,omitempty" json:"lastName,omitempty"`

	// Max Maximum results size (defaults to 100)
	Max *int32 `form:"max,omitempty" json:"max,omitempty"`

	// Q A query to search for custom attributes, in the format 'key1:value2 key2:value2'
	Q *string `form:"q,omitempty" json:"q,omitempty"`

	// Search A String contained in username, first or last name, or email
	Search *string `form:"search,omitempty" json:"search,omitempty"`

	// Username A String contained in username, or the complete username, if param "exact" is true
	Username *string `form:"username,omitempty" json:"username,omitempty"`
}

GetRealmUsersParams defines parameters for GetRealmUsers.

type GetRealmUsersProfileResponse

type GetRealmUsersProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *string
}

func ParseGetRealmUsersProfileResponse

func ParseGetRealmUsersProfileResponse(rsp *http.Response) (*GetRealmUsersProfileResponse, error)

ParseGetRealmUsersProfileResponse parses an HTTP response from a GetRealmUsersProfileWithResponse call

func (GetRealmUsersProfileResponse) Status

Status returns HTTPResponse.Status

func (GetRealmUsersProfileResponse) StatusCode

func (r GetRealmUsersProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetRealmUsersResponse

type GetRealmUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *[]map[string]interface{}
}

func ParseGetRealmUsersResponse

func ParseGetRealmUsersResponse(rsp *http.Response) (*GetRealmUsersResponse, error)

ParseGetRealmUsersResponse parses an HTTP response from a GetRealmUsersWithResponse call

func (GetRealmUsersResponse) Status

func (r GetRealmUsersResponse) Status() string

Status returns HTTPResponse.Status

func (GetRealmUsersResponse) StatusCode

func (r GetRealmUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GetResponse

type GetResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ServerInfoRepresentation
}

func ParseGetResponse

func ParseGetResponse(rsp *http.Response) (*GetResponse, error)

ParseGetResponse parses an HTTP response from a GetWithResponse call

func (GetResponse) Status

func (r GetResponse) Status() string

Status returns HTTPResponse.Status

func (GetResponse) StatusCode

func (r GetResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type GlobalRequestResult

type GlobalRequestResult struct {
	FailedRequests  *[]string `json:"failedRequests,omitempty"`
	SuccessRequests *[]string `json:"successRequests,omitempty"`
}

GlobalRequestResult defines model for GlobalRequestResult.

type GroupRepresentation

type GroupRepresentation struct {
	Access      *map[string]interface{} `json:"access,omitempty"`
	Attributes  *map[string]interface{} `json:"attributes,omitempty"`
	ClientRoles *map[string]interface{} `json:"clientRoles,omitempty"`
	Id          *string                 `json:"id,omitempty"`
	Name        *string                 `json:"name,omitempty"`
	Path        *string                 `json:"path,omitempty"`
	RealmRoles  *[]string               `json:"realmRoles,omitempty"`
	SubGroups   *[]GroupRepresentation  `json:"subGroups,omitempty"`
}

GroupRepresentation defines model for GroupRepresentation.

type HttpRequestDoer

type HttpRequestDoer interface {
	Do(req *http.Request) (*http.Response, error)
}

Doer performs HTTP requests.

The standard http.Client implements this interface.

type IDToken

type IDToken struct {
	Acr                 *string                 `json:"acr,omitempty"`
	Address             *AddressClaimSet        `json:"address,omitempty"`
	AtHash              *string                 `json:"at_hash,omitempty"`
	AuthTime            *int64                  `json:"auth_time,omitempty"`
	Azp                 *string                 `json:"azp,omitempty"`
	Birthdate           *string                 `json:"birthdate,omitempty"`
	CHash               *string                 `json:"c_hash,omitempty"`
	Category            *IDTokenCategory        `json:"category,omitempty"`
	ClaimsLocales       *string                 `json:"claims_locales,omitempty"`
	Email               *string                 `json:"email,omitempty"`
	EmailVerified       *bool                   `json:"email_verified,omitempty"`
	Exp                 *int64                  `json:"exp,omitempty"`
	FamilyName          *string                 `json:"family_name,omitempty"`
	Gender              *string                 `json:"gender,omitempty"`
	GivenName           *string                 `json:"given_name,omitempty"`
	Iat                 *int64                  `json:"iat,omitempty"`
	Iss                 *string                 `json:"iss,omitempty"`
	Jti                 *string                 `json:"jti,omitempty"`
	Locale              *string                 `json:"locale,omitempty"`
	MiddleName          *string                 `json:"middle_name,omitempty"`
	Name                *string                 `json:"name,omitempty"`
	Nbf                 *int64                  `json:"nbf,omitempty"`
	Nickname            *string                 `json:"nickname,omitempty"`
	Nonce               *string                 `json:"nonce,omitempty"`
	OtherClaims         *map[string]interface{} `json:"otherClaims,omitempty"`
	PhoneNumber         *string                 `json:"phone_number,omitempty"`
	PhoneNumberVerified *bool                   `json:"phone_number_verified,omitempty"`
	Picture             *string                 `json:"picture,omitempty"`
	PreferredUsername   *string                 `json:"preferred_username,omitempty"`
	Profile             *string                 `json:"profile,omitempty"`
	SHash               *string                 `json:"s_hash,omitempty"`
	SessionState        *string                 `json:"session_state,omitempty"`
	Sid                 *string                 `json:"sid,omitempty"`
	Sub                 *string                 `json:"sub,omitempty"`
	Typ                 *string                 `json:"typ,omitempty"`
	UpdatedAt           *int64                  `json:"updated_at,omitempty"`
	Website             *string                 `json:"website,omitempty"`
	Zoneinfo            *string                 `json:"zoneinfo,omitempty"`
}

IDToken defines model for IDToken.

type IDTokenCategory

type IDTokenCategory string

IDTokenCategory defines model for IDToken.Category.

const (
	IDTokenCategoryACCESS                IDTokenCategory = "ACCESS"
	IDTokenCategoryADMIN                 IDTokenCategory = "ADMIN"
	IDTokenCategoryAUTHORIZATIONRESPONSE IDTokenCategory = "AUTHORIZATION_RESPONSE"
	IDTokenCategoryID                    IDTokenCategory = "ID"
	IDTokenCategoryINTERNAL              IDTokenCategory = "INTERNAL"
	IDTokenCategoryLOGOUT                IDTokenCategory = "LOGOUT"
	IDTokenCategoryUSERINFO              IDTokenCategory = "USERINFO"
)

Defines values for IDTokenCategory.

type IdentityProviderMapperRepresentation

type IdentityProviderMapperRepresentation struct {
	Config                 *map[string]interface{} `json:"config,omitempty"`
	Id                     *string                 `json:"id,omitempty"`
	IdentityProviderAlias  *string                 `json:"identityProviderAlias,omitempty"`
	IdentityProviderMapper *string                 `json:"identityProviderMapper,omitempty"`
	Name                   *string                 `json:"name,omitempty"`
}

IdentityProviderMapperRepresentation defines model for IdentityProviderMapperRepresentation.

type IdentityProviderRepresentation

type IdentityProviderRepresentation struct {
	AddReadTokenRoleOnCreate  *bool                   `json:"addReadTokenRoleOnCreate,omitempty"`
	Alias                     *string                 `json:"alias,omitempty"`
	Config                    *map[string]interface{} `json:"config,omitempty"`
	DisplayName               *string                 `json:"displayName,omitempty"`
	Enabled                   *bool                   `json:"enabled,omitempty"`
	FirstBrokerLoginFlowAlias *string                 `json:"firstBrokerLoginFlowAlias,omitempty"`
	InternalId                *string                 `json:"internalId,omitempty"`
	LinkOnly                  *bool                   `json:"linkOnly,omitempty"`
	PostBrokerLoginFlowAlias  *string                 `json:"postBrokerLoginFlowAlias,omitempty"`
	ProviderId                *string                 `json:"providerId,omitempty"`
	StoreToken                *bool                   `json:"storeToken,omitempty"`
	TrustEmail                *bool                   `json:"trustEmail,omitempty"`
}

IdentityProviderRepresentation defines model for IdentityProviderRepresentation.

type JsonNode

type JsonNode struct {
	Array               *bool             `json:"array,omitempty"`
	BigDecimal          *bool             `json:"bigDecimal,omitempty"`
	BigInteger          *bool             `json:"bigInteger,omitempty"`
	Binary              *bool             `json:"binary,omitempty"`
	Boolean             *bool             `json:"boolean,omitempty"`
	ContainerNode       *bool             `json:"containerNode,omitempty"`
	Double              *bool             `json:"double,omitempty"`
	Empty               *bool             `json:"empty,omitempty"`
	Float               *bool             `json:"float,omitempty"`
	FloatingPointNumber *bool             `json:"floatingPointNumber,omitempty"`
	Int                 *bool             `json:"int,omitempty"`
	IntegralNumber      *bool             `json:"integralNumber,omitempty"`
	Long                *bool             `json:"long,omitempty"`
	MissingNode         *bool             `json:"missingNode,omitempty"`
	NodeType            *JsonNodeNodeType `json:"nodeType,omitempty"`
	Null                *bool             `json:"null,omitempty"`
	Number              *bool             `json:"number,omitempty"`
	Object              *bool             `json:"object,omitempty"`
	Pojo                *bool             `json:"pojo,omitempty"`
	Short               *bool             `json:"short,omitempty"`
	Textual             *bool             `json:"textual,omitempty"`
	ValueNode           *bool             `json:"valueNode,omitempty"`
}

JsonNode defines model for JsonNode.

type JsonNodeNodeType

type JsonNodeNodeType string

JsonNodeNodeType defines model for JsonNode.NodeType.

const (
	ARRAY   JsonNodeNodeType = "ARRAY"
	BINARY  JsonNodeNodeType = "BINARY"
	BOOLEAN JsonNodeNodeType = "BOOLEAN"
	MISSING JsonNodeNodeType = "MISSING"
	NULL    JsonNodeNodeType = "NULL"
	NUMBER  JsonNodeNodeType = "NUMBER"
	OBJECT  JsonNodeNodeType = "OBJECT"
	POJO    JsonNodeNodeType = "POJO"
	STRING  JsonNodeNodeType = "STRING"
)

Defines values for JsonNodeNodeType.

type KeyStoreConfig

type KeyStoreConfig struct {
	Format           *string `json:"format,omitempty"`
	KeyAlias         *string `json:"keyAlias,omitempty"`
	KeyPassword      *string `json:"keyPassword,omitempty"`
	RealmAlias       *string `json:"realmAlias,omitempty"`
	RealmCertificate *bool   `json:"realmCertificate,omitempty"`
	StorePassword    *string `json:"storePassword,omitempty"`
}

KeyStoreConfig defines model for KeyStoreConfig.

type KeysMetadataRepresentation

type KeysMetadataRepresentation struct {
	Active *map[string]interface{}                                `json:"active,omitempty"`
	Keys   *[]KeysMetadataRepresentationKeyMetadataRepresentation `json:"keys,omitempty"`
}

KeysMetadataRepresentation defines model for KeysMetadataRepresentation.

type KeysMetadataRepresentationKeyMetadataRepresentation

type KeysMetadataRepresentationKeyMetadataRepresentation struct {
	Algorithm        *string                                                 `json:"algorithm,omitempty"`
	Certificate      *string                                                 `json:"certificate,omitempty"`
	Kid              *string                                                 `json:"kid,omitempty"`
	ProviderId       *string                                                 `json:"providerId,omitempty"`
	ProviderPriority *int64                                                  `json:"providerPriority,omitempty"`
	PublicKey        *string                                                 `json:"publicKey,omitempty"`
	Status           *string                                                 `json:"status,omitempty"`
	Type             *string                                                 `json:"type,omitempty"`
	Use              *KeysMetadataRepresentationKeyMetadataRepresentationUse `json:"use,omitempty"`
}

KeysMetadataRepresentationKeyMetadataRepresentation defines model for KeysMetadataRepresentation-KeyMetadataRepresentation.

type KeysMetadataRepresentationKeyMetadataRepresentationUse

type KeysMetadataRepresentationKeyMetadataRepresentationUse string

KeysMetadataRepresentationKeyMetadataRepresentationUse defines model for KeysMetadataRepresentationKeyMetadataRepresentation.Use.

Defines values for KeysMetadataRepresentationKeyMetadataRepresentationUse.

type ManagementPermissionReference

type ManagementPermissionReference struct {
	Enabled          *bool                   `json:"enabled,omitempty"`
	Resource         *string                 `json:"resource,omitempty"`
	ScopePermissions *map[string]interface{} `json:"scopePermissions,omitempty"`
}

ManagementPermissionReference defines model for ManagementPermissionReference.

type MappingsRepresentation

type MappingsRepresentation struct {
	ClientMappings *map[string]interface{} `json:"clientMappings,omitempty"`
	RealmMappings  *[]RoleRepresentation   `json:"realmMappings,omitempty"`
}

MappingsRepresentation defines model for MappingsRepresentation.

type MemoryInfoRepresentation

type MemoryInfoRepresentation struct {
	Free           *int64  `json:"free,omitempty"`
	FreeFormated   *string `json:"freeFormated,omitempty"`
	FreePercentage *int64  `json:"freePercentage,omitempty"`
	Total          *int64  `json:"total,omitempty"`
	TotalFormated  *string `json:"totalFormated,omitempty"`
	Used           *int64  `json:"used,omitempty"`
	UsedFormated   *string `json:"usedFormated,omitempty"`
}

MemoryInfoRepresentation defines model for MemoryInfoRepresentation.

type MultivaluedHashMap

type MultivaluedHashMap struct {
	Empty      *bool    `json:"empty,omitempty"`
	LoadFactor *float32 `json:"loadFactor,omitempty"`
	Threshold  *int32   `json:"threshold,omitempty"`
}

MultivaluedHashMap defines model for MultivaluedHashMap.

type PartialImportRepresentation

type PartialImportRepresentation struct {
	Clients                 *[]ClientRepresentation                 `json:"clients,omitempty"`
	Groups                  *[]GroupRepresentation                  `json:"groups,omitempty"`
	IdentityProviderMappers *[]IdentityProviderMapperRepresentation `json:"identityProviderMappers,omitempty"`
	IdentityProviders       *[]IdentityProviderRepresentation       `json:"identityProviders,omitempty"`
	IfResourceExists        *string                                 `json:"ifResourceExists,omitempty"`
	Policy                  *PartialImportRepresentationPolicy      `json:"policy,omitempty"`
	Roles                   *RolesRepresentation                    `json:"roles,omitempty"`
	Users                   *[]UserRepresentation                   `json:"users,omitempty"`
}

PartialImportRepresentation defines model for PartialImportRepresentation.

type PartialImportRepresentationPolicy

type PartialImportRepresentationPolicy string

PartialImportRepresentationPolicy defines model for PartialImportRepresentation.Policy.

const (
	FAIL      PartialImportRepresentationPolicy = "FAIL"
	OVERWRITE PartialImportRepresentationPolicy = "OVERWRITE"
	SKIP      PartialImportRepresentationPolicy = "SKIP"
)

Defines values for PartialImportRepresentationPolicy.

type PasswordPolicyTypeRepresentation

type PasswordPolicyTypeRepresentation struct {
	ConfigType        *string `json:"configType,omitempty"`
	DefaultValue      *string `json:"defaultValue,omitempty"`
	DisplayName       *string `json:"displayName,omitempty"`
	Id                *string `json:"id,omitempty"`
	MultipleSupported *bool   `json:"multipleSupported,omitempty"`
}

PasswordPolicyTypeRepresentation defines model for PasswordPolicyTypeRepresentation.

type Permission

type Permission struct {
	Claims *map[string]interface{} `json:"claims,omitempty"`
	Rsid   *string                 `json:"rsid,omitempty"`
	Rsname *string                 `json:"rsname,omitempty"`
	Scopes *[]string               `json:"scopes,omitempty"`
}

Permission defines model for Permission.

type PolicyRepresentation

type PolicyRepresentation struct {
	Config           *map[string]interface{}               `json:"config,omitempty"`
	DecisionStrategy *PolicyRepresentationDecisionStrategy `json:"decisionStrategy,omitempty"`
	Description      *string                               `json:"description,omitempty"`
	Id               *string                               `json:"id,omitempty"`
	Logic            *PolicyRepresentationLogic            `json:"logic,omitempty"`
	Name             *string                               `json:"name,omitempty"`
	Owner            *string                               `json:"owner,omitempty"`
	Policies         *[]string                             `json:"policies,omitempty"`
	Resources        *[]string                             `json:"resources,omitempty"`
	ResourcesData    *[]ResourceRepresentation             `json:"resourcesData,omitempty"`
	Scopes           *[]string                             `json:"scopes,omitempty"`
	ScopesData       *[]ScopeRepresentation                `json:"scopesData,omitempty"`
	Type             *string                               `json:"type,omitempty"`
}

PolicyRepresentation defines model for PolicyRepresentation.

type PolicyRepresentationDecisionStrategy

type PolicyRepresentationDecisionStrategy string

PolicyRepresentationDecisionStrategy defines model for PolicyRepresentation.DecisionStrategy.

const (
	PolicyRepresentationDecisionStrategyAFFIRMATIVE PolicyRepresentationDecisionStrategy = "AFFIRMATIVE"
	PolicyRepresentationDecisionStrategyCONSENSUS   PolicyRepresentationDecisionStrategy = "CONSENSUS"
	PolicyRepresentationDecisionStrategyUNANIMOUS   PolicyRepresentationDecisionStrategy = "UNANIMOUS"
)

Defines values for PolicyRepresentationDecisionStrategy.

type PolicyRepresentationLogic

type PolicyRepresentationLogic string

PolicyRepresentationLogic defines model for PolicyRepresentation.Logic.

const (
	NEGATIVE PolicyRepresentationLogic = "NEGATIVE"
	POSITIVE PolicyRepresentationLogic = "POSITIVE"
)

Defines values for PolicyRepresentationLogic.

type PostJSONBody

type PostJSONBody = []map[string]interface{}

PostJSONBody defines parameters for Post.

type PostJSONRequestBody

type PostJSONRequestBody = PostJSONBody

PostJSONRequestBody defines body for Post for application/json ContentType.

type PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody

type PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody = AuthenticatorConfigRepresentation

PostRealmAuthenticationExecutionsExecutionIdConfigJSONRequestBody defines body for PostRealmAuthenticationExecutionsExecutionIdConfig for application/json ContentType.

type PostRealmAuthenticationExecutionsExecutionIdConfigResponse

type PostRealmAuthenticationExecutionsExecutionIdConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationExecutionsExecutionIdConfigResponse

func ParsePostRealmAuthenticationExecutionsExecutionIdConfigResponse(rsp *http.Response) (*PostRealmAuthenticationExecutionsExecutionIdConfigResponse, error)

ParsePostRealmAuthenticationExecutionsExecutionIdConfigResponse parses an HTTP response from a PostRealmAuthenticationExecutionsExecutionIdConfigWithResponse call

func (PostRealmAuthenticationExecutionsExecutionIdConfigResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationExecutionsExecutionIdConfigResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse

type PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse

func ParsePostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse(rsp *http.Response) (*PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse, error)

ParsePostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse parses an HTTP response from a PostRealmAuthenticationExecutionsExecutionIdLowerPriorityWithResponse call

func (PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationExecutionsExecutionIdLowerPriorityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse

type PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse

func ParsePostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse(rsp *http.Response) (*PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse, error)

ParsePostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse parses an HTTP response from a PostRealmAuthenticationExecutionsExecutionIdRaisePriorityWithResponse call

func (PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationExecutionsExecutionIdRaisePriorityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationExecutionsJSONRequestBody

type PostRealmAuthenticationExecutionsJSONRequestBody = AuthenticationExecutionRepresentation

PostRealmAuthenticationExecutionsJSONRequestBody defines body for PostRealmAuthenticationExecutions for application/json ContentType.

type PostRealmAuthenticationExecutionsResponse

type PostRealmAuthenticationExecutionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationExecutionsResponse

func ParsePostRealmAuthenticationExecutionsResponse(rsp *http.Response) (*PostRealmAuthenticationExecutionsResponse, error)

ParsePostRealmAuthenticationExecutionsResponse parses an HTTP response from a PostRealmAuthenticationExecutionsWithResponse call

func (PostRealmAuthenticationExecutionsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationExecutionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationFlowsFlowAliasCopyJSONBody

type PostRealmAuthenticationFlowsFlowAliasCopyJSONBody map[string]interface{}

PostRealmAuthenticationFlowsFlowAliasCopyJSONBody defines parameters for PostRealmAuthenticationFlowsFlowAliasCopy.

type PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody

type PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody PostRealmAuthenticationFlowsFlowAliasCopyJSONBody

PostRealmAuthenticationFlowsFlowAliasCopyJSONRequestBody defines body for PostRealmAuthenticationFlowsFlowAliasCopy for application/json ContentType.

type PostRealmAuthenticationFlowsFlowAliasCopyResponse

type PostRealmAuthenticationFlowsFlowAliasCopyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationFlowsFlowAliasCopyResponse

func ParsePostRealmAuthenticationFlowsFlowAliasCopyResponse(rsp *http.Response) (*PostRealmAuthenticationFlowsFlowAliasCopyResponse, error)

ParsePostRealmAuthenticationFlowsFlowAliasCopyResponse parses an HTTP response from a PostRealmAuthenticationFlowsFlowAliasCopyWithResponse call

func (PostRealmAuthenticationFlowsFlowAliasCopyResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationFlowsFlowAliasCopyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONBody

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONBody map[string]interface{}

PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONBody defines parameters for PostRealmAuthenticationFlowsFlowAliasExecutionsExecution.

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONBody

PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionJSONRequestBody defines body for PostRealmAuthenticationFlowsFlowAliasExecutionsExecution for application/json ContentType.

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse

type PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse

func ParsePostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse(rsp *http.Response) (*PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse, error)

ParsePostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse parses an HTTP response from a PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionWithResponse call

func (PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationFlowsFlowAliasExecutionsExecutionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONBody

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONBody map[string]interface{}

PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONBody defines parameters for PostRealmAuthenticationFlowsFlowAliasExecutionsFlow.

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONBody

PostRealmAuthenticationFlowsFlowAliasExecutionsFlowJSONRequestBody defines body for PostRealmAuthenticationFlowsFlowAliasExecutionsFlow for application/json ContentType.

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse

type PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse

func ParsePostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse(rsp *http.Response) (*PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse, error)

ParsePostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse parses an HTTP response from a PostRealmAuthenticationFlowsFlowAliasExecutionsFlowWithResponse call

func (PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationFlowsFlowAliasExecutionsFlowResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationFlowsJSONRequestBody

type PostRealmAuthenticationFlowsJSONRequestBody = AuthenticationFlowRepresentation

PostRealmAuthenticationFlowsJSONRequestBody defines body for PostRealmAuthenticationFlows for application/json ContentType.

type PostRealmAuthenticationFlowsResponse

type PostRealmAuthenticationFlowsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationFlowsResponse

func ParsePostRealmAuthenticationFlowsResponse(rsp *http.Response) (*PostRealmAuthenticationFlowsResponse, error)

ParsePostRealmAuthenticationFlowsResponse parses an HTTP response from a PostRealmAuthenticationFlowsWithResponse call

func (PostRealmAuthenticationFlowsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationFlowsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationRegisterRequiredActionJSONBody

type PostRealmAuthenticationRegisterRequiredActionJSONBody map[string]interface{}

PostRealmAuthenticationRegisterRequiredActionJSONBody defines parameters for PostRealmAuthenticationRegisterRequiredAction.

type PostRealmAuthenticationRegisterRequiredActionJSONRequestBody

type PostRealmAuthenticationRegisterRequiredActionJSONRequestBody PostRealmAuthenticationRegisterRequiredActionJSONBody

PostRealmAuthenticationRegisterRequiredActionJSONRequestBody defines body for PostRealmAuthenticationRegisterRequiredAction for application/json ContentType.

type PostRealmAuthenticationRegisterRequiredActionResponse

type PostRealmAuthenticationRegisterRequiredActionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationRegisterRequiredActionResponse

func ParsePostRealmAuthenticationRegisterRequiredActionResponse(rsp *http.Response) (*PostRealmAuthenticationRegisterRequiredActionResponse, error)

ParsePostRealmAuthenticationRegisterRequiredActionResponse parses an HTTP response from a PostRealmAuthenticationRegisterRequiredActionWithResponse call

func (PostRealmAuthenticationRegisterRequiredActionResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationRegisterRequiredActionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse

type PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse

func ParsePostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse(rsp *http.Response) (*PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse, error)

ParsePostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse parses an HTTP response from a PostRealmAuthenticationRequiredActionsAliasLowerPriorityWithResponse call

func (PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationRequiredActionsAliasLowerPriorityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse

type PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse

func ParsePostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse(rsp *http.Response) (*PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse, error)

ParsePostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse parses an HTTP response from a PostRealmAuthenticationRequiredActionsAliasRaisePriorityWithResponse call

func (PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse) Status

Status returns HTTPResponse.Status

func (PostRealmAuthenticationRequiredActionsAliasRaisePriorityResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientDescriptionConverterResponse

type PostRealmClientDescriptionConverterResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientRepresentation
}

func ParsePostRealmClientDescriptionConverterResponse

func ParsePostRealmClientDescriptionConverterResponse(rsp *http.Response) (*PostRealmClientDescriptionConverterResponse, error)

ParsePostRealmClientDescriptionConverterResponse parses an HTTP response from a PostRealmClientDescriptionConverterWithResponse call

func (PostRealmClientDescriptionConverterResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientDescriptionConverterResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientDescriptionConverterTextBody

type PostRealmClientDescriptionConverterTextBody = string

PostRealmClientDescriptionConverterTextBody defines parameters for PostRealmClientDescriptionConverter.

type PostRealmClientDescriptionConverterTextRequestBody

type PostRealmClientDescriptionConverterTextRequestBody = PostRealmClientDescriptionConverterTextBody

PostRealmClientDescriptionConverterTextRequestBody defines body for PostRealmClientDescriptionConverter for text/plain ContentType.

type PostRealmClientScopesIdProtocolMappersAddModelsJSONBody

type PostRealmClientScopesIdProtocolMappersAddModelsJSONBody = []ProtocolMapperRepresentation

PostRealmClientScopesIdProtocolMappersAddModelsJSONBody defines parameters for PostRealmClientScopesIdProtocolMappersAddModels.

type PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody

type PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody = PostRealmClientScopesIdProtocolMappersAddModelsJSONBody

PostRealmClientScopesIdProtocolMappersAddModelsJSONRequestBody defines body for PostRealmClientScopesIdProtocolMappersAddModels for application/json ContentType.

type PostRealmClientScopesIdProtocolMappersAddModelsResponse

type PostRealmClientScopesIdProtocolMappersAddModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientScopesIdProtocolMappersAddModelsResponse

func ParsePostRealmClientScopesIdProtocolMappersAddModelsResponse(rsp *http.Response) (*PostRealmClientScopesIdProtocolMappersAddModelsResponse, error)

ParsePostRealmClientScopesIdProtocolMappersAddModelsResponse parses an HTTP response from a PostRealmClientScopesIdProtocolMappersAddModelsWithResponse call

func (PostRealmClientScopesIdProtocolMappersAddModelsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientScopesIdProtocolMappersAddModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody

type PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody = ProtocolMapperRepresentation

PostRealmClientScopesIdProtocolMappersModelsJSONRequestBody defines body for PostRealmClientScopesIdProtocolMappersModels for application/json ContentType.

type PostRealmClientScopesIdProtocolMappersModelsResponse

type PostRealmClientScopesIdProtocolMappersModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientScopesIdProtocolMappersModelsResponse

func ParsePostRealmClientScopesIdProtocolMappersModelsResponse(rsp *http.Response) (*PostRealmClientScopesIdProtocolMappersModelsResponse, error)

ParsePostRealmClientScopesIdProtocolMappersModelsResponse parses an HTTP response from a PostRealmClientScopesIdProtocolMappersModelsWithResponse call

func (PostRealmClientScopesIdProtocolMappersModelsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientScopesIdProtocolMappersModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientScopesIdScopeMappingsClientsClientJSONBody

type PostRealmClientScopesIdScopeMappingsClientsClientJSONBody = []RoleRepresentation

PostRealmClientScopesIdScopeMappingsClientsClientJSONBody defines parameters for PostRealmClientScopesIdScopeMappingsClientsClient.

type PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody

type PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody = PostRealmClientScopesIdScopeMappingsClientsClientJSONBody

PostRealmClientScopesIdScopeMappingsClientsClientJSONRequestBody defines body for PostRealmClientScopesIdScopeMappingsClientsClient for application/json ContentType.

type PostRealmClientScopesIdScopeMappingsClientsClientResponse

type PostRealmClientScopesIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientScopesIdScopeMappingsClientsClientResponse

func ParsePostRealmClientScopesIdScopeMappingsClientsClientResponse(rsp *http.Response) (*PostRealmClientScopesIdScopeMappingsClientsClientResponse, error)

ParsePostRealmClientScopesIdScopeMappingsClientsClientResponse parses an HTTP response from a PostRealmClientScopesIdScopeMappingsClientsClientWithResponse call

func (PostRealmClientScopesIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientScopesIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientScopesIdScopeMappingsRealmJSONBody

type PostRealmClientScopesIdScopeMappingsRealmJSONBody = []RoleRepresentation

PostRealmClientScopesIdScopeMappingsRealmJSONBody defines parameters for PostRealmClientScopesIdScopeMappingsRealm.

type PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody

type PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody = PostRealmClientScopesIdScopeMappingsRealmJSONBody

PostRealmClientScopesIdScopeMappingsRealmJSONRequestBody defines body for PostRealmClientScopesIdScopeMappingsRealm for application/json ContentType.

type PostRealmClientScopesIdScopeMappingsRealmResponse

type PostRealmClientScopesIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientScopesIdScopeMappingsRealmResponse

func ParsePostRealmClientScopesIdScopeMappingsRealmResponse(rsp *http.Response) (*PostRealmClientScopesIdScopeMappingsRealmResponse, error)

ParsePostRealmClientScopesIdScopeMappingsRealmResponse parses an HTTP response from a PostRealmClientScopesIdScopeMappingsRealmWithResponse call

func (PostRealmClientScopesIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientScopesIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientScopesJSONRequestBody

type PostRealmClientScopesJSONRequestBody = ClientScopeRepresentation

PostRealmClientScopesJSONRequestBody defines body for PostRealmClientScopes for application/json ContentType.

type PostRealmClientScopesResponse

type PostRealmClientScopesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientScopesResponse

func ParsePostRealmClientScopesResponse(rsp *http.Response) (*PostRealmClientScopesResponse, error)

ParsePostRealmClientScopesResponse parses an HTTP response from a PostRealmClientScopesWithResponse call

func (PostRealmClientScopesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientScopesResponse) StatusCode

func (r PostRealmClientScopesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody

type PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody = KeyStoreConfig

PostRealmClientsIdCertificatesAttrDownloadJSONRequestBody defines body for PostRealmClientsIdCertificatesAttrDownload for application/json ContentType.

type PostRealmClientsIdCertificatesAttrDownloadResponse

type PostRealmClientsIdCertificatesAttrDownloadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdCertificatesAttrDownloadResponse

func ParsePostRealmClientsIdCertificatesAttrDownloadResponse(rsp *http.Response) (*PostRealmClientsIdCertificatesAttrDownloadResponse, error)

ParsePostRealmClientsIdCertificatesAttrDownloadResponse parses an HTTP response from a PostRealmClientsIdCertificatesAttrDownloadWithResponse call

func (PostRealmClientsIdCertificatesAttrDownloadResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdCertificatesAttrDownloadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody

type PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody = KeyStoreConfig

PostRealmClientsIdCertificatesAttrGenerateAndDownloadJSONRequestBody defines body for PostRealmClientsIdCertificatesAttrGenerateAndDownload for application/json ContentType.

type PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse

type PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse

func ParsePostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse(rsp *http.Response) (*PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse, error)

ParsePostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse parses an HTTP response from a PostRealmClientsIdCertificatesAttrGenerateAndDownloadWithResponse call

func (PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdCertificatesAttrGenerateAndDownloadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdCertificatesAttrGenerateResponse

type PostRealmClientsIdCertificatesAttrGenerateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CertificateRepresentation
}

func ParsePostRealmClientsIdCertificatesAttrGenerateResponse

func ParsePostRealmClientsIdCertificatesAttrGenerateResponse(rsp *http.Response) (*PostRealmClientsIdCertificatesAttrGenerateResponse, error)

ParsePostRealmClientsIdCertificatesAttrGenerateResponse parses an HTTP response from a PostRealmClientsIdCertificatesAttrGenerateWithResponse call

func (PostRealmClientsIdCertificatesAttrGenerateResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdCertificatesAttrGenerateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdCertificatesAttrUploadCertificateResponse

type PostRealmClientsIdCertificatesAttrUploadCertificateResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CertificateRepresentation
}

func ParsePostRealmClientsIdCertificatesAttrUploadCertificateResponse

func ParsePostRealmClientsIdCertificatesAttrUploadCertificateResponse(rsp *http.Response) (*PostRealmClientsIdCertificatesAttrUploadCertificateResponse, error)

ParsePostRealmClientsIdCertificatesAttrUploadCertificateResponse parses an HTTP response from a PostRealmClientsIdCertificatesAttrUploadCertificateWithResponse call

func (PostRealmClientsIdCertificatesAttrUploadCertificateResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdCertificatesAttrUploadCertificateResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdCertificatesAttrUploadResponse

type PostRealmClientsIdCertificatesAttrUploadResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CertificateRepresentation
}

func ParsePostRealmClientsIdCertificatesAttrUploadResponse

func ParsePostRealmClientsIdCertificatesAttrUploadResponse(rsp *http.Response) (*PostRealmClientsIdCertificatesAttrUploadResponse, error)

ParsePostRealmClientsIdCertificatesAttrUploadResponse parses an HTTP response from a PostRealmClientsIdCertificatesAttrUploadWithResponse call

func (PostRealmClientsIdCertificatesAttrUploadResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdCertificatesAttrUploadResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdClientSecretResponse

type PostRealmClientsIdClientSecretResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *CredentialRepresentation
}

func ParsePostRealmClientsIdClientSecretResponse

func ParsePostRealmClientsIdClientSecretResponse(rsp *http.Response) (*PostRealmClientsIdClientSecretResponse, error)

ParsePostRealmClientsIdClientSecretResponse parses an HTTP response from a PostRealmClientsIdClientSecretWithResponse call

func (PostRealmClientsIdClientSecretResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdClientSecretResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdNodesJSONBody

type PostRealmClientsIdNodesJSONBody map[string]interface{}

PostRealmClientsIdNodesJSONBody defines parameters for PostRealmClientsIdNodes.

type PostRealmClientsIdNodesJSONRequestBody

type PostRealmClientsIdNodesJSONRequestBody PostRealmClientsIdNodesJSONBody

PostRealmClientsIdNodesJSONRequestBody defines body for PostRealmClientsIdNodes for application/json ContentType.

type PostRealmClientsIdNodesResponse

type PostRealmClientsIdNodesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdNodesResponse

func ParsePostRealmClientsIdNodesResponse(rsp *http.Response) (*PostRealmClientsIdNodesResponse, error)

ParsePostRealmClientsIdNodesResponse parses an HTTP response from a PostRealmClientsIdNodesWithResponse call

func (PostRealmClientsIdNodesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdNodesResponse) StatusCode

func (r PostRealmClientsIdNodesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdProtocolMappersAddModelsJSONBody

type PostRealmClientsIdProtocolMappersAddModelsJSONBody = []ProtocolMapperRepresentation

PostRealmClientsIdProtocolMappersAddModelsJSONBody defines parameters for PostRealmClientsIdProtocolMappersAddModels.

type PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody

type PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody = PostRealmClientsIdProtocolMappersAddModelsJSONBody

PostRealmClientsIdProtocolMappersAddModelsJSONRequestBody defines body for PostRealmClientsIdProtocolMappersAddModels for application/json ContentType.

type PostRealmClientsIdProtocolMappersAddModelsResponse

type PostRealmClientsIdProtocolMappersAddModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdProtocolMappersAddModelsResponse

func ParsePostRealmClientsIdProtocolMappersAddModelsResponse(rsp *http.Response) (*PostRealmClientsIdProtocolMappersAddModelsResponse, error)

ParsePostRealmClientsIdProtocolMappersAddModelsResponse parses an HTTP response from a PostRealmClientsIdProtocolMappersAddModelsWithResponse call

func (PostRealmClientsIdProtocolMappersAddModelsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdProtocolMappersAddModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdProtocolMappersModelsJSONRequestBody

type PostRealmClientsIdProtocolMappersModelsJSONRequestBody = ProtocolMapperRepresentation

PostRealmClientsIdProtocolMappersModelsJSONRequestBody defines body for PostRealmClientsIdProtocolMappersModels for application/json ContentType.

type PostRealmClientsIdProtocolMappersModelsResponse

type PostRealmClientsIdProtocolMappersModelsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdProtocolMappersModelsResponse

func ParsePostRealmClientsIdProtocolMappersModelsResponse(rsp *http.Response) (*PostRealmClientsIdProtocolMappersModelsResponse, error)

ParsePostRealmClientsIdProtocolMappersModelsResponse parses an HTTP response from a PostRealmClientsIdProtocolMappersModelsWithResponse call

func (PostRealmClientsIdProtocolMappersModelsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdProtocolMappersModelsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdPushRevocationResponse

type PostRealmClientsIdPushRevocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *GlobalRequestResult
}

func ParsePostRealmClientsIdPushRevocationResponse

func ParsePostRealmClientsIdPushRevocationResponse(rsp *http.Response) (*PostRealmClientsIdPushRevocationResponse, error)

ParsePostRealmClientsIdPushRevocationResponse parses an HTTP response from a PostRealmClientsIdPushRevocationWithResponse call

func (PostRealmClientsIdPushRevocationResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdPushRevocationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdRegistrationAccessTokenResponse

type PostRealmClientsIdRegistrationAccessTokenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientRepresentation
}

func ParsePostRealmClientsIdRegistrationAccessTokenResponse

func ParsePostRealmClientsIdRegistrationAccessTokenResponse(rsp *http.Response) (*PostRealmClientsIdRegistrationAccessTokenResponse, error)

ParsePostRealmClientsIdRegistrationAccessTokenResponse parses an HTTP response from a PostRealmClientsIdRegistrationAccessTokenWithResponse call

func (PostRealmClientsIdRegistrationAccessTokenResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdRegistrationAccessTokenResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdRolesJSONRequestBody

type PostRealmClientsIdRolesJSONRequestBody = RoleRepresentation

PostRealmClientsIdRolesJSONRequestBody defines body for PostRealmClientsIdRoles for application/json ContentType.

type PostRealmClientsIdRolesResponse

type PostRealmClientsIdRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdRolesResponse

func ParsePostRealmClientsIdRolesResponse(rsp *http.Response) (*PostRealmClientsIdRolesResponse, error)

ParsePostRealmClientsIdRolesResponse parses an HTTP response from a PostRealmClientsIdRolesWithResponse call

func (PostRealmClientsIdRolesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdRolesResponse) StatusCode

func (r PostRealmClientsIdRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdRolesRoleNameCompositesJSONBody

type PostRealmClientsIdRolesRoleNameCompositesJSONBody = []RoleRepresentation

PostRealmClientsIdRolesRoleNameCompositesJSONBody defines parameters for PostRealmClientsIdRolesRoleNameComposites.

type PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody

type PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody = PostRealmClientsIdRolesRoleNameCompositesJSONBody

PostRealmClientsIdRolesRoleNameCompositesJSONRequestBody defines body for PostRealmClientsIdRolesRoleNameComposites for application/json ContentType.

type PostRealmClientsIdRolesRoleNameCompositesResponse

type PostRealmClientsIdRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdRolesRoleNameCompositesResponse

func ParsePostRealmClientsIdRolesRoleNameCompositesResponse(rsp *http.Response) (*PostRealmClientsIdRolesRoleNameCompositesResponse, error)

ParsePostRealmClientsIdRolesRoleNameCompositesResponse parses an HTTP response from a PostRealmClientsIdRolesRoleNameCompositesWithResponse call

func (PostRealmClientsIdRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdScopeMappingsClientsClientJSONBody

type PostRealmClientsIdScopeMappingsClientsClientJSONBody = []RoleRepresentation

PostRealmClientsIdScopeMappingsClientsClientJSONBody defines parameters for PostRealmClientsIdScopeMappingsClientsClient.

type PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody

type PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody = PostRealmClientsIdScopeMappingsClientsClientJSONBody

PostRealmClientsIdScopeMappingsClientsClientJSONRequestBody defines body for PostRealmClientsIdScopeMappingsClientsClient for application/json ContentType.

type PostRealmClientsIdScopeMappingsClientsClientResponse

type PostRealmClientsIdScopeMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdScopeMappingsClientsClientResponse

func ParsePostRealmClientsIdScopeMappingsClientsClientResponse(rsp *http.Response) (*PostRealmClientsIdScopeMappingsClientsClientResponse, error)

ParsePostRealmClientsIdScopeMappingsClientsClientResponse parses an HTTP response from a PostRealmClientsIdScopeMappingsClientsClientWithResponse call

func (PostRealmClientsIdScopeMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdScopeMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsIdScopeMappingsRealmJSONBody

type PostRealmClientsIdScopeMappingsRealmJSONBody = []RoleRepresentation

PostRealmClientsIdScopeMappingsRealmJSONBody defines parameters for PostRealmClientsIdScopeMappingsRealm.

type PostRealmClientsIdScopeMappingsRealmJSONRequestBody

type PostRealmClientsIdScopeMappingsRealmJSONRequestBody = PostRealmClientsIdScopeMappingsRealmJSONBody

PostRealmClientsIdScopeMappingsRealmJSONRequestBody defines body for PostRealmClientsIdScopeMappingsRealm for application/json ContentType.

type PostRealmClientsIdScopeMappingsRealmResponse

type PostRealmClientsIdScopeMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsIdScopeMappingsRealmResponse

func ParsePostRealmClientsIdScopeMappingsRealmResponse(rsp *http.Response) (*PostRealmClientsIdScopeMappingsRealmResponse, error)

ParsePostRealmClientsIdScopeMappingsRealmResponse parses an HTTP response from a PostRealmClientsIdScopeMappingsRealmWithResponse call

func (PostRealmClientsIdScopeMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsIdScopeMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsInitialAccessJSONRequestBody

type PostRealmClientsInitialAccessJSONRequestBody = ClientInitialAccessCreatePresentation

PostRealmClientsInitialAccessJSONRequestBody defines body for PostRealmClientsInitialAccess for application/json ContentType.

type PostRealmClientsInitialAccessResponse

type PostRealmClientsInitialAccessResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ClientInitialAccessPresentation
}

func ParsePostRealmClientsInitialAccessResponse

func ParsePostRealmClientsInitialAccessResponse(rsp *http.Response) (*PostRealmClientsInitialAccessResponse, error)

ParsePostRealmClientsInitialAccessResponse parses an HTTP response from a PostRealmClientsInitialAccessWithResponse call

func (PostRealmClientsInitialAccessResponse) Status

Status returns HTTPResponse.Status

func (PostRealmClientsInitialAccessResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmClientsJSONRequestBody

type PostRealmClientsJSONRequestBody = ClientRepresentation

PostRealmClientsJSONRequestBody defines body for PostRealmClients for application/json ContentType.

type PostRealmClientsResponse

type PostRealmClientsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmClientsResponse

func ParsePostRealmClientsResponse(rsp *http.Response) (*PostRealmClientsResponse, error)

ParsePostRealmClientsResponse parses an HTTP response from a PostRealmClientsWithResponse call

func (PostRealmClientsResponse) Status

func (r PostRealmClientsResponse) Status() string

Status returns HTTPResponse.Status

func (PostRealmClientsResponse) StatusCode

func (r PostRealmClientsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmComponentsJSONRequestBody

type PostRealmComponentsJSONRequestBody = ComponentRepresentation

PostRealmComponentsJSONRequestBody defines body for PostRealmComponents for application/json ContentType.

type PostRealmComponentsResponse

type PostRealmComponentsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmComponentsResponse

func ParsePostRealmComponentsResponse(rsp *http.Response) (*PostRealmComponentsResponse, error)

ParsePostRealmComponentsResponse parses an HTTP response from a PostRealmComponentsWithResponse call

func (PostRealmComponentsResponse) Status

Status returns HTTPResponse.Status

func (PostRealmComponentsResponse) StatusCode

func (r PostRealmComponentsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmGroupsIdChildrenJSONRequestBody

type PostRealmGroupsIdChildrenJSONRequestBody = GroupRepresentation

PostRealmGroupsIdChildrenJSONRequestBody defines body for PostRealmGroupsIdChildren for application/json ContentType.

type PostRealmGroupsIdChildrenResponse

type PostRealmGroupsIdChildrenResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmGroupsIdChildrenResponse

func ParsePostRealmGroupsIdChildrenResponse(rsp *http.Response) (*PostRealmGroupsIdChildrenResponse, error)

ParsePostRealmGroupsIdChildrenResponse parses an HTTP response from a PostRealmGroupsIdChildrenWithResponse call

func (PostRealmGroupsIdChildrenResponse) Status

Status returns HTTPResponse.Status

func (PostRealmGroupsIdChildrenResponse) StatusCode

func (r PostRealmGroupsIdChildrenResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmGroupsIdRoleMappingsClientsClientJSONBody

type PostRealmGroupsIdRoleMappingsClientsClientJSONBody = []RoleRepresentation

PostRealmGroupsIdRoleMappingsClientsClientJSONBody defines parameters for PostRealmGroupsIdRoleMappingsClientsClient.

type PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody

type PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody = PostRealmGroupsIdRoleMappingsClientsClientJSONBody

PostRealmGroupsIdRoleMappingsClientsClientJSONRequestBody defines body for PostRealmGroupsIdRoleMappingsClientsClient for application/json ContentType.

type PostRealmGroupsIdRoleMappingsClientsClientResponse

type PostRealmGroupsIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmGroupsIdRoleMappingsClientsClientResponse

func ParsePostRealmGroupsIdRoleMappingsClientsClientResponse(rsp *http.Response) (*PostRealmGroupsIdRoleMappingsClientsClientResponse, error)

ParsePostRealmGroupsIdRoleMappingsClientsClientResponse parses an HTTP response from a PostRealmGroupsIdRoleMappingsClientsClientWithResponse call

func (PostRealmGroupsIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (PostRealmGroupsIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmGroupsIdRoleMappingsRealmJSONBody

type PostRealmGroupsIdRoleMappingsRealmJSONBody = []RoleRepresentation

PostRealmGroupsIdRoleMappingsRealmJSONBody defines parameters for PostRealmGroupsIdRoleMappingsRealm.

type PostRealmGroupsIdRoleMappingsRealmJSONRequestBody

type PostRealmGroupsIdRoleMappingsRealmJSONRequestBody = PostRealmGroupsIdRoleMappingsRealmJSONBody

PostRealmGroupsIdRoleMappingsRealmJSONRequestBody defines body for PostRealmGroupsIdRoleMappingsRealm for application/json ContentType.

type PostRealmGroupsIdRoleMappingsRealmResponse

type PostRealmGroupsIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmGroupsIdRoleMappingsRealmResponse

func ParsePostRealmGroupsIdRoleMappingsRealmResponse(rsp *http.Response) (*PostRealmGroupsIdRoleMappingsRealmResponse, error)

ParsePostRealmGroupsIdRoleMappingsRealmResponse parses an HTTP response from a PostRealmGroupsIdRoleMappingsRealmWithResponse call

func (PostRealmGroupsIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (PostRealmGroupsIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmGroupsJSONRequestBody

type PostRealmGroupsJSONRequestBody = GroupRepresentation

PostRealmGroupsJSONRequestBody defines body for PostRealmGroups for application/json ContentType.

type PostRealmGroupsResponse

type PostRealmGroupsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmGroupsResponse

func ParsePostRealmGroupsResponse(rsp *http.Response) (*PostRealmGroupsResponse, error)

ParsePostRealmGroupsResponse parses an HTTP response from a PostRealmGroupsWithResponse call

func (PostRealmGroupsResponse) Status

func (r PostRealmGroupsResponse) Status() string

Status returns HTTPResponse.Status

func (PostRealmGroupsResponse) StatusCode

func (r PostRealmGroupsResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmIdentityProviderImportConfigResponse

type PostRealmIdentityProviderImportConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParsePostRealmIdentityProviderImportConfigResponse

func ParsePostRealmIdentityProviderImportConfigResponse(rsp *http.Response) (*PostRealmIdentityProviderImportConfigResponse, error)

ParsePostRealmIdentityProviderImportConfigResponse parses an HTTP response from a PostRealmIdentityProviderImportConfigWithResponse call

func (PostRealmIdentityProviderImportConfigResponse) Status

Status returns HTTPResponse.Status

func (PostRealmIdentityProviderImportConfigResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody

type PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody = IdentityProviderMapperRepresentation

PostRealmIdentityProviderInstancesAliasMappersJSONRequestBody defines body for PostRealmIdentityProviderInstancesAliasMappers for application/json ContentType.

type PostRealmIdentityProviderInstancesAliasMappersResponse

type PostRealmIdentityProviderInstancesAliasMappersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmIdentityProviderInstancesAliasMappersResponse

func ParsePostRealmIdentityProviderInstancesAliasMappersResponse(rsp *http.Response) (*PostRealmIdentityProviderInstancesAliasMappersResponse, error)

ParsePostRealmIdentityProviderInstancesAliasMappersResponse parses an HTTP response from a PostRealmIdentityProviderInstancesAliasMappersWithResponse call

func (PostRealmIdentityProviderInstancesAliasMappersResponse) Status

Status returns HTTPResponse.Status

func (PostRealmIdentityProviderInstancesAliasMappersResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmIdentityProviderInstancesJSONRequestBody

type PostRealmIdentityProviderInstancesJSONRequestBody = IdentityProviderRepresentation

PostRealmIdentityProviderInstancesJSONRequestBody defines body for PostRealmIdentityProviderInstances for application/json ContentType.

type PostRealmIdentityProviderInstancesResponse

type PostRealmIdentityProviderInstancesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmIdentityProviderInstancesResponse

func ParsePostRealmIdentityProviderInstancesResponse(rsp *http.Response) (*PostRealmIdentityProviderInstancesResponse, error)

ParsePostRealmIdentityProviderInstancesResponse parses an HTTP response from a PostRealmIdentityProviderInstancesWithResponse call

func (PostRealmIdentityProviderInstancesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmIdentityProviderInstancesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmJSONRequestBody

type PostRealmJSONRequestBody = RealmRepresentation

type PostRealmLocalizationLocaleJSONBody

type PostRealmLocalizationLocaleJSONBody map[string]interface{}

PostRealmLocalizationLocaleJSONBody defines parameters for PostRealmLocalizationLocale.

type PostRealmLocalizationLocaleJSONRequestBody

type PostRealmLocalizationLocaleJSONRequestBody PostRealmLocalizationLocaleJSONBody

PostRealmLocalizationLocaleJSONRequestBody defines body for PostRealmLocalizationLocale for application/json ContentType.

type PostRealmLocalizationLocaleResponse

type PostRealmLocalizationLocaleResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmLocalizationLocaleResponse

func ParsePostRealmLocalizationLocaleResponse(rsp *http.Response) (*PostRealmLocalizationLocaleResponse, error)

ParsePostRealmLocalizationLocaleResponse parses an HTTP response from a PostRealmLocalizationLocaleWithResponse call

func (PostRealmLocalizationLocaleResponse) Status

Status returns HTTPResponse.Status

func (PostRealmLocalizationLocaleResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmLogoutAllResponse

type PostRealmLogoutAllResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *GlobalRequestResult
}

func ParsePostRealmLogoutAllResponse

func ParsePostRealmLogoutAllResponse(rsp *http.Response) (*PostRealmLogoutAllResponse, error)

ParsePostRealmLogoutAllResponse parses an HTTP response from a PostRealmLogoutAllWithResponse call

func (PostRealmLogoutAllResponse) Status

Status returns HTTPResponse.Status

func (PostRealmLogoutAllResponse) StatusCode

func (r PostRealmLogoutAllResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmPartialExportParams

type PostRealmPartialExportParams struct {
	ExportClients        *bool `form:"exportClients,omitempty" json:"exportClients,omitempty"`
	ExportGroupsAndRoles *bool `form:"exportGroupsAndRoles,omitempty" json:"exportGroupsAndRoles,omitempty"`
}

PostRealmPartialExportParams defines parameters for PostRealmPartialExport.

type PostRealmPartialExportResponse

type PostRealmPartialExportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmPartialExportResponse

func ParsePostRealmPartialExportResponse(rsp *http.Response) (*PostRealmPartialExportResponse, error)

ParsePostRealmPartialExportResponse parses an HTTP response from a PostRealmPartialExportWithResponse call

func (PostRealmPartialExportResponse) Status

Status returns HTTPResponse.Status

func (PostRealmPartialExportResponse) StatusCode

func (r PostRealmPartialExportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmPartialImportJSONRequestBody

type PostRealmPartialImportJSONRequestBody = PartialImportRepresentation

PostRealmPartialImportJSONRequestBody defines body for PostRealmPartialImport for application/json ContentType.

type PostRealmPartialImportResponse

type PostRealmPartialImportResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmPartialImportResponse

func ParsePostRealmPartialImportResponse(rsp *http.Response) (*PostRealmPartialImportResponse, error)

ParsePostRealmPartialImportResponse parses an HTTP response from a PostRealmPartialImportWithResponse call

func (PostRealmPartialImportResponse) Status

Status returns HTTPResponse.Status

func (PostRealmPartialImportResponse) StatusCode

func (r PostRealmPartialImportResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmPushRevocationResponse

type PostRealmPushRevocationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmPushRevocationResponse

func ParsePostRealmPushRevocationResponse(rsp *http.Response) (*PostRealmPushRevocationResponse, error)

ParsePostRealmPushRevocationResponse parses an HTTP response from a PostRealmPushRevocationWithResponse call

func (PostRealmPushRevocationResponse) Status

Status returns HTTPResponse.Status

func (PostRealmPushRevocationResponse) StatusCode

func (r PostRealmPushRevocationResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmResponse

type PostRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmResponse

func ParsePostRealmResponse(rsp *http.Response) (*PostRealmResponse, error)

ParsePostRealmResponse parses an HTTP response from a PostRealmWithResponse call

func (PostRealmResponse) Status

func (r PostRealmResponse) Status() string

Status returns HTTPResponse.Status

func (PostRealmResponse) StatusCode

func (r PostRealmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmRolesByIdRoleIdCompositesJSONBody

type PostRealmRolesByIdRoleIdCompositesJSONBody = []RoleRepresentation

PostRealmRolesByIdRoleIdCompositesJSONBody defines parameters for PostRealmRolesByIdRoleIdComposites.

type PostRealmRolesByIdRoleIdCompositesJSONRequestBody

type PostRealmRolesByIdRoleIdCompositesJSONRequestBody = PostRealmRolesByIdRoleIdCompositesJSONBody

PostRealmRolesByIdRoleIdCompositesJSONRequestBody defines body for PostRealmRolesByIdRoleIdComposites for application/json ContentType.

type PostRealmRolesByIdRoleIdCompositesResponse

type PostRealmRolesByIdRoleIdCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmRolesByIdRoleIdCompositesResponse

func ParsePostRealmRolesByIdRoleIdCompositesResponse(rsp *http.Response) (*PostRealmRolesByIdRoleIdCompositesResponse, error)

ParsePostRealmRolesByIdRoleIdCompositesResponse parses an HTTP response from a PostRealmRolesByIdRoleIdCompositesWithResponse call

func (PostRealmRolesByIdRoleIdCompositesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmRolesByIdRoleIdCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmRolesJSONRequestBody

type PostRealmRolesJSONRequestBody = RoleRepresentation

PostRealmRolesJSONRequestBody defines body for PostRealmRoles for application/json ContentType.

type PostRealmRolesResponse

type PostRealmRolesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmRolesResponse

func ParsePostRealmRolesResponse(rsp *http.Response) (*PostRealmRolesResponse, error)

ParsePostRealmRolesResponse parses an HTTP response from a PostRealmRolesWithResponse call

func (PostRealmRolesResponse) Status

func (r PostRealmRolesResponse) Status() string

Status returns HTTPResponse.Status

func (PostRealmRolesResponse) StatusCode

func (r PostRealmRolesResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmRolesRoleNameCompositesJSONBody

type PostRealmRolesRoleNameCompositesJSONBody = []RoleRepresentation

PostRealmRolesRoleNameCompositesJSONBody defines parameters for PostRealmRolesRoleNameComposites.

type PostRealmRolesRoleNameCompositesJSONRequestBody

type PostRealmRolesRoleNameCompositesJSONRequestBody = PostRealmRolesRoleNameCompositesJSONBody

PostRealmRolesRoleNameCompositesJSONRequestBody defines body for PostRealmRolesRoleNameComposites for application/json ContentType.

type PostRealmRolesRoleNameCompositesResponse

type PostRealmRolesRoleNameCompositesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmRolesRoleNameCompositesResponse

func ParsePostRealmRolesRoleNameCompositesResponse(rsp *http.Response) (*PostRealmRolesRoleNameCompositesResponse, error)

ParsePostRealmRolesRoleNameCompositesResponse parses an HTTP response from a PostRealmRolesRoleNameCompositesWithResponse call

func (PostRealmRolesRoleNameCompositesResponse) Status

Status returns HTTPResponse.Status

func (PostRealmRolesRoleNameCompositesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmTestSMTPConnectionJSONBody

type PostRealmTestSMTPConnectionJSONBody map[string]interface{}

PostRealmTestSMTPConnectionJSONBody defines parameters for PostRealmTestSMTPConnection.

type PostRealmTestSMTPConnectionJSONRequestBody

type PostRealmTestSMTPConnectionJSONRequestBody PostRealmTestSMTPConnectionJSONBody

PostRealmTestSMTPConnectionJSONRequestBody defines body for PostRealmTestSMTPConnection for application/json ContentType.

type PostRealmTestSMTPConnectionResponse

type PostRealmTestSMTPConnectionResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmTestSMTPConnectionResponse

func ParsePostRealmTestSMTPConnectionResponse(rsp *http.Response) (*PostRealmTestSMTPConnectionResponse, error)

ParsePostRealmTestSMTPConnectionResponse parses an HTTP response from a PostRealmTestSMTPConnectionWithResponse call

func (PostRealmTestSMTPConnectionResponse) Status

Status returns HTTPResponse.Status

func (PostRealmTestSMTPConnectionResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse

type PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse

func ParsePostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse(rsp *http.Response) (*PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse, error)

ParsePostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse parses an HTTP response from a PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdWithResponse call

func (PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdCredentialsCredentialIdMoveAfterNewPreviousCredentialIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse

type PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse

func ParsePostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse(rsp *http.Response) (*PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse, error)

ParsePostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse parses an HTTP response from a PostRealmUsersIdCredentialsCredentialIdMoveToFirstWithResponse call

func (PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdCredentialsCredentialIdMoveToFirstResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdFederatedIdentityProviderJSONRequestBody

type PostRealmUsersIdFederatedIdentityProviderJSONRequestBody = FederatedIdentityRepresentation

PostRealmUsersIdFederatedIdentityProviderJSONRequestBody defines body for PostRealmUsersIdFederatedIdentityProvider for application/json ContentType.

type PostRealmUsersIdFederatedIdentityProviderResponse

type PostRealmUsersIdFederatedIdentityProviderResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdFederatedIdentityProviderResponse

func ParsePostRealmUsersIdFederatedIdentityProviderResponse(rsp *http.Response) (*PostRealmUsersIdFederatedIdentityProviderResponse, error)

ParsePostRealmUsersIdFederatedIdentityProviderResponse parses an HTTP response from a PostRealmUsersIdFederatedIdentityProviderWithResponse call

func (PostRealmUsersIdFederatedIdentityProviderResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdFederatedIdentityProviderResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdImpersonationResponse

type PostRealmUsersIdImpersonationResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *map[string]interface{}
}

func ParsePostRealmUsersIdImpersonationResponse

func ParsePostRealmUsersIdImpersonationResponse(rsp *http.Response) (*PostRealmUsersIdImpersonationResponse, error)

ParsePostRealmUsersIdImpersonationResponse parses an HTTP response from a PostRealmUsersIdImpersonationWithResponse call

func (PostRealmUsersIdImpersonationResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdImpersonationResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdLogoutResponse

type PostRealmUsersIdLogoutResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdLogoutResponse

func ParsePostRealmUsersIdLogoutResponse(rsp *http.Response) (*PostRealmUsersIdLogoutResponse, error)

ParsePostRealmUsersIdLogoutResponse parses an HTTP response from a PostRealmUsersIdLogoutWithResponse call

func (PostRealmUsersIdLogoutResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdLogoutResponse) StatusCode

func (r PostRealmUsersIdLogoutResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdRoleMappingsClientsClientJSONBody

type PostRealmUsersIdRoleMappingsClientsClientJSONBody = []RoleRepresentation

PostRealmUsersIdRoleMappingsClientsClientJSONBody defines parameters for PostRealmUsersIdRoleMappingsClientsClient.

type PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody

type PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody = PostRealmUsersIdRoleMappingsClientsClientJSONBody

PostRealmUsersIdRoleMappingsClientsClientJSONRequestBody defines body for PostRealmUsersIdRoleMappingsClientsClient for application/json ContentType.

type PostRealmUsersIdRoleMappingsClientsClientResponse

type PostRealmUsersIdRoleMappingsClientsClientResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdRoleMappingsClientsClientResponse

func ParsePostRealmUsersIdRoleMappingsClientsClientResponse(rsp *http.Response) (*PostRealmUsersIdRoleMappingsClientsClientResponse, error)

ParsePostRealmUsersIdRoleMappingsClientsClientResponse parses an HTTP response from a PostRealmUsersIdRoleMappingsClientsClientWithResponse call

func (PostRealmUsersIdRoleMappingsClientsClientResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdRoleMappingsClientsClientResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersIdRoleMappingsRealmJSONBody

type PostRealmUsersIdRoleMappingsRealmJSONBody = []RoleRepresentation

PostRealmUsersIdRoleMappingsRealmJSONBody defines parameters for PostRealmUsersIdRoleMappingsRealm.

type PostRealmUsersIdRoleMappingsRealmJSONRequestBody

type PostRealmUsersIdRoleMappingsRealmJSONRequestBody = PostRealmUsersIdRoleMappingsRealmJSONBody

PostRealmUsersIdRoleMappingsRealmJSONRequestBody defines body for PostRealmUsersIdRoleMappingsRealm for application/json ContentType.

type PostRealmUsersIdRoleMappingsRealmResponse

type PostRealmUsersIdRoleMappingsRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersIdRoleMappingsRealmResponse

func ParsePostRealmUsersIdRoleMappingsRealmResponse(rsp *http.Response) (*PostRealmUsersIdRoleMappingsRealmResponse, error)

ParsePostRealmUsersIdRoleMappingsRealmResponse parses an HTTP response from a PostRealmUsersIdRoleMappingsRealmWithResponse call

func (PostRealmUsersIdRoleMappingsRealmResponse) Status

Status returns HTTPResponse.Status

func (PostRealmUsersIdRoleMappingsRealmResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PostRealmUsersJSONRequestBody

type PostRealmUsersJSONRequestBody = UserRepresentation

PostRealmUsersJSONRequestBody defines body for PostRealmUsers for application/json ContentType.

type PostRealmUsersResponse

type PostRealmUsersResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostRealmUsersResponse

func ParsePostRealmUsersResponse(rsp *http.Response) (*PostRealmUsersResponse, error)

ParsePostRealmUsersResponse parses an HTTP response from a PostRealmUsersWithResponse call

func (PostRealmUsersResponse) Status

func (r PostRealmUsersResponse) Status() string

Status returns HTTPResponse.Status

func (PostRealmUsersResponse) StatusCode

func (r PostRealmUsersResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PostResponse

type PostResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePostResponse

func ParsePostResponse(rsp *http.Response) (*PostResponse, error)

ParsePostResponse parses an HTTP response from a PostWithResponse call

func (PostResponse) Status

func (r PostResponse) Status() string

Status returns HTTPResponse.Status

func (PostResponse) StatusCode

func (r PostResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type ProfileInfoRepresentation

type ProfileInfoRepresentation struct {
	DisabledFeatures     *[]string `json:"disabledFeatures,omitempty"`
	ExperimentalFeatures *[]string `json:"experimentalFeatures,omitempty"`
	Name                 *string   `json:"name,omitempty"`
	PreviewFeatures      *[]string `json:"previewFeatures,omitempty"`
}

ProfileInfoRepresentation defines model for ProfileInfoRepresentation.

type ProtocolMapperRepresentation

type ProtocolMapperRepresentation struct {
	Config         *map[string]interface{} `json:"config,omitempty"`
	Id             *string                 `json:"id,omitempty"`
	Name           *string                 `json:"name,omitempty"`
	Protocol       *string                 `json:"protocol,omitempty"`
	ProtocolMapper *string                 `json:"protocolMapper,omitempty"`
}

ProtocolMapperRepresentation defines model for ProtocolMapperRepresentation.

type PutRealmAuthenticationConfigIdJSONRequestBody

type PutRealmAuthenticationConfigIdJSONRequestBody = AuthenticatorConfigRepresentation

PutRealmAuthenticationConfigIdJSONRequestBody defines body for PutRealmAuthenticationConfigId for application/json ContentType.

type PutRealmAuthenticationConfigIdResponse

type PutRealmAuthenticationConfigIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmAuthenticationConfigIdResponse

func ParsePutRealmAuthenticationConfigIdResponse(rsp *http.Response) (*PutRealmAuthenticationConfigIdResponse, error)

ParsePutRealmAuthenticationConfigIdResponse parses an HTTP response from a PutRealmAuthenticationConfigIdWithResponse call

func (PutRealmAuthenticationConfigIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmAuthenticationConfigIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody

type PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody = AuthenticationExecutionInfoRepresentation

PutRealmAuthenticationFlowsFlowAliasExecutionsJSONRequestBody defines body for PutRealmAuthenticationFlowsFlowAliasExecutions for application/json ContentType.

type PutRealmAuthenticationFlowsFlowAliasExecutionsResponse

type PutRealmAuthenticationFlowsFlowAliasExecutionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmAuthenticationFlowsFlowAliasExecutionsResponse

func ParsePutRealmAuthenticationFlowsFlowAliasExecutionsResponse(rsp *http.Response) (*PutRealmAuthenticationFlowsFlowAliasExecutionsResponse, error)

ParsePutRealmAuthenticationFlowsFlowAliasExecutionsResponse parses an HTTP response from a PutRealmAuthenticationFlowsFlowAliasExecutionsWithResponse call

func (PutRealmAuthenticationFlowsFlowAliasExecutionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmAuthenticationFlowsFlowAliasExecutionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmAuthenticationFlowsIdJSONRequestBody

type PutRealmAuthenticationFlowsIdJSONRequestBody = AuthenticationFlowRepresentation

PutRealmAuthenticationFlowsIdJSONRequestBody defines body for PutRealmAuthenticationFlowsId for application/json ContentType.

type PutRealmAuthenticationFlowsIdResponse

type PutRealmAuthenticationFlowsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmAuthenticationFlowsIdResponse

func ParsePutRealmAuthenticationFlowsIdResponse(rsp *http.Response) (*PutRealmAuthenticationFlowsIdResponse, error)

ParsePutRealmAuthenticationFlowsIdResponse parses an HTTP response from a PutRealmAuthenticationFlowsIdWithResponse call

func (PutRealmAuthenticationFlowsIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmAuthenticationFlowsIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmAuthenticationRequiredActionsAliasJSONRequestBody

type PutRealmAuthenticationRequiredActionsAliasJSONRequestBody = RequiredActionProviderRepresentation

PutRealmAuthenticationRequiredActionsAliasJSONRequestBody defines body for PutRealmAuthenticationRequiredActionsAlias for application/json ContentType.

type PutRealmAuthenticationRequiredActionsAliasResponse

type PutRealmAuthenticationRequiredActionsAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmAuthenticationRequiredActionsAliasResponse

func ParsePutRealmAuthenticationRequiredActionsAliasResponse(rsp *http.Response) (*PutRealmAuthenticationRequiredActionsAliasResponse, error)

ParsePutRealmAuthenticationRequiredActionsAliasResponse parses an HTTP response from a PutRealmAuthenticationRequiredActionsAliasWithResponse call

func (PutRealmAuthenticationRequiredActionsAliasResponse) Status

Status returns HTTPResponse.Status

func (PutRealmAuthenticationRequiredActionsAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientPoliciesPoliciesJSONRequestBody

type PutRealmClientPoliciesPoliciesJSONRequestBody = ClientPoliciesRepresentation

PutRealmClientPoliciesPoliciesJSONRequestBody defines body for PutRealmClientPoliciesPolicies for application/json ContentType.

type PutRealmClientPoliciesPoliciesResponse

type PutRealmClientPoliciesPoliciesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientPoliciesPoliciesResponse

func ParsePutRealmClientPoliciesPoliciesResponse(rsp *http.Response) (*PutRealmClientPoliciesPoliciesResponse, error)

ParsePutRealmClientPoliciesPoliciesResponse parses an HTTP response from a PutRealmClientPoliciesPoliciesWithResponse call

func (PutRealmClientPoliciesPoliciesResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientPoliciesPoliciesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientPoliciesProfilesJSONRequestBody

type PutRealmClientPoliciesProfilesJSONRequestBody = ClientProfilesRepresentation

PutRealmClientPoliciesProfilesJSONRequestBody defines body for PutRealmClientPoliciesProfiles for application/json ContentType.

type PutRealmClientPoliciesProfilesResponse

type PutRealmClientPoliciesProfilesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientPoliciesProfilesResponse

func ParsePutRealmClientPoliciesProfilesResponse(rsp *http.Response) (*PutRealmClientPoliciesProfilesResponse, error)

ParsePutRealmClientPoliciesProfilesResponse parses an HTTP response from a PutRealmClientPoliciesProfilesWithResponse call

func (PutRealmClientPoliciesProfilesResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientPoliciesProfilesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody

type PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody = ProtocolMapperRepresentation

PutRealmClientScopesId1ProtocolMappersModelsId2JSONRequestBody defines body for PutRealmClientScopesId1ProtocolMappersModelsId2 for application/json ContentType.

type PutRealmClientScopesId1ProtocolMappersModelsId2Response

type PutRealmClientScopesId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientScopesId1ProtocolMappersModelsId2Response

func ParsePutRealmClientScopesId1ProtocolMappersModelsId2Response(rsp *http.Response) (*PutRealmClientScopesId1ProtocolMappersModelsId2Response, error)

ParsePutRealmClientScopesId1ProtocolMappersModelsId2Response parses an HTTP response from a PutRealmClientScopesId1ProtocolMappersModelsId2WithResponse call

func (PutRealmClientScopesId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (PutRealmClientScopesId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientScopesIdJSONRequestBody

type PutRealmClientScopesIdJSONRequestBody = ClientScopeRepresentation

PutRealmClientScopesIdJSONRequestBody defines body for PutRealmClientScopesId for application/json ContentType.

type PutRealmClientScopesIdResponse

type PutRealmClientScopesIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientScopesIdResponse

func ParsePutRealmClientScopesIdResponse(rsp *http.Response) (*PutRealmClientScopesIdResponse, error)

ParsePutRealmClientScopesIdResponse parses an HTTP response from a PutRealmClientScopesIdWithResponse call

func (PutRealmClientScopesIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientScopesIdResponse) StatusCode

func (r PutRealmClientScopesIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody

type PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody = ProtocolMapperRepresentation

PutRealmClientsId1ProtocolMappersModelsId2JSONRequestBody defines body for PutRealmClientsId1ProtocolMappersModelsId2 for application/json ContentType.

type PutRealmClientsId1ProtocolMappersModelsId2Response

type PutRealmClientsId1ProtocolMappersModelsId2Response struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientsId1ProtocolMappersModelsId2Response

func ParsePutRealmClientsId1ProtocolMappersModelsId2Response(rsp *http.Response) (*PutRealmClientsId1ProtocolMappersModelsId2Response, error)

ParsePutRealmClientsId1ProtocolMappersModelsId2Response parses an HTTP response from a PutRealmClientsId1ProtocolMappersModelsId2WithResponse call

func (PutRealmClientsId1ProtocolMappersModelsId2Response) Status

Status returns HTTPResponse.Status

func (PutRealmClientsId1ProtocolMappersModelsId2Response) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdDefaultClientScopesClientScopeIdResponse

type PutRealmClientsIdDefaultClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientsIdDefaultClientScopesClientScopeIdResponse

func ParsePutRealmClientsIdDefaultClientScopesClientScopeIdResponse(rsp *http.Response) (*PutRealmClientsIdDefaultClientScopesClientScopeIdResponse, error)

ParsePutRealmClientsIdDefaultClientScopesClientScopeIdResponse parses an HTTP response from a PutRealmClientsIdDefaultClientScopesClientScopeIdWithResponse call

func (PutRealmClientsIdDefaultClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientsIdDefaultClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdJSONRequestBody

type PutRealmClientsIdJSONRequestBody = ClientRepresentation

PutRealmClientsIdJSONRequestBody defines body for PutRealmClientsId for application/json ContentType.

type PutRealmClientsIdManagementPermissionsJSONRequestBody

type PutRealmClientsIdManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmClientsIdManagementPermissionsJSONRequestBody defines body for PutRealmClientsIdManagementPermissions for application/json ContentType.

type PutRealmClientsIdManagementPermissionsResponse

type PutRealmClientsIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmClientsIdManagementPermissionsResponse

func ParsePutRealmClientsIdManagementPermissionsResponse(rsp *http.Response) (*PutRealmClientsIdManagementPermissionsResponse, error)

ParsePutRealmClientsIdManagementPermissionsResponse parses an HTTP response from a PutRealmClientsIdManagementPermissionsWithResponse call

func (PutRealmClientsIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientsIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdOptionalClientScopesClientScopeIdResponse

type PutRealmClientsIdOptionalClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientsIdOptionalClientScopesClientScopeIdResponse

func ParsePutRealmClientsIdOptionalClientScopesClientScopeIdResponse(rsp *http.Response) (*PutRealmClientsIdOptionalClientScopesClientScopeIdResponse, error)

ParsePutRealmClientsIdOptionalClientScopesClientScopeIdResponse parses an HTTP response from a PutRealmClientsIdOptionalClientScopesClientScopeIdWithResponse call

func (PutRealmClientsIdOptionalClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientsIdOptionalClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdResponse

type PutRealmClientsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientsIdResponse

func ParsePutRealmClientsIdResponse(rsp *http.Response) (*PutRealmClientsIdResponse, error)

ParsePutRealmClientsIdResponse parses an HTTP response from a PutRealmClientsIdWithResponse call

func (PutRealmClientsIdResponse) Status

func (r PutRealmClientsIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutRealmClientsIdResponse) StatusCode

func (r PutRealmClientsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdRolesRoleNameJSONRequestBody

type PutRealmClientsIdRolesRoleNameJSONRequestBody = RoleRepresentation

PutRealmClientsIdRolesRoleNameJSONRequestBody defines body for PutRealmClientsIdRolesRoleName for application/json ContentType.

type PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody

type PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmClientsIdRolesRoleNameManagementPermissionsJSONRequestBody defines body for PutRealmClientsIdRolesRoleNameManagementPermissions for application/json ContentType.

type PutRealmClientsIdRolesRoleNameManagementPermissionsResponse

type PutRealmClientsIdRolesRoleNameManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmClientsIdRolesRoleNameManagementPermissionsResponse

func ParsePutRealmClientsIdRolesRoleNameManagementPermissionsResponse(rsp *http.Response) (*PutRealmClientsIdRolesRoleNameManagementPermissionsResponse, error)

ParsePutRealmClientsIdRolesRoleNameManagementPermissionsResponse parses an HTTP response from a PutRealmClientsIdRolesRoleNameManagementPermissionsWithResponse call

func (PutRealmClientsIdRolesRoleNameManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientsIdRolesRoleNameManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmClientsIdRolesRoleNameResponse

type PutRealmClientsIdRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmClientsIdRolesRoleNameResponse

func ParsePutRealmClientsIdRolesRoleNameResponse(rsp *http.Response) (*PutRealmClientsIdRolesRoleNameResponse, error)

ParsePutRealmClientsIdRolesRoleNameResponse parses an HTTP response from a PutRealmClientsIdRolesRoleNameWithResponse call

func (PutRealmClientsIdRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (PutRealmClientsIdRolesRoleNameResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmComponentsIdJSONRequestBody

type PutRealmComponentsIdJSONRequestBody = ComponentRepresentation

PutRealmComponentsIdJSONRequestBody defines body for PutRealmComponentsId for application/json ContentType.

type PutRealmComponentsIdResponse

type PutRealmComponentsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmComponentsIdResponse

func ParsePutRealmComponentsIdResponse(rsp *http.Response) (*PutRealmComponentsIdResponse, error)

ParsePutRealmComponentsIdResponse parses an HTTP response from a PutRealmComponentsIdWithResponse call

func (PutRealmComponentsIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmComponentsIdResponse) StatusCode

func (r PutRealmComponentsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmDefaultDefaultClientScopesClientScopeIdResponse

type PutRealmDefaultDefaultClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmDefaultDefaultClientScopesClientScopeIdResponse

func ParsePutRealmDefaultDefaultClientScopesClientScopeIdResponse(rsp *http.Response) (*PutRealmDefaultDefaultClientScopesClientScopeIdResponse, error)

ParsePutRealmDefaultDefaultClientScopesClientScopeIdResponse parses an HTTP response from a PutRealmDefaultDefaultClientScopesClientScopeIdWithResponse call

func (PutRealmDefaultDefaultClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmDefaultDefaultClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmDefaultGroupsGroupIdResponse

type PutRealmDefaultGroupsGroupIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmDefaultGroupsGroupIdResponse

func ParsePutRealmDefaultGroupsGroupIdResponse(rsp *http.Response) (*PutRealmDefaultGroupsGroupIdResponse, error)

ParsePutRealmDefaultGroupsGroupIdResponse parses an HTTP response from a PutRealmDefaultGroupsGroupIdWithResponse call

func (PutRealmDefaultGroupsGroupIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmDefaultGroupsGroupIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmDefaultOptionalClientScopesClientScopeIdResponse

type PutRealmDefaultOptionalClientScopesClientScopeIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmDefaultOptionalClientScopesClientScopeIdResponse

func ParsePutRealmDefaultOptionalClientScopesClientScopeIdResponse(rsp *http.Response) (*PutRealmDefaultOptionalClientScopesClientScopeIdResponse, error)

ParsePutRealmDefaultOptionalClientScopesClientScopeIdResponse parses an HTTP response from a PutRealmDefaultOptionalClientScopesClientScopeIdWithResponse call

func (PutRealmDefaultOptionalClientScopesClientScopeIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmDefaultOptionalClientScopesClientScopeIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmEventsConfigJSONRequestBody

type PutRealmEventsConfigJSONRequestBody = RealmEventsConfigRepresentation

PutRealmEventsConfigJSONRequestBody defines body for PutRealmEventsConfig for application/json ContentType.

type PutRealmEventsConfigResponse

type PutRealmEventsConfigResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmEventsConfigResponse

func ParsePutRealmEventsConfigResponse(rsp *http.Response) (*PutRealmEventsConfigResponse, error)

ParsePutRealmEventsConfigResponse parses an HTTP response from a PutRealmEventsConfigWithResponse call

func (PutRealmEventsConfigResponse) Status

Status returns HTTPResponse.Status

func (PutRealmEventsConfigResponse) StatusCode

func (r PutRealmEventsConfigResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmGroupsIdJSONRequestBody

type PutRealmGroupsIdJSONRequestBody = GroupRepresentation

PutRealmGroupsIdJSONRequestBody defines body for PutRealmGroupsId for application/json ContentType.

type PutRealmGroupsIdManagementPermissionsJSONRequestBody

type PutRealmGroupsIdManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmGroupsIdManagementPermissionsJSONRequestBody defines body for PutRealmGroupsIdManagementPermissions for application/json ContentType.

type PutRealmGroupsIdManagementPermissionsResponse

type PutRealmGroupsIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmGroupsIdManagementPermissionsResponse

func ParsePutRealmGroupsIdManagementPermissionsResponse(rsp *http.Response) (*PutRealmGroupsIdManagementPermissionsResponse, error)

ParsePutRealmGroupsIdManagementPermissionsResponse parses an HTTP response from a PutRealmGroupsIdManagementPermissionsWithResponse call

func (PutRealmGroupsIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmGroupsIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmGroupsIdResponse

type PutRealmGroupsIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmGroupsIdResponse

func ParsePutRealmGroupsIdResponse(rsp *http.Response) (*PutRealmGroupsIdResponse, error)

ParsePutRealmGroupsIdResponse parses an HTTP response from a PutRealmGroupsIdWithResponse call

func (PutRealmGroupsIdResponse) Status

func (r PutRealmGroupsIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutRealmGroupsIdResponse) StatusCode

func (r PutRealmGroupsIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmIdentityProviderInstancesAliasJSONRequestBody

type PutRealmIdentityProviderInstancesAliasJSONRequestBody = IdentityProviderRepresentation

PutRealmIdentityProviderInstancesAliasJSONRequestBody defines body for PutRealmIdentityProviderInstancesAlias for application/json ContentType.

type PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody

type PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmIdentityProviderInstancesAliasManagementPermissionsJSONRequestBody defines body for PutRealmIdentityProviderInstancesAliasManagementPermissions for application/json ContentType.

type PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse

type PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmIdentityProviderInstancesAliasManagementPermissionsResponse

func ParsePutRealmIdentityProviderInstancesAliasManagementPermissionsResponse(rsp *http.Response) (*PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse, error)

ParsePutRealmIdentityProviderInstancesAliasManagementPermissionsResponse parses an HTTP response from a PutRealmIdentityProviderInstancesAliasManagementPermissionsWithResponse call

func (PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmIdentityProviderInstancesAliasManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody

type PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody = IdentityProviderMapperRepresentation

PutRealmIdentityProviderInstancesAliasMappersIdJSONRequestBody defines body for PutRealmIdentityProviderInstancesAliasMappersId for application/json ContentType.

type PutRealmIdentityProviderInstancesAliasMappersIdResponse

type PutRealmIdentityProviderInstancesAliasMappersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmIdentityProviderInstancesAliasMappersIdResponse

func ParsePutRealmIdentityProviderInstancesAliasMappersIdResponse(rsp *http.Response) (*PutRealmIdentityProviderInstancesAliasMappersIdResponse, error)

ParsePutRealmIdentityProviderInstancesAliasMappersIdResponse parses an HTTP response from a PutRealmIdentityProviderInstancesAliasMappersIdWithResponse call

func (PutRealmIdentityProviderInstancesAliasMappersIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmIdentityProviderInstancesAliasMappersIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmIdentityProviderInstancesAliasResponse

type PutRealmIdentityProviderInstancesAliasResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmIdentityProviderInstancesAliasResponse

func ParsePutRealmIdentityProviderInstancesAliasResponse(rsp *http.Response) (*PutRealmIdentityProviderInstancesAliasResponse, error)

ParsePutRealmIdentityProviderInstancesAliasResponse parses an HTTP response from a PutRealmIdentityProviderInstancesAliasWithResponse call

func (PutRealmIdentityProviderInstancesAliasResponse) Status

Status returns HTTPResponse.Status

func (PutRealmIdentityProviderInstancesAliasResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmJSONRequestBody

type PutRealmJSONRequestBody = RealmRepresentation

PutRealmJSONRequestBody defines body for PutRealm for application/json ContentType.

type PutRealmLocalizationLocaleKeyResponse

type PutRealmLocalizationLocaleKeyResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmLocalizationLocaleKeyResponse

func ParsePutRealmLocalizationLocaleKeyResponse(rsp *http.Response) (*PutRealmLocalizationLocaleKeyResponse, error)

ParsePutRealmLocalizationLocaleKeyResponse parses an HTTP response from a PutRealmLocalizationLocaleKeyWithResponse call

func (PutRealmLocalizationLocaleKeyResponse) Status

Status returns HTTPResponse.Status

func (PutRealmLocalizationLocaleKeyResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmLocalizationLocaleKeyTextBody

type PutRealmLocalizationLocaleKeyTextBody = string

PutRealmLocalizationLocaleKeyTextBody defines parameters for PutRealmLocalizationLocaleKey.

type PutRealmLocalizationLocaleKeyTextRequestBody

type PutRealmLocalizationLocaleKeyTextRequestBody = PutRealmLocalizationLocaleKeyTextBody

PutRealmLocalizationLocaleKeyTextRequestBody defines body for PutRealmLocalizationLocaleKey for text/plain ContentType.

type PutRealmResponse

type PutRealmResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmResponse

func ParsePutRealmResponse(rsp *http.Response) (*PutRealmResponse, error)

ParsePutRealmResponse parses an HTTP response from a PutRealmWithResponse call

func (PutRealmResponse) Status

func (r PutRealmResponse) Status() string

Status returns HTTPResponse.Status

func (PutRealmResponse) StatusCode

func (r PutRealmResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmRolesByIdRoleIdJSONRequestBody

type PutRealmRolesByIdRoleIdJSONRequestBody = RoleRepresentation

PutRealmRolesByIdRoleIdJSONRequestBody defines body for PutRealmRolesByIdRoleId for application/json ContentType.

type PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody

type PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmRolesByIdRoleIdManagementPermissionsJSONRequestBody defines body for PutRealmRolesByIdRoleIdManagementPermissions for application/json ContentType.

type PutRealmRolesByIdRoleIdManagementPermissionsResponse

type PutRealmRolesByIdRoleIdManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmRolesByIdRoleIdManagementPermissionsResponse

func ParsePutRealmRolesByIdRoleIdManagementPermissionsResponse(rsp *http.Response) (*PutRealmRolesByIdRoleIdManagementPermissionsResponse, error)

ParsePutRealmRolesByIdRoleIdManagementPermissionsResponse parses an HTTP response from a PutRealmRolesByIdRoleIdManagementPermissionsWithResponse call

func (PutRealmRolesByIdRoleIdManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmRolesByIdRoleIdManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmRolesByIdRoleIdResponse

type PutRealmRolesByIdRoleIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmRolesByIdRoleIdResponse

func ParsePutRealmRolesByIdRoleIdResponse(rsp *http.Response) (*PutRealmRolesByIdRoleIdResponse, error)

ParsePutRealmRolesByIdRoleIdResponse parses an HTTP response from a PutRealmRolesByIdRoleIdWithResponse call

func (PutRealmRolesByIdRoleIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmRolesByIdRoleIdResponse) StatusCode

func (r PutRealmRolesByIdRoleIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmRolesRoleNameJSONRequestBody

type PutRealmRolesRoleNameJSONRequestBody = RoleRepresentation

PutRealmRolesRoleNameJSONRequestBody defines body for PutRealmRolesRoleName for application/json ContentType.

type PutRealmRolesRoleNameManagementPermissionsJSONRequestBody

type PutRealmRolesRoleNameManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmRolesRoleNameManagementPermissionsJSONRequestBody defines body for PutRealmRolesRoleNameManagementPermissions for application/json ContentType.

type PutRealmRolesRoleNameManagementPermissionsResponse

type PutRealmRolesRoleNameManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmRolesRoleNameManagementPermissionsResponse

func ParsePutRealmRolesRoleNameManagementPermissionsResponse(rsp *http.Response) (*PutRealmRolesRoleNameManagementPermissionsResponse, error)

ParsePutRealmRolesRoleNameManagementPermissionsResponse parses an HTTP response from a PutRealmRolesRoleNameManagementPermissionsWithResponse call

func (PutRealmRolesRoleNameManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmRolesRoleNameManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmRolesRoleNameResponse

type PutRealmRolesRoleNameResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmRolesRoleNameResponse

func ParsePutRealmRolesRoleNameResponse(rsp *http.Response) (*PutRealmRolesRoleNameResponse, error)

ParsePutRealmRolesRoleNameResponse parses an HTTP response from a PutRealmRolesRoleNameWithResponse call

func (PutRealmRolesRoleNameResponse) Status

Status returns HTTPResponse.Status

func (PutRealmRolesRoleNameResponse) StatusCode

func (r PutRealmRolesRoleNameResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdCredentialsCredentialIdUserLabelResponse

type PutRealmUsersIdCredentialsCredentialIdUserLabelResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdCredentialsCredentialIdUserLabelResponse

func ParsePutRealmUsersIdCredentialsCredentialIdUserLabelResponse(rsp *http.Response) (*PutRealmUsersIdCredentialsCredentialIdUserLabelResponse, error)

ParsePutRealmUsersIdCredentialsCredentialIdUserLabelResponse parses an HTTP response from a PutRealmUsersIdCredentialsCredentialIdUserLabelWithResponse call

func (PutRealmUsersIdCredentialsCredentialIdUserLabelResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdCredentialsCredentialIdUserLabelResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdCredentialsCredentialIdUserLabelTextBody

type PutRealmUsersIdCredentialsCredentialIdUserLabelTextBody = string

PutRealmUsersIdCredentialsCredentialIdUserLabelTextBody defines parameters for PutRealmUsersIdCredentialsCredentialIdUserLabel.

type PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody

type PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody = PutRealmUsersIdCredentialsCredentialIdUserLabelTextBody

PutRealmUsersIdCredentialsCredentialIdUserLabelTextRequestBody defines body for PutRealmUsersIdCredentialsCredentialIdUserLabel for text/plain ContentType.

type PutRealmUsersIdDisableCredentialTypesJSONBody

type PutRealmUsersIdDisableCredentialTypesJSONBody = []string

PutRealmUsersIdDisableCredentialTypesJSONBody defines parameters for PutRealmUsersIdDisableCredentialTypes.

type PutRealmUsersIdDisableCredentialTypesJSONRequestBody

type PutRealmUsersIdDisableCredentialTypesJSONRequestBody = PutRealmUsersIdDisableCredentialTypesJSONBody

PutRealmUsersIdDisableCredentialTypesJSONRequestBody defines body for PutRealmUsersIdDisableCredentialTypes for application/json ContentType.

type PutRealmUsersIdDisableCredentialTypesResponse

type PutRealmUsersIdDisableCredentialTypesResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdDisableCredentialTypesResponse

func ParsePutRealmUsersIdDisableCredentialTypesResponse(rsp *http.Response) (*PutRealmUsersIdDisableCredentialTypesResponse, error)

ParsePutRealmUsersIdDisableCredentialTypesResponse parses an HTTP response from a PutRealmUsersIdDisableCredentialTypesWithResponse call

func (PutRealmUsersIdDisableCredentialTypesResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdDisableCredentialTypesResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdExecuteActionsEmailJSONBody

type PutRealmUsersIdExecuteActionsEmailJSONBody = []string

PutRealmUsersIdExecuteActionsEmailJSONBody defines parameters for PutRealmUsersIdExecuteActionsEmail.

type PutRealmUsersIdExecuteActionsEmailJSONRequestBody

type PutRealmUsersIdExecuteActionsEmailJSONRequestBody = PutRealmUsersIdExecuteActionsEmailJSONBody

PutRealmUsersIdExecuteActionsEmailJSONRequestBody defines body for PutRealmUsersIdExecuteActionsEmail for application/json ContentType.

type PutRealmUsersIdExecuteActionsEmailParams

type PutRealmUsersIdExecuteActionsEmailParams struct {
	// ClientId Client id
	ClientId *string `form:"client_id,omitempty" json:"client_id,omitempty"`

	// Lifespan Number of seconds after which the generated token expires
	Lifespan *int32 `form:"lifespan,omitempty" json:"lifespan,omitempty"`

	// RedirectUri Redirect uri
	RedirectUri *string `form:"redirect_uri,omitempty" json:"redirect_uri,omitempty"`
}

PutRealmUsersIdExecuteActionsEmailParams defines parameters for PutRealmUsersIdExecuteActionsEmail.

type PutRealmUsersIdExecuteActionsEmailResponse

type PutRealmUsersIdExecuteActionsEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdExecuteActionsEmailResponse

func ParsePutRealmUsersIdExecuteActionsEmailResponse(rsp *http.Response) (*PutRealmUsersIdExecuteActionsEmailResponse, error)

ParsePutRealmUsersIdExecuteActionsEmailResponse parses an HTTP response from a PutRealmUsersIdExecuteActionsEmailWithResponse call

func (PutRealmUsersIdExecuteActionsEmailResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdExecuteActionsEmailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdGroupsGroupIdResponse

type PutRealmUsersIdGroupsGroupIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdGroupsGroupIdResponse

func ParsePutRealmUsersIdGroupsGroupIdResponse(rsp *http.Response) (*PutRealmUsersIdGroupsGroupIdResponse, error)

ParsePutRealmUsersIdGroupsGroupIdResponse parses an HTTP response from a PutRealmUsersIdGroupsGroupIdWithResponse call

func (PutRealmUsersIdGroupsGroupIdResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdGroupsGroupIdResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdJSONRequestBody

type PutRealmUsersIdJSONRequestBody = UserRepresentation

PutRealmUsersIdJSONRequestBody defines body for PutRealmUsersId for application/json ContentType.

type PutRealmUsersIdResetPasswordJSONRequestBody

type PutRealmUsersIdResetPasswordJSONRequestBody = CredentialRepresentation

PutRealmUsersIdResetPasswordJSONRequestBody defines body for PutRealmUsersIdResetPassword for application/json ContentType.

type PutRealmUsersIdResetPasswordResponse

type PutRealmUsersIdResetPasswordResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdResetPasswordResponse

func ParsePutRealmUsersIdResetPasswordResponse(rsp *http.Response) (*PutRealmUsersIdResetPasswordResponse, error)

ParsePutRealmUsersIdResetPasswordResponse parses an HTTP response from a PutRealmUsersIdResetPasswordWithResponse call

func (PutRealmUsersIdResetPasswordResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdResetPasswordResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdResponse

type PutRealmUsersIdResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdResponse

func ParsePutRealmUsersIdResponse(rsp *http.Response) (*PutRealmUsersIdResponse, error)

ParsePutRealmUsersIdResponse parses an HTTP response from a PutRealmUsersIdWithResponse call

func (PutRealmUsersIdResponse) Status

func (r PutRealmUsersIdResponse) Status() string

Status returns HTTPResponse.Status

func (PutRealmUsersIdResponse) StatusCode

func (r PutRealmUsersIdResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersIdSendVerifyEmailParams

type PutRealmUsersIdSendVerifyEmailParams struct {
	// ClientId Client id
	ClientId *string `form:"client_id,omitempty" json:"client_id,omitempty"`

	// RedirectUri Redirect uri
	RedirectUri *string `form:"redirect_uri,omitempty" json:"redirect_uri,omitempty"`
}

PutRealmUsersIdSendVerifyEmailParams defines parameters for PutRealmUsersIdSendVerifyEmail.

type PutRealmUsersIdSendVerifyEmailResponse

type PutRealmUsersIdSendVerifyEmailResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersIdSendVerifyEmailResponse

func ParsePutRealmUsersIdSendVerifyEmailResponse(rsp *http.Response) (*PutRealmUsersIdSendVerifyEmailResponse, error)

ParsePutRealmUsersIdSendVerifyEmailResponse parses an HTTP response from a PutRealmUsersIdSendVerifyEmailWithResponse call

func (PutRealmUsersIdSendVerifyEmailResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersIdSendVerifyEmailResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersManagementPermissionsJSONRequestBody

type PutRealmUsersManagementPermissionsJSONRequestBody = ManagementPermissionReference

PutRealmUsersManagementPermissionsJSONRequestBody defines body for PutRealmUsersManagementPermissions for application/json ContentType.

type PutRealmUsersManagementPermissionsResponse

type PutRealmUsersManagementPermissionsResponse struct {
	Body         []byte
	HTTPResponse *http.Response
	JSON2XX      *ManagementPermissionReference
}

func ParsePutRealmUsersManagementPermissionsResponse

func ParsePutRealmUsersManagementPermissionsResponse(rsp *http.Response) (*PutRealmUsersManagementPermissionsResponse, error)

ParsePutRealmUsersManagementPermissionsResponse parses an HTTP response from a PutRealmUsersManagementPermissionsWithResponse call

func (PutRealmUsersManagementPermissionsResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersManagementPermissionsResponse) StatusCode

StatusCode returns HTTPResponse.StatusCode

type PutRealmUsersProfileJSONBody

type PutRealmUsersProfileJSONBody = string

PutRealmUsersProfileJSONBody defines parameters for PutRealmUsersProfile.

type PutRealmUsersProfileJSONRequestBody

type PutRealmUsersProfileJSONRequestBody = PutRealmUsersProfileJSONBody

PutRealmUsersProfileJSONRequestBody defines body for PutRealmUsersProfile for application/json ContentType.

type PutRealmUsersProfileResponse

type PutRealmUsersProfileResponse struct {
	Body         []byte
	HTTPResponse *http.Response
}

func ParsePutRealmUsersProfileResponse

func ParsePutRealmUsersProfileResponse(rsp *http.Response) (*PutRealmUsersProfileResponse, error)

ParsePutRealmUsersProfileResponse parses an HTTP response from a PutRealmUsersProfileWithResponse call

func (PutRealmUsersProfileResponse) Status

Status returns HTTPResponse.Status

func (PutRealmUsersProfileResponse) StatusCode

func (r PutRealmUsersProfileResponse) StatusCode() int

StatusCode returns HTTPResponse.StatusCode

type RealmEventsConfigRepresentation

type RealmEventsConfigRepresentation struct {
	AdminEventsDetailsEnabled *bool     `json:"adminEventsDetailsEnabled,omitempty"`
	AdminEventsEnabled        *bool     `json:"adminEventsEnabled,omitempty"`
	EnabledEventTypes         *[]string `json:"enabledEventTypes,omitempty"`
	EventsEnabled             *bool     `json:"eventsEnabled,omitempty"`
	EventsExpiration          *int64    `json:"eventsExpiration,omitempty"`
	EventsListeners           *[]string `json:"eventsListeners,omitempty"`
}

RealmEventsConfigRepresentation defines model for RealmEventsConfigRepresentation.

type RealmRepresentation

type RealmRepresentation struct {
	AccessCodeLifespan                                        *int32                                  `json:"accessCodeLifespan,omitempty"`
	AccessCodeLifespanLogin                                   *int32                                  `json:"accessCodeLifespanLogin,omitempty"`
	AccessCodeLifespanUserAction                              *int32                                  `json:"accessCodeLifespanUserAction,omitempty"`
	AccessTokenLifespan                                       *int32                                  `json:"accessTokenLifespan,omitempty"`
	AccessTokenLifespanForImplicitFlow                        *int32                                  `json:"accessTokenLifespanForImplicitFlow,omitempty"`
	AccountTheme                                              *string                                 `json:"accountTheme,omitempty"`
	ActionTokenGeneratedByAdminLifespan                       *int32                                  `json:"actionTokenGeneratedByAdminLifespan,omitempty"`
	ActionTokenGeneratedByUserLifespan                        *int32                                  `json:"actionTokenGeneratedByUserLifespan,omitempty"`
	AdminEventsDetailsEnabled                                 *bool                                   `json:"adminEventsDetailsEnabled,omitempty"`
	AdminEventsEnabled                                        *bool                                   `json:"adminEventsEnabled,omitempty"`
	AdminTheme                                                *string                                 `json:"adminTheme,omitempty"`
	Attributes                                                *map[string]interface{}                 `json:"attributes,omitempty"`
	AuthenticationFlows                                       *[]AuthenticationFlowRepresentation     `json:"authenticationFlows,omitempty"`
	AuthenticatorConfig                                       *[]AuthenticatorConfigRepresentation    `json:"authenticatorConfig,omitempty"`
	BrowserFlow                                               *string                                 `json:"browserFlow,omitempty"`
	BrowserSecurityHeaders                                    *map[string]interface{}                 `json:"browserSecurityHeaders,omitempty"`
	BruteForceProtected                                       *bool                                   `json:"bruteForceProtected,omitempty"`
	ClientAuthenticationFlow                                  *string                                 `json:"clientAuthenticationFlow,omitempty"`
	ClientOfflineSessionIdleTimeout                           *int32                                  `json:"clientOfflineSessionIdleTimeout,omitempty"`
	ClientOfflineSessionMaxLifespan                           *int32                                  `json:"clientOfflineSessionMaxLifespan,omitempty"`
	ClientPolicies                                            *JsonNode                               `json:"clientPolicies,omitempty"`
	ClientProfiles                                            *JsonNode                               `json:"clientProfiles,omitempty"`
	ClientScopeMappings                                       *map[string]interface{}                 `json:"clientScopeMappings,omitempty"`
	ClientScopes                                              *[]ClientScopeRepresentation            `json:"clientScopes,omitempty"`
	ClientSessionIdleTimeout                                  *int32                                  `json:"clientSessionIdleTimeout,omitempty"`
	ClientSessionMaxLifespan                                  *int32                                  `json:"clientSessionMaxLifespan,omitempty"`
	Clients                                                   *[]ClientRepresentation                 `json:"clients,omitempty"`
	Components                                                *MultivaluedHashMap                     `json:"components,omitempty"`
	DefaultDefaultClientScopes                                *[]string                               `json:"defaultDefaultClientScopes,omitempty"`
	DefaultGroups                                             *[]string                               `json:"defaultGroups,omitempty"`
	DefaultLocale                                             *string                                 `json:"defaultLocale,omitempty"`
	DefaultOptionalClientScopes                               *[]string                               `json:"defaultOptionalClientScopes,omitempty"`
	DefaultRole                                               *RoleRepresentation                     `json:"defaultRole,omitempty"`
	DefaultSignatureAlgorithm                                 *string                                 `json:"defaultSignatureAlgorithm,omitempty"`
	DirectGrantFlow                                           *string                                 `json:"directGrantFlow,omitempty"`
	DisplayName                                               *string                                 `json:"displayName,omitempty"`
	DisplayNameHtml                                           *string                                 `json:"displayNameHtml,omitempty"`
	DockerAuthenticationFlow                                  *string                                 `json:"dockerAuthenticationFlow,omitempty"`
	DuplicateEmailsAllowed                                    *bool                                   `json:"duplicateEmailsAllowed,omitempty"`
	EditUsernameAllowed                                       *bool                                   `json:"editUsernameAllowed,omitempty"`
	EmailTheme                                                *string                                 `json:"emailTheme,omitempty"`
	Enabled                                                   *bool                                   `json:"enabled,omitempty"`
	EnabledEventTypes                                         *[]string                               `json:"enabledEventTypes,omitempty"`
	EventsEnabled                                             *bool                                   `json:"eventsEnabled,omitempty"`
	EventsExpiration                                          *int64                                  `json:"eventsExpiration,omitempty"`
	EventsListeners                                           *[]string                               `json:"eventsListeners,omitempty"`
	FailureFactor                                             *int32                                  `json:"failureFactor,omitempty"`
	FederatedUsers                                            *[]UserRepresentation                   `json:"federatedUsers,omitempty"`
	Groups                                                    *[]GroupRepresentation                  `json:"groups,omitempty"`
	Id                                                        *string                                 `json:"id,omitempty"`
	IdentityProviderMappers                                   *[]IdentityProviderMapperRepresentation `json:"identityProviderMappers,omitempty"`
	IdentityProviders                                         *[]IdentityProviderRepresentation       `json:"identityProviders,omitempty"`
	InternationalizationEnabled                               *bool                                   `json:"internationalizationEnabled,omitempty"`
	KeycloakVersion                                           *string                                 `json:"keycloakVersion,omitempty"`
	LoginTheme                                                *string                                 `json:"loginTheme,omitempty"`
	LoginWithEmailAllowed                                     *bool                                   `json:"loginWithEmailAllowed,omitempty"`
	MaxDeltaTimeSeconds                                       *int32                                  `json:"maxDeltaTimeSeconds,omitempty"`
	MaxFailureWaitSeconds                                     *int32                                  `json:"maxFailureWaitSeconds,omitempty"`
	MinimumQuickLoginWaitSeconds                              *int32                                  `json:"minimumQuickLoginWaitSeconds,omitempty"`
	NotBefore                                                 *int32                                  `json:"notBefore,omitempty"`
	OAuth2DeviceCodeLifespan                                  *int32                                  `json:"oAuth2DeviceCodeLifespan,omitempty"`
	OAuth2DevicePollingInterval                               *int32                                  `json:"oAuth2DevicePollingInterval,omitempty"`
	Oauth2DeviceCodeLifespan                                  *int32                                  `json:"oauth2DeviceCodeLifespan,omitempty"`
	Oauth2DevicePollingInterval                               *int32                                  `json:"oauth2DevicePollingInterval,omitempty"`
	OfflineSessionIdleTimeout                                 *int32                                  `json:"offlineSessionIdleTimeout,omitempty"`
	OfflineSessionMaxLifespan                                 *int32                                  `json:"offlineSessionMaxLifespan,omitempty"`
	OfflineSessionMaxLifespanEnabled                          *bool                                   `json:"offlineSessionMaxLifespanEnabled,omitempty"`
	OtpPolicyAlgorithm                                        *string                                 `json:"otpPolicyAlgorithm,omitempty"`
	OtpPolicyCodeReusable                                     *bool                                   `json:"otpPolicyCodeReusable,omitempty"`
	OtpPolicyDigits                                           *int32                                  `json:"otpPolicyDigits,omitempty"`
	OtpPolicyInitialCounter                                   *int32                                  `json:"otpPolicyInitialCounter,omitempty"`
	OtpPolicyLookAheadWindow                                  *int32                                  `json:"otpPolicyLookAheadWindow,omitempty"`
	OtpPolicyPeriod                                           *int32                                  `json:"otpPolicyPeriod,omitempty"`
	OtpPolicyType                                             *string                                 `json:"otpPolicyType,omitempty"`
	OtpSupportedApplications                                  *[]string                               `json:"otpSupportedApplications,omitempty"`
	PasswordPolicy                                            *string                                 `json:"passwordPolicy,omitempty"`
	PermanentLockout                                          *bool                                   `json:"permanentLockout,omitempty"`
	ProtocolMappers                                           *[]ProtocolMapperRepresentation         `json:"protocolMappers,omitempty"`
	QuickLoginCheckMilliSeconds                               *int64                                  `json:"quickLoginCheckMilliSeconds,omitempty"`
	Realm                                                     *string                                 `json:"realm,omitempty"`
	RefreshTokenMaxReuse                                      *int32                                  `json:"refreshTokenMaxReuse,omitempty"`
	RegistrationAllowed                                       *bool                                   `json:"registrationAllowed,omitempty"`
	RegistrationEmailAsUsername                               *bool                                   `json:"registrationEmailAsUsername,omitempty"`
	RegistrationFlow                                          *string                                 `json:"registrationFlow,omitempty"`
	RememberMe                                                *bool                                   `json:"rememberMe,omitempty"`
	RequiredActions                                           *[]RequiredActionProviderRepresentation `json:"requiredActions,omitempty"`
	ResetCredentialsFlow                                      *string                                 `json:"resetCredentialsFlow,omitempty"`
	ResetPasswordAllowed                                      *bool                                   `json:"resetPasswordAllowed,omitempty"`
	RevokeRefreshToken                                        *bool                                   `json:"revokeRefreshToken,omitempty"`
	Roles                                                     *RolesRepresentation                    `json:"roles,omitempty"`
	ScopeMappings                                             *[]ScopeMappingRepresentation           `json:"scopeMappings,omitempty"`
	SmtpServer                                                *map[string]interface{}                 `json:"smtpServer,omitempty"`
	SslRequired                                               *string                                 `json:"sslRequired,omitempty"`
	SsoSessionIdleTimeout                                     *int32                                  `json:"ssoSessionIdleTimeout,omitempty"`
	SsoSessionIdleTimeoutRememberMe                           *int32                                  `json:"ssoSessionIdleTimeoutRememberMe,omitempty"`
	SsoSessionMaxLifespan                                     *int32                                  `json:"ssoSessionMaxLifespan,omitempty"`
	SsoSessionMaxLifespanRememberMe                           *int32                                  `json:"ssoSessionMaxLifespanRememberMe,omitempty"`
	SupportedLocales                                          *[]string                               `json:"supportedLocales,omitempty"`
	UserFederationMappers                                     *[]UserFederationMapperRepresentation   `json:"userFederationMappers,omitempty"`
	UserFederationProviders                                   *[]UserFederationProviderRepresentation `json:"userFederationProviders,omitempty"`
	UserManagedAccessAllowed                                  *bool                                   `json:"userManagedAccessAllowed,omitempty"`
	Users                                                     *[]UserRepresentation                   `json:"users,omitempty"`
	VerifyEmail                                               *bool                                   `json:"verifyEmail,omitempty"`
	WaitIncrementSeconds                                      *int32                                  `json:"waitIncrementSeconds,omitempty"`
	WebAuthnPolicyAcceptableAaguids                           *[]string                               `json:"webAuthnPolicyAcceptableAaguids,omitempty"`
	WebAuthnPolicyAttestationConveyancePreference             *string                                 `json:"webAuthnPolicyAttestationConveyancePreference,omitempty"`
	WebAuthnPolicyAuthenticatorAttachment                     *string                                 `json:"webAuthnPolicyAuthenticatorAttachment,omitempty"`
	WebAuthnPolicyAvoidSameAuthenticatorRegister              *bool                                   `json:"webAuthnPolicyAvoidSameAuthenticatorRegister,omitempty"`
	WebAuthnPolicyCreateTimeout                               *int32                                  `json:"webAuthnPolicyCreateTimeout,omitempty"`
	WebAuthnPolicyPasswordlessAcceptableAaguids               *[]string                               `json:"webAuthnPolicyPasswordlessAcceptableAaguids,omitempty"`
	WebAuthnPolicyPasswordlessAttestationConveyancePreference *string                                 `json:"webAuthnPolicyPasswordlessAttestationConveyancePreference,omitempty"`
	WebAuthnPolicyPasswordlessAuthenticatorAttachment         *string                                 `json:"webAuthnPolicyPasswordlessAuthenticatorAttachment,omitempty"`
	WebAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister  *bool                                   `json:"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister,omitempty"`
	WebAuthnPolicyPasswordlessCreateTimeout                   *int32                                  `json:"webAuthnPolicyPasswordlessCreateTimeout,omitempty"`
	WebAuthnPolicyPasswordlessRequireResidentKey              *string                                 `json:"webAuthnPolicyPasswordlessRequireResidentKey,omitempty"`
	WebAuthnPolicyPasswordlessRpEntityName                    *string                                 `json:"webAuthnPolicyPasswordlessRpEntityName,omitempty"`
	WebAuthnPolicyPasswordlessRpId                            *string                                 `json:"webAuthnPolicyPasswordlessRpId,omitempty"`
	WebAuthnPolicyPasswordlessSignatureAlgorithms             *[]string                               `json:"webAuthnPolicyPasswordlessSignatureAlgorithms,omitempty"`
	WebAuthnPolicyPasswordlessUserVerificationRequirement     *string                                 `json:"webAuthnPolicyPasswordlessUserVerificationRequirement,omitempty"`
	WebAuthnPolicyRequireResidentKey                          *string                                 `json:"webAuthnPolicyRequireResidentKey,omitempty"`
	WebAuthnPolicyRpEntityName                                *string                                 `json:"webAuthnPolicyRpEntityName,omitempty"`
	WebAuthnPolicyRpId                                        *string                                 `json:"webAuthnPolicyRpId,omitempty"`
	WebAuthnPolicySignatureAlgorithms                         *[]string                               `json:"webAuthnPolicySignatureAlgorithms,omitempty"`
	WebAuthnPolicyUserVerificationRequirement                 *string                                 `json:"webAuthnPolicyUserVerificationRequirement,omitempty"`
}

RealmRepresentation defines model for RealmRepresentation.

type RequestEditorFn

type RequestEditorFn func(ctx context.Context, req *http.Request) error

RequestEditorFn is the function signature for the RequestEditor callback function

type RequiredActionProviderRepresentation

type RequiredActionProviderRepresentation struct {
	Alias         *string                 `json:"alias,omitempty"`
	Config        *map[string]interface{} `json:"config,omitempty"`
	DefaultAction *bool                   `json:"defaultAction,omitempty"`
	Enabled       *bool                   `json:"enabled,omitempty"`
	Name          *string                 `json:"name,omitempty"`
	Priority      *int32                  `json:"priority,omitempty"`
	ProviderId    *string                 `json:"providerId,omitempty"`
}

RequiredActionProviderRepresentation defines model for RequiredActionProviderRepresentation.

type ResourceRepresentation

type ResourceRepresentation struct {
	Attributes         *map[string]interface{} `json:"attributes,omitempty"`
	DisplayName        *string                 `json:"displayName,omitempty"`
	IconUri            *string                 `json:"icon_uri,omitempty"`
	Id                 *string                 `json:"id,omitempty"`
	Name               *string                 `json:"name,omitempty"`
	OwnerManagedAccess *bool                   `json:"ownerManagedAccess,omitempty"`
	Scopes             *[]ScopeRepresentation  `json:"scopes,omitempty"`
	Type               *string                 `json:"type,omitempty"`
	Uris               *[]string               `json:"uris,omitempty"`
}

ResourceRepresentation defines model for ResourceRepresentation.

type ResourceServerRepresentation

type ResourceServerRepresentation struct {
	AllowRemoteResourceManagement *bool                                              `json:"allowRemoteResourceManagement,omitempty"`
	ClientId                      *string                                            `json:"clientId,omitempty"`
	DecisionStrategy              *ResourceServerRepresentationDecisionStrategy      `json:"decisionStrategy,omitempty"`
	Id                            *string                                            `json:"id,omitempty"`
	Name                          *string                                            `json:"name,omitempty"`
	Policies                      *[]PolicyRepresentation                            `json:"policies,omitempty"`
	PolicyEnforcementMode         *ResourceServerRepresentationPolicyEnforcementMode `json:"policyEnforcementMode,omitempty"`
	Resources                     *[]ResourceRepresentation                          `json:"resources,omitempty"`
	Scopes                        *[]ScopeRepresentation                             `json:"scopes,omitempty"`
}

ResourceServerRepresentation defines model for ResourceServerRepresentation.

type ResourceServerRepresentationDecisionStrategy

type ResourceServerRepresentationDecisionStrategy string

ResourceServerRepresentationDecisionStrategy defines model for ResourceServerRepresentation.DecisionStrategy.

const (
	ResourceServerRepresentationDecisionStrategyAFFIRMATIVE ResourceServerRepresentationDecisionStrategy = "AFFIRMATIVE"
	ResourceServerRepresentationDecisionStrategyCONSENSUS   ResourceServerRepresentationDecisionStrategy = "CONSENSUS"
	ResourceServerRepresentationDecisionStrategyUNANIMOUS   ResourceServerRepresentationDecisionStrategy = "UNANIMOUS"
)

Defines values for ResourceServerRepresentationDecisionStrategy.

type ResourceServerRepresentationPolicyEnforcementMode

type ResourceServerRepresentationPolicyEnforcementMode string

ResourceServerRepresentationPolicyEnforcementMode defines model for ResourceServerRepresentation.PolicyEnforcementMode.

Defines values for ResourceServerRepresentationPolicyEnforcementMode.

type RoleRepresentation

type RoleRepresentation struct {
	Attributes  *map[string]interface{}       `json:"attributes,omitempty"`
	ClientRole  *bool                         `json:"clientRole,omitempty"`
	Composite   *bool                         `json:"composite,omitempty"`
	Composites  *RoleRepresentationComposites `json:"composites,omitempty"`
	ContainerId *string                       `json:"containerId,omitempty"`
	Description *string                       `json:"description,omitempty"`
	Id          *string                       `json:"id,omitempty"`
	Name        *string                       `json:"name,omitempty"`
}

RoleRepresentation defines model for RoleRepresentation.

type RoleRepresentationComposites

type RoleRepresentationComposites struct {
	Client *map[string]interface{} `json:"client,omitempty"`
	Realm  *[]string               `json:"realm,omitempty"`
}

RoleRepresentationComposites defines model for RoleRepresentation-Composites.

type RolesRepresentation

type RolesRepresentation struct {
	Client *map[string]interface{} `json:"client,omitempty"`
	Realm  *[]RoleRepresentation   `json:"realm,omitempty"`
}

RolesRepresentation defines model for RolesRepresentation.

type ScopeMappingRepresentation

type ScopeMappingRepresentation struct {
	Client      *string   `json:"client,omitempty"`
	ClientScope *string   `json:"clientScope,omitempty"`
	Roles       *[]string `json:"roles,omitempty"`
	Self        *string   `json:"self,omitempty"`
}

ScopeMappingRepresentation defines model for ScopeMappingRepresentation.

type ScopeRepresentation

type ScopeRepresentation struct {
	DisplayName *string                   `json:"displayName,omitempty"`
	IconUri     *string                   `json:"iconUri,omitempty"`
	Id          *string                   `json:"id,omitempty"`
	Name        *string                   `json:"name,omitempty"`
	Policies    *[]PolicyRepresentation   `json:"policies,omitempty"`
	Resources   *[]ResourceRepresentation `json:"resources,omitempty"`
}

ScopeRepresentation defines model for ScopeRepresentation.

type ServerInfoRepresentation

type ServerInfoRepresentation struct {
	BuiltinProtocolMappers *map[string]interface{}             `json:"builtinProtocolMappers,omitempty"`
	ClientImporters        *[]map[string]interface{}           `json:"clientImporters,omitempty"`
	ClientInstallations    *map[string]interface{}             `json:"clientInstallations,omitempty"`
	ComponentTypes         *map[string]interface{}             `json:"componentTypes,omitempty"`
	CryptoInfo             *CryptoInfoRepresentation           `json:"cryptoInfo,omitempty"`
	Enums                  *map[string]interface{}             `json:"enums,omitempty"`
	IdentityProviders      *[]map[string]interface{}           `json:"identityProviders,omitempty"`
	MemoryInfo             *MemoryInfoRepresentation           `json:"memoryInfo,omitempty"`
	PasswordPolicies       *[]PasswordPolicyTypeRepresentation `json:"passwordPolicies,omitempty"`
	ProfileInfo            *ProfileInfoRepresentation          `json:"profileInfo,omitempty"`
	ProtocolMapperTypes    *map[string]interface{}             `json:"protocolMapperTypes,omitempty"`
	Providers              *map[string]interface{}             `json:"providers,omitempty"`
	SocialProviders        *[]map[string]interface{}           `json:"socialProviders,omitempty"`
	SystemInfo             *SystemInfoRepresentation           `json:"systemInfo,omitempty"`
	Themes                 *map[string]interface{}             `json:"themes,omitempty"`
}

ServerInfoRepresentation defines model for ServerInfoRepresentation.

type SystemInfoRepresentation

type SystemInfoRepresentation struct {
	FileEncoding   *string `json:"fileEncoding,omitempty"`
	JavaHome       *string `json:"javaHome,omitempty"`
	JavaRuntime    *string `json:"javaRuntime,omitempty"`
	JavaVendor     *string `json:"javaVendor,omitempty"`
	JavaVersion    *string `json:"javaVersion,omitempty"`
	JavaVm         *string `json:"javaVm,omitempty"`
	JavaVmVersion  *string `json:"javaVmVersion,omitempty"`
	OsArchitecture *string `json:"osArchitecture,omitempty"`
	OsName         *string `json:"osName,omitempty"`
	OsVersion      *string `json:"osVersion,omitempty"`
	ServerTime     *string `json:"serverTime,omitempty"`
	Uptime         *string `json:"uptime,omitempty"`
	UptimeMillis   *int64  `json:"uptimeMillis,omitempty"`
	UserDir        *string `json:"userDir,omitempty"`
	UserLocale     *string `json:"userLocale,omitempty"`
	UserName       *string `json:"userName,omitempty"`
	UserTimezone   *string `json:"userTimezone,omitempty"`
	Version        *string `json:"version,omitempty"`
}

SystemInfoRepresentation defines model for SystemInfoRepresentation.

type UserConsentRepresentation

type UserConsentRepresentation struct {
	ClientId            *string   `json:"clientId,omitempty"`
	CreatedDate         *int64    `json:"createdDate,omitempty"`
	GrantedClientScopes *[]string `json:"grantedClientScopes,omitempty"`
	LastUpdatedDate     *int64    `json:"lastUpdatedDate,omitempty"`
}

UserConsentRepresentation defines model for UserConsentRepresentation.

type UserFederationMapperRepresentation

type UserFederationMapperRepresentation struct {
	Config                        *map[string]interface{} `json:"config,omitempty"`
	FederationMapperType          *string                 `json:"federationMapperType,omitempty"`
	FederationProviderDisplayName *string                 `json:"federationProviderDisplayName,omitempty"`
	Id                            *string                 `json:"id,omitempty"`
	Name                          *string                 `json:"name,omitempty"`
}

UserFederationMapperRepresentation defines model for UserFederationMapperRepresentation.

type UserFederationProviderRepresentation

type UserFederationProviderRepresentation struct {
	ChangedSyncPeriod *int32                  `json:"changedSyncPeriod,omitempty"`
	Config            *map[string]interface{} `json:"config,omitempty"`
	DisplayName       *string                 `json:"displayName,omitempty"`
	FullSyncPeriod    *int32                  `json:"fullSyncPeriod,omitempty"`
	Id                *string                 `json:"id,omitempty"`
	LastSync          *int32                  `json:"lastSync,omitempty"`
	Priority          *int32                  `json:"priority,omitempty"`
	ProviderName      *string                 `json:"providerName,omitempty"`
}

UserFederationProviderRepresentation defines model for UserFederationProviderRepresentation.

type UserRepresentation

type UserRepresentation struct {
	Access                     *map[string]interface{}            `json:"access,omitempty"`
	Attributes                 *map[string]interface{}            `json:"attributes,omitempty"`
	ClientConsents             *[]UserConsentRepresentation       `json:"clientConsents,omitempty"`
	ClientRoles                *map[string]interface{}            `json:"clientRoles,omitempty"`
	CreatedTimestamp           *int64                             `json:"createdTimestamp,omitempty"`
	Credentials                *[]CredentialRepresentation        `json:"credentials,omitempty"`
	DisableableCredentialTypes *[]string                          `json:"disableableCredentialTypes,omitempty"`
	Email                      *string                            `json:"email,omitempty"`
	EmailVerified              *bool                              `json:"emailVerified,omitempty"`
	Enabled                    *bool                              `json:"enabled,omitempty"`
	FederatedIdentities        *[]FederatedIdentityRepresentation `json:"federatedIdentities,omitempty"`
	FederationLink             *string                            `json:"federationLink,omitempty"`
	FirstName                  *string                            `json:"firstName,omitempty"`
	Groups                     *[]string                          `json:"groups,omitempty"`
	Id                         *string                            `json:"id,omitempty"`
	LastName                   *string                            `json:"lastName,omitempty"`
	NotBefore                  *int32                             `json:"notBefore,omitempty"`
	Origin                     *string                            `json:"origin,omitempty"`
	RealmRoles                 *[]string                          `json:"realmRoles,omitempty"`
	RequiredActions            *[]string                          `json:"requiredActions,omitempty"`
	Self                       *string                            `json:"self,omitempty"`
	ServiceAccountClientId     *string                            `json:"serviceAccountClientId,omitempty"`
	Username                   *string                            `json:"username,omitempty"`
}

UserRepresentation defines model for UserRepresentation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL