logto

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2024 License: MIT Imports: 20 Imported by: 0

README ¶

Go API client for logto

API references for Logto services.

Note: The documentation is for Logto Cloud. If you are using Logto OSS, please refer to the response of /api/swagger.json endpoint on your Logto instance.

Overview

This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.

  • API version: Cloud
  • Package version: 1.0.0
  • Generator version: 7.7.0-SNAPSHOT
  • Build package: org.openapitools.codegen.languages.GoClientCodegen

Installation

Install the following dependencies:

go get github.com/stretchr/testify/assert
go get golang.org/x/net/context

Put the package under your project folder and add the following in import:

import logto "github.com/mostafa/go-api-client"

To use a proxy, set the environment variable HTTP_PROXY:

os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")

Configuration of Server URL

Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.

Select Server Configuration

For using other server than the one defined on index 0 set context value logto.ContextServerIndex of type int.

ctx := context.WithValue(context.Background(), logto.ContextServerIndex, 1)
Templated Server URL

Templated server URL is formatted using default variables from configuration or from context value logto.ContextServerVariables of type map[string]string.

ctx := context.WithValue(context.Background(), logto.ContextServerVariables, map[string]string{
	"basePath": "v2",
})

Note, enum values are always validated and all unused variables are silently ignored.

URLs Configuration per Operation

Each operation can use different server URL defined using OperationServers map in the Configuration. An operation is uniquely identified by "{classname}Service.{nickname}" string. Similar rules for overriding default operation server index and variables applies by using logto.ContextOperationServerIndices and logto.ContextOperationServerVariables context maps.

ctx := context.WithValue(context.Background(), logto.ContextOperationServerIndices, map[string]int{
	"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), logto.ContextOperationServerVariables, map[string]map[string]string{
	"{classname}Service.{nickname}": {
		"port": "8443",
	},
})

Documentation for API Endpoints

All URIs are relative to http://localhost

Class Method HTTP request Description
ApplicationsAPI AssignApplicationRoles Post /api/applications/{applicationId}/roles Assign API resource roles to application
ApplicationsAPI CreateApplication Post /api/applications Create an application
ApplicationsAPI CreateApplicationProtectedAppMetadataCustomDomain Post /api/applications/{id}/protected-app-metadata/custom-domains Add a custom domain to the protected application.
ApplicationsAPI CreateApplicationUserConsentOrganization Post /api/applications/{id}/users/{userId}/consent-organizations Grant a list of organization access of a user for a application.
ApplicationsAPI CreateApplicationUserConsentScope Post /api/applications/{applicationId}/user-consent-scopes Assign user consent scopes to application.
ApplicationsAPI DeleteApplication Delete /api/applications/{id} Delete application
ApplicationsAPI DeleteApplicationProtectedAppMetadataCustomDomain Delete /api/applications/{id}/protected-app-metadata/custom-domains/{domain} Delete a custom domain.
ApplicationsAPI DeleteApplicationRole Delete /api/applications/{applicationId}/roles/{roleId} Remove a API resource role from application
ApplicationsAPI DeleteApplicationUserConsentOrganization Delete /api/applications/{id}/users/{userId}/consent-organizations/{organizationId} Revoke a user's access to an organization for a application.
ApplicationsAPI DeleteApplicationUserConsentScope Delete /api/applications/{applicationId}/user-consent-scopes/{scopeType}/{scopeId} Remove user consent scope from application.
ApplicationsAPI GetApplication Get /api/applications/{id} Get application
ApplicationsAPI GetApplicationSignInExperience Get /api/applications/{applicationId}/sign-in-experience Get the application level sign-in experience
ApplicationsAPI ListApplicationOrganizations Get /api/applications/{id}/organizations Get application organizations
ApplicationsAPI ListApplicationProtectedAppMetadataCustomDomains Get /api/applications/{id}/protected-app-metadata/custom-domains Get the list of custom domains of the protected application.
ApplicationsAPI ListApplicationRoles Get /api/applications/{applicationId}/roles Get application API resource roles
ApplicationsAPI ListApplicationUserConsentOrganizations Get /api/applications/{id}/users/{userId}/consent-organizations List all the user consented organizations of a application.
ApplicationsAPI ListApplicationUserConsentScopes Get /api/applications/{applicationId}/user-consent-scopes List all the user consent scopes of an application.
ApplicationsAPI ListApplications Get /api/applications Get applications
ApplicationsAPI ReplaceApplicationRoles Put /api/applications/{applicationId}/roles Update API resource roles for application
ApplicationsAPI ReplaceApplicationSignInExperience Put /api/applications/{applicationId}/sign-in-experience Update application level sign-in experience
ApplicationsAPI ReplaceApplicationUserConsentOrganizations Put /api/applications/{id}/users/{userId}/consent-organizations Grant a list of organization access of a user for a application.
ApplicationsAPI UpdateApplication Patch /api/applications/{id} Update application
AuditLogsAPI GetLog Get /api/logs/{id} Get log
AuditLogsAPI ListLogs Get /api/logs Get logs
AuthnAPI AssertSaml Post /api/authn/saml/{connectorId} SAML ACS endpoint (social)
AuthnAPI AssertSingleSignOnSaml Post /api/authn/single-sign-on/saml/{connectorId} SAML ACS endpoint (SSO)
AuthnAPI GetHasuraAuth Get /api/authn/hasura Hasura auth hook endpoint
ConfigsAPI DeleteJwtCustomizer Delete /api/configs/jwt-customizer/{tokenTypePath} Delete JWT customizer
ConfigsAPI DeleteOidcKey Delete /api/configs/oidc/{keyType}/{keyId} Delete OIDC key
ConfigsAPI GetAdminConsoleConfig Get /api/configs/admin-console Get admin console config
ConfigsAPI GetJwtCustomizer Get /api/configs/jwt-customizer/{tokenTypePath} Get JWT customizer
ConfigsAPI GetOidcKeys Get /api/configs/oidc/{keyType} Get OIDC keys
ConfigsAPI ListJwtCustomizers Get /api/configs/jwt-customizer Get all JWT customizers
ConfigsAPI RotateOidcKeys Post /api/configs/oidc/{keyType}/rotate Rotate OIDC keys
ConfigsAPI TestJwtCustomizer Post /api/configs/jwt-customizer/test Test JWT customizer
ConfigsAPI UpdateAdminConsoleConfig Patch /api/configs/admin-console Update admin console config
ConfigsAPI UpdateJwtCustomizer Patch /api/configs/jwt-customizer/{tokenTypePath} Update JWT customizer
ConfigsAPI UpsertJwtCustomizer Put /api/configs/jwt-customizer/{tokenTypePath} Create or update JWT customizer
ConnectorFactoriesAPI GetConnectorFactory Get /api/connector-factories/{id} Get connector factory
ConnectorFactoriesAPI ListConnectorFactories Get /api/connector-factories Get connector factories
ConnectorsAPI CreateConnector Post /api/connectors Create connector
ConnectorsAPI CreateConnectorAuthorizationUri Post /api/connectors/{connectorId}/authorization-uri Get connector's authorization URI
ConnectorsAPI CreateConnectorTest Post /api/connectors/{factoryId}/test Test passwordless connector
ConnectorsAPI DeleteConnector Delete /api/connectors/{id} Delete connector
ConnectorsAPI GetConnector Get /api/connectors/{id} Get connector
ConnectorsAPI ListConnectors Get /api/connectors Get connectors
ConnectorsAPI UpdateConnector Patch /api/connectors/{id} Update connector
CustomPhrasesAPI DeleteCustomPhrase Delete /api/custom-phrases/{languageTag} Delete custom phrase
CustomPhrasesAPI GetCustomPhrase Get /api/custom-phrases/{languageTag} Get custom phrases
CustomPhrasesAPI ListCustomPhrases Get /api/custom-phrases Get all custom phrases
CustomPhrasesAPI ReplaceCustomPhrase Put /api/custom-phrases/{languageTag} Upsert custom phrases
DashboardAPI GetActiveUserCounts Get /api/dashboard/users/active Get active user data
DashboardAPI GetNewUserCounts Get /api/dashboard/users/new Get new user count
DashboardAPI GetTotalUserCount Get /api/dashboard/users/total Get total user count
DomainsAPI CreateDomain Post /api/domains Create domain
DomainsAPI DeleteDomain Delete /api/domains/{id} Delete domain
DomainsAPI GetDomain Get /api/domains/{id} Get domain
DomainsAPI ListDomains Get /api/domains Get domains
HooksAPI CreateHook Post /api/hooks Create a hook
HooksAPI CreateHookTest Post /api/hooks/{id}/test Test hook
HooksAPI DeleteHook Delete /api/hooks/{id} Delete hook
HooksAPI GetHook Get /api/hooks/{id} Get hook
HooksAPI ListHookRecentLogs Get /api/hooks/{id}/recent-logs Get recent logs for a hook
HooksAPI ListHooks Get /api/hooks Get hooks
HooksAPI UpdateHook Patch /api/hooks/{id} Update hook
HooksAPI UpdateHookSigningKey Patch /api/hooks/{id}/signing-key Update signing key for a hook
InteractionAPI ApiInteractionBindMfaPost Post /api/interaction/bind-mfa
InteractionAPI ApiInteractionConsentGet Get /api/interaction/consent
InteractionAPI ApiInteractionConsentPost Post /api/interaction/consent
InteractionAPI ApiInteractionDelete Delete /api/interaction
InteractionAPI ApiInteractionEventPut Put /api/interaction/event
InteractionAPI ApiInteractionIdentifiersPatch Patch /api/interaction/identifiers
InteractionAPI ApiInteractionMfaPut Put /api/interaction/mfa
InteractionAPI ApiInteractionMfaSkippedPut Put /api/interaction/mfa-skipped
InteractionAPI ApiInteractionProfileDelete Delete /api/interaction/profile
InteractionAPI ApiInteractionProfilePatch Patch /api/interaction/profile
InteractionAPI ApiInteractionProfilePut Put /api/interaction/profile
InteractionAPI ApiInteractionPut Put /api/interaction
InteractionAPI ApiInteractionSingleSignOnConnectorIdAuthenticationPost Post /api/interaction/single-sign-on/{connectorId}/authentication
InteractionAPI ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPost Post /api/interaction/single-sign-on/{connectorId}/authorization-url
InteractionAPI ApiInteractionSingleSignOnConnectorIdRegistrationPost Post /api/interaction/single-sign-on/{connectorId}/registration
InteractionAPI ApiInteractionSingleSignOnConnectorsGet Get /api/interaction/single-sign-on/connectors
InteractionAPI ApiInteractionSubmitPost Post /api/interaction/submit
InteractionAPI ApiInteractionVerificationSocialAuthorizationUriPost Post /api/interaction/verification/social-authorization-uri
InteractionAPI ApiInteractionVerificationTotpPost Post /api/interaction/verification/totp
InteractionAPI ApiInteractionVerificationVerificationCodePost Post /api/interaction/verification/verification-code
InteractionAPI ApiInteractionVerificationWebauthnAuthenticationPost Post /api/interaction/verification/webauthn-authentication
InteractionAPI ApiInteractionVerificationWebauthnRegistrationPost Post /api/interaction/verification/webauthn-registration
OrganizationInvitationsAPI CreateOrganizationInvitation Post /api/organization-invitations Create organization invitation
OrganizationInvitationsAPI CreateOrganizationInvitationMessage Post /api/organization-invitations/{id}/message Resend invitation message
OrganizationInvitationsAPI DeleteOrganizationInvitation Delete /api/organization-invitations/{id} Delete organization invitation
OrganizationInvitationsAPI GetOrganizationInvitation Get /api/organization-invitations/{id} Get organization invitation
OrganizationInvitationsAPI ListOrganizationInvitations Get /api/organization-invitations Get organization invitations
OrganizationInvitationsAPI ReplaceOrganizationInvitationStatus Put /api/organization-invitations/{id}/status Update organization invitation status
OrganizationRolesAPI CreateOrganizationRole Post /api/organization-roles Create an organization role
OrganizationRolesAPI CreateOrganizationRoleResourceScope Post /api/organization-roles/{id}/resource-scopes Assign resource scopes to organization role
OrganizationRolesAPI CreateOrganizationRoleScope Post /api/organization-roles/{id}/scopes Assign organization scopes to organization role
OrganizationRolesAPI DeleteOrganizationRole Delete /api/organization-roles/{id} Delete organization role
OrganizationRolesAPI DeleteOrganizationRoleResourceScope Delete /api/organization-roles/{id}/resource-scopes/{scopeId} Remove resource scope
OrganizationRolesAPI DeleteOrganizationRoleScope Delete /api/organization-roles/{id}/scopes/{organizationScopeId} Remove organization scope
OrganizationRolesAPI GetOrganizationRole Get /api/organization-roles/{id} Get organization role
OrganizationRolesAPI ListOrganizationRoleResourceScopes Get /api/organization-roles/{id}/resource-scopes Get organization role resource scopes
OrganizationRolesAPI ListOrganizationRoleScopes Get /api/organization-roles/{id}/scopes Get organization role scopes
OrganizationRolesAPI ListOrganizationRoles Get /api/organization-roles Get organization roles
OrganizationRolesAPI ReplaceOrganizationRoleResourceScopes Put /api/organization-roles/{id}/resource-scopes Replace resource scopes for organization role
OrganizationRolesAPI ReplaceOrganizationRoleScopes Put /api/organization-roles/{id}/scopes Replace organization scopes for organization role
OrganizationRolesAPI UpdateOrganizationRole Patch /api/organization-roles/{id} Update organization role
OrganizationScopesAPI CreateOrganizationScope Post /api/organization-scopes Create an organization scope
OrganizationScopesAPI DeleteOrganizationScope Delete /api/organization-scopes/{id} Delete organization scope
OrganizationScopesAPI GetOrganizationScope Get /api/organization-scopes/{id} Get organization scope
OrganizationScopesAPI ListOrganizationScopes Get /api/organization-scopes Get organization scopes
OrganizationScopesAPI UpdateOrganizationScope Patch /api/organization-scopes/{id} Update organization scope
OrganizationsAPI AddOrganizationApplications Post /api/organizations/{id}/applications Add organization application
OrganizationsAPI AddOrganizationUsers Post /api/organizations/{id}/users Add user members to organization
OrganizationsAPI AssignOrganizationRolesToApplication Post /api/organizations/{id}/applications/{applicationId}/roles Add organization application role
OrganizationsAPI AssignOrganizationRolesToApplications Post /api/organizations/{id}/applications/roles Assign roles to applications in an organization
OrganizationsAPI AssignOrganizationRolesToUser Post /api/organizations/{id}/users/{userId}/roles Assign roles to a user in an organization
OrganizationsAPI AssignOrganizationRolesToUsers Post /api/organizations/{id}/users/roles Assign roles to organization user members
OrganizationsAPI CreateOrganization Post /api/organizations Create an organization
OrganizationsAPI CreateOrganizationJitEmailDomain Post /api/organizations/{id}/jit/email-domains Add organization JIT email domain
OrganizationsAPI CreateOrganizationJitRole Post /api/organizations/{id}/jit/roles Add organization JIT default roles
OrganizationsAPI CreateOrganizationJitSsoConnector Post /api/organizations/{id}/jit/sso-connectors Add organization JIT SSO connectors
OrganizationsAPI DeleteOrganization Delete /api/organizations/{id} Delete organization
OrganizationsAPI DeleteOrganizationApplication Delete /api/organizations/{id}/applications/{applicationId} Remove organization application
OrganizationsAPI DeleteOrganizationApplicationRole Delete /api/organizations/{id}/applications/{applicationId}/roles/{organizationRoleId} Remove organization application role
OrganizationsAPI DeleteOrganizationJitEmailDomain Delete /api/organizations/{id}/jit/email-domains/{emailDomain} Remove organization JIT email domain
OrganizationsAPI DeleteOrganizationJitRole Delete /api/organizations/{id}/jit/roles/{organizationRoleId} Remove organization JIT default role
OrganizationsAPI DeleteOrganizationJitSsoConnector Delete /api/organizations/{id}/jit/sso-connectors/{ssoConnectorId} Remove organization JIT SSO connector
OrganizationsAPI DeleteOrganizationUser Delete /api/organizations/{id}/users/{userId} Remove user member from organization
OrganizationsAPI DeleteOrganizationUserRole Delete /api/organizations/{id}/users/{userId}/roles/{organizationRoleId} Remove a role from a user in an organization
OrganizationsAPI GetOrganization Get /api/organizations/{id} Get organization
OrganizationsAPI ListOrganizationApplicationRoles Get /api/organizations/{id}/applications/{applicationId}/roles Get organization application roles
OrganizationsAPI ListOrganizationApplications Get /api/organizations/{id}/applications Get organization applications
OrganizationsAPI ListOrganizationJitEmailDomains Get /api/organizations/{id}/jit/email-domains Get organization JIT email domains
OrganizationsAPI ListOrganizationJitRoles Get /api/organizations/{id}/jit/roles Get organization JIT default roles
OrganizationsAPI ListOrganizationJitSsoConnectors Get /api/organizations/{id}/jit/sso-connectors Get organization JIT SSO connectors
OrganizationsAPI ListOrganizationUserRoles Get /api/organizations/{id}/users/{userId}/roles Get roles for a user in an organization
OrganizationsAPI ListOrganizationUserScopes Get /api/organizations/{id}/users/{userId}/scopes Get scopes for a user in an organization tailored by the organization roles
OrganizationsAPI ListOrganizationUsers Get /api/organizations/{id}/users Get organization user members
OrganizationsAPI ListOrganizations Get /api/organizations Get organizations
OrganizationsAPI ReplaceOrganizationApplicationRoles Put /api/organizations/{id}/applications/{applicationId}/roles Replace organization application roles
OrganizationsAPI ReplaceOrganizationApplications Put /api/organizations/{id}/applications Replace organization applications
OrganizationsAPI ReplaceOrganizationJitEmailDomains Put /api/organizations/{id}/jit/email-domains Replace organization JIT email domains
OrganizationsAPI ReplaceOrganizationJitRoles Put /api/organizations/{id}/jit/roles Replace organization JIT default roles
OrganizationsAPI ReplaceOrganizationJitSsoConnectors Put /api/organizations/{id}/jit/sso-connectors Replace organization JIT SSO connectors
OrganizationsAPI ReplaceOrganizationUserRoles Put /api/organizations/{id}/users/{userId}/roles Update roles for a user in an organization
OrganizationsAPI ReplaceOrganizationUsers Put /api/organizations/{id}/users Replace organization user members
OrganizationsAPI UpdateOrganization Patch /api/organizations/{id} Update organization
ResourcesAPI CreateResource Post /api/resources Create an API resource
ResourcesAPI CreateResourceScope Post /api/resources/{resourceId}/scopes Create API resource scope
ResourcesAPI DeleteResource Delete /api/resources/{id} Delete API resource
ResourcesAPI DeleteResourceScope Delete /api/resources/{resourceId}/scopes/{scopeId} Delete API resource scope
ResourcesAPI GetResource Get /api/resources/{id} Get API resource
ResourcesAPI ListResourceScopes Get /api/resources/{resourceId}/scopes Get API resource scopes
ResourcesAPI ListResources Get /api/resources Get API resources
ResourcesAPI UpdateResource Patch /api/resources/{id} Update API resource
ResourcesAPI UpdateResourceIsDefault Patch /api/resources/{id}/is-default Set API resource as default
ResourcesAPI UpdateResourceScope Patch /api/resources/{resourceId}/scopes/{scopeId} Update API resource scope
RolesAPI CreateRole Post /api/roles Create a role
RolesAPI CreateRoleApplication Post /api/roles/{id}/applications Assign role to applications
RolesAPI CreateRoleScope Post /api/roles/{id}/scopes Link scopes to role
RolesAPI CreateRoleUser Post /api/roles/{id}/users Assign role to users
RolesAPI DeleteRole Delete /api/roles/{id} Delete role
RolesAPI DeleteRoleApplication Delete /api/roles/{id}/applications/{applicationId} Remove role from application
RolesAPI DeleteRoleScope Delete /api/roles/{id}/scopes/{scopeId} Unlink scope from role
RolesAPI DeleteRoleUser Delete /api/roles/{id}/users/{userId} Remove role from user
RolesAPI GetRole Get /api/roles/{id} Get role
RolesAPI ListRoleApplications Get /api/roles/{id}/applications Get role applications
RolesAPI ListRoleScopes Get /api/roles/{id}/scopes Get role scopes
RolesAPI ListRoleUsers Get /api/roles/{id}/users Get role users
RolesAPI ListRoles Get /api/roles Get roles
RolesAPI UpdateRole Patch /api/roles/{id} Update role
SSOConnectorProvidersAPI ListSsoConnectorProviders Get /api/sso-connector-providers List all the supported SSO connector provider details
SSOConnectorsAPI CreateSsoConnector Post /api/sso-connectors Create SSO connector
SSOConnectorsAPI DeleteSsoConnector Delete /api/sso-connectors/{id} Delete SSO connector
SSOConnectorsAPI GetSsoConnector Get /api/sso-connectors/{id} Get SSO connector
SSOConnectorsAPI ListSsoConnectors Get /api/sso-connectors List SSO connectors
SSOConnectorsAPI UpdateSsoConnector Patch /api/sso-connectors/{id} Update SSO connector
SignInExperienceAPI GetSignInExp Get /api/sign-in-exp Get default sign-in experience settings
SignInExperienceAPI UpdateSignInExp Patch /api/sign-in-exp Update default sign-in experience settings
StatusAPI GetStatus Get /api/status Health check
SwaggerJsonAPI GetSwaggerJson Get /api/swagger.json Get Swagger JSON
SystemsAPI GetSystemApplicationConfig Get /api/systems/application Get the application constants.
UserAssetsAPI CreateUserAsset Post /api/user-assets Upload asset
UserAssetsAPI GetUserAssetServiceStatus Get /api/user-assets/service-status Get service status
UsersAPI AssignUserRoles Post /api/users/{userId}/roles Assign roles to user
UsersAPI CreateUser Post /api/users Create user
UsersAPI CreateUserIdentity Post /api/users/{userId}/identities Link social identity to user
UsersAPI CreateUserMfaVerification Post /api/users/{userId}/mfa-verifications Create an MFA verification for a user
UsersAPI DeleteUser Delete /api/users/{userId} Delete user
UsersAPI DeleteUserIdentity Delete /api/users/{userId}/identities/{target} Delete social identity from user
UsersAPI DeleteUserMfaVerification Delete /api/users/{userId}/mfa-verifications/{verificationId} Delete an MFA verification for a user
UsersAPI DeleteUserRole Delete /api/users/{userId}/roles/{roleId} Remove role from user
UsersAPI GetUser Get /api/users/{userId} Get user
UsersAPI GetUserHasPassword Get /api/users/{userId}/has-password Check if user has password
UsersAPI ListUserCustomData Get /api/users/{userId}/custom-data Get user custom data
UsersAPI ListUserMfaVerifications Get /api/users/{userId}/mfa-verifications Get user's MFA verifications
UsersAPI ListUserOrganizations Get /api/users/{userId}/organizations Get organizations for a user
UsersAPI ListUserRoles Get /api/users/{userId}/roles Get roles for user
UsersAPI ListUsers Get /api/users Get users
UsersAPI ReplaceUserIdentity Put /api/users/{userId}/identities/{target} Update social identity of user
UsersAPI ReplaceUserRoles Put /api/users/{userId}/roles Update roles for user
UsersAPI UpdateUser Patch /api/users/{userId} Update user
UsersAPI UpdateUserCustomData Patch /api/users/{userId}/custom-data Update user custom data
UsersAPI UpdateUserIsSuspended Patch /api/users/{userId}/is-suspended Update user suspension status
UsersAPI UpdateUserPassword Patch /api/users/{userId}/password Update user password
UsersAPI UpdateUserProfile Patch /api/users/{userId}/profile Update user profile
UsersAPI VerifyUserPassword Post /api/users/{userId}/password/verify Verify user password
VerificationCodesAPI CreateVerificationCode Post /api/verification-codes Request and send a verification code
VerificationCodesAPI VerifyVerificationCode Post /api/verification-codes/verify Verify a verification code
WellKnownAPI GetSignInExperienceConfig Get /api/.well-known/sign-in-exp Get full sign-in experience
WellKnownAPI GetSignInExperiencePhrases Get /api/.well-known/phrases Get localized phrases

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

ManagementApi
  • Type: HTTP Bearer token authentication

Example

auth := context.WithValue(context.Background(), logto.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)

Documentation for Utility Methods

Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:

  • PtrBool
  • PtrInt
  • PtrInt32
  • PtrInt64
  • PtrFloat
  • PtrFloat32
  • PtrFloat64
  • PtrString
  • PtrTime

Author

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	JsonCheck = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?json)`)
	XmlCheck  = regexp.MustCompile(`(?i:(?:application|text)/(?:[^;]+\+)?xml)`)
)
View Source
var (
	// ContextAccessToken takes a string oauth2 access token as authentication for the request.
	ContextAccessToken = contextKey("accesstoken")

	// ContextServerIndex uses a server configuration from the index.
	ContextServerIndex = contextKey("serverIndex")

	// ContextOperationServerIndices uses a server configuration from the index mapping.
	ContextOperationServerIndices = contextKey("serverOperationIndices")

	// ContextServerVariables overrides a server configuration variables.
	ContextServerVariables = contextKey("serverVariables")

	// ContextOperationServerVariables overrides a server configuration variables using operation specific values.
	ContextOperationServerVariables = contextKey("serverOperationVariables")
)

Functions ¶

func CacheExpires ¶

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

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

func IsNil ¶

func IsNil(i interface{}) bool

IsNil checks if an input is nil

func PtrBool ¶

func PtrBool(v bool) *bool

PtrBool is a helper routine that returns a pointer to given boolean value.

func PtrFloat32 ¶

func PtrFloat32(v float32) *float32

PtrFloat32 is a helper routine that returns a pointer to given float value.

func PtrFloat64 ¶

func PtrFloat64(v float64) *float64

PtrFloat64 is a helper routine that returns a pointer to given float value.

func PtrInt ¶

func PtrInt(v int) *int

PtrInt is a helper routine that returns a pointer to given integer value.

func PtrInt32 ¶

func PtrInt32(v int32) *int32

PtrInt32 is a helper routine that returns a pointer to given integer value.

func PtrInt64 ¶

func PtrInt64(v int64) *int64

PtrInt64 is a helper routine that returns a pointer to given integer value.

func PtrString ¶

func PtrString(v string) *string

PtrString is a helper routine that returns a pointer to given string value.

func PtrTime ¶

func PtrTime(v time.Time) *time.Time

PtrTime is helper routine that returns a pointer to given Time value.

Types ¶

type APIClient ¶

type APIClient struct {
	ApplicationsAPI *ApplicationsAPIService

	AuditLogsAPI *AuditLogsAPIService

	AuthnAPI *AuthnAPIService

	ConfigsAPI *ConfigsAPIService

	ConnectorFactoriesAPI *ConnectorFactoriesAPIService

	ConnectorsAPI *ConnectorsAPIService

	CustomPhrasesAPI *CustomPhrasesAPIService

	DashboardAPI *DashboardAPIService

	DomainsAPI *DomainsAPIService

	HooksAPI *HooksAPIService

	InteractionAPI *InteractionAPIService

	OrganizationInvitationsAPI *OrganizationInvitationsAPIService

	OrganizationRolesAPI *OrganizationRolesAPIService

	OrganizationScopesAPI *OrganizationScopesAPIService

	OrganizationsAPI *OrganizationsAPIService

	ResourcesAPI *ResourcesAPIService

	RolesAPI *RolesAPIService

	SSOConnectorProvidersAPI *SSOConnectorProvidersAPIService

	SSOConnectorsAPI *SSOConnectorsAPIService

	SignInExperienceAPI *SignInExperienceAPIService

	StatusAPI *StatusAPIService

	SwaggerJsonAPI *SwaggerJsonAPIService

	SystemsAPI *SystemsAPIService

	UserAssetsAPI *UserAssetsAPIService

	UsersAPI *UsersAPIService

	VerificationCodesAPI *VerificationCodesAPIService

	WellKnownAPI *WellKnownAPIService
	// contains filtered or unexported fields
}

APIClient manages communication with the Logto API references API vCloud In most cases there should be only one, shared, APIClient.

func NewAPIClient ¶

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

func (*APIClient) GetConfig ¶

func (c *APIClient) GetConfig() *Configuration

Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior

type APIKey ¶

type APIKey struct {
	Key    string
	Prefix string
}

APIKey provides API key based authentication to a request passed via context using ContextAPIKey

type APIResponse ¶

type APIResponse struct {
	*http.Response `json:"-"`
	Message        string `json:"message,omitempty"`
	// Operation is the name of the OpenAPI operation.
	Operation string `json:"operation,omitempty"`
	// RequestURL is the request URL. This value is always available, even if the
	// embedded *http.Response is nil.
	RequestURL string `json:"url,omitempty"`
	// Method is the HTTP method used for the request.  This value is always
	// available, even if the embedded *http.Response is nil.
	Method string `json:"method,omitempty"`
	// Payload holds the contents of the response body (which may be nil or empty).
	// This is provided here as the raw response.Body() reader will have already
	// been drained.
	Payload []byte `json:"-"`
}

APIResponse stores the API response returned by the server.

func NewAPIResponse ¶

func NewAPIResponse(r *http.Response) *APIResponse

NewAPIResponse returns a new APIResponse object.

func NewAPIResponseWithError ¶

func NewAPIResponseWithError(errorMessage string) *APIResponse

NewAPIResponseWithError returns a new APIResponse object with the provided error message.

type AddOrganizationApplicationsRequest ¶

type AddOrganizationApplicationsRequest struct {
	// The application IDs to add.
	ApplicationIds []string `json:"applicationIds"`
}

AddOrganizationApplicationsRequest struct for AddOrganizationApplicationsRequest

func NewAddOrganizationApplicationsRequest ¶

func NewAddOrganizationApplicationsRequest(applicationIds []string) *AddOrganizationApplicationsRequest

NewAddOrganizationApplicationsRequest instantiates a new AddOrganizationApplicationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddOrganizationApplicationsRequestWithDefaults ¶

func NewAddOrganizationApplicationsRequestWithDefaults() *AddOrganizationApplicationsRequest

NewAddOrganizationApplicationsRequestWithDefaults instantiates a new AddOrganizationApplicationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddOrganizationApplicationsRequest) GetApplicationIds ¶

func (o *AddOrganizationApplicationsRequest) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field value

func (*AddOrganizationApplicationsRequest) GetApplicationIdsOk ¶

func (o *AddOrganizationApplicationsRequest) GetApplicationIdsOk() ([]string, bool)

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

func (AddOrganizationApplicationsRequest) MarshalJSON ¶

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

func (*AddOrganizationApplicationsRequest) SetApplicationIds ¶

func (o *AddOrganizationApplicationsRequest) SetApplicationIds(v []string)

SetApplicationIds sets field value

func (AddOrganizationApplicationsRequest) ToMap ¶

func (o AddOrganizationApplicationsRequest) ToMap() (map[string]interface{}, error)

func (*AddOrganizationApplicationsRequest) UnmarshalJSON ¶

func (o *AddOrganizationApplicationsRequest) UnmarshalJSON(data []byte) (err error)

type AddOrganizationUsersRequest ¶

type AddOrganizationUsersRequest struct {
	// An array of user IDs to be added to the organization. Organization existed users assignment will be ignored.
	UserIds []string `json:"userIds"`
}

AddOrganizationUsersRequest struct for AddOrganizationUsersRequest

func NewAddOrganizationUsersRequest ¶

func NewAddOrganizationUsersRequest(userIds []string) *AddOrganizationUsersRequest

NewAddOrganizationUsersRequest instantiates a new AddOrganizationUsersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAddOrganizationUsersRequestWithDefaults ¶

func NewAddOrganizationUsersRequestWithDefaults() *AddOrganizationUsersRequest

NewAddOrganizationUsersRequestWithDefaults instantiates a new AddOrganizationUsersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AddOrganizationUsersRequest) GetUserIds ¶

func (o *AddOrganizationUsersRequest) GetUserIds() []string

GetUserIds returns the UserIds field value

func (*AddOrganizationUsersRequest) GetUserIdsOk ¶

func (o *AddOrganizationUsersRequest) GetUserIdsOk() ([]string, bool)

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

func (AddOrganizationUsersRequest) MarshalJSON ¶

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

func (*AddOrganizationUsersRequest) SetUserIds ¶

func (o *AddOrganizationUsersRequest) SetUserIds(v []string)

SetUserIds sets field value

func (AddOrganizationUsersRequest) ToMap ¶

func (o AddOrganizationUsersRequest) ToMap() (map[string]interface{}, error)

func (*AddOrganizationUsersRequest) UnmarshalJSON ¶

func (o *AddOrganizationUsersRequest) UnmarshalJSON(data []byte) (err error)

type ApiAddOrganizationApplicationsRequest ¶

type ApiAddOrganizationApplicationsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAddOrganizationApplicationsRequest) AddOrganizationApplicationsRequest ¶

func (r ApiAddOrganizationApplicationsRequest) AddOrganizationApplicationsRequest(addOrganizationApplicationsRequest AddOrganizationApplicationsRequest) ApiAddOrganizationApplicationsRequest

func (ApiAddOrganizationApplicationsRequest) Execute ¶

type ApiAddOrganizationUsersRequest ¶

type ApiAddOrganizationUsersRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAddOrganizationUsersRequest) AddOrganizationUsersRequest ¶

func (r ApiAddOrganizationUsersRequest) AddOrganizationUsersRequest(addOrganizationUsersRequest AddOrganizationUsersRequest) ApiAddOrganizationUsersRequest

func (ApiAddOrganizationUsersRequest) Execute ¶

type ApiApiInteractionBindMfaPostRequest ¶

type ApiApiInteractionBindMfaPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionBindMfaPostRequest) ApiInteractionBindMfaPostRequest ¶

func (r ApiApiInteractionBindMfaPostRequest) ApiInteractionBindMfaPostRequest(apiInteractionBindMfaPostRequest ApiInteractionBindMfaPostRequest) ApiApiInteractionBindMfaPostRequest

func (ApiApiInteractionBindMfaPostRequest) Execute ¶

type ApiApiInteractionConsentGetRequest ¶

type ApiApiInteractionConsentGetRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionConsentGetRequest) Execute ¶

type ApiApiInteractionConsentPostRequest ¶

type ApiApiInteractionConsentPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionConsentPostRequest) ApiInteractionConsentPostRequest ¶

func (r ApiApiInteractionConsentPostRequest) ApiInteractionConsentPostRequest(apiInteractionConsentPostRequest ApiInteractionConsentPostRequest) ApiApiInteractionConsentPostRequest

func (ApiApiInteractionConsentPostRequest) Execute ¶

type ApiApiInteractionDeleteRequest ¶

type ApiApiInteractionDeleteRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionDeleteRequest) Execute ¶

type ApiApiInteractionEventPutRequest ¶

type ApiApiInteractionEventPutRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionEventPutRequest) ApiInteractionEventPutRequest ¶

func (r ApiApiInteractionEventPutRequest) ApiInteractionEventPutRequest(apiInteractionEventPutRequest ApiInteractionEventPutRequest) ApiApiInteractionEventPutRequest

func (ApiApiInteractionEventPutRequest) Execute ¶

type ApiApiInteractionIdentifiersPatchRequest ¶

type ApiApiInteractionIdentifiersPatchRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionIdentifiersPatchRequest) ApiInteractionPutRequestIdentifier ¶

func (r ApiApiInteractionIdentifiersPatchRequest) ApiInteractionPutRequestIdentifier(apiInteractionPutRequestIdentifier ApiInteractionPutRequestIdentifier) ApiApiInteractionIdentifiersPatchRequest

func (ApiApiInteractionIdentifiersPatchRequest) Execute ¶

type ApiApiInteractionMfaPutRequest ¶

type ApiApiInteractionMfaPutRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionMfaPutRequest) ApiInteractionMfaPutRequest ¶

func (r ApiApiInteractionMfaPutRequest) ApiInteractionMfaPutRequest(apiInteractionMfaPutRequest ApiInteractionMfaPutRequest) ApiApiInteractionMfaPutRequest

func (ApiApiInteractionMfaPutRequest) Execute ¶

type ApiApiInteractionMfaSkippedPutRequest ¶

type ApiApiInteractionMfaSkippedPutRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionMfaSkippedPutRequest) ApiInteractionMfaSkippedPutRequest ¶

func (r ApiApiInteractionMfaSkippedPutRequest) ApiInteractionMfaSkippedPutRequest(apiInteractionMfaSkippedPutRequest ApiInteractionMfaSkippedPutRequest) ApiApiInteractionMfaSkippedPutRequest

func (ApiApiInteractionMfaSkippedPutRequest) Execute ¶

type ApiApiInteractionProfileDeleteRequest ¶

type ApiApiInteractionProfileDeleteRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionProfileDeleteRequest) Execute ¶

type ApiApiInteractionProfilePatchRequest ¶

type ApiApiInteractionProfilePatchRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionProfilePatchRequest) ApiInteractionPutRequestProfile ¶

func (r ApiApiInteractionProfilePatchRequest) ApiInteractionPutRequestProfile(apiInteractionPutRequestProfile ApiInteractionPutRequestProfile) ApiApiInteractionProfilePatchRequest

func (ApiApiInteractionProfilePatchRequest) Execute ¶

type ApiApiInteractionProfilePutRequest ¶

type ApiApiInteractionProfilePutRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionProfilePutRequest) ApiInteractionPutRequestProfile ¶

func (r ApiApiInteractionProfilePutRequest) ApiInteractionPutRequestProfile(apiInteractionPutRequestProfile ApiInteractionPutRequestProfile) ApiApiInteractionProfilePutRequest

func (ApiApiInteractionProfilePutRequest) Execute ¶

type ApiApiInteractionPutRequest ¶

type ApiApiInteractionPutRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionPutRequest) ApiInteractionPutRequest ¶

func (r ApiApiInteractionPutRequest) ApiInteractionPutRequest(apiInteractionPutRequest ApiInteractionPutRequest) ApiApiInteractionPutRequest

func (ApiApiInteractionPutRequest) Execute ¶

type ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest ¶

type ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest) Execute ¶

func (ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest) RequestBody ¶

type ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ¶

type ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ¶

func (r ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest(apiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

func (ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) Execute ¶

type ApiApiInteractionSingleSignOnConnectorIdRegistrationPostRequest ¶

type ApiApiInteractionSingleSignOnConnectorIdRegistrationPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionSingleSignOnConnectorIdRegistrationPostRequest) Execute ¶

type ApiApiInteractionSingleSignOnConnectorsGetRequest ¶

type ApiApiInteractionSingleSignOnConnectorsGetRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionSingleSignOnConnectorsGetRequest) Email ¶

func (ApiApiInteractionSingleSignOnConnectorsGetRequest) Execute ¶

type ApiApiInteractionSubmitPostRequest ¶

type ApiApiInteractionSubmitPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionSubmitPostRequest) Execute ¶

type ApiApiInteractionVerificationSocialAuthorizationUriPostRequest ¶

type ApiApiInteractionVerificationSocialAuthorizationUriPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionVerificationSocialAuthorizationUriPostRequest) ApiInteractionVerificationSocialAuthorizationUriPostRequest ¶

func (r ApiApiInteractionVerificationSocialAuthorizationUriPostRequest) ApiInteractionVerificationSocialAuthorizationUriPostRequest(apiInteractionVerificationSocialAuthorizationUriPostRequest ApiInteractionVerificationSocialAuthorizationUriPostRequest) ApiApiInteractionVerificationSocialAuthorizationUriPostRequest

func (ApiApiInteractionVerificationSocialAuthorizationUriPostRequest) Execute ¶

type ApiApiInteractionVerificationTotpPostRequest ¶

type ApiApiInteractionVerificationTotpPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionVerificationTotpPostRequest) Execute ¶

type ApiApiInteractionVerificationVerificationCodePostRequest ¶

type ApiApiInteractionVerificationVerificationCodePostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionVerificationVerificationCodePostRequest) ApiInteractionVerificationVerificationCodePostRequest ¶

func (r ApiApiInteractionVerificationVerificationCodePostRequest) ApiInteractionVerificationVerificationCodePostRequest(apiInteractionVerificationVerificationCodePostRequest ApiInteractionVerificationVerificationCodePostRequest) ApiApiInteractionVerificationVerificationCodePostRequest

func (ApiApiInteractionVerificationVerificationCodePostRequest) Execute ¶

type ApiApiInteractionVerificationWebauthnAuthenticationPostRequest ¶

type ApiApiInteractionVerificationWebauthnAuthenticationPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionVerificationWebauthnAuthenticationPostRequest) Execute ¶

type ApiApiInteractionVerificationWebauthnRegistrationPostRequest ¶

type ApiApiInteractionVerificationWebauthnRegistrationPostRequest struct {
	ApiService *InteractionAPIService
	// contains filtered or unexported fields
}

func (ApiApiInteractionVerificationWebauthnRegistrationPostRequest) Execute ¶

type ApiAssertSamlRequest ¶

type ApiAssertSamlRequest struct {
	ApiService *AuthnAPIService
	// contains filtered or unexported fields
}

func (ApiAssertSamlRequest) Body ¶

func (r ApiAssertSamlRequest) Body(body map[string]interface{}) ApiAssertSamlRequest

func (ApiAssertSamlRequest) Execute ¶

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

type ApiAssertSingleSignOnSamlRequest ¶

type ApiAssertSingleSignOnSamlRequest struct {
	ApiService *AuthnAPIService
	// contains filtered or unexported fields
}

func (ApiAssertSingleSignOnSamlRequest) AssertSingleSignOnSamlRequest ¶

func (r ApiAssertSingleSignOnSamlRequest) AssertSingleSignOnSamlRequest(assertSingleSignOnSamlRequest AssertSingleSignOnSamlRequest) ApiAssertSingleSignOnSamlRequest

func (ApiAssertSingleSignOnSamlRequest) Execute ¶

type ApiAssignApplicationRolesRequest ¶

type ApiAssignApplicationRolesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiAssignApplicationRolesRequest) AssignApplicationRolesRequest ¶

func (r ApiAssignApplicationRolesRequest) AssignApplicationRolesRequest(assignApplicationRolesRequest AssignApplicationRolesRequest) ApiAssignApplicationRolesRequest

func (ApiAssignApplicationRolesRequest) Execute ¶

type ApiAssignOrganizationRolesToApplicationRequest ¶

type ApiAssignOrganizationRolesToApplicationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAssignOrganizationRolesToApplicationRequest) AssignOrganizationRolesToApplicationRequest ¶

func (r ApiAssignOrganizationRolesToApplicationRequest) AssignOrganizationRolesToApplicationRequest(assignOrganizationRolesToApplicationRequest AssignOrganizationRolesToApplicationRequest) ApiAssignOrganizationRolesToApplicationRequest

func (ApiAssignOrganizationRolesToApplicationRequest) Execute ¶

type ApiAssignOrganizationRolesToApplicationsRequest ¶

type ApiAssignOrganizationRolesToApplicationsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAssignOrganizationRolesToApplicationsRequest) AssignOrganizationRolesToApplicationsRequest ¶

func (r ApiAssignOrganizationRolesToApplicationsRequest) AssignOrganizationRolesToApplicationsRequest(assignOrganizationRolesToApplicationsRequest AssignOrganizationRolesToApplicationsRequest) ApiAssignOrganizationRolesToApplicationsRequest

func (ApiAssignOrganizationRolesToApplicationsRequest) Execute ¶

type ApiAssignOrganizationRolesToUserRequest ¶

type ApiAssignOrganizationRolesToUserRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAssignOrganizationRolesToUserRequest) AssignOrganizationRolesToUserRequest ¶

func (r ApiAssignOrganizationRolesToUserRequest) AssignOrganizationRolesToUserRequest(assignOrganizationRolesToUserRequest AssignOrganizationRolesToUserRequest) ApiAssignOrganizationRolesToUserRequest

func (ApiAssignOrganizationRolesToUserRequest) Execute ¶

type ApiAssignOrganizationRolesToUsersRequest ¶

type ApiAssignOrganizationRolesToUsersRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiAssignOrganizationRolesToUsersRequest) AssignOrganizationRolesToUsersRequest ¶

func (r ApiAssignOrganizationRolesToUsersRequest) AssignOrganizationRolesToUsersRequest(assignOrganizationRolesToUsersRequest AssignOrganizationRolesToUsersRequest) ApiAssignOrganizationRolesToUsersRequest

func (ApiAssignOrganizationRolesToUsersRequest) Execute ¶

type ApiAssignUserRolesRequest ¶

type ApiAssignUserRolesRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiAssignUserRolesRequest) AssignApplicationRolesRequest ¶

func (r ApiAssignUserRolesRequest) AssignApplicationRolesRequest(assignApplicationRolesRequest AssignApplicationRolesRequest) ApiAssignUserRolesRequest

func (ApiAssignUserRolesRequest) Execute ¶

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

type ApiCreateApplicationProtectedAppMetadataCustomDomainRequest ¶

type ApiCreateApplicationProtectedAppMetadataCustomDomainRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateApplicationProtectedAppMetadataCustomDomainRequest) CreateApplicationProtectedAppMetadataCustomDomainRequest ¶

func (r ApiCreateApplicationProtectedAppMetadataCustomDomainRequest) CreateApplicationProtectedAppMetadataCustomDomainRequest(createApplicationProtectedAppMetadataCustomDomainRequest CreateApplicationProtectedAppMetadataCustomDomainRequest) ApiCreateApplicationProtectedAppMetadataCustomDomainRequest

func (ApiCreateApplicationProtectedAppMetadataCustomDomainRequest) Execute ¶

type ApiCreateApplicationRequest ¶

type ApiCreateApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateApplicationRequest) CreateApplicationRequest ¶

func (r ApiCreateApplicationRequest) CreateApplicationRequest(createApplicationRequest CreateApplicationRequest) ApiCreateApplicationRequest

func (ApiCreateApplicationRequest) Execute ¶

type ApiCreateApplicationUserConsentOrganizationRequest ¶

type ApiCreateApplicationUserConsentOrganizationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateApplicationUserConsentOrganizationRequest) CreateApplicationUserConsentOrganizationRequest ¶

func (r ApiCreateApplicationUserConsentOrganizationRequest) CreateApplicationUserConsentOrganizationRequest(createApplicationUserConsentOrganizationRequest CreateApplicationUserConsentOrganizationRequest) ApiCreateApplicationUserConsentOrganizationRequest

func (ApiCreateApplicationUserConsentOrganizationRequest) Execute ¶

type ApiCreateApplicationUserConsentScopeRequest ¶

type ApiCreateApplicationUserConsentScopeRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateApplicationUserConsentScopeRequest) CreateApplicationUserConsentScopeRequest ¶

func (r ApiCreateApplicationUserConsentScopeRequest) CreateApplicationUserConsentScopeRequest(createApplicationUserConsentScopeRequest CreateApplicationUserConsentScopeRequest) ApiCreateApplicationUserConsentScopeRequest

func (ApiCreateApplicationUserConsentScopeRequest) Execute ¶

type ApiCreateConnectorAuthorizationUriRequest ¶

type ApiCreateConnectorAuthorizationUriRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConnectorAuthorizationUriRequest) CreateConnectorAuthorizationUriRequest ¶

func (r ApiCreateConnectorAuthorizationUriRequest) CreateConnectorAuthorizationUriRequest(createConnectorAuthorizationUriRequest CreateConnectorAuthorizationUriRequest) ApiCreateConnectorAuthorizationUriRequest

func (ApiCreateConnectorAuthorizationUriRequest) Execute ¶

type ApiCreateConnectorRequest ¶

type ApiCreateConnectorRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConnectorRequest) CreateConnectorRequest ¶

func (r ApiCreateConnectorRequest) CreateConnectorRequest(createConnectorRequest CreateConnectorRequest) ApiCreateConnectorRequest

func (ApiCreateConnectorRequest) Execute ¶

type ApiCreateConnectorTestRequest ¶

type ApiCreateConnectorTestRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateConnectorTestRequest) CreateConnectorTestRequest ¶

func (r ApiCreateConnectorTestRequest) CreateConnectorTestRequest(createConnectorTestRequest CreateConnectorTestRequest) ApiCreateConnectorTestRequest

func (ApiCreateConnectorTestRequest) Execute ¶

type ApiCreateDomainRequest ¶

type ApiCreateDomainRequest struct {
	ApiService *DomainsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateDomainRequest) CreateDomainRequest ¶

func (r ApiCreateDomainRequest) CreateDomainRequest(createDomainRequest CreateDomainRequest) ApiCreateDomainRequest

func (ApiCreateDomainRequest) Execute ¶

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

type ApiCreateHookRequest ¶

type ApiCreateHookRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiCreateHookRequest) CreateHookRequest ¶

func (r ApiCreateHookRequest) CreateHookRequest(createHookRequest CreateHookRequest) ApiCreateHookRequest

func (ApiCreateHookRequest) Execute ¶

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

type ApiCreateHookTestRequest ¶

type ApiCreateHookTestRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiCreateHookTestRequest) CreateHookTestRequest ¶

func (r ApiCreateHookTestRequest) CreateHookTestRequest(createHookTestRequest CreateHookTestRequest) ApiCreateHookTestRequest

func (ApiCreateHookTestRequest) Execute ¶

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

type ApiCreateOrganizationInvitationMessageRequest ¶

type ApiCreateOrganizationInvitationMessageRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationInvitationMessageRequest) CreateOrganizationInvitationRequestMessagePayloadOneOf ¶

func (r ApiCreateOrganizationInvitationMessageRequest) CreateOrganizationInvitationRequestMessagePayloadOneOf(createOrganizationInvitationRequestMessagePayloadOneOf CreateOrganizationInvitationRequestMessagePayloadOneOf) ApiCreateOrganizationInvitationMessageRequest

The message payload for the \"OrganizationInvitation\" template to use when sending the invitation via email.

func (ApiCreateOrganizationInvitationMessageRequest) Execute ¶

type ApiCreateOrganizationInvitationRequest ¶

type ApiCreateOrganizationInvitationRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationInvitationRequest) CreateOrganizationInvitationRequest ¶

func (r ApiCreateOrganizationInvitationRequest) CreateOrganizationInvitationRequest(createOrganizationInvitationRequest CreateOrganizationInvitationRequest) ApiCreateOrganizationInvitationRequest

The organization invitation to create.

func (ApiCreateOrganizationInvitationRequest) Execute ¶

type ApiCreateOrganizationJitEmailDomainRequest ¶

type ApiCreateOrganizationJitEmailDomainRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationJitEmailDomainRequest) CreateOrganizationJitEmailDomainRequest ¶

func (r ApiCreateOrganizationJitEmailDomainRequest) CreateOrganizationJitEmailDomainRequest(createOrganizationJitEmailDomainRequest CreateOrganizationJitEmailDomainRequest) ApiCreateOrganizationJitEmailDomainRequest

func (ApiCreateOrganizationJitEmailDomainRequest) Execute ¶

type ApiCreateOrganizationJitRoleRequest ¶

type ApiCreateOrganizationJitRoleRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationJitRoleRequest) CreateOrganizationJitRoleRequest ¶

func (r ApiCreateOrganizationJitRoleRequest) CreateOrganizationJitRoleRequest(createOrganizationJitRoleRequest CreateOrganizationJitRoleRequest) ApiCreateOrganizationJitRoleRequest

func (ApiCreateOrganizationJitRoleRequest) Execute ¶

type ApiCreateOrganizationJitSsoConnectorRequest ¶

type ApiCreateOrganizationJitSsoConnectorRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationJitSsoConnectorRequest) CreateOrganizationJitSsoConnectorRequest ¶

func (r ApiCreateOrganizationJitSsoConnectorRequest) CreateOrganizationJitSsoConnectorRequest(createOrganizationJitSsoConnectorRequest CreateOrganizationJitSsoConnectorRequest) ApiCreateOrganizationJitSsoConnectorRequest

func (ApiCreateOrganizationJitSsoConnectorRequest) Execute ¶

type ApiCreateOrganizationRequest ¶

type ApiCreateOrganizationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationRequest) CreateOrganizationRequest ¶

func (r ApiCreateOrganizationRequest) CreateOrganizationRequest(createOrganizationRequest CreateOrganizationRequest) ApiCreateOrganizationRequest

func (ApiCreateOrganizationRequest) Execute ¶

type ApiCreateOrganizationRoleRequest ¶

type ApiCreateOrganizationRoleRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationRoleRequest) CreateOrganizationRoleRequest ¶

func (r ApiCreateOrganizationRoleRequest) CreateOrganizationRoleRequest(createOrganizationRoleRequest CreateOrganizationRoleRequest) ApiCreateOrganizationRoleRequest

func (ApiCreateOrganizationRoleRequest) Execute ¶

type ApiCreateOrganizationRoleResourceScopeRequest ¶

type ApiCreateOrganizationRoleResourceScopeRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationRoleResourceScopeRequest) CreateOrganizationRoleResourceScopeRequest ¶

func (r ApiCreateOrganizationRoleResourceScopeRequest) CreateOrganizationRoleResourceScopeRequest(createOrganizationRoleResourceScopeRequest CreateOrganizationRoleResourceScopeRequest) ApiCreateOrganizationRoleResourceScopeRequest

func (ApiCreateOrganizationRoleResourceScopeRequest) Execute ¶

type ApiCreateOrganizationRoleScopeRequest ¶

type ApiCreateOrganizationRoleScopeRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationRoleScopeRequest) CreateOrganizationRoleScopeRequest ¶

func (r ApiCreateOrganizationRoleScopeRequest) CreateOrganizationRoleScopeRequest(createOrganizationRoleScopeRequest CreateOrganizationRoleScopeRequest) ApiCreateOrganizationRoleScopeRequest

func (ApiCreateOrganizationRoleScopeRequest) Execute ¶

type ApiCreateOrganizationScopeRequest ¶

type ApiCreateOrganizationScopeRequest struct {
	ApiService *OrganizationScopesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateOrganizationScopeRequest) CreateOrganizationScopeRequest ¶

func (r ApiCreateOrganizationScopeRequest) CreateOrganizationScopeRequest(createOrganizationScopeRequest CreateOrganizationScopeRequest) ApiCreateOrganizationScopeRequest

func (ApiCreateOrganizationScopeRequest) Execute ¶

type ApiCreateResourceRequest ¶

type ApiCreateResourceRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateResourceRequest) CreateResourceRequest ¶

func (r ApiCreateResourceRequest) CreateResourceRequest(createResourceRequest CreateResourceRequest) ApiCreateResourceRequest

func (ApiCreateResourceRequest) Execute ¶

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

type ApiCreateResourceScopeRequest ¶

type ApiCreateResourceScopeRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateResourceScopeRequest) CreateResourceScopeRequest ¶

func (r ApiCreateResourceScopeRequest) CreateResourceScopeRequest(createResourceScopeRequest CreateResourceScopeRequest) ApiCreateResourceScopeRequest

func (ApiCreateResourceScopeRequest) Execute ¶

type ApiCreateRoleApplicationRequest ¶

type ApiCreateRoleApplicationRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRoleApplicationRequest) CreateRoleApplicationRequest ¶

func (r ApiCreateRoleApplicationRequest) CreateRoleApplicationRequest(createRoleApplicationRequest CreateRoleApplicationRequest) ApiCreateRoleApplicationRequest

func (ApiCreateRoleApplicationRequest) Execute ¶

type ApiCreateRoleRequest ¶

type ApiCreateRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRoleRequest) CreateRoleRequest ¶

func (r ApiCreateRoleRequest) CreateRoleRequest(createRoleRequest CreateRoleRequest) ApiCreateRoleRequest

func (ApiCreateRoleRequest) Execute ¶

type ApiCreateRoleScopeRequest ¶

type ApiCreateRoleScopeRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRoleScopeRequest) CreateRoleScopeRequest ¶

func (r ApiCreateRoleScopeRequest) CreateRoleScopeRequest(createRoleScopeRequest CreateRoleScopeRequest) ApiCreateRoleScopeRequest

func (ApiCreateRoleScopeRequest) Execute ¶

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

type ApiCreateRoleUserRequest ¶

type ApiCreateRoleUserRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateRoleUserRequest) CreateRoleUserRequest ¶

func (r ApiCreateRoleUserRequest) CreateRoleUserRequest(createRoleUserRequest CreateRoleUserRequest) ApiCreateRoleUserRequest

func (ApiCreateRoleUserRequest) Execute ¶

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

type ApiCreateSsoConnectorRequest ¶

type ApiCreateSsoConnectorRequest struct {
	ApiService *SSOConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateSsoConnectorRequest) CreateSsoConnectorRequest ¶

func (r ApiCreateSsoConnectorRequest) CreateSsoConnectorRequest(createSsoConnectorRequest CreateSsoConnectorRequest) ApiCreateSsoConnectorRequest

type ApiCreateUserAssetRequest ¶

type ApiCreateUserAssetRequest struct {
	ApiService *UserAssetsAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserAssetRequest) Execute ¶

type ApiCreateUserIdentityRequest ¶

type ApiCreateUserIdentityRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserIdentityRequest) CreateUserIdentityRequest ¶

func (r ApiCreateUserIdentityRequest) CreateUserIdentityRequest(createUserIdentityRequest CreateUserIdentityRequest) ApiCreateUserIdentityRequest

type ApiCreateUserMfaVerificationRequest ¶

type ApiCreateUserMfaVerificationRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserMfaVerificationRequest) CreateUserMfaVerificationRequest ¶

func (r ApiCreateUserMfaVerificationRequest) CreateUserMfaVerificationRequest(createUserMfaVerificationRequest CreateUserMfaVerificationRequest) ApiCreateUserMfaVerificationRequest

func (ApiCreateUserMfaVerificationRequest) Execute ¶

type ApiCreateUserRequest ¶

type ApiCreateUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiCreateUserRequest) CreateUserRequest ¶

func (r ApiCreateUserRequest) CreateUserRequest(createUserRequest CreateUserRequest) ApiCreateUserRequest

func (ApiCreateUserRequest) Execute ¶

type ApiCreateVerificationCodeRequest ¶

type ApiCreateVerificationCodeRequest struct {
	ApiService *VerificationCodesAPIService
	// contains filtered or unexported fields
}

func (ApiCreateVerificationCodeRequest) ApiInteractionVerificationVerificationCodePostRequest ¶

func (r ApiCreateVerificationCodeRequest) ApiInteractionVerificationVerificationCodePostRequest(apiInteractionVerificationVerificationCodePostRequest ApiInteractionVerificationVerificationCodePostRequest) ApiCreateVerificationCodeRequest

func (ApiCreateVerificationCodeRequest) Execute ¶

type ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest ¶

type ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest) Execute ¶

type ApiDeleteApplicationRequest ¶

type ApiDeleteApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationRequest) Execute ¶

type ApiDeleteApplicationRoleRequest ¶

type ApiDeleteApplicationRoleRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationRoleRequest) Execute ¶

type ApiDeleteApplicationUserConsentOrganizationRequest ¶

type ApiDeleteApplicationUserConsentOrganizationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationUserConsentOrganizationRequest) Execute ¶

type ApiDeleteApplicationUserConsentScopeRequest ¶

type ApiDeleteApplicationUserConsentScopeRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteApplicationUserConsentScopeRequest) Execute ¶

type ApiDeleteConnectorRequest ¶

type ApiDeleteConnectorRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteConnectorRequest) Execute ¶

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

type ApiDeleteCustomPhraseRequest ¶

type ApiDeleteCustomPhraseRequest struct {
	ApiService *CustomPhrasesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteCustomPhraseRequest) Execute ¶

type ApiDeleteDomainRequest ¶

type ApiDeleteDomainRequest struct {
	ApiService *DomainsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteDomainRequest) Execute ¶

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

type ApiDeleteHookRequest ¶

type ApiDeleteHookRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteHookRequest) Execute ¶

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

type ApiDeleteJwtCustomizerRequest ¶

type ApiDeleteJwtCustomizerRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteJwtCustomizerRequest) Execute ¶

type ApiDeleteOidcKeyRequest ¶

type ApiDeleteOidcKeyRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOidcKeyRequest) Execute ¶

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

type ApiDeleteOrganizationApplicationRequest ¶

type ApiDeleteOrganizationApplicationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationApplicationRequest) Execute ¶

type ApiDeleteOrganizationApplicationRoleRequest ¶

type ApiDeleteOrganizationApplicationRoleRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationApplicationRoleRequest) Execute ¶

type ApiDeleteOrganizationInvitationRequest ¶

type ApiDeleteOrganizationInvitationRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationInvitationRequest) Execute ¶

type ApiDeleteOrganizationJitEmailDomainRequest ¶

type ApiDeleteOrganizationJitEmailDomainRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationJitEmailDomainRequest) Execute ¶

type ApiDeleteOrganizationJitRoleRequest ¶

type ApiDeleteOrganizationJitRoleRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationJitRoleRequest) Execute ¶

type ApiDeleteOrganizationJitSsoConnectorRequest ¶

type ApiDeleteOrganizationJitSsoConnectorRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationJitSsoConnectorRequest) Execute ¶

type ApiDeleteOrganizationRequest ¶

type ApiDeleteOrganizationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationRequest) Execute ¶

type ApiDeleteOrganizationRoleRequest ¶

type ApiDeleteOrganizationRoleRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationRoleRequest) Execute ¶

type ApiDeleteOrganizationRoleResourceScopeRequest ¶

type ApiDeleteOrganizationRoleResourceScopeRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationRoleResourceScopeRequest) Execute ¶

type ApiDeleteOrganizationRoleScopeRequest ¶

type ApiDeleteOrganizationRoleScopeRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationRoleScopeRequest) Execute ¶

type ApiDeleteOrganizationScopeRequest ¶

type ApiDeleteOrganizationScopeRequest struct {
	ApiService *OrganizationScopesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationScopeRequest) Execute ¶

type ApiDeleteOrganizationUserRequest ¶

type ApiDeleteOrganizationUserRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationUserRequest) Execute ¶

type ApiDeleteOrganizationUserRoleRequest ¶

type ApiDeleteOrganizationUserRoleRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteOrganizationUserRoleRequest) Execute ¶

type ApiDeleteResourceRequest ¶

type ApiDeleteResourceRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteResourceRequest) Execute ¶

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

type ApiDeleteResourceScopeRequest ¶

type ApiDeleteResourceScopeRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteResourceScopeRequest) Execute ¶

type ApiDeleteRoleApplicationRequest ¶

type ApiDeleteRoleApplicationRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleApplicationRequest) Execute ¶

type ApiDeleteRoleRequest ¶

type ApiDeleteRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleRequest) Execute ¶

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

type ApiDeleteRoleScopeRequest ¶

type ApiDeleteRoleScopeRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleScopeRequest) Execute ¶

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

type ApiDeleteRoleUserRequest ¶

type ApiDeleteRoleUserRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteRoleUserRequest) Execute ¶

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

type ApiDeleteSsoConnectorRequest ¶

type ApiDeleteSsoConnectorRequest struct {
	ApiService *SSOConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteSsoConnectorRequest) Execute ¶

type ApiDeleteUserIdentityRequest ¶

type ApiDeleteUserIdentityRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserIdentityRequest) Execute ¶

type ApiDeleteUserMfaVerificationRequest ¶

type ApiDeleteUserMfaVerificationRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserMfaVerificationRequest) Execute ¶

type ApiDeleteUserRequest ¶

type ApiDeleteUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRequest) Execute ¶

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

type ApiDeleteUserRoleRequest ¶

type ApiDeleteUserRoleRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiDeleteUserRoleRequest) Execute ¶

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

type ApiGetActiveUserCountsRequest ¶

type ApiGetActiveUserCountsRequest struct {
	ApiService *DashboardAPIService
	// contains filtered or unexported fields
}

func (ApiGetActiveUserCountsRequest) Date ¶

The date to get active user data.

func (ApiGetActiveUserCountsRequest) Execute ¶

type ApiGetAdminConsoleConfigRequest ¶

type ApiGetAdminConsoleConfigRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiGetAdminConsoleConfigRequest) Execute ¶

type ApiGetApplicationRequest ¶

type ApiGetApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationRequest) Execute ¶

type ApiGetApplicationSignInExperienceRequest ¶

type ApiGetApplicationSignInExperienceRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetApplicationSignInExperienceRequest) Execute ¶

type ApiGetConnectorFactoryRequest ¶

type ApiGetConnectorFactoryRequest struct {
	ApiService *ConnectorFactoriesAPIService
	// contains filtered or unexported fields
}

func (ApiGetConnectorFactoryRequest) Execute ¶

type ApiGetConnectorRequest ¶

type ApiGetConnectorRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiGetConnectorRequest) Execute ¶

type ApiGetCustomPhraseRequest ¶

type ApiGetCustomPhraseRequest struct {
	ApiService *CustomPhrasesAPIService
	// contains filtered or unexported fields
}

func (ApiGetCustomPhraseRequest) Execute ¶

type ApiGetDomainRequest ¶

type ApiGetDomainRequest struct {
	ApiService *DomainsAPIService
	// contains filtered or unexported fields
}

func (ApiGetDomainRequest) Execute ¶

type ApiGetHasuraAuthRequest ¶

type ApiGetHasuraAuthRequest struct {
	ApiService *AuthnAPIService
	// contains filtered or unexported fields
}

func (ApiGetHasuraAuthRequest) Execute ¶

func (ApiGetHasuraAuthRequest) Resource ¶

func (ApiGetHasuraAuthRequest) UnauthorizedRole ¶

func (r ApiGetHasuraAuthRequest) UnauthorizedRole(unauthorizedRole string) ApiGetHasuraAuthRequest

type ApiGetHookRequest ¶

type ApiGetHookRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiGetHookRequest) Execute ¶

func (ApiGetHookRequest) IncludeExecutionStats ¶

func (r ApiGetHookRequest) IncludeExecutionStats(includeExecutionStats string) ApiGetHookRequest

Whether to include execution stats in the response.

type ApiGetJwtCustomizerRequest ¶

type ApiGetJwtCustomizerRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiGetJwtCustomizerRequest) Execute ¶

type ApiGetLogRequest ¶

type ApiGetLogRequest struct {
	ApiService *AuditLogsAPIService
	// contains filtered or unexported fields
}

func (ApiGetLogRequest) Execute ¶

type ApiGetNewUserCountsRequest ¶

type ApiGetNewUserCountsRequest struct {
	ApiService *DashboardAPIService
	// contains filtered or unexported fields
}

func (ApiGetNewUserCountsRequest) Execute ¶

type ApiGetOidcKeysRequest ¶

type ApiGetOidcKeysRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOidcKeysRequest) Execute ¶

type ApiGetOrganizationInvitationRequest ¶

type ApiGetOrganizationInvitationRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrganizationInvitationRequest) Execute ¶

type ApiGetOrganizationRequest ¶

type ApiGetOrganizationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

type ApiGetOrganizationRoleRequest ¶

type ApiGetOrganizationRoleRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrganizationRoleRequest) Execute ¶

type ApiGetOrganizationScopeRequest ¶

type ApiGetOrganizationScopeRequest struct {
	ApiService *OrganizationScopesAPIService
	// contains filtered or unexported fields
}

func (ApiGetOrganizationScopeRequest) Execute ¶

type ApiGetResourceRequest ¶

type ApiGetResourceRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

type ApiGetRoleRequest ¶

type ApiGetRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiGetRoleRequest) Execute ¶

type ApiGetSignInExpRequest ¶

type ApiGetSignInExpRequest struct {
	ApiService *SignInExperienceAPIService
	// contains filtered or unexported fields
}

func (ApiGetSignInExpRequest) Execute ¶

type ApiGetSignInExperienceConfigRequest ¶

type ApiGetSignInExperienceConfigRequest struct {
	ApiService *WellKnownAPIService
	// contains filtered or unexported fields
}

func (ApiGetSignInExperienceConfigRequest) Execute ¶

type ApiGetSignInExperiencePhrasesRequest ¶

type ApiGetSignInExperiencePhrasesRequest struct {
	ApiService *WellKnownAPIService
	// contains filtered or unexported fields
}

func (ApiGetSignInExperiencePhrasesRequest) Execute ¶

func (ApiGetSignInExperiencePhrasesRequest) Lng ¶

The language tag for localization.

type ApiGetSsoConnectorRequest ¶

type ApiGetSsoConnectorRequest struct {
	ApiService *SSOConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSsoConnectorRequest) Execute ¶

type ApiGetStatusRequest ¶

type ApiGetStatusRequest struct {
	ApiService *StatusAPIService
	// contains filtered or unexported fields
}

func (ApiGetStatusRequest) Execute ¶

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

type ApiGetSwaggerJsonRequest ¶

type ApiGetSwaggerJsonRequest struct {
	ApiService *SwaggerJsonAPIService
	// contains filtered or unexported fields
}

func (ApiGetSwaggerJsonRequest) Execute ¶

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

type ApiGetSystemApplicationConfigRequest ¶

type ApiGetSystemApplicationConfigRequest struct {
	ApiService *SystemsAPIService
	// contains filtered or unexported fields
}

func (ApiGetSystemApplicationConfigRequest) Execute ¶

type ApiGetTotalUserCountRequest ¶

type ApiGetTotalUserCountRequest struct {
	ApiService *DashboardAPIService
	// contains filtered or unexported fields
}

func (ApiGetTotalUserCountRequest) Execute ¶

type ApiGetUserAssetServiceStatusRequest ¶

type ApiGetUserAssetServiceStatusRequest struct {
	ApiService *UserAssetsAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserAssetServiceStatusRequest) Execute ¶

type ApiGetUserHasPasswordRequest ¶

type ApiGetUserHasPasswordRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserHasPasswordRequest) Execute ¶

type ApiGetUserRequest ¶

type ApiGetUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiGetUserRequest) Execute ¶

func (ApiGetUserRequest) IncludeSsoIdentities ¶

func (r ApiGetUserRequest) IncludeSsoIdentities(includeSsoIdentities string) ApiGetUserRequest

If it's provided with a truthy value (`true`, `1`, `yes`), each user in the response will include a `ssoIdentities` property containing a list of SSO identities associated with the user.

type ApiInteractionBindMfaPostRequest ¶

type ApiInteractionBindMfaPostRequest struct {
	ApiInteractionBindMfaPostRequestOneOf  *ApiInteractionBindMfaPostRequestOneOf
	ApiInteractionBindMfaPostRequestOneOf1 *ApiInteractionBindMfaPostRequestOneOf1
	ApiInteractionBindMfaPostRequestOneOf2 *ApiInteractionBindMfaPostRequestOneOf2
}

ApiInteractionBindMfaPostRequest - struct for ApiInteractionBindMfaPostRequest

func ApiInteractionBindMfaPostRequestOneOf1AsApiInteractionBindMfaPostRequest ¶

func ApiInteractionBindMfaPostRequestOneOf1AsApiInteractionBindMfaPostRequest(v *ApiInteractionBindMfaPostRequestOneOf1) ApiInteractionBindMfaPostRequest

ApiInteractionBindMfaPostRequestOneOf1AsApiInteractionBindMfaPostRequest is a convenience function that returns ApiInteractionBindMfaPostRequestOneOf1 wrapped in ApiInteractionBindMfaPostRequest

func ApiInteractionBindMfaPostRequestOneOf2AsApiInteractionBindMfaPostRequest ¶

func ApiInteractionBindMfaPostRequestOneOf2AsApiInteractionBindMfaPostRequest(v *ApiInteractionBindMfaPostRequestOneOf2) ApiInteractionBindMfaPostRequest

ApiInteractionBindMfaPostRequestOneOf2AsApiInteractionBindMfaPostRequest is a convenience function that returns ApiInteractionBindMfaPostRequestOneOf2 wrapped in ApiInteractionBindMfaPostRequest

func ApiInteractionBindMfaPostRequestOneOfAsApiInteractionBindMfaPostRequest ¶

func ApiInteractionBindMfaPostRequestOneOfAsApiInteractionBindMfaPostRequest(v *ApiInteractionBindMfaPostRequestOneOf) ApiInteractionBindMfaPostRequest

ApiInteractionBindMfaPostRequestOneOfAsApiInteractionBindMfaPostRequest is a convenience function that returns ApiInteractionBindMfaPostRequestOneOf wrapped in ApiInteractionBindMfaPostRequest

func (*ApiInteractionBindMfaPostRequest) GetActualInstance ¶

func (obj *ApiInteractionBindMfaPostRequest) GetActualInstance() interface{}

Get the actual instance

func (ApiInteractionBindMfaPostRequest) MarshalJSON ¶

func (src ApiInteractionBindMfaPostRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ApiInteractionBindMfaPostRequest) UnmarshalJSON ¶

func (dst *ApiInteractionBindMfaPostRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ApiInteractionBindMfaPostRequestOneOf ¶

type ApiInteractionBindMfaPostRequestOneOf struct {
	Type string `json:"type"`
	Code string `json:"code"`
}

ApiInteractionBindMfaPostRequestOneOf struct for ApiInteractionBindMfaPostRequestOneOf

func NewApiInteractionBindMfaPostRequestOneOf ¶

func NewApiInteractionBindMfaPostRequestOneOf(type_ string, code string) *ApiInteractionBindMfaPostRequestOneOf

NewApiInteractionBindMfaPostRequestOneOf instantiates a new ApiInteractionBindMfaPostRequestOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOfWithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOfWithDefaults() *ApiInteractionBindMfaPostRequestOneOf

NewApiInteractionBindMfaPostRequestOneOfWithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf) GetCode ¶

GetCode returns the Code field value

func (*ApiInteractionBindMfaPostRequestOneOf) GetCodeOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf) GetType ¶

GetType returns the Type field value

func (*ApiInteractionBindMfaPostRequestOneOf) GetTypeOk ¶

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

func (ApiInteractionBindMfaPostRequestOneOf) MarshalJSON ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf) SetCode ¶

SetCode sets field value

func (*ApiInteractionBindMfaPostRequestOneOf) SetType ¶

SetType sets field value

func (ApiInteractionBindMfaPostRequestOneOf) ToMap ¶

func (o ApiInteractionBindMfaPostRequestOneOf) ToMap() (map[string]interface{}, error)

func (*ApiInteractionBindMfaPostRequestOneOf) UnmarshalJSON ¶

func (o *ApiInteractionBindMfaPostRequestOneOf) UnmarshalJSON(data []byte) (err error)

type ApiInteractionBindMfaPostRequestOneOf1 ¶

type ApiInteractionBindMfaPostRequestOneOf1 struct {
	Type                    string                                                       `json:"type"`
	Id                      string                                                       `json:"id"`
	RawId                   string                                                       `json:"rawId"`
	Response                ApiInteractionBindMfaPostRequestOneOf1Response               `json:"response"`
	AuthenticatorAttachment *string                                                      `json:"authenticatorAttachment,omitempty"`
	ClientExtensionResults  ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults `json:"clientExtensionResults"`
}

ApiInteractionBindMfaPostRequestOneOf1 struct for ApiInteractionBindMfaPostRequestOneOf1

func NewApiInteractionBindMfaPostRequestOneOf1 ¶

NewApiInteractionBindMfaPostRequestOneOf1 instantiates a new ApiInteractionBindMfaPostRequestOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOf1WithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOf1WithDefaults() *ApiInteractionBindMfaPostRequestOneOf1

NewApiInteractionBindMfaPostRequestOneOf1WithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf1) GetAuthenticatorAttachment ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1) GetAuthenticatorAttachment() string

GetAuthenticatorAttachment returns the AuthenticatorAttachment field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1) GetAuthenticatorAttachmentOk ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1) GetAuthenticatorAttachmentOk() (*string, bool)

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

func (*ApiInteractionBindMfaPostRequestOneOf1) GetClientExtensionResults ¶

GetClientExtensionResults returns the ClientExtensionResults field value

func (*ApiInteractionBindMfaPostRequestOneOf1) GetClientExtensionResultsOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) GetId ¶

GetId returns the Id field value

func (*ApiInteractionBindMfaPostRequestOneOf1) GetIdOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) GetRawId ¶

GetRawId returns the RawId field value

func (*ApiInteractionBindMfaPostRequestOneOf1) GetRawIdOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) GetResponse ¶

GetResponse returns the Response field value

func (*ApiInteractionBindMfaPostRequestOneOf1) GetResponseOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) GetType ¶

GetType returns the Type field value

func (*ApiInteractionBindMfaPostRequestOneOf1) GetTypeOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) HasAuthenticatorAttachment ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1) HasAuthenticatorAttachment() bool

HasAuthenticatorAttachment returns a boolean if a field has been set.

func (ApiInteractionBindMfaPostRequestOneOf1) MarshalJSON ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1) SetAuthenticatorAttachment ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1) SetAuthenticatorAttachment(v string)

SetAuthenticatorAttachment gets a reference to the given string and assigns it to the AuthenticatorAttachment field.

func (*ApiInteractionBindMfaPostRequestOneOf1) SetClientExtensionResults ¶

SetClientExtensionResults sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1) SetId ¶

SetId sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1) SetRawId ¶

SetRawId sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1) SetResponse ¶

SetResponse sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1) SetType ¶

SetType sets field value

func (ApiInteractionBindMfaPostRequestOneOf1) ToMap ¶

func (o ApiInteractionBindMfaPostRequestOneOf1) ToMap() (map[string]interface{}, error)

func (*ApiInteractionBindMfaPostRequestOneOf1) UnmarshalJSON ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1) UnmarshalJSON(data []byte) (err error)

type ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults ¶

type ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults struct {
	Appid            *bool                                                                  `json:"appid,omitempty"`
	CrepProps        *ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps `json:"crepProps,omitempty"`
	HmacCreateSecret *bool                                                                  `json:"hmacCreateSecret,omitempty"`
}

ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults struct for ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults ¶

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults() *ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults

NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults instantiates a new ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsWithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsWithDefaults() *ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults

NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsWithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetAppid ¶

GetAppid returns the Appid field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetAppidOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetCrepProps ¶

GetCrepProps returns the CrepProps field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetCrepPropsOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetHmacCreateSecret ¶

GetHmacCreateSecret returns the HmacCreateSecret field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) GetHmacCreateSecretOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) HasAppid ¶

HasAppid returns a boolean if a field has been set.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) HasCrepProps ¶

HasCrepProps returns a boolean if a field has been set.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) HasHmacCreateSecret ¶

HasHmacCreateSecret returns a boolean if a field has been set.

func (ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) MarshalJSON ¶

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) SetAppid ¶

SetAppid gets a reference to the given bool and assigns it to the Appid field.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) SetCrepProps ¶

SetCrepProps gets a reference to the given ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps and assigns it to the CrepProps field.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) SetHmacCreateSecret ¶

SetHmacCreateSecret gets a reference to the given bool and assigns it to the HmacCreateSecret field.

func (ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) ToMap ¶

type ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps ¶

type ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps struct {
	Rk *bool `json:"rk,omitempty"`
}

ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps struct for ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps ¶

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps() *ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps

NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps instantiates a new ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepPropsWithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepPropsWithDefaults() *ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps

NewApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepPropsWithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) GetRk ¶

GetRk returns the Rk field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) GetRkOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) HasRk ¶

HasRk returns a boolean if a field has been set.

func (ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) MarshalJSON ¶

func (*ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) SetRk ¶

SetRk gets a reference to the given bool and assigns it to the Rk field.

func (ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) ToMap ¶

type ApiInteractionBindMfaPostRequestOneOf1Response ¶

type ApiInteractionBindMfaPostRequestOneOf1Response struct {
	ClientDataJSON     string   `json:"clientDataJSON"`
	AttestationObject  string   `json:"attestationObject"`
	AuthenticatorData  *string  `json:"authenticatorData,omitempty"`
	Transports         []string `json:"transports,omitempty"`
	PublicKeyAlgorithm *float32 `json:"publicKeyAlgorithm,omitempty"`
	PublicKey          *string  `json:"publicKey,omitempty"`
}

ApiInteractionBindMfaPostRequestOneOf1Response struct for ApiInteractionBindMfaPostRequestOneOf1Response

func NewApiInteractionBindMfaPostRequestOneOf1Response ¶

func NewApiInteractionBindMfaPostRequestOneOf1Response(clientDataJSON string, attestationObject string) *ApiInteractionBindMfaPostRequestOneOf1Response

NewApiInteractionBindMfaPostRequestOneOf1Response instantiates a new ApiInteractionBindMfaPostRequestOneOf1Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOf1ResponseWithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOf1ResponseWithDefaults() *ApiInteractionBindMfaPostRequestOneOf1Response

NewApiInteractionBindMfaPostRequestOneOf1ResponseWithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf1Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetAttestationObject ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetAttestationObject() string

GetAttestationObject returns the AttestationObject field value

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetAttestationObjectOk ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetAttestationObjectOk() (*string, bool)

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetAuthenticatorData ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetAuthenticatorData() string

GetAuthenticatorData returns the AuthenticatorData field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetAuthenticatorDataOk ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetAuthenticatorDataOk() (*string, bool)

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetClientDataJSON ¶

GetClientDataJSON returns the ClientDataJSON field value

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetClientDataJSONOk ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetClientDataJSONOk() (*string, bool)

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKey ¶

GetPublicKey returns the PublicKey field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKeyAlgorithm ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKeyAlgorithm() float32

GetPublicKeyAlgorithm returns the PublicKeyAlgorithm field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKeyAlgorithmOk ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKeyAlgorithmOk() (*float32, bool)

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetPublicKeyOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetTransports ¶

GetTransports returns the Transports field value if set, zero value otherwise.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) GetTransportsOk ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf1Response) HasAuthenticatorData ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) HasAuthenticatorData() bool

HasAuthenticatorData returns a boolean if a field has been set.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) HasPublicKey ¶

HasPublicKey returns a boolean if a field has been set.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) HasPublicKeyAlgorithm ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) HasPublicKeyAlgorithm() bool

HasPublicKeyAlgorithm returns a boolean if a field has been set.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) HasTransports ¶

HasTransports returns a boolean if a field has been set.

func (ApiInteractionBindMfaPostRequestOneOf1Response) MarshalJSON ¶

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetAttestationObject ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) SetAttestationObject(v string)

SetAttestationObject sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetAuthenticatorData ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) SetAuthenticatorData(v string)

SetAuthenticatorData gets a reference to the given string and assigns it to the AuthenticatorData field.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetClientDataJSON ¶

SetClientDataJSON sets field value

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetPublicKey ¶

SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetPublicKeyAlgorithm ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) SetPublicKeyAlgorithm(v float32)

SetPublicKeyAlgorithm gets a reference to the given float32 and assigns it to the PublicKeyAlgorithm field.

func (*ApiInteractionBindMfaPostRequestOneOf1Response) SetTransports ¶

SetTransports gets a reference to the given []string and assigns it to the Transports field.

func (ApiInteractionBindMfaPostRequestOneOf1Response) ToMap ¶

func (o ApiInteractionBindMfaPostRequestOneOf1Response) ToMap() (map[string]interface{}, error)

func (*ApiInteractionBindMfaPostRequestOneOf1Response) UnmarshalJSON ¶

func (o *ApiInteractionBindMfaPostRequestOneOf1Response) UnmarshalJSON(data []byte) (err error)

type ApiInteractionBindMfaPostRequestOneOf2 ¶

type ApiInteractionBindMfaPostRequestOneOf2 struct {
	Type string `json:"type"`
}

ApiInteractionBindMfaPostRequestOneOf2 struct for ApiInteractionBindMfaPostRequestOneOf2

func NewApiInteractionBindMfaPostRequestOneOf2 ¶

func NewApiInteractionBindMfaPostRequestOneOf2(type_ string) *ApiInteractionBindMfaPostRequestOneOf2

NewApiInteractionBindMfaPostRequestOneOf2 instantiates a new ApiInteractionBindMfaPostRequestOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionBindMfaPostRequestOneOf2WithDefaults ¶

func NewApiInteractionBindMfaPostRequestOneOf2WithDefaults() *ApiInteractionBindMfaPostRequestOneOf2

NewApiInteractionBindMfaPostRequestOneOf2WithDefaults instantiates a new ApiInteractionBindMfaPostRequestOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionBindMfaPostRequestOneOf2) GetType ¶

GetType returns the Type field value

func (*ApiInteractionBindMfaPostRequestOneOf2) GetTypeOk ¶

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

func (ApiInteractionBindMfaPostRequestOneOf2) MarshalJSON ¶

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

func (*ApiInteractionBindMfaPostRequestOneOf2) SetType ¶

SetType sets field value

func (ApiInteractionBindMfaPostRequestOneOf2) ToMap ¶

func (o ApiInteractionBindMfaPostRequestOneOf2) ToMap() (map[string]interface{}, error)

func (*ApiInteractionBindMfaPostRequestOneOf2) UnmarshalJSON ¶

func (o *ApiInteractionBindMfaPostRequestOneOf2) UnmarshalJSON(data []byte) (err error)

type ApiInteractionConsentGet200Response ¶

type ApiInteractionConsentGet200Response struct {
	Application           ApiInteractionConsentGet200ResponseApplication                                    `json:"application"`
	User                  ApiInteractionConsentGet200ResponseUser                                           `json:"user"`
	Organizations         []ApiInteractionConsentGet200ResponseOrganizationsInner                           `json:"organizations,omitempty"`
	MissingOIDCScope      []string                                                                          `json:"missingOIDCScope,omitempty"`
	MissingResourceScopes []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner `json:"missingResourceScopes,omitempty"`
	RedirectUri           string                                                                            `json:"redirectUri"`
}

ApiInteractionConsentGet200Response struct for ApiInteractionConsentGet200Response

func NewApiInteractionConsentGet200Response ¶

NewApiInteractionConsentGet200Response instantiates a new ApiInteractionConsentGet200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseWithDefaults ¶

func NewApiInteractionConsentGet200ResponseWithDefaults() *ApiInteractionConsentGet200Response

NewApiInteractionConsentGet200ResponseWithDefaults instantiates a new ApiInteractionConsentGet200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200Response) GetApplication ¶

GetApplication returns the Application field value

func (*ApiInteractionConsentGet200Response) GetApplicationOk ¶

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

func (*ApiInteractionConsentGet200Response) GetMissingOIDCScope ¶

func (o *ApiInteractionConsentGet200Response) GetMissingOIDCScope() []string

GetMissingOIDCScope returns the MissingOIDCScope field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200Response) GetMissingOIDCScopeOk ¶

func (o *ApiInteractionConsentGet200Response) GetMissingOIDCScopeOk() ([]string, bool)

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

func (*ApiInteractionConsentGet200Response) GetMissingResourceScopes ¶

GetMissingResourceScopes returns the MissingResourceScopes field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200Response) GetMissingResourceScopesOk ¶

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

func (*ApiInteractionConsentGet200Response) GetOrganizations ¶

GetOrganizations returns the Organizations field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200Response) GetOrganizationsOk ¶

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

func (*ApiInteractionConsentGet200Response) GetRedirectUri ¶

func (o *ApiInteractionConsentGet200Response) GetRedirectUri() string

GetRedirectUri returns the RedirectUri field value

func (*ApiInteractionConsentGet200Response) GetRedirectUriOk ¶

func (o *ApiInteractionConsentGet200Response) GetRedirectUriOk() (*string, bool)

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

func (*ApiInteractionConsentGet200Response) GetUser ¶

GetUser returns the User field value

func (*ApiInteractionConsentGet200Response) GetUserOk ¶

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

func (*ApiInteractionConsentGet200Response) HasMissingOIDCScope ¶

func (o *ApiInteractionConsentGet200Response) HasMissingOIDCScope() bool

HasMissingOIDCScope returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200Response) HasMissingResourceScopes ¶

func (o *ApiInteractionConsentGet200Response) HasMissingResourceScopes() bool

HasMissingResourceScopes returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200Response) HasOrganizations ¶

func (o *ApiInteractionConsentGet200Response) HasOrganizations() bool

HasOrganizations returns a boolean if a field has been set.

func (ApiInteractionConsentGet200Response) MarshalJSON ¶

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

func (*ApiInteractionConsentGet200Response) SetApplication ¶

SetApplication sets field value

func (*ApiInteractionConsentGet200Response) SetMissingOIDCScope ¶

func (o *ApiInteractionConsentGet200Response) SetMissingOIDCScope(v []string)

SetMissingOIDCScope gets a reference to the given []string and assigns it to the MissingOIDCScope field.

func (*ApiInteractionConsentGet200Response) SetMissingResourceScopes ¶

SetMissingResourceScopes gets a reference to the given []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner and assigns it to the MissingResourceScopes field.

func (*ApiInteractionConsentGet200Response) SetOrganizations ¶

SetOrganizations gets a reference to the given []ApiInteractionConsentGet200ResponseOrganizationsInner and assigns it to the Organizations field.

func (*ApiInteractionConsentGet200Response) SetRedirectUri ¶

func (o *ApiInteractionConsentGet200Response) SetRedirectUri(v string)

SetRedirectUri sets field value

func (*ApiInteractionConsentGet200Response) SetUser ¶

SetUser sets field value

func (ApiInteractionConsentGet200Response) ToMap ¶

func (o ApiInteractionConsentGet200Response) ToMap() (map[string]interface{}, error)

func (*ApiInteractionConsentGet200Response) UnmarshalJSON ¶

func (o *ApiInteractionConsentGet200Response) UnmarshalJSON(data []byte) (err error)

type ApiInteractionConsentGet200ResponseApplication ¶

type ApiInteractionConsentGet200ResponseApplication struct {
	Id               string                                                  `json:"id"`
	Name             string                                                  `json:"name"`
	Branding         *ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding,omitempty"`
	DisplayName      NullableString                                          `json:"displayName,omitempty"`
	PrivacyPolicyUrl NullableString                                          `json:"privacyPolicyUrl,omitempty"`
	TermsOfUseUrl    NullableString                                          `json:"termsOfUseUrl,omitempty"`
}

ApiInteractionConsentGet200ResponseApplication struct for ApiInteractionConsentGet200ResponseApplication

func NewApiInteractionConsentGet200ResponseApplication ¶

func NewApiInteractionConsentGet200ResponseApplication(id string, name string) *ApiInteractionConsentGet200ResponseApplication

NewApiInteractionConsentGet200ResponseApplication instantiates a new ApiInteractionConsentGet200ResponseApplication object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseApplicationWithDefaults ¶

func NewApiInteractionConsentGet200ResponseApplicationWithDefaults() *ApiInteractionConsentGet200ResponseApplication

NewApiInteractionConsentGet200ResponseApplicationWithDefaults instantiates a new ApiInteractionConsentGet200ResponseApplication object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseApplication) GetBranding ¶

GetBranding returns the Branding field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200ResponseApplication) GetBrandingOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplication) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInteractionConsentGet200ResponseApplication) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseApplication) GetId ¶

GetId returns the Id field value

func (*ApiInteractionConsentGet200ResponseApplication) GetIdOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplication) GetName ¶

GetName returns the Name field value

func (*ApiInteractionConsentGet200ResponseApplication) GetNameOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrl ¶

func (o *ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrl() string

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrlOk ¶

func (o *ApiInteractionConsentGet200ResponseApplication) GetPrivacyPolicyUrlOk() (*string, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseApplication) GetTermsOfUseUrl ¶

GetTermsOfUseUrl returns the TermsOfUseUrl field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ApiInteractionConsentGet200ResponseApplication) GetTermsOfUseUrlOk ¶

func (o *ApiInteractionConsentGet200ResponseApplication) GetTermsOfUseUrlOk() (*string, bool)

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseApplication) HasBranding ¶

HasBranding returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200ResponseApplication) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200ResponseApplication) HasPrivacyPolicyUrl ¶

func (o *ApiInteractionConsentGet200ResponseApplication) HasPrivacyPolicyUrl() bool

HasPrivacyPolicyUrl returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200ResponseApplication) HasTermsOfUseUrl ¶

HasTermsOfUseUrl returns a boolean if a field has been set.

func (ApiInteractionConsentGet200ResponseApplication) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseApplication) SetBranding ¶

SetBranding gets a reference to the given ApiInteractionConsentGet200ResponseApplicationBranding and assigns it to the Branding field.

func (*ApiInteractionConsentGet200ResponseApplication) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*ApiInteractionConsentGet200ResponseApplication) SetDisplayNameNil ¶

func (o *ApiInteractionConsentGet200ResponseApplication) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*ApiInteractionConsentGet200ResponseApplication) SetId ¶

SetId sets field value

func (*ApiInteractionConsentGet200ResponseApplication) SetName ¶

SetName sets field value

func (*ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrl ¶

func (o *ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrl(v string)

SetPrivacyPolicyUrl gets a reference to the given NullableString and assigns it to the PrivacyPolicyUrl field.

func (*ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrlNil ¶

func (o *ApiInteractionConsentGet200ResponseApplication) SetPrivacyPolicyUrlNil()

SetPrivacyPolicyUrlNil sets the value for PrivacyPolicyUrl to be an explicit nil

func (*ApiInteractionConsentGet200ResponseApplication) SetTermsOfUseUrl ¶

SetTermsOfUseUrl gets a reference to the given NullableString and assigns it to the TermsOfUseUrl field.

func (*ApiInteractionConsentGet200ResponseApplication) SetTermsOfUseUrlNil ¶

func (o *ApiInteractionConsentGet200ResponseApplication) SetTermsOfUseUrlNil()

SetTermsOfUseUrlNil sets the value for TermsOfUseUrl to be an explicit nil

func (ApiInteractionConsentGet200ResponseApplication) ToMap ¶

func (o ApiInteractionConsentGet200ResponseApplication) ToMap() (map[string]interface{}, error)

func (*ApiInteractionConsentGet200ResponseApplication) UnmarshalJSON ¶

func (o *ApiInteractionConsentGet200ResponseApplication) UnmarshalJSON(data []byte) (err error)

func (*ApiInteractionConsentGet200ResponseApplication) UnsetDisplayName ¶

func (o *ApiInteractionConsentGet200ResponseApplication) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

func (*ApiInteractionConsentGet200ResponseApplication) UnsetPrivacyPolicyUrl ¶

func (o *ApiInteractionConsentGet200ResponseApplication) UnsetPrivacyPolicyUrl()

UnsetPrivacyPolicyUrl ensures that no value is present for PrivacyPolicyUrl, not even an explicit nil

func (*ApiInteractionConsentGet200ResponseApplication) UnsetTermsOfUseUrl ¶

func (o *ApiInteractionConsentGet200ResponseApplication) UnsetTermsOfUseUrl()

UnsetTermsOfUseUrl ensures that no value is present for TermsOfUseUrl, not even an explicit nil

type ApiInteractionConsentGet200ResponseApplicationBranding ¶

type ApiInteractionConsentGet200ResponseApplicationBranding struct {
	LogoUrl     *string `json:"logoUrl,omitempty"`
	DarkLogoUrl *string `json:"darkLogoUrl,omitempty"`
	Favicon     *string `json:"favicon,omitempty"`
}

ApiInteractionConsentGet200ResponseApplicationBranding struct for ApiInteractionConsentGet200ResponseApplicationBranding

func NewApiInteractionConsentGet200ResponseApplicationBranding ¶

func NewApiInteractionConsentGet200ResponseApplicationBranding() *ApiInteractionConsentGet200ResponseApplicationBranding

NewApiInteractionConsentGet200ResponseApplicationBranding instantiates a new ApiInteractionConsentGet200ResponseApplicationBranding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseApplicationBrandingWithDefaults ¶

func NewApiInteractionConsentGet200ResponseApplicationBrandingWithDefaults() *ApiInteractionConsentGet200ResponseApplicationBranding

NewApiInteractionConsentGet200ResponseApplicationBrandingWithDefaults instantiates a new ApiInteractionConsentGet200ResponseApplicationBranding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetDarkLogoUrl ¶

GetDarkLogoUrl returns the DarkLogoUrl field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetDarkLogoUrlOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetFavicon ¶

GetFavicon returns the Favicon field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetFaviconOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetLogoUrl ¶

GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) GetLogoUrlOk ¶

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

func (*ApiInteractionConsentGet200ResponseApplicationBranding) HasDarkLogoUrl ¶

HasDarkLogoUrl returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) HasFavicon ¶

HasFavicon returns a boolean if a field has been set.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) HasLogoUrl ¶

HasLogoUrl returns a boolean if a field has been set.

func (ApiInteractionConsentGet200ResponseApplicationBranding) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseApplicationBranding) SetDarkLogoUrl ¶

SetDarkLogoUrl gets a reference to the given string and assigns it to the DarkLogoUrl field.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) SetFavicon ¶

SetFavicon gets a reference to the given string and assigns it to the Favicon field.

func (*ApiInteractionConsentGet200ResponseApplicationBranding) SetLogoUrl ¶

SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.

func (ApiInteractionConsentGet200ResponseApplicationBranding) ToMap ¶

type ApiInteractionConsentGet200ResponseOrganizationsInner ¶

type ApiInteractionConsentGet200ResponseOrganizationsInner struct {
	Id                    string                                                                            `json:"id"`
	Name                  string                                                                            `json:"name"`
	MissingResourceScopes []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner `json:"missingResourceScopes,omitempty"`
}

ApiInteractionConsentGet200ResponseOrganizationsInner struct for ApiInteractionConsentGet200ResponseOrganizationsInner

func NewApiInteractionConsentGet200ResponseOrganizationsInner ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInner(id string, name string) *ApiInteractionConsentGet200ResponseOrganizationsInner

NewApiInteractionConsentGet200ResponseOrganizationsInner instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseOrganizationsInnerWithDefaults ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerWithDefaults() *ApiInteractionConsentGet200ResponseOrganizationsInner

NewApiInteractionConsentGet200ResponseOrganizationsInnerWithDefaults instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetId ¶

GetId returns the Id field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetIdOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetMissingResourceScopes ¶

GetMissingResourceScopes returns the MissingResourceScopes field value if set, zero value otherwise.

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetMissingResourceScopesOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetName ¶

GetName returns the Name field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) GetNameOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) HasMissingResourceScopes ¶

func (o *ApiInteractionConsentGet200ResponseOrganizationsInner) HasMissingResourceScopes() bool

HasMissingResourceScopes returns a boolean if a field has been set.

func (ApiInteractionConsentGet200ResponseOrganizationsInner) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) SetId ¶

SetId sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) SetMissingResourceScopes ¶

SetMissingResourceScopes gets a reference to the given []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner and assigns it to the MissingResourceScopes field.

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) SetName ¶

SetName sets field value

func (ApiInteractionConsentGet200ResponseOrganizationsInner) ToMap ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInner) UnmarshalJSON ¶

func (o *ApiInteractionConsentGet200ResponseOrganizationsInner) UnmarshalJSON(data []byte) (err error)

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner ¶

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner struct {
	Resource ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource      `json:"resource"`
	Scopes   []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner `json:"scopes"`
}

ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner struct for ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner ¶

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerWithDefaults ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerWithDefaults() *ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerWithDefaults instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) GetResource ¶

GetResource returns the Resource field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) GetResourceOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) GetScopes ¶

GetScopes returns the Scopes field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) GetScopesOk ¶

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

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) SetResource ¶

SetResource sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) SetScopes ¶

SetScopes sets field value

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) ToMap ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) UnmarshalJSON ¶

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource ¶

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource struct {
	Name      string `json:"name"`
	Indicator string `json:"indicator"`
	Id        string `json:"id"`
}

ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource struct for ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource(name string, indicator string, id string) *ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResourceWithDefaults ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResourceWithDefaults() *ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResourceWithDefaults instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetId ¶

GetId returns the Id field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetIdOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetIndicator ¶

GetIndicator returns the Indicator field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetIndicatorOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetName ¶

GetName returns the Name field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) GetNameOk ¶

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

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) SetId ¶

SetId sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) SetIndicator ¶

SetIndicator sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) SetName ¶

SetName sets field value

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) ToMap ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) UnmarshalJSON ¶

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner ¶

type ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner struct {
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
}

ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner struct for ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner(id string, name string, description NullableString) *ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInnerWithDefaults ¶

func NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInnerWithDefaults() *ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner

NewApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInnerWithDefaults instantiates a new ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetId ¶

GetId returns the Id field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetIdOk ¶

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

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetName ¶

GetName returns the Name field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) GetNameOk ¶

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

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) MarshalJSON ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) SetDescription ¶

SetDescription sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) SetId ¶

SetId sets field value

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) SetName ¶

SetName sets field value

func (ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) ToMap ¶

func (*ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) UnmarshalJSON ¶

type ApiInteractionConsentGet200ResponseUser ¶

type ApiInteractionConsentGet200ResponseUser struct {
	Id           string         `json:"id"`
	Name         NullableString `json:"name"`
	Avatar       NullableString `json:"avatar"`
	Username     NullableString `json:"username"`
	PrimaryEmail NullableString `json:"primaryEmail"`
	PrimaryPhone NullableString `json:"primaryPhone"`
}

ApiInteractionConsentGet200ResponseUser struct for ApiInteractionConsentGet200ResponseUser

func NewApiInteractionConsentGet200ResponseUser ¶

func NewApiInteractionConsentGet200ResponseUser(id string, name NullableString, avatar NullableString, username NullableString, primaryEmail NullableString, primaryPhone NullableString) *ApiInteractionConsentGet200ResponseUser

NewApiInteractionConsentGet200ResponseUser instantiates a new ApiInteractionConsentGet200ResponseUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentGet200ResponseUserWithDefaults ¶

func NewApiInteractionConsentGet200ResponseUserWithDefaults() *ApiInteractionConsentGet200ResponseUser

NewApiInteractionConsentGet200ResponseUserWithDefaults instantiates a new ApiInteractionConsentGet200ResponseUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentGet200ResponseUser) GetAvatar ¶

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetAvatarOk ¶

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetId ¶

GetId returns the Id field value

func (*ApiInteractionConsentGet200ResponseUser) GetIdOk ¶

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

func (*ApiInteractionConsentGet200ResponseUser) GetName ¶

GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetPrimaryEmail ¶

func (o *ApiInteractionConsentGet200ResponseUser) GetPrimaryEmail() string

GetPrimaryEmail returns the PrimaryEmail field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetPrimaryEmailOk ¶

func (o *ApiInteractionConsentGet200ResponseUser) GetPrimaryEmailOk() (*string, bool)

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetPrimaryPhone ¶

func (o *ApiInteractionConsentGet200ResponseUser) GetPrimaryPhone() string

GetPrimaryPhone returns the PrimaryPhone field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetPrimaryPhoneOk ¶

func (o *ApiInteractionConsentGet200ResponseUser) GetPrimaryPhoneOk() (*string, bool)

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetUsername ¶

GetUsername returns the Username field value If the value is explicit nil, the zero value for string will be returned

func (*ApiInteractionConsentGet200ResponseUser) GetUsernameOk ¶

func (o *ApiInteractionConsentGet200ResponseUser) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ApiInteractionConsentGet200ResponseUser) MarshalJSON ¶

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

func (*ApiInteractionConsentGet200ResponseUser) SetAvatar ¶

SetAvatar sets field value

func (*ApiInteractionConsentGet200ResponseUser) SetId ¶

SetId sets field value

func (*ApiInteractionConsentGet200ResponseUser) SetName ¶

SetName sets field value

func (*ApiInteractionConsentGet200ResponseUser) SetPrimaryEmail ¶

func (o *ApiInteractionConsentGet200ResponseUser) SetPrimaryEmail(v string)

SetPrimaryEmail sets field value

func (*ApiInteractionConsentGet200ResponseUser) SetPrimaryPhone ¶

func (o *ApiInteractionConsentGet200ResponseUser) SetPrimaryPhone(v string)

SetPrimaryPhone sets field value

func (*ApiInteractionConsentGet200ResponseUser) SetUsername ¶

SetUsername sets field value

func (ApiInteractionConsentGet200ResponseUser) ToMap ¶

func (o ApiInteractionConsentGet200ResponseUser) ToMap() (map[string]interface{}, error)

func (*ApiInteractionConsentGet200ResponseUser) UnmarshalJSON ¶

func (o *ApiInteractionConsentGet200ResponseUser) UnmarshalJSON(data []byte) (err error)

type ApiInteractionConsentPostRequest ¶

type ApiInteractionConsentPostRequest struct {
	OrganizationIds []string `json:"organizationIds,omitempty"`
}

ApiInteractionConsentPostRequest struct for ApiInteractionConsentPostRequest

func NewApiInteractionConsentPostRequest ¶

func NewApiInteractionConsentPostRequest() *ApiInteractionConsentPostRequest

NewApiInteractionConsentPostRequest instantiates a new ApiInteractionConsentPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionConsentPostRequestWithDefaults ¶

func NewApiInteractionConsentPostRequestWithDefaults() *ApiInteractionConsentPostRequest

NewApiInteractionConsentPostRequestWithDefaults instantiates a new ApiInteractionConsentPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionConsentPostRequest) GetOrganizationIds ¶

func (o *ApiInteractionConsentPostRequest) GetOrganizationIds() []string

GetOrganizationIds returns the OrganizationIds field value if set, zero value otherwise.

func (*ApiInteractionConsentPostRequest) GetOrganizationIdsOk ¶

func (o *ApiInteractionConsentPostRequest) GetOrganizationIdsOk() ([]string, bool)

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

func (*ApiInteractionConsentPostRequest) HasOrganizationIds ¶

func (o *ApiInteractionConsentPostRequest) HasOrganizationIds() bool

HasOrganizationIds returns a boolean if a field has been set.

func (ApiInteractionConsentPostRequest) MarshalJSON ¶

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

func (*ApiInteractionConsentPostRequest) SetOrganizationIds ¶

func (o *ApiInteractionConsentPostRequest) SetOrganizationIds(v []string)

SetOrganizationIds gets a reference to the given []string and assigns it to the OrganizationIds field.

func (ApiInteractionConsentPostRequest) ToMap ¶

func (o ApiInteractionConsentPostRequest) ToMap() (map[string]interface{}, error)

type ApiInteractionEventPutRequest ¶

type ApiInteractionEventPutRequest struct {
	Event string `json:"event"`
}

ApiInteractionEventPutRequest struct for ApiInteractionEventPutRequest

func NewApiInteractionEventPutRequest ¶

func NewApiInteractionEventPutRequest(event string) *ApiInteractionEventPutRequest

NewApiInteractionEventPutRequest instantiates a new ApiInteractionEventPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionEventPutRequestWithDefaults ¶

func NewApiInteractionEventPutRequestWithDefaults() *ApiInteractionEventPutRequest

NewApiInteractionEventPutRequestWithDefaults instantiates a new ApiInteractionEventPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionEventPutRequest) GetEvent ¶

func (o *ApiInteractionEventPutRequest) GetEvent() string

GetEvent returns the Event field value

func (*ApiInteractionEventPutRequest) GetEventOk ¶

func (o *ApiInteractionEventPutRequest) GetEventOk() (*string, bool)

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

func (ApiInteractionEventPutRequest) MarshalJSON ¶

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

func (*ApiInteractionEventPutRequest) SetEvent ¶

func (o *ApiInteractionEventPutRequest) SetEvent(v string)

SetEvent sets field value

func (ApiInteractionEventPutRequest) ToMap ¶

func (o ApiInteractionEventPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiInteractionEventPutRequest) UnmarshalJSON ¶

func (o *ApiInteractionEventPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiInteractionMfaPutRequest ¶

type ApiInteractionMfaPutRequest struct {
	ApiInteractionBindMfaPostRequestOneOf *ApiInteractionBindMfaPostRequestOneOf
	ApiInteractionMfaPutRequestOneOf      *ApiInteractionMfaPutRequestOneOf
	ApiInteractionMfaPutRequestOneOf1     *ApiInteractionMfaPutRequestOneOf1
}

ApiInteractionMfaPutRequest - struct for ApiInteractionMfaPutRequest

func ApiInteractionBindMfaPostRequestOneOfAsApiInteractionMfaPutRequest ¶

func ApiInteractionBindMfaPostRequestOneOfAsApiInteractionMfaPutRequest(v *ApiInteractionBindMfaPostRequestOneOf) ApiInteractionMfaPutRequest

ApiInteractionBindMfaPostRequestOneOfAsApiInteractionMfaPutRequest is a convenience function that returns ApiInteractionBindMfaPostRequestOneOf wrapped in ApiInteractionMfaPutRequest

func ApiInteractionMfaPutRequestOneOf1AsApiInteractionMfaPutRequest ¶

func ApiInteractionMfaPutRequestOneOf1AsApiInteractionMfaPutRequest(v *ApiInteractionMfaPutRequestOneOf1) ApiInteractionMfaPutRequest

ApiInteractionMfaPutRequestOneOf1AsApiInteractionMfaPutRequest is a convenience function that returns ApiInteractionMfaPutRequestOneOf1 wrapped in ApiInteractionMfaPutRequest

func ApiInteractionMfaPutRequestOneOfAsApiInteractionMfaPutRequest ¶

func ApiInteractionMfaPutRequestOneOfAsApiInteractionMfaPutRequest(v *ApiInteractionMfaPutRequestOneOf) ApiInteractionMfaPutRequest

ApiInteractionMfaPutRequestOneOfAsApiInteractionMfaPutRequest is a convenience function that returns ApiInteractionMfaPutRequestOneOf wrapped in ApiInteractionMfaPutRequest

func (*ApiInteractionMfaPutRequest) GetActualInstance ¶

func (obj *ApiInteractionMfaPutRequest) GetActualInstance() interface{}

Get the actual instance

func (ApiInteractionMfaPutRequest) MarshalJSON ¶

func (src ApiInteractionMfaPutRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ApiInteractionMfaPutRequest) UnmarshalJSON ¶

func (dst *ApiInteractionMfaPutRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ApiInteractionMfaPutRequestOneOf ¶

type ApiInteractionMfaPutRequestOneOf struct {
	Type                    string                                                       `json:"type"`
	Id                      string                                                       `json:"id"`
	RawId                   string                                                       `json:"rawId"`
	AuthenticatorAttachment *string                                                      `json:"authenticatorAttachment,omitempty"`
	ClientExtensionResults  ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults `json:"clientExtensionResults"`
	Response                ApiInteractionMfaPutRequestOneOfResponse                     `json:"response"`
}

ApiInteractionMfaPutRequestOneOf struct for ApiInteractionMfaPutRequestOneOf

func NewApiInteractionMfaPutRequestOneOf ¶

func NewApiInteractionMfaPutRequestOneOf(type_ string, id string, rawId string, clientExtensionResults ApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults, response ApiInteractionMfaPutRequestOneOfResponse) *ApiInteractionMfaPutRequestOneOf

NewApiInteractionMfaPutRequestOneOf instantiates a new ApiInteractionMfaPutRequestOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionMfaPutRequestOneOfWithDefaults ¶

func NewApiInteractionMfaPutRequestOneOfWithDefaults() *ApiInteractionMfaPutRequestOneOf

NewApiInteractionMfaPutRequestOneOfWithDefaults instantiates a new ApiInteractionMfaPutRequestOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionMfaPutRequestOneOf) GetAuthenticatorAttachment ¶

func (o *ApiInteractionMfaPutRequestOneOf) GetAuthenticatorAttachment() string

GetAuthenticatorAttachment returns the AuthenticatorAttachment field value if set, zero value otherwise.

func (*ApiInteractionMfaPutRequestOneOf) GetAuthenticatorAttachmentOk ¶

func (o *ApiInteractionMfaPutRequestOneOf) GetAuthenticatorAttachmentOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOf) GetClientExtensionResults ¶

GetClientExtensionResults returns the ClientExtensionResults field value

func (*ApiInteractionMfaPutRequestOneOf) GetClientExtensionResultsOk ¶

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

func (*ApiInteractionMfaPutRequestOneOf) GetId ¶

GetId returns the Id field value

func (*ApiInteractionMfaPutRequestOneOf) GetIdOk ¶

func (o *ApiInteractionMfaPutRequestOneOf) GetIdOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOf) GetRawId ¶

GetRawId returns the RawId field value

func (*ApiInteractionMfaPutRequestOneOf) GetRawIdOk ¶

func (o *ApiInteractionMfaPutRequestOneOf) GetRawIdOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOf) GetResponse ¶

GetResponse returns the Response field value

func (*ApiInteractionMfaPutRequestOneOf) GetResponseOk ¶

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

func (*ApiInteractionMfaPutRequestOneOf) GetType ¶

GetType returns the Type field value

func (*ApiInteractionMfaPutRequestOneOf) GetTypeOk ¶

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

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

func (*ApiInteractionMfaPutRequestOneOf) HasAuthenticatorAttachment ¶

func (o *ApiInteractionMfaPutRequestOneOf) HasAuthenticatorAttachment() bool

HasAuthenticatorAttachment returns a boolean if a field has been set.

func (ApiInteractionMfaPutRequestOneOf) MarshalJSON ¶

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

func (*ApiInteractionMfaPutRequestOneOf) SetAuthenticatorAttachment ¶

func (o *ApiInteractionMfaPutRequestOneOf) SetAuthenticatorAttachment(v string)

SetAuthenticatorAttachment gets a reference to the given string and assigns it to the AuthenticatorAttachment field.

func (*ApiInteractionMfaPutRequestOneOf) SetClientExtensionResults ¶

SetClientExtensionResults sets field value

func (*ApiInteractionMfaPutRequestOneOf) SetId ¶

SetId sets field value

func (*ApiInteractionMfaPutRequestOneOf) SetRawId ¶

SetRawId sets field value

func (*ApiInteractionMfaPutRequestOneOf) SetResponse ¶

SetResponse sets field value

func (*ApiInteractionMfaPutRequestOneOf) SetType ¶

SetType sets field value

func (ApiInteractionMfaPutRequestOneOf) ToMap ¶

func (o ApiInteractionMfaPutRequestOneOf) ToMap() (map[string]interface{}, error)

func (*ApiInteractionMfaPutRequestOneOf) UnmarshalJSON ¶

func (o *ApiInteractionMfaPutRequestOneOf) UnmarshalJSON(data []byte) (err error)

type ApiInteractionMfaPutRequestOneOf1 ¶

type ApiInteractionMfaPutRequestOneOf1 struct {
	Type string `json:"type"`
	Code string `json:"code"`
}

ApiInteractionMfaPutRequestOneOf1 struct for ApiInteractionMfaPutRequestOneOf1

func NewApiInteractionMfaPutRequestOneOf1 ¶

func NewApiInteractionMfaPutRequestOneOf1(type_ string, code string) *ApiInteractionMfaPutRequestOneOf1

NewApiInteractionMfaPutRequestOneOf1 instantiates a new ApiInteractionMfaPutRequestOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionMfaPutRequestOneOf1WithDefaults ¶

func NewApiInteractionMfaPutRequestOneOf1WithDefaults() *ApiInteractionMfaPutRequestOneOf1

NewApiInteractionMfaPutRequestOneOf1WithDefaults instantiates a new ApiInteractionMfaPutRequestOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionMfaPutRequestOneOf1) GetCode ¶

GetCode returns the Code field value

func (*ApiInteractionMfaPutRequestOneOf1) GetCodeOk ¶

func (o *ApiInteractionMfaPutRequestOneOf1) GetCodeOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOf1) GetType ¶

GetType returns the Type field value

func (*ApiInteractionMfaPutRequestOneOf1) GetTypeOk ¶

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

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

func (ApiInteractionMfaPutRequestOneOf1) MarshalJSON ¶

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

func (*ApiInteractionMfaPutRequestOneOf1) SetCode ¶

SetCode sets field value

func (*ApiInteractionMfaPutRequestOneOf1) SetType ¶

SetType sets field value

func (ApiInteractionMfaPutRequestOneOf1) ToMap ¶

func (o ApiInteractionMfaPutRequestOneOf1) ToMap() (map[string]interface{}, error)

func (*ApiInteractionMfaPutRequestOneOf1) UnmarshalJSON ¶

func (o *ApiInteractionMfaPutRequestOneOf1) UnmarshalJSON(data []byte) (err error)

type ApiInteractionMfaPutRequestOneOfResponse ¶

type ApiInteractionMfaPutRequestOneOfResponse struct {
	ClientDataJSON    string  `json:"clientDataJSON"`
	AuthenticatorData string  `json:"authenticatorData"`
	Signature         string  `json:"signature"`
	UserHandle        *string `json:"userHandle,omitempty"`
}

ApiInteractionMfaPutRequestOneOfResponse struct for ApiInteractionMfaPutRequestOneOfResponse

func NewApiInteractionMfaPutRequestOneOfResponse ¶

func NewApiInteractionMfaPutRequestOneOfResponse(clientDataJSON string, authenticatorData string, signature string) *ApiInteractionMfaPutRequestOneOfResponse

NewApiInteractionMfaPutRequestOneOfResponse instantiates a new ApiInteractionMfaPutRequestOneOfResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionMfaPutRequestOneOfResponseWithDefaults ¶

func NewApiInteractionMfaPutRequestOneOfResponseWithDefaults() *ApiInteractionMfaPutRequestOneOfResponse

NewApiInteractionMfaPutRequestOneOfResponseWithDefaults instantiates a new ApiInteractionMfaPutRequestOneOfResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionMfaPutRequestOneOfResponse) GetAuthenticatorData ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetAuthenticatorData() string

GetAuthenticatorData returns the AuthenticatorData field value

func (*ApiInteractionMfaPutRequestOneOfResponse) GetAuthenticatorDataOk ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetAuthenticatorDataOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOfResponse) GetClientDataJSON ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetClientDataJSON() string

GetClientDataJSON returns the ClientDataJSON field value

func (*ApiInteractionMfaPutRequestOneOfResponse) GetClientDataJSONOk ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetClientDataJSONOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOfResponse) GetSignature ¶

GetSignature returns the Signature field value

func (*ApiInteractionMfaPutRequestOneOfResponse) GetSignatureOk ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetSignatureOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOfResponse) GetUserHandle ¶

GetUserHandle returns the UserHandle field value if set, zero value otherwise.

func (*ApiInteractionMfaPutRequestOneOfResponse) GetUserHandleOk ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) GetUserHandleOk() (*string, bool)

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

func (*ApiInteractionMfaPutRequestOneOfResponse) HasUserHandle ¶

HasUserHandle returns a boolean if a field has been set.

func (ApiInteractionMfaPutRequestOneOfResponse) MarshalJSON ¶

func (*ApiInteractionMfaPutRequestOneOfResponse) SetAuthenticatorData ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) SetAuthenticatorData(v string)

SetAuthenticatorData sets field value

func (*ApiInteractionMfaPutRequestOneOfResponse) SetClientDataJSON ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) SetClientDataJSON(v string)

SetClientDataJSON sets field value

func (*ApiInteractionMfaPutRequestOneOfResponse) SetSignature ¶

SetSignature sets field value

func (*ApiInteractionMfaPutRequestOneOfResponse) SetUserHandle ¶

SetUserHandle gets a reference to the given string and assigns it to the UserHandle field.

func (ApiInteractionMfaPutRequestOneOfResponse) ToMap ¶

func (o ApiInteractionMfaPutRequestOneOfResponse) ToMap() (map[string]interface{}, error)

func (*ApiInteractionMfaPutRequestOneOfResponse) UnmarshalJSON ¶

func (o *ApiInteractionMfaPutRequestOneOfResponse) UnmarshalJSON(data []byte) (err error)

type ApiInteractionMfaSkippedPutRequest ¶

type ApiInteractionMfaSkippedPutRequest struct {
	MfaSkipped bool `json:"mfaSkipped"`
}

ApiInteractionMfaSkippedPutRequest struct for ApiInteractionMfaSkippedPutRequest

func NewApiInteractionMfaSkippedPutRequest ¶

func NewApiInteractionMfaSkippedPutRequest(mfaSkipped bool) *ApiInteractionMfaSkippedPutRequest

NewApiInteractionMfaSkippedPutRequest instantiates a new ApiInteractionMfaSkippedPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionMfaSkippedPutRequestWithDefaults ¶

func NewApiInteractionMfaSkippedPutRequestWithDefaults() *ApiInteractionMfaSkippedPutRequest

NewApiInteractionMfaSkippedPutRequestWithDefaults instantiates a new ApiInteractionMfaSkippedPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionMfaSkippedPutRequest) GetMfaSkipped ¶

func (o *ApiInteractionMfaSkippedPutRequest) GetMfaSkipped() bool

GetMfaSkipped returns the MfaSkipped field value

func (*ApiInteractionMfaSkippedPutRequest) GetMfaSkippedOk ¶

func (o *ApiInteractionMfaSkippedPutRequest) GetMfaSkippedOk() (*bool, bool)

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

func (ApiInteractionMfaSkippedPutRequest) MarshalJSON ¶

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

func (*ApiInteractionMfaSkippedPutRequest) SetMfaSkipped ¶

func (o *ApiInteractionMfaSkippedPutRequest) SetMfaSkipped(v bool)

SetMfaSkipped sets field value

func (ApiInteractionMfaSkippedPutRequest) ToMap ¶

func (o ApiInteractionMfaSkippedPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiInteractionMfaSkippedPutRequest) UnmarshalJSON ¶

func (o *ApiInteractionMfaSkippedPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequest ¶

type ApiInteractionPutRequest struct {
	Event      string                              `json:"event"`
	Identifier *ApiInteractionPutRequestIdentifier `json:"identifier,omitempty"`
	Profile    *ApiInteractionPutRequestProfile    `json:"profile,omitempty"`
}

ApiInteractionPutRequest struct for ApiInteractionPutRequest

func NewApiInteractionPutRequest ¶

func NewApiInteractionPutRequest(event string) *ApiInteractionPutRequest

NewApiInteractionPutRequest instantiates a new ApiInteractionPutRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestWithDefaults ¶

func NewApiInteractionPutRequestWithDefaults() *ApiInteractionPutRequest

NewApiInteractionPutRequestWithDefaults instantiates a new ApiInteractionPutRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequest) GetEvent ¶

func (o *ApiInteractionPutRequest) GetEvent() string

GetEvent returns the Event field value

func (*ApiInteractionPutRequest) GetEventOk ¶

func (o *ApiInteractionPutRequest) GetEventOk() (*string, bool)

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

func (*ApiInteractionPutRequest) GetIdentifier ¶

GetIdentifier returns the Identifier field value if set, zero value otherwise.

func (*ApiInteractionPutRequest) GetIdentifierOk ¶

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

func (*ApiInteractionPutRequest) GetProfile ¶

GetProfile returns the Profile field value if set, zero value otherwise.

func (*ApiInteractionPutRequest) GetProfileOk ¶

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

func (*ApiInteractionPutRequest) HasIdentifier ¶

func (o *ApiInteractionPutRequest) HasIdentifier() bool

HasIdentifier returns a boolean if a field has been set.

func (*ApiInteractionPutRequest) HasProfile ¶

func (o *ApiInteractionPutRequest) HasProfile() bool

HasProfile returns a boolean if a field has been set.

func (ApiInteractionPutRequest) MarshalJSON ¶

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

func (*ApiInteractionPutRequest) SetEvent ¶

func (o *ApiInteractionPutRequest) SetEvent(v string)

SetEvent sets field value

func (*ApiInteractionPutRequest) SetIdentifier ¶

SetIdentifier gets a reference to the given ApiInteractionPutRequestIdentifier and assigns it to the Identifier field.

func (*ApiInteractionPutRequest) SetProfile ¶

SetProfile gets a reference to the given ApiInteractionPutRequestProfile and assigns it to the Profile field.

func (ApiInteractionPutRequest) ToMap ¶

func (o ApiInteractionPutRequest) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequest) UnmarshalJSON ¶

func (o *ApiInteractionPutRequest) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifier ¶

type ApiInteractionPutRequestIdentifier struct {
	ApiInteractionPutRequestIdentifierOneOf  *ApiInteractionPutRequestIdentifierOneOf
	ApiInteractionPutRequestIdentifierOneOf1 *ApiInteractionPutRequestIdentifierOneOf1
	ApiInteractionPutRequestIdentifierOneOf2 *ApiInteractionPutRequestIdentifierOneOf2
	ApiInteractionPutRequestIdentifierOneOf3 *ApiInteractionPutRequestIdentifierOneOf3
	ApiInteractionPutRequestIdentifierOneOf4 *ApiInteractionPutRequestIdentifierOneOf4
	ApiInteractionPutRequestIdentifierOneOf5 *ApiInteractionPutRequestIdentifierOneOf5
	ApiInteractionPutRequestIdentifierOneOf6 *ApiInteractionPutRequestIdentifierOneOf6
	ApiInteractionPutRequestIdentifierOneOf7 *ApiInteractionPutRequestIdentifierOneOf7
}

ApiInteractionPutRequestIdentifier - struct for ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf1AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf1AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf1) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf1AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf1 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf2AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf2AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf2) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf2AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf2 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf3AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf3AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf3) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf3AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf3 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf4AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf4AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf4) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf4AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf4 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf5AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf5AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf5) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf5AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf5 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf6AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf6AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf6) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf6AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf6 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOf7AsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOf7AsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf7) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOf7AsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf7 wrapped in ApiInteractionPutRequestIdentifier

func ApiInteractionPutRequestIdentifierOneOfAsApiInteractionPutRequestIdentifier ¶

func ApiInteractionPutRequestIdentifierOneOfAsApiInteractionPutRequestIdentifier(v *ApiInteractionPutRequestIdentifierOneOf) ApiInteractionPutRequestIdentifier

ApiInteractionPutRequestIdentifierOneOfAsApiInteractionPutRequestIdentifier is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf wrapped in ApiInteractionPutRequestIdentifier

func (*ApiInteractionPutRequestIdentifier) GetActualInstance ¶

func (obj *ApiInteractionPutRequestIdentifier) GetActualInstance() interface{}

Get the actual instance

func (ApiInteractionPutRequestIdentifier) MarshalJSON ¶

func (src ApiInteractionPutRequestIdentifier) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ApiInteractionPutRequestIdentifier) UnmarshalJSON ¶

func (dst *ApiInteractionPutRequestIdentifier) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ApiInteractionPutRequestIdentifierOneOf ¶

type ApiInteractionPutRequestIdentifierOneOf struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

ApiInteractionPutRequestIdentifierOneOf struct for ApiInteractionPutRequestIdentifierOneOf

func NewApiInteractionPutRequestIdentifierOneOf ¶

func NewApiInteractionPutRequestIdentifierOneOf(username string, password string) *ApiInteractionPutRequestIdentifierOneOf

NewApiInteractionPutRequestIdentifierOneOf instantiates a new ApiInteractionPutRequestIdentifierOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOfWithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOfWithDefaults() *ApiInteractionPutRequestIdentifierOneOf

NewApiInteractionPutRequestIdentifierOneOfWithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf) GetPassword ¶

GetPassword returns the Password field value

func (*ApiInteractionPutRequestIdentifierOneOf) GetPasswordOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf) GetPasswordOk() (*string, bool)

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

func (*ApiInteractionPutRequestIdentifierOneOf) GetUsername ¶

GetUsername returns the Username field value

func (*ApiInteractionPutRequestIdentifierOneOf) GetUsernameOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf) GetUsernameOk() (*string, bool)

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

func (ApiInteractionPutRequestIdentifierOneOf) MarshalJSON ¶

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

func (*ApiInteractionPutRequestIdentifierOneOf) SetPassword ¶

SetPassword sets field value

func (*ApiInteractionPutRequestIdentifierOneOf) SetUsername ¶

SetUsername sets field value

func (ApiInteractionPutRequestIdentifierOneOf) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf1 ¶

type ApiInteractionPutRequestIdentifierOneOf1 struct {
	Email    string `json:"email"`
	Password string `json:"password"`
}

ApiInteractionPutRequestIdentifierOneOf1 struct for ApiInteractionPutRequestIdentifierOneOf1

func NewApiInteractionPutRequestIdentifierOneOf1 ¶

func NewApiInteractionPutRequestIdentifierOneOf1(email string, password string) *ApiInteractionPutRequestIdentifierOneOf1

NewApiInteractionPutRequestIdentifierOneOf1 instantiates a new ApiInteractionPutRequestIdentifierOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf1WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf1WithDefaults() *ApiInteractionPutRequestIdentifierOneOf1

NewApiInteractionPutRequestIdentifierOneOf1WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf1) GetEmail ¶

GetEmail returns the Email field value

func (*ApiInteractionPutRequestIdentifierOneOf1) GetEmailOk ¶

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

func (*ApiInteractionPutRequestIdentifierOneOf1) GetPassword ¶

GetPassword returns the Password field value

func (*ApiInteractionPutRequestIdentifierOneOf1) GetPasswordOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf1) GetPasswordOk() (*string, bool)

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

func (ApiInteractionPutRequestIdentifierOneOf1) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf1) SetEmail ¶

SetEmail sets field value

func (*ApiInteractionPutRequestIdentifierOneOf1) SetPassword ¶

SetPassword sets field value

func (ApiInteractionPutRequestIdentifierOneOf1) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf1) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf1) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf1) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf2 ¶

type ApiInteractionPutRequestIdentifierOneOf2 struct {
	Phone    string `json:"phone"`
	Password string `json:"password"`
}

ApiInteractionPutRequestIdentifierOneOf2 struct for ApiInteractionPutRequestIdentifierOneOf2

func NewApiInteractionPutRequestIdentifierOneOf2 ¶

func NewApiInteractionPutRequestIdentifierOneOf2(phone string, password string) *ApiInteractionPutRequestIdentifierOneOf2

NewApiInteractionPutRequestIdentifierOneOf2 instantiates a new ApiInteractionPutRequestIdentifierOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf2WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf2WithDefaults() *ApiInteractionPutRequestIdentifierOneOf2

NewApiInteractionPutRequestIdentifierOneOf2WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf2) GetPassword ¶

GetPassword returns the Password field value

func (*ApiInteractionPutRequestIdentifierOneOf2) GetPasswordOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf2) GetPasswordOk() (*string, bool)

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

func (*ApiInteractionPutRequestIdentifierOneOf2) GetPhone ¶

GetPhone returns the Phone field value

func (*ApiInteractionPutRequestIdentifierOneOf2) GetPhoneOk ¶

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

func (ApiInteractionPutRequestIdentifierOneOf2) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf2) SetPassword ¶

SetPassword sets field value

func (*ApiInteractionPutRequestIdentifierOneOf2) SetPhone ¶

SetPhone sets field value

func (ApiInteractionPutRequestIdentifierOneOf2) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf2) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf2) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf2) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf3 ¶

type ApiInteractionPutRequestIdentifierOneOf3 struct {
	Email            string `json:"email"`
	VerificationCode string `json:"verificationCode"`
}

ApiInteractionPutRequestIdentifierOneOf3 struct for ApiInteractionPutRequestIdentifierOneOf3

func NewApiInteractionPutRequestIdentifierOneOf3 ¶

func NewApiInteractionPutRequestIdentifierOneOf3(email string, verificationCode string) *ApiInteractionPutRequestIdentifierOneOf3

NewApiInteractionPutRequestIdentifierOneOf3 instantiates a new ApiInteractionPutRequestIdentifierOneOf3 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf3WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf3WithDefaults() *ApiInteractionPutRequestIdentifierOneOf3

NewApiInteractionPutRequestIdentifierOneOf3WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf3 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf3) GetEmail ¶

GetEmail returns the Email field value

func (*ApiInteractionPutRequestIdentifierOneOf3) GetEmailOk ¶

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

func (*ApiInteractionPutRequestIdentifierOneOf3) GetVerificationCode ¶

func (o *ApiInteractionPutRequestIdentifierOneOf3) GetVerificationCode() string

GetVerificationCode returns the VerificationCode field value

func (*ApiInteractionPutRequestIdentifierOneOf3) GetVerificationCodeOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf3) GetVerificationCodeOk() (*string, bool)

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

func (ApiInteractionPutRequestIdentifierOneOf3) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf3) SetEmail ¶

SetEmail sets field value

func (*ApiInteractionPutRequestIdentifierOneOf3) SetVerificationCode ¶

func (o *ApiInteractionPutRequestIdentifierOneOf3) SetVerificationCode(v string)

SetVerificationCode sets field value

func (ApiInteractionPutRequestIdentifierOneOf3) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf3) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf3) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf3) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf4 ¶

type ApiInteractionPutRequestIdentifierOneOf4 struct {
	Phone            string `json:"phone"`
	VerificationCode string `json:"verificationCode"`
}

ApiInteractionPutRequestIdentifierOneOf4 struct for ApiInteractionPutRequestIdentifierOneOf4

func NewApiInteractionPutRequestIdentifierOneOf4 ¶

func NewApiInteractionPutRequestIdentifierOneOf4(phone string, verificationCode string) *ApiInteractionPutRequestIdentifierOneOf4

NewApiInteractionPutRequestIdentifierOneOf4 instantiates a new ApiInteractionPutRequestIdentifierOneOf4 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf4WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf4WithDefaults() *ApiInteractionPutRequestIdentifierOneOf4

NewApiInteractionPutRequestIdentifierOneOf4WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf4 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf4) GetPhone ¶

GetPhone returns the Phone field value

func (*ApiInteractionPutRequestIdentifierOneOf4) GetPhoneOk ¶

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

func (*ApiInteractionPutRequestIdentifierOneOf4) GetVerificationCode ¶

func (o *ApiInteractionPutRequestIdentifierOneOf4) GetVerificationCode() string

GetVerificationCode returns the VerificationCode field value

func (*ApiInteractionPutRequestIdentifierOneOf4) GetVerificationCodeOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf4) GetVerificationCodeOk() (*string, bool)

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

func (ApiInteractionPutRequestIdentifierOneOf4) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf4) SetPhone ¶

SetPhone sets field value

func (*ApiInteractionPutRequestIdentifierOneOf4) SetVerificationCode ¶

func (o *ApiInteractionPutRequestIdentifierOneOf4) SetVerificationCode(v string)

SetVerificationCode sets field value

func (ApiInteractionPutRequestIdentifierOneOf4) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf4) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf4) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf4) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf5 ¶

type ApiInteractionPutRequestIdentifierOneOf5 struct {
	ConnectorId string `json:"connectorId"`
	// arbitrary
	ConnectorData map[string]interface{} `json:"connectorData"`
}

ApiInteractionPutRequestIdentifierOneOf5 struct for ApiInteractionPutRequestIdentifierOneOf5

func NewApiInteractionPutRequestIdentifierOneOf5 ¶

func NewApiInteractionPutRequestIdentifierOneOf5(connectorId string, connectorData map[string]interface{}) *ApiInteractionPutRequestIdentifierOneOf5

NewApiInteractionPutRequestIdentifierOneOf5 instantiates a new ApiInteractionPutRequestIdentifierOneOf5 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf5WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf5WithDefaults() *ApiInteractionPutRequestIdentifierOneOf5

NewApiInteractionPutRequestIdentifierOneOf5WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf5 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf5) GetConnectorData ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorData() map[string]interface{}

GetConnectorData returns the ConnectorData field value

func (*ApiInteractionPutRequestIdentifierOneOf5) GetConnectorDataOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorDataOk() (map[string]interface{}, bool)

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

func (*ApiInteractionPutRequestIdentifierOneOf5) GetConnectorId ¶

GetConnectorId returns the ConnectorId field value

func (*ApiInteractionPutRequestIdentifierOneOf5) GetConnectorIdOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) GetConnectorIdOk() (*string, bool)

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

func (ApiInteractionPutRequestIdentifierOneOf5) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf5) SetConnectorData ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) SetConnectorData(v map[string]interface{})

SetConnectorData sets field value

func (*ApiInteractionPutRequestIdentifierOneOf5) SetConnectorId ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) SetConnectorId(v string)

SetConnectorId sets field value

func (ApiInteractionPutRequestIdentifierOneOf5) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf5) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf5) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf5) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf6 ¶

type ApiInteractionPutRequestIdentifierOneOf6 struct {
	ConnectorId string `json:"connectorId"`
	Email       string `json:"email"`
}

ApiInteractionPutRequestIdentifierOneOf6 struct for ApiInteractionPutRequestIdentifierOneOf6

func NewApiInteractionPutRequestIdentifierOneOf6 ¶

func NewApiInteractionPutRequestIdentifierOneOf6(connectorId string, email string) *ApiInteractionPutRequestIdentifierOneOf6

NewApiInteractionPutRequestIdentifierOneOf6 instantiates a new ApiInteractionPutRequestIdentifierOneOf6 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf6WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf6WithDefaults() *ApiInteractionPutRequestIdentifierOneOf6

NewApiInteractionPutRequestIdentifierOneOf6WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf6 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf6) GetConnectorId ¶

GetConnectorId returns the ConnectorId field value

func (*ApiInteractionPutRequestIdentifierOneOf6) GetConnectorIdOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf6) GetConnectorIdOk() (*string, bool)

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

func (*ApiInteractionPutRequestIdentifierOneOf6) GetEmail ¶

GetEmail returns the Email field value

func (*ApiInteractionPutRequestIdentifierOneOf6) GetEmailOk ¶

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

func (ApiInteractionPutRequestIdentifierOneOf6) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf6) SetConnectorId ¶

func (o *ApiInteractionPutRequestIdentifierOneOf6) SetConnectorId(v string)

SetConnectorId sets field value

func (*ApiInteractionPutRequestIdentifierOneOf6) SetEmail ¶

SetEmail sets field value

func (ApiInteractionPutRequestIdentifierOneOf6) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf6) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf6) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf6) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestIdentifierOneOf7 ¶

type ApiInteractionPutRequestIdentifierOneOf7 struct {
	ConnectorId string `json:"connectorId"`
	Phone       string `json:"phone"`
}

ApiInteractionPutRequestIdentifierOneOf7 struct for ApiInteractionPutRequestIdentifierOneOf7

func NewApiInteractionPutRequestIdentifierOneOf7 ¶

func NewApiInteractionPutRequestIdentifierOneOf7(connectorId string, phone string) *ApiInteractionPutRequestIdentifierOneOf7

NewApiInteractionPutRequestIdentifierOneOf7 instantiates a new ApiInteractionPutRequestIdentifierOneOf7 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestIdentifierOneOf7WithDefaults ¶

func NewApiInteractionPutRequestIdentifierOneOf7WithDefaults() *ApiInteractionPutRequestIdentifierOneOf7

NewApiInteractionPutRequestIdentifierOneOf7WithDefaults instantiates a new ApiInteractionPutRequestIdentifierOneOf7 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestIdentifierOneOf7) GetConnectorId ¶

GetConnectorId returns the ConnectorId field value

func (*ApiInteractionPutRequestIdentifierOneOf7) GetConnectorIdOk ¶

func (o *ApiInteractionPutRequestIdentifierOneOf7) GetConnectorIdOk() (*string, bool)

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

func (*ApiInteractionPutRequestIdentifierOneOf7) GetPhone ¶

GetPhone returns the Phone field value

func (*ApiInteractionPutRequestIdentifierOneOf7) GetPhoneOk ¶

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

func (ApiInteractionPutRequestIdentifierOneOf7) MarshalJSON ¶

func (*ApiInteractionPutRequestIdentifierOneOf7) SetConnectorId ¶

func (o *ApiInteractionPutRequestIdentifierOneOf7) SetConnectorId(v string)

SetConnectorId sets field value

func (*ApiInteractionPutRequestIdentifierOneOf7) SetPhone ¶

SetPhone sets field value

func (ApiInteractionPutRequestIdentifierOneOf7) ToMap ¶

func (o ApiInteractionPutRequestIdentifierOneOf7) ToMap() (map[string]interface{}, error)

func (*ApiInteractionPutRequestIdentifierOneOf7) UnmarshalJSON ¶

func (o *ApiInteractionPutRequestIdentifierOneOf7) UnmarshalJSON(data []byte) (err error)

type ApiInteractionPutRequestProfile ¶

type ApiInteractionPutRequestProfile struct {
	Username    *string `json:"username,omitempty"`
	Email       *string `json:"email,omitempty"`
	Phone       *string `json:"phone,omitempty"`
	ConnectorId *string `json:"connectorId,omitempty"`
	Password    *string `json:"password,omitempty"`
}

ApiInteractionPutRequestProfile struct for ApiInteractionPutRequestProfile

func NewApiInteractionPutRequestProfile ¶

func NewApiInteractionPutRequestProfile() *ApiInteractionPutRequestProfile

NewApiInteractionPutRequestProfile instantiates a new ApiInteractionPutRequestProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionPutRequestProfileWithDefaults ¶

func NewApiInteractionPutRequestProfileWithDefaults() *ApiInteractionPutRequestProfile

NewApiInteractionPutRequestProfileWithDefaults instantiates a new ApiInteractionPutRequestProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionPutRequestProfile) GetConnectorId ¶

func (o *ApiInteractionPutRequestProfile) GetConnectorId() string

GetConnectorId returns the ConnectorId field value if set, zero value otherwise.

func (*ApiInteractionPutRequestProfile) GetConnectorIdOk ¶

func (o *ApiInteractionPutRequestProfile) GetConnectorIdOk() (*string, bool)

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

func (*ApiInteractionPutRequestProfile) GetEmail ¶

GetEmail returns the Email field value if set, zero value otherwise.

func (*ApiInteractionPutRequestProfile) GetEmailOk ¶

func (o *ApiInteractionPutRequestProfile) GetEmailOk() (*string, bool)

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

func (*ApiInteractionPutRequestProfile) GetPassword ¶

func (o *ApiInteractionPutRequestProfile) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*ApiInteractionPutRequestProfile) GetPasswordOk ¶

func (o *ApiInteractionPutRequestProfile) GetPasswordOk() (*string, bool)

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

func (*ApiInteractionPutRequestProfile) GetPhone ¶

GetPhone returns the Phone field value if set, zero value otherwise.

func (*ApiInteractionPutRequestProfile) GetPhoneOk ¶

func (o *ApiInteractionPutRequestProfile) GetPhoneOk() (*string, bool)

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

func (*ApiInteractionPutRequestProfile) GetUsername ¶

func (o *ApiInteractionPutRequestProfile) GetUsername() string

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

func (*ApiInteractionPutRequestProfile) GetUsernameOk ¶

func (o *ApiInteractionPutRequestProfile) GetUsernameOk() (*string, bool)

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

func (*ApiInteractionPutRequestProfile) HasConnectorId ¶

func (o *ApiInteractionPutRequestProfile) HasConnectorId() bool

HasConnectorId returns a boolean if a field has been set.

func (*ApiInteractionPutRequestProfile) HasEmail ¶

func (o *ApiInteractionPutRequestProfile) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*ApiInteractionPutRequestProfile) HasPassword ¶

func (o *ApiInteractionPutRequestProfile) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*ApiInteractionPutRequestProfile) HasPhone ¶

func (o *ApiInteractionPutRequestProfile) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (*ApiInteractionPutRequestProfile) HasUsername ¶

func (o *ApiInteractionPutRequestProfile) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (ApiInteractionPutRequestProfile) MarshalJSON ¶

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

func (*ApiInteractionPutRequestProfile) SetConnectorId ¶

func (o *ApiInteractionPutRequestProfile) SetConnectorId(v string)

SetConnectorId gets a reference to the given string and assigns it to the ConnectorId field.

func (*ApiInteractionPutRequestProfile) SetEmail ¶

func (o *ApiInteractionPutRequestProfile) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*ApiInteractionPutRequestProfile) SetPassword ¶

func (o *ApiInteractionPutRequestProfile) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*ApiInteractionPutRequestProfile) SetPhone ¶

func (o *ApiInteractionPutRequestProfile) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (*ApiInteractionPutRequestProfile) SetUsername ¶

func (o *ApiInteractionPutRequestProfile) SetUsername(v string)

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

func (ApiInteractionPutRequestProfile) ToMap ¶

func (o ApiInteractionPutRequestProfile) ToMap() (map[string]interface{}, error)

type ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ¶

type ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest struct {
	State string `json:"state"`
	// Validator function
	RedirectUri map[string]interface{} `json:"redirectUri"`
}

ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest struct for ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

func NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ¶

func NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest(state string, redirectUri map[string]interface{}) *ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest instantiates a new ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequestWithDefaults ¶

func NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequestWithDefaults() *ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

NewApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequestWithDefaults instantiates a new ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) GetRedirectUri ¶

GetRedirectUri returns the RedirectUri field value

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) GetRedirectUriOk ¶

func (o *ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) GetRedirectUriOk() (map[string]interface{}, bool)

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

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) GetState ¶

GetState returns the State field value

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) GetStateOk ¶

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

func (ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) MarshalJSON ¶

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) SetRedirectUri ¶

func (o *ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) SetRedirectUri(v map[string]interface{})

SetRedirectUri sets field value

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) SetState ¶

SetState sets field value

func (ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) ToMap ¶

func (*ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) UnmarshalJSON ¶

type ApiInteractionSubmitPost200Response ¶

type ApiInteractionSubmitPost200Response struct {
	RedirectTo string `json:"redirectTo"`
}

ApiInteractionSubmitPost200Response struct for ApiInteractionSubmitPost200Response

func NewApiInteractionSubmitPost200Response ¶

func NewApiInteractionSubmitPost200Response(redirectTo string) *ApiInteractionSubmitPost200Response

NewApiInteractionSubmitPost200Response instantiates a new ApiInteractionSubmitPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionSubmitPost200ResponseWithDefaults ¶

func NewApiInteractionSubmitPost200ResponseWithDefaults() *ApiInteractionSubmitPost200Response

NewApiInteractionSubmitPost200ResponseWithDefaults instantiates a new ApiInteractionSubmitPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionSubmitPost200Response) GetRedirectTo ¶

func (o *ApiInteractionSubmitPost200Response) GetRedirectTo() string

GetRedirectTo returns the RedirectTo field value

func (*ApiInteractionSubmitPost200Response) GetRedirectToOk ¶

func (o *ApiInteractionSubmitPost200Response) GetRedirectToOk() (*string, bool)

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

func (ApiInteractionSubmitPost200Response) MarshalJSON ¶

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

func (*ApiInteractionSubmitPost200Response) SetRedirectTo ¶

func (o *ApiInteractionSubmitPost200Response) SetRedirectTo(v string)

SetRedirectTo sets field value

func (ApiInteractionSubmitPost200Response) ToMap ¶

func (o ApiInteractionSubmitPost200Response) ToMap() (map[string]interface{}, error)

func (*ApiInteractionSubmitPost200Response) UnmarshalJSON ¶

func (o *ApiInteractionSubmitPost200Response) UnmarshalJSON(data []byte) (err error)

type ApiInteractionVerificationSocialAuthorizationUriPostRequest ¶

type ApiInteractionVerificationSocialAuthorizationUriPostRequest struct {
	ConnectorId string `json:"connectorId"`
	State       string `json:"state"`
	// Validator function
	RedirectUri map[string]interface{} `json:"redirectUri"`
}

ApiInteractionVerificationSocialAuthorizationUriPostRequest struct for ApiInteractionVerificationSocialAuthorizationUriPostRequest

func NewApiInteractionVerificationSocialAuthorizationUriPostRequest ¶

func NewApiInteractionVerificationSocialAuthorizationUriPostRequest(connectorId string, state string, redirectUri map[string]interface{}) *ApiInteractionVerificationSocialAuthorizationUriPostRequest

NewApiInteractionVerificationSocialAuthorizationUriPostRequest instantiates a new ApiInteractionVerificationSocialAuthorizationUriPostRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults ¶

func NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults() *ApiInteractionVerificationSocialAuthorizationUriPostRequest

NewApiInteractionVerificationSocialAuthorizationUriPostRequestWithDefaults instantiates a new ApiInteractionVerificationSocialAuthorizationUriPostRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetConnectorId ¶

GetConnectorId returns the ConnectorId field value

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetConnectorIdOk ¶

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

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUri ¶

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUri() map[string]interface{}

GetRedirectUri returns the RedirectUri field value

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUriOk ¶

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetRedirectUriOk() (map[string]interface{}, bool)

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

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetState ¶

GetState returns the State field value

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) GetStateOk ¶

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

func (ApiInteractionVerificationSocialAuthorizationUriPostRequest) MarshalJSON ¶

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetConnectorId ¶

SetConnectorId sets field value

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetRedirectUri ¶

func (o *ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetRedirectUri(v map[string]interface{})

SetRedirectUri sets field value

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) SetState ¶

SetState sets field value

func (ApiInteractionVerificationSocialAuthorizationUriPostRequest) ToMap ¶

func (*ApiInteractionVerificationSocialAuthorizationUriPostRequest) UnmarshalJSON ¶

type ApiInteractionVerificationTotpPost200Response ¶

type ApiInteractionVerificationTotpPost200Response struct {
	Secret       string `json:"secret"`
	SecretQrCode string `json:"secretQrCode"`
}

ApiInteractionVerificationTotpPost200Response struct for ApiInteractionVerificationTotpPost200Response

func NewApiInteractionVerificationTotpPost200Response ¶

func NewApiInteractionVerificationTotpPost200Response(secret string, secretQrCode string) *ApiInteractionVerificationTotpPost200Response

NewApiInteractionVerificationTotpPost200Response instantiates a new ApiInteractionVerificationTotpPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationTotpPost200ResponseWithDefaults ¶

func NewApiInteractionVerificationTotpPost200ResponseWithDefaults() *ApiInteractionVerificationTotpPost200Response

NewApiInteractionVerificationTotpPost200ResponseWithDefaults instantiates a new ApiInteractionVerificationTotpPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationTotpPost200Response) GetSecret ¶

GetSecret returns the Secret field value

func (*ApiInteractionVerificationTotpPost200Response) GetSecretOk ¶

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

func (*ApiInteractionVerificationTotpPost200Response) GetSecretQrCode ¶

GetSecretQrCode returns the SecretQrCode field value

func (*ApiInteractionVerificationTotpPost200Response) GetSecretQrCodeOk ¶

func (o *ApiInteractionVerificationTotpPost200Response) GetSecretQrCodeOk() (*string, bool)

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

func (ApiInteractionVerificationTotpPost200Response) MarshalJSON ¶

func (*ApiInteractionVerificationTotpPost200Response) SetSecret ¶

SetSecret sets field value

func (*ApiInteractionVerificationTotpPost200Response) SetSecretQrCode ¶

SetSecretQrCode sets field value

func (ApiInteractionVerificationTotpPost200Response) ToMap ¶

func (o ApiInteractionVerificationTotpPost200Response) ToMap() (map[string]interface{}, error)

func (*ApiInteractionVerificationTotpPost200Response) UnmarshalJSON ¶

func (o *ApiInteractionVerificationTotpPost200Response) UnmarshalJSON(data []byte) (err error)

type ApiInteractionVerificationVerificationCodePostRequest ¶

type ApiInteractionVerificationVerificationCodePostRequest struct {
	ApiInteractionVerificationVerificationCodePostRequestOneOf  *ApiInteractionVerificationVerificationCodePostRequestOneOf
	ApiInteractionVerificationVerificationCodePostRequestOneOf1 *ApiInteractionVerificationVerificationCodePostRequestOneOf1
}

ApiInteractionVerificationVerificationCodePostRequest - struct for ApiInteractionVerificationVerificationCodePostRequest

func ApiInteractionVerificationVerificationCodePostRequestOneOf1AsApiInteractionVerificationVerificationCodePostRequest ¶

func ApiInteractionVerificationVerificationCodePostRequestOneOf1AsApiInteractionVerificationVerificationCodePostRequest(v *ApiInteractionVerificationVerificationCodePostRequestOneOf1) ApiInteractionVerificationVerificationCodePostRequest

ApiInteractionVerificationVerificationCodePostRequestOneOf1AsApiInteractionVerificationVerificationCodePostRequest is a convenience function that returns ApiInteractionVerificationVerificationCodePostRequestOneOf1 wrapped in ApiInteractionVerificationVerificationCodePostRequest

func ApiInteractionVerificationVerificationCodePostRequestOneOfAsApiInteractionVerificationVerificationCodePostRequest ¶

func ApiInteractionVerificationVerificationCodePostRequestOneOfAsApiInteractionVerificationVerificationCodePostRequest(v *ApiInteractionVerificationVerificationCodePostRequestOneOf) ApiInteractionVerificationVerificationCodePostRequest

ApiInteractionVerificationVerificationCodePostRequestOneOfAsApiInteractionVerificationVerificationCodePostRequest is a convenience function that returns ApiInteractionVerificationVerificationCodePostRequestOneOf wrapped in ApiInteractionVerificationVerificationCodePostRequest

func (*ApiInteractionVerificationVerificationCodePostRequest) GetActualInstance ¶

func (obj *ApiInteractionVerificationVerificationCodePostRequest) GetActualInstance() interface{}

Get the actual instance

func (ApiInteractionVerificationVerificationCodePostRequest) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ApiInteractionVerificationVerificationCodePostRequest) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type ApiInteractionVerificationVerificationCodePostRequestOneOf ¶

type ApiInteractionVerificationVerificationCodePostRequestOneOf struct {
	Email string `json:"email"`
}

ApiInteractionVerificationVerificationCodePostRequestOneOf struct for ApiInteractionVerificationVerificationCodePostRequestOneOf

func NewApiInteractionVerificationVerificationCodePostRequestOneOf ¶

func NewApiInteractionVerificationVerificationCodePostRequestOneOf(email string) *ApiInteractionVerificationVerificationCodePostRequestOneOf

NewApiInteractionVerificationVerificationCodePostRequestOneOf instantiates a new ApiInteractionVerificationVerificationCodePostRequestOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationVerificationCodePostRequestOneOfWithDefaults ¶

func NewApiInteractionVerificationVerificationCodePostRequestOneOfWithDefaults() *ApiInteractionVerificationVerificationCodePostRequestOneOf

NewApiInteractionVerificationVerificationCodePostRequestOneOfWithDefaults instantiates a new ApiInteractionVerificationVerificationCodePostRequestOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf) GetEmail ¶

GetEmail returns the Email field value

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf) GetEmailOk ¶

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

func (ApiInteractionVerificationVerificationCodePostRequestOneOf) MarshalJSON ¶

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf) SetEmail ¶

SetEmail sets field value

func (ApiInteractionVerificationVerificationCodePostRequestOneOf) ToMap ¶

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf) UnmarshalJSON ¶

type ApiInteractionVerificationVerificationCodePostRequestOneOf1 ¶

type ApiInteractionVerificationVerificationCodePostRequestOneOf1 struct {
	Phone string `json:"phone"`
}

ApiInteractionVerificationVerificationCodePostRequestOneOf1 struct for ApiInteractionVerificationVerificationCodePostRequestOneOf1

func NewApiInteractionVerificationVerificationCodePostRequestOneOf1 ¶

func NewApiInteractionVerificationVerificationCodePostRequestOneOf1(phone string) *ApiInteractionVerificationVerificationCodePostRequestOneOf1

NewApiInteractionVerificationVerificationCodePostRequestOneOf1 instantiates a new ApiInteractionVerificationVerificationCodePostRequestOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationVerificationCodePostRequestOneOf1WithDefaults ¶

func NewApiInteractionVerificationVerificationCodePostRequestOneOf1WithDefaults() *ApiInteractionVerificationVerificationCodePostRequestOneOf1

NewApiInteractionVerificationVerificationCodePostRequestOneOf1WithDefaults instantiates a new ApiInteractionVerificationVerificationCodePostRequestOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf1) GetPhone ¶

GetPhone returns the Phone field value

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf1) GetPhoneOk ¶

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

func (ApiInteractionVerificationVerificationCodePostRequestOneOf1) MarshalJSON ¶

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf1) SetPhone ¶

SetPhone sets field value

func (ApiInteractionVerificationVerificationCodePostRequestOneOf1) ToMap ¶

func (*ApiInteractionVerificationVerificationCodePostRequestOneOf1) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnAuthenticationPost200Response ¶

type ApiInteractionVerificationWebauthnAuthenticationPost200Response struct {
	Challenge        string                                                                                 `json:"challenge"`
	Timeout          *float32                                                                               `json:"timeout,omitempty"`
	RpId             *string                                                                                `json:"rpId,omitempty"`
	AllowCredentials []ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner `json:"allowCredentials,omitempty"`
	UserVerification *string                                                                                `json:"userVerification,omitempty"`
	Extensions       *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions               `json:"extensions,omitempty"`
}

ApiInteractionVerificationWebauthnAuthenticationPost200Response struct for ApiInteractionVerificationWebauthnAuthenticationPost200Response

func NewApiInteractionVerificationWebauthnAuthenticationPost200Response ¶

func NewApiInteractionVerificationWebauthnAuthenticationPost200Response(challenge string) *ApiInteractionVerificationWebauthnAuthenticationPost200Response

NewApiInteractionVerificationWebauthnAuthenticationPost200Response instantiates a new ApiInteractionVerificationWebauthnAuthenticationPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnAuthenticationPost200ResponseWithDefaults ¶

func NewApiInteractionVerificationWebauthnAuthenticationPost200ResponseWithDefaults() *ApiInteractionVerificationWebauthnAuthenticationPost200Response

NewApiInteractionVerificationWebauthnAuthenticationPost200ResponseWithDefaults instantiates a new ApiInteractionVerificationWebauthnAuthenticationPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetAllowCredentials ¶

GetAllowCredentials returns the AllowCredentials field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetAllowCredentialsOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetChallenge ¶

GetChallenge returns the Challenge field value

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetChallengeOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetExtensions ¶

GetExtensions returns the Extensions field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetExtensionsOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetRpId ¶

GetRpId returns the RpId field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetRpIdOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetTimeout ¶

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetTimeoutOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetUserVerification ¶

GetUserVerification returns the UserVerification field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) GetUserVerificationOk ¶

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

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) HasAllowCredentials ¶

HasAllowCredentials returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) HasExtensions ¶

HasExtensions returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) HasRpId ¶

HasRpId returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) HasTimeout ¶

HasTimeout returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) HasUserVerification ¶

HasUserVerification returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnAuthenticationPost200Response) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetAllowCredentials ¶

SetAllowCredentials gets a reference to the given []ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner and assigns it to the AllowCredentials field.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetChallenge ¶

SetChallenge sets field value

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetExtensions ¶

SetExtensions gets a reference to the given ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions and assigns it to the Extensions field.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetRpId ¶

SetRpId gets a reference to the given string and assigns it to the RpId field.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetTimeout ¶

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) SetUserVerification ¶

SetUserVerification gets a reference to the given string and assigns it to the UserVerification field.

func (ApiInteractionVerificationWebauthnAuthenticationPost200Response) ToMap ¶

func (*ApiInteractionVerificationWebauthnAuthenticationPost200Response) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnRegistrationPost200Response ¶

type ApiInteractionVerificationWebauthnRegistrationPost200Response struct {
	Rp                     ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp                        `json:"rp"`
	User                   ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser                      `json:"user"`
	Challenge              string                                                                                 `json:"challenge"`
	PubKeyCredParams       []ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner   `json:"pubKeyCredParams"`
	Timeout                *float32                                                                               `json:"timeout,omitempty"`
	ExcludeCredentials     []ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner `json:"excludeCredentials,omitempty"`
	AuthenticatorSelection *ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection   `json:"authenticatorSelection,omitempty"`
	Attestation            *string                                                                                `json:"attestation,omitempty"`
	Extensions             *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions               `json:"extensions,omitempty"`
}

ApiInteractionVerificationWebauthnRegistrationPost200Response struct for ApiInteractionVerificationWebauthnRegistrationPost200Response

func NewApiInteractionVerificationWebauthnRegistrationPost200Response ¶

NewApiInteractionVerificationWebauthnRegistrationPost200Response instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200Response

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetAttestation ¶

GetAttestation returns the Attestation field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetAttestationOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetAuthenticatorSelection ¶

GetAuthenticatorSelection returns the AuthenticatorSelection field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetAuthenticatorSelectionOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetChallenge ¶

GetChallenge returns the Challenge field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetChallengeOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetExcludeCredentials ¶

GetExcludeCredentials returns the ExcludeCredentials field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetExcludeCredentialsOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetExtensions ¶

GetExtensions returns the Extensions field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetExtensionsOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetPubKeyCredParams ¶

GetPubKeyCredParams returns the PubKeyCredParams field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetPubKeyCredParamsOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetRp ¶

GetRp returns the Rp field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetRpOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetTimeout ¶

GetTimeout returns the Timeout field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetTimeoutOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetUser ¶

GetUser returns the User field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) GetUserOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) HasAttestation ¶

HasAttestation returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) HasAuthenticatorSelection ¶

HasAuthenticatorSelection returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) HasExcludeCredentials ¶

HasExcludeCredentials returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) HasExtensions ¶

HasExtensions returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) HasTimeout ¶

HasTimeout returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnRegistrationPost200Response) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetAttestation ¶

SetAttestation gets a reference to the given string and assigns it to the Attestation field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetAuthenticatorSelection ¶

SetAuthenticatorSelection gets a reference to the given ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection and assigns it to the AuthenticatorSelection field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetChallenge ¶

SetChallenge sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetExcludeCredentials ¶

SetExcludeCredentials gets a reference to the given []ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner and assigns it to the ExcludeCredentials field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetExtensions ¶

SetExtensions gets a reference to the given ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions and assigns it to the Extensions field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetPubKeyCredParams ¶

SetPubKeyCredParams sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetRp ¶

SetRp sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetTimeout ¶

SetTimeout gets a reference to the given float32 and assigns it to the Timeout field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) SetUser ¶

SetUser sets field value

func (ApiInteractionVerificationWebauthnRegistrationPost200Response) ToMap ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200Response) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection struct {
	AuthenticatorAttachment *string `json:"authenticatorAttachment,omitempty"`
	RequireResidentKey      *bool   `json:"requireResidentKey,omitempty"`
	ResidentKey             *string `json:"residentKey,omitempty"`
	UserVerification        *string `json:"userVerification,omitempty"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelectionWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelectionWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelectionWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetAuthenticatorAttachment ¶

GetAuthenticatorAttachment returns the AuthenticatorAttachment field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetAuthenticatorAttachmentOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetRequireResidentKey ¶

GetRequireResidentKey returns the RequireResidentKey field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetRequireResidentKeyOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetResidentKey ¶

GetResidentKey returns the ResidentKey field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetResidentKeyOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetUserVerification ¶

GetUserVerification returns the UserVerification field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) GetUserVerificationOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) HasAuthenticatorAttachment ¶

HasAuthenticatorAttachment returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) HasRequireResidentKey ¶

HasRequireResidentKey returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) HasResidentKey ¶

HasResidentKey returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) HasUserVerification ¶

HasUserVerification returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) SetAuthenticatorAttachment ¶

SetAuthenticatorAttachment gets a reference to the given string and assigns it to the AuthenticatorAttachment field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) SetRequireResidentKey ¶

SetRequireResidentKey gets a reference to the given bool and assigns it to the RequireResidentKey field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) SetResidentKey ¶

SetResidentKey gets a reference to the given string and assigns it to the ResidentKey field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) SetUserVerification ¶

SetUserVerification gets a reference to the given string and assigns it to the UserVerification field.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) ToMap ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner struct {
	Type       string   `json:"type"`
	Id         string   `json:"id"`
	Transports []string `json:"transports,omitempty"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner(type_ string, id string) *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInnerWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInnerWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInnerWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetId ¶

GetId returns the Id field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetIdOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetTransports ¶

GetTransports returns the Transports field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetTransportsOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetType ¶

GetType returns the Type field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) GetTypeOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) HasTransports ¶

HasTransports returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) SetId ¶

SetId sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) SetTransports ¶

SetTransports gets a reference to the given []string and assigns it to the Transports field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) SetType ¶

SetType sets field value

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) ToMap ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions struct {
	Appid            *string `json:"appid,omitempty"`
	CredProps        *bool   `json:"credProps,omitempty"`
	HmacCreateSecret *bool   `json:"hmacCreateSecret,omitempty"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensionsWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetAppid ¶

GetAppid returns the Appid field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetAppidOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetCredProps ¶

GetCredProps returns the CredProps field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetCredPropsOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetHmacCreateSecret ¶

GetHmacCreateSecret returns the HmacCreateSecret field value if set, zero value otherwise.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) GetHmacCreateSecretOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasAppid ¶

HasAppid returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasCredProps ¶

HasCredProps returns a boolean if a field has been set.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) HasHmacCreateSecret ¶

HasHmacCreateSecret returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetAppid ¶

SetAppid gets a reference to the given string and assigns it to the Appid field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetCredProps ¶

SetCredProps gets a reference to the given bool and assigns it to the CredProps field.

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) SetHmacCreateSecret ¶

SetHmacCreateSecret gets a reference to the given bool and assigns it to the HmacCreateSecret field.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) ToMap ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner struct {
	Type string  `json:"type"`
	Alg  float32 `json:"alg"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner(type_ string, alg float32) *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInnerWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInnerWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner

NewApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInnerWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetAlg ¶

GetAlg returns the Alg field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetAlgOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetType ¶

GetType returns the Type field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) GetTypeOk ¶

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

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetAlg ¶

SetAlg sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) SetType ¶

SetType sets field value

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) ToMap ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp struct {
	Name string  `json:"name"`
	Id   *string `json:"id,omitempty"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRp ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRp(name string) *ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRp instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRpWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRpWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseRpWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) GetId ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) GetIdOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) GetName ¶

GetName returns the Name field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) GetNameOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) HasId ¶

HasId returns a boolean if a field has been set.

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) SetId ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) SetName ¶

SetName sets field value

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) ToMap ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) UnmarshalJSON ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser ¶

type ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser struct {
	Id          string `json:"id"`
	Name        string `json:"name"`
	DisplayName string `json:"displayName"`
}

ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser struct for ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUser ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUser(id string, name string, displayName string) *ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUser instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUserWithDefaults ¶

func NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUserWithDefaults() *ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser

NewApiInteractionVerificationWebauthnRegistrationPost200ResponseUserWithDefaults instantiates a new ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetDisplayName ¶

GetDisplayName returns the DisplayName field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetDisplayNameOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetId ¶

GetId returns the Id field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetIdOk ¶

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

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetName ¶

GetName returns the Name field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) GetNameOk ¶

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

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) MarshalJSON ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) SetDisplayName ¶

SetDisplayName sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) SetId ¶

SetId sets field value

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) SetName ¶

SetName sets field value

func (ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) ToMap ¶

func (*ApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) UnmarshalJSON ¶

type ApiListApplicationOrganizationsRequest ¶

type ApiListApplicationOrganizationsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiListApplicationOrganizationsRequest) Execute ¶

func (ApiListApplicationOrganizationsRequest) Page ¶

Page number (starts from 1).

func (ApiListApplicationOrganizationsRequest) PageSize ¶

Entries per page.

type ApiListApplicationProtectedAppMetadataCustomDomainsRequest ¶

type ApiListApplicationProtectedAppMetadataCustomDomainsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

type ApiListApplicationRolesRequest ¶

type ApiListApplicationRolesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiListApplicationRolesRequest) Execute ¶

func (ApiListApplicationRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListApplicationRolesRequest) PageSize ¶

Entries per page.

type ApiListApplicationUserConsentOrganizationsRequest ¶

type ApiListApplicationUserConsentOrganizationsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiListApplicationUserConsentOrganizationsRequest) Execute ¶

func (ApiListApplicationUserConsentOrganizationsRequest) Page ¶

Page number (starts from 1).

func (ApiListApplicationUserConsentOrganizationsRequest) PageSize ¶

Entries per page.

type ApiListApplicationUserConsentScopesRequest ¶

type ApiListApplicationUserConsentScopesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiListApplicationUserConsentScopesRequest) Execute ¶

type ApiListApplicationsRequest ¶

type ApiListApplicationsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiListApplicationsRequest) ExcludeOrganizationId ¶

func (r ApiListApplicationsRequest) ExcludeOrganizationId(excludeOrganizationId string) ApiListApplicationsRequest

func (ApiListApplicationsRequest) ExcludeRoleId ¶

func (r ApiListApplicationsRequest) ExcludeRoleId(excludeRoleId string) ApiListApplicationsRequest

func (ApiListApplicationsRequest) Execute ¶

func (ApiListApplicationsRequest) IsThirdParty ¶

func (ApiListApplicationsRequest) Page ¶

Page number (starts from 1).

func (ApiListApplicationsRequest) PageSize ¶

Entries per page.

func (ApiListApplicationsRequest) Types ¶

An array of application types to filter applications.

type ApiListConnectorFactoriesRequest ¶

type ApiListConnectorFactoriesRequest struct {
	ApiService *ConnectorFactoriesAPIService
	// contains filtered or unexported fields
}

func (ApiListConnectorFactoriesRequest) Execute ¶

type ApiListConnectorsRequest ¶

type ApiListConnectorsRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiListConnectorsRequest) Execute ¶

func (ApiListConnectorsRequest) Target ¶

Filter connectors by target.

type ApiListCustomPhrasesRequest ¶

type ApiListCustomPhrasesRequest struct {
	ApiService *CustomPhrasesAPIService
	// contains filtered or unexported fields
}

func (ApiListCustomPhrasesRequest) Execute ¶

type ApiListDomainsRequest ¶

type ApiListDomainsRequest struct {
	ApiService *DomainsAPIService
	// contains filtered or unexported fields
}

func (ApiListDomainsRequest) Execute ¶

type ApiListHookRecentLogsRequest ¶

type ApiListHookRecentLogsRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiListHookRecentLogsRequest) Execute ¶

func (ApiListHookRecentLogsRequest) LogKey ¶

The log key to filter logs.

func (ApiListHookRecentLogsRequest) Page ¶

Page number (starts from 1).

func (ApiListHookRecentLogsRequest) PageSize ¶

Entries per page.

type ApiListHooksRequest ¶

type ApiListHooksRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiListHooksRequest) Execute ¶

func (ApiListHooksRequest) IncludeExecutionStats ¶

func (r ApiListHooksRequest) IncludeExecutionStats(includeExecutionStats string) ApiListHooksRequest

Whether to include execution stats in the response.

func (ApiListHooksRequest) Page ¶

Page number (starts from 1).

func (ApiListHooksRequest) PageSize ¶

func (r ApiListHooksRequest) PageSize(pageSize int32) ApiListHooksRequest

Entries per page.

type ApiListJwtCustomizersRequest ¶

type ApiListJwtCustomizersRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiListJwtCustomizersRequest) Execute ¶

type ApiListLogsRequest ¶

type ApiListLogsRequest struct {
	ApiService *AuditLogsAPIService
	// contains filtered or unexported fields
}

func (ApiListLogsRequest) ApplicationId ¶

func (r ApiListLogsRequest) ApplicationId(applicationId string) ApiListLogsRequest

Filter logs by application ID.

func (ApiListLogsRequest) Execute ¶

func (ApiListLogsRequest) LogKey ¶

func (r ApiListLogsRequest) LogKey(logKey string) ApiListLogsRequest

Filter logs by log key.

func (ApiListLogsRequest) Page ¶

Page number (starts from 1).

func (ApiListLogsRequest) PageSize ¶

func (r ApiListLogsRequest) PageSize(pageSize int32) ApiListLogsRequest

Entries per page.

func (ApiListLogsRequest) UserId ¶

func (r ApiListLogsRequest) UserId(userId string) ApiListLogsRequest

Filter logs by user ID.

type ApiListOrganizationApplicationRolesRequest ¶

type ApiListOrganizationApplicationRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationApplicationRolesRequest) Execute ¶

func (ApiListOrganizationApplicationRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationApplicationRolesRequest) PageSize ¶

Entries per page.

type ApiListOrganizationApplicationsRequest ¶

type ApiListOrganizationApplicationsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationApplicationsRequest) Execute ¶

func (ApiListOrganizationApplicationsRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationApplicationsRequest) PageSize ¶

Entries per page.

func (ApiListOrganizationApplicationsRequest) Q ¶

type ApiListOrganizationInvitationsRequest ¶

type ApiListOrganizationInvitationsRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationInvitationsRequest) Execute ¶

func (ApiListOrganizationInvitationsRequest) Invitee ¶

func (ApiListOrganizationInvitationsRequest) InviterId ¶

func (ApiListOrganizationInvitationsRequest) OrganizationId ¶

type ApiListOrganizationJitEmailDomainsRequest ¶

type ApiListOrganizationJitEmailDomainsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationJitEmailDomainsRequest) Execute ¶

func (ApiListOrganizationJitEmailDomainsRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationJitEmailDomainsRequest) PageSize ¶

Entries per page.

type ApiListOrganizationJitRolesRequest ¶

type ApiListOrganizationJitRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationJitRolesRequest) Execute ¶

func (ApiListOrganizationJitRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationJitRolesRequest) PageSize ¶

Entries per page.

type ApiListOrganizationJitSsoConnectorsRequest ¶

type ApiListOrganizationJitSsoConnectorsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationJitSsoConnectorsRequest) Execute ¶

func (ApiListOrganizationJitSsoConnectorsRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationJitSsoConnectorsRequest) PageSize ¶

Entries per page.

type ApiListOrganizationRoleResourceScopesRequest ¶

type ApiListOrganizationRoleResourceScopesRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationRoleResourceScopesRequest) Execute ¶

func (ApiListOrganizationRoleResourceScopesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationRoleResourceScopesRequest) PageSize ¶

Entries per page.

type ApiListOrganizationRoleScopesRequest ¶

type ApiListOrganizationRoleScopesRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationRoleScopesRequest) Execute ¶

func (ApiListOrganizationRoleScopesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationRoleScopesRequest) PageSize ¶

Entries per page.

type ApiListOrganizationRolesRequest ¶

type ApiListOrganizationRolesRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationRolesRequest) Execute ¶

func (ApiListOrganizationRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationRolesRequest) PageSize ¶

Entries per page.

func (ApiListOrganizationRolesRequest) Q ¶

type ApiListOrganizationScopesRequest ¶

type ApiListOrganizationScopesRequest struct {
	ApiService *OrganizationScopesAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationScopesRequest) Execute ¶

func (ApiListOrganizationScopesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationScopesRequest) PageSize ¶

Entries per page.

func (ApiListOrganizationScopesRequest) Q ¶

type ApiListOrganizationUserRolesRequest ¶

type ApiListOrganizationUserRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationUserRolesRequest) Execute ¶

func (ApiListOrganizationUserRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationUserRolesRequest) PageSize ¶

Entries per page.

type ApiListOrganizationUserScopesRequest ¶

type ApiListOrganizationUserScopesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationUserScopesRequest) Execute ¶

type ApiListOrganizationUsersRequest ¶

type ApiListOrganizationUsersRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationUsersRequest) Execute ¶

func (ApiListOrganizationUsersRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationUsersRequest) PageSize ¶

Entries per page.

func (ApiListOrganizationUsersRequest) Q ¶

The query to filter users. It will match multiple fields of users, including ID, name, username, email, and phone number. If not provided, all users will be returned.

type ApiListOrganizationsRequest ¶

type ApiListOrganizationsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiListOrganizationsRequest) Execute ¶

func (ApiListOrganizationsRequest) Page ¶

Page number (starts from 1).

func (ApiListOrganizationsRequest) PageSize ¶

Entries per page.

func (ApiListOrganizationsRequest) Q ¶

The query to filter organizations. It can be a partial ID or name. If not provided, all organizations will be returned.

func (ApiListOrganizationsRequest) ShowFeatured ¶

func (r ApiListOrganizationsRequest) ShowFeatured(showFeatured string) ApiListOrganizationsRequest

Whether to show featured users in the organization. Featured users are randomly selected from the organization members. If not provided, `featuredUsers` will not be included in the response.

type ApiListResourceScopesRequest ¶

type ApiListResourceScopesRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListResourceScopesRequest) Execute ¶

func (ApiListResourceScopesRequest) Page ¶

Page number (starts from 1).

func (ApiListResourceScopesRequest) PageSize ¶

Entries per page.

type ApiListResourcesRequest ¶

type ApiListResourcesRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiListResourcesRequest) Execute ¶

func (ApiListResourcesRequest) IncludeScopes ¶

func (r ApiListResourcesRequest) IncludeScopes(includeScopes string) ApiListResourcesRequest

If it's provided with a truthy value (`true`, `1`, `yes`), the scopes of each resource will be included in the response.

func (ApiListResourcesRequest) Page ¶

Page number (starts from 1).

func (ApiListResourcesRequest) PageSize ¶

Entries per page.

type ApiListRoleApplicationsRequest ¶

type ApiListRoleApplicationsRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiListRoleApplicationsRequest) Execute ¶

func (ApiListRoleApplicationsRequest) Page ¶

Page number (starts from 1).

func (ApiListRoleApplicationsRequest) PageSize ¶

Entries per page.

type ApiListRoleScopesRequest ¶

type ApiListRoleScopesRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiListRoleScopesRequest) Execute ¶

func (ApiListRoleScopesRequest) Page ¶

Page number (starts from 1).

func (ApiListRoleScopesRequest) PageSize ¶

Entries per page.

type ApiListRoleUsersRequest ¶

type ApiListRoleUsersRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiListRoleUsersRequest) Execute ¶

func (ApiListRoleUsersRequest) Page ¶

Page number (starts from 1).

func (ApiListRoleUsersRequest) PageSize ¶

Entries per page.

type ApiListRolesRequest ¶

type ApiListRolesRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiListRolesRequest) ExcludeApplicationId ¶

func (r ApiListRolesRequest) ExcludeApplicationId(excludeApplicationId string) ApiListRolesRequest

Exclude roles assigned to an application.

func (ApiListRolesRequest) ExcludeUserId ¶

func (r ApiListRolesRequest) ExcludeUserId(excludeUserId string) ApiListRolesRequest

Exclude roles assigned to a user.

func (ApiListRolesRequest) Execute ¶

func (ApiListRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListRolesRequest) PageSize ¶

func (r ApiListRolesRequest) PageSize(pageSize int32) ApiListRolesRequest

Entries per page.

func (ApiListRolesRequest) Type_ ¶

Filter by role type.

type ApiListSsoConnectorProvidersRequest ¶

type ApiListSsoConnectorProvidersRequest struct {
	ApiService *SSOConnectorProvidersAPIService
	// contains filtered or unexported fields
}

func (ApiListSsoConnectorProvidersRequest) Execute ¶

type ApiListSsoConnectorsRequest ¶

type ApiListSsoConnectorsRequest struct {
	ApiService *SSOConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiListSsoConnectorsRequest) Execute ¶

func (ApiListSsoConnectorsRequest) Page ¶

Page number (starts from 1).

func (ApiListSsoConnectorsRequest) PageSize ¶

Entries per page.

type ApiListUserCustomDataRequest ¶

type ApiListUserCustomDataRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserCustomDataRequest) Execute ¶

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

type ApiListUserMfaVerificationsRequest ¶

type ApiListUserMfaVerificationsRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserMfaVerificationsRequest) Execute ¶

type ApiListUserOrganizationsRequest ¶

type ApiListUserOrganizationsRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserOrganizationsRequest) Execute ¶

type ApiListUserRolesRequest ¶

type ApiListUserRolesRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUserRolesRequest) Execute ¶

func (ApiListUserRolesRequest) Page ¶

Page number (starts from 1).

func (ApiListUserRolesRequest) PageSize ¶

Entries per page.

type ApiListUsersRequest ¶

type ApiListUsersRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiListUsersRequest) Execute ¶

func (ApiListUsersRequest) Page ¶

Page number (starts from 1).

func (ApiListUsersRequest) PageSize ¶

func (r ApiListUsersRequest) PageSize(pageSize int32) ApiListUsersRequest

Entries per page.

type ApiReplaceApplicationRolesRequest ¶

type ApiReplaceApplicationRolesRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceApplicationRolesRequest) Execute ¶

func (ApiReplaceApplicationRolesRequest) ReplaceApplicationRolesRequest ¶

func (r ApiReplaceApplicationRolesRequest) ReplaceApplicationRolesRequest(replaceApplicationRolesRequest ReplaceApplicationRolesRequest) ApiReplaceApplicationRolesRequest

type ApiReplaceApplicationSignInExperienceRequest ¶

type ApiReplaceApplicationSignInExperienceRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceApplicationSignInExperienceRequest) Execute ¶

func (ApiReplaceApplicationSignInExperienceRequest) ReplaceApplicationSignInExperienceRequest ¶

func (r ApiReplaceApplicationSignInExperienceRequest) ReplaceApplicationSignInExperienceRequest(replaceApplicationSignInExperienceRequest ReplaceApplicationSignInExperienceRequest) ApiReplaceApplicationSignInExperienceRequest

type ApiReplaceApplicationUserConsentOrganizationsRequest ¶

type ApiReplaceApplicationUserConsentOrganizationsRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceApplicationUserConsentOrganizationsRequest) Execute ¶

func (ApiReplaceApplicationUserConsentOrganizationsRequest) ReplaceApplicationUserConsentOrganizationsRequest ¶

func (r ApiReplaceApplicationUserConsentOrganizationsRequest) ReplaceApplicationUserConsentOrganizationsRequest(replaceApplicationUserConsentOrganizationsRequest ReplaceApplicationUserConsentOrganizationsRequest) ApiReplaceApplicationUserConsentOrganizationsRequest

type ApiReplaceCustomPhraseRequest ¶

type ApiReplaceCustomPhraseRequest struct {
	ApiService *CustomPhrasesAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceCustomPhraseRequest) Execute ¶

func (ApiReplaceCustomPhraseRequest) TranslationObject ¶

func (r ApiReplaceCustomPhraseRequest) TranslationObject(translationObject TranslationObject) ApiReplaceCustomPhraseRequest

type ApiReplaceOrganizationApplicationRolesRequest ¶

type ApiReplaceOrganizationApplicationRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationApplicationRolesRequest) Execute ¶

func (ApiReplaceOrganizationApplicationRolesRequest) ReplaceOrganizationApplicationRolesRequest ¶

func (r ApiReplaceOrganizationApplicationRolesRequest) ReplaceOrganizationApplicationRolesRequest(replaceOrganizationApplicationRolesRequest ReplaceOrganizationApplicationRolesRequest) ApiReplaceOrganizationApplicationRolesRequest

type ApiReplaceOrganizationApplicationsRequest ¶

type ApiReplaceOrganizationApplicationsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationApplicationsRequest) Execute ¶

func (ApiReplaceOrganizationApplicationsRequest) ReplaceOrganizationApplicationsRequest ¶

func (r ApiReplaceOrganizationApplicationsRequest) ReplaceOrganizationApplicationsRequest(replaceOrganizationApplicationsRequest ReplaceOrganizationApplicationsRequest) ApiReplaceOrganizationApplicationsRequest

type ApiReplaceOrganizationInvitationStatusRequest ¶

type ApiReplaceOrganizationInvitationStatusRequest struct {
	ApiService *OrganizationInvitationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationInvitationStatusRequest) Execute ¶

func (ApiReplaceOrganizationInvitationStatusRequest) ReplaceOrganizationInvitationStatusRequest ¶

func (r ApiReplaceOrganizationInvitationStatusRequest) ReplaceOrganizationInvitationStatusRequest(replaceOrganizationInvitationStatusRequest ReplaceOrganizationInvitationStatusRequest) ApiReplaceOrganizationInvitationStatusRequest

The organization invitation status to update.

type ApiReplaceOrganizationJitEmailDomainsRequest ¶

type ApiReplaceOrganizationJitEmailDomainsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationJitEmailDomainsRequest) Execute ¶

func (ApiReplaceOrganizationJitEmailDomainsRequest) ReplaceOrganizationJitEmailDomainsRequest ¶

func (r ApiReplaceOrganizationJitEmailDomainsRequest) ReplaceOrganizationJitEmailDomainsRequest(replaceOrganizationJitEmailDomainsRequest ReplaceOrganizationJitEmailDomainsRequest) ApiReplaceOrganizationJitEmailDomainsRequest

type ApiReplaceOrganizationJitRolesRequest ¶

type ApiReplaceOrganizationJitRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationJitRolesRequest) Execute ¶

func (ApiReplaceOrganizationJitRolesRequest) ReplaceOrganizationJitRolesRequest ¶

func (r ApiReplaceOrganizationJitRolesRequest) ReplaceOrganizationJitRolesRequest(replaceOrganizationJitRolesRequest ReplaceOrganizationJitRolesRequest) ApiReplaceOrganizationJitRolesRequest

type ApiReplaceOrganizationJitSsoConnectorsRequest ¶

type ApiReplaceOrganizationJitSsoConnectorsRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationJitSsoConnectorsRequest) Execute ¶

func (ApiReplaceOrganizationJitSsoConnectorsRequest) ReplaceOrganizationJitSsoConnectorsRequest ¶

func (r ApiReplaceOrganizationJitSsoConnectorsRequest) ReplaceOrganizationJitSsoConnectorsRequest(replaceOrganizationJitSsoConnectorsRequest ReplaceOrganizationJitSsoConnectorsRequest) ApiReplaceOrganizationJitSsoConnectorsRequest

type ApiReplaceOrganizationRoleResourceScopesRequest ¶

type ApiReplaceOrganizationRoleResourceScopesRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationRoleResourceScopesRequest) Execute ¶

func (ApiReplaceOrganizationRoleResourceScopesRequest) ReplaceOrganizationRoleResourceScopesRequest ¶

func (r ApiReplaceOrganizationRoleResourceScopesRequest) ReplaceOrganizationRoleResourceScopesRequest(replaceOrganizationRoleResourceScopesRequest ReplaceOrganizationRoleResourceScopesRequest) ApiReplaceOrganizationRoleResourceScopesRequest

type ApiReplaceOrganizationRoleScopesRequest ¶

type ApiReplaceOrganizationRoleScopesRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationRoleScopesRequest) Execute ¶

func (ApiReplaceOrganizationRoleScopesRequest) ReplaceOrganizationRoleScopesRequest ¶

func (r ApiReplaceOrganizationRoleScopesRequest) ReplaceOrganizationRoleScopesRequest(replaceOrganizationRoleScopesRequest ReplaceOrganizationRoleScopesRequest) ApiReplaceOrganizationRoleScopesRequest

type ApiReplaceOrganizationUserRolesRequest ¶

type ApiReplaceOrganizationUserRolesRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationUserRolesRequest) Execute ¶

func (ApiReplaceOrganizationUserRolesRequest) ReplaceOrganizationUserRolesRequest ¶

func (r ApiReplaceOrganizationUserRolesRequest) ReplaceOrganizationUserRolesRequest(replaceOrganizationUserRolesRequest ReplaceOrganizationUserRolesRequest) ApiReplaceOrganizationUserRolesRequest

type ApiReplaceOrganizationUsersRequest ¶

type ApiReplaceOrganizationUsersRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceOrganizationUsersRequest) Execute ¶

func (ApiReplaceOrganizationUsersRequest) ReplaceOrganizationUsersRequest ¶

func (r ApiReplaceOrganizationUsersRequest) ReplaceOrganizationUsersRequest(replaceOrganizationUsersRequest ReplaceOrganizationUsersRequest) ApiReplaceOrganizationUsersRequest

type ApiReplaceUserIdentityRequest ¶

type ApiReplaceUserIdentityRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceUserIdentityRequest) ReplaceUserIdentityRequest ¶

func (r ApiReplaceUserIdentityRequest) ReplaceUserIdentityRequest(replaceUserIdentityRequest ReplaceUserIdentityRequest) ApiReplaceUserIdentityRequest

type ApiReplaceUserRolesRequest ¶

type ApiReplaceUserRolesRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiReplaceUserRolesRequest) AssignApplicationRolesRequest ¶

func (r ApiReplaceUserRolesRequest) AssignApplicationRolesRequest(assignApplicationRolesRequest AssignApplicationRolesRequest) ApiReplaceUserRolesRequest

func (ApiReplaceUserRolesRequest) Execute ¶

type ApiRotateOidcKeysRequest ¶

type ApiRotateOidcKeysRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiRotateOidcKeysRequest) Execute ¶

func (ApiRotateOidcKeysRequest) RotateOidcKeysRequest ¶

func (r ApiRotateOidcKeysRequest) RotateOidcKeysRequest(rotateOidcKeysRequest RotateOidcKeysRequest) ApiRotateOidcKeysRequest

type ApiTestJwtCustomizerRequest ¶

type ApiTestJwtCustomizerRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiTestJwtCustomizerRequest) Execute ¶

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

func (ApiTestJwtCustomizerRequest) TestJwtCustomizerRequest ¶

func (r ApiTestJwtCustomizerRequest) TestJwtCustomizerRequest(testJwtCustomizerRequest TestJwtCustomizerRequest) ApiTestJwtCustomizerRequest

type ApiUpdateAdminConsoleConfigRequest ¶

type ApiUpdateAdminConsoleConfigRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateAdminConsoleConfigRequest) Execute ¶

func (ApiUpdateAdminConsoleConfigRequest) UpdateAdminConsoleConfigRequest ¶

func (r ApiUpdateAdminConsoleConfigRequest) UpdateAdminConsoleConfigRequest(updateAdminConsoleConfigRequest UpdateAdminConsoleConfigRequest) ApiUpdateAdminConsoleConfigRequest

type ApiUpdateApplicationRequest ¶

type ApiUpdateApplicationRequest struct {
	ApiService *ApplicationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateApplicationRequest) Execute ¶

func (ApiUpdateApplicationRequest) UpdateApplicationRequest ¶

func (r ApiUpdateApplicationRequest) UpdateApplicationRequest(updateApplicationRequest UpdateApplicationRequest) ApiUpdateApplicationRequest

type ApiUpdateConnectorRequest ¶

type ApiUpdateConnectorRequest struct {
	ApiService *ConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateConnectorRequest) Execute ¶

func (ApiUpdateConnectorRequest) UpdateConnectorRequest ¶

func (r ApiUpdateConnectorRequest) UpdateConnectorRequest(updateConnectorRequest UpdateConnectorRequest) ApiUpdateConnectorRequest

type ApiUpdateHookRequest ¶

type ApiUpdateHookRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateHookRequest) Execute ¶

func (ApiUpdateHookRequest) UpdateHookRequest ¶

func (r ApiUpdateHookRequest) UpdateHookRequest(updateHookRequest UpdateHookRequest) ApiUpdateHookRequest

type ApiUpdateHookSigningKeyRequest ¶

type ApiUpdateHookSigningKeyRequest struct {
	ApiService *HooksAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateHookSigningKeyRequest) Execute ¶

type ApiUpdateJwtCustomizerRequest ¶

type ApiUpdateJwtCustomizerRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateJwtCustomizerRequest) Execute ¶

func (ApiUpdateJwtCustomizerRequest) UpsertJwtCustomizerRequest ¶

func (r ApiUpdateJwtCustomizerRequest) UpsertJwtCustomizerRequest(upsertJwtCustomizerRequest UpsertJwtCustomizerRequest) ApiUpdateJwtCustomizerRequest

type ApiUpdateOrganizationRequest ¶

type ApiUpdateOrganizationRequest struct {
	ApiService *OrganizationsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateOrganizationRequest) UpdateOrganizationRequest ¶

func (r ApiUpdateOrganizationRequest) UpdateOrganizationRequest(updateOrganizationRequest UpdateOrganizationRequest) ApiUpdateOrganizationRequest

type ApiUpdateOrganizationRoleRequest ¶

type ApiUpdateOrganizationRoleRequest struct {
	ApiService *OrganizationRolesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateOrganizationRoleRequest) Execute ¶

func (ApiUpdateOrganizationRoleRequest) UpdateOrganizationRoleRequest ¶

func (r ApiUpdateOrganizationRoleRequest) UpdateOrganizationRoleRequest(updateOrganizationRoleRequest UpdateOrganizationRoleRequest) ApiUpdateOrganizationRoleRequest

type ApiUpdateOrganizationScopeRequest ¶

type ApiUpdateOrganizationScopeRequest struct {
	ApiService *OrganizationScopesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateOrganizationScopeRequest) Execute ¶

func (ApiUpdateOrganizationScopeRequest) UpdateOrganizationScopeRequest ¶

func (r ApiUpdateOrganizationScopeRequest) UpdateOrganizationScopeRequest(updateOrganizationScopeRequest UpdateOrganizationScopeRequest) ApiUpdateOrganizationScopeRequest

type ApiUpdateResourceIsDefaultRequest ¶

type ApiUpdateResourceIsDefaultRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateResourceIsDefaultRequest) UpdateResourceIsDefaultRequest ¶

func (r ApiUpdateResourceIsDefaultRequest) UpdateResourceIsDefaultRequest(updateResourceIsDefaultRequest UpdateResourceIsDefaultRequest) ApiUpdateResourceIsDefaultRequest

type ApiUpdateResourceRequest ¶

type ApiUpdateResourceRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateResourceRequest) UpdateResourceRequest ¶

func (r ApiUpdateResourceRequest) UpdateResourceRequest(updateResourceRequest UpdateResourceRequest) ApiUpdateResourceRequest

type ApiUpdateResourceScopeRequest ¶

type ApiUpdateResourceScopeRequest struct {
	ApiService *ResourcesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateResourceScopeRequest) Execute ¶

func (ApiUpdateResourceScopeRequest) UpdateResourceScopeRequest ¶

func (r ApiUpdateResourceScopeRequest) UpdateResourceScopeRequest(updateResourceScopeRequest UpdateResourceScopeRequest) ApiUpdateResourceScopeRequest

type ApiUpdateRoleRequest ¶

type ApiUpdateRoleRequest struct {
	ApiService *RolesAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateRoleRequest) Execute ¶

func (ApiUpdateRoleRequest) UpdateRoleRequest ¶

func (r ApiUpdateRoleRequest) UpdateRoleRequest(updateRoleRequest UpdateRoleRequest) ApiUpdateRoleRequest

type ApiUpdateSignInExpRequest ¶

type ApiUpdateSignInExpRequest struct {
	ApiService *SignInExperienceAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSignInExpRequest) Execute ¶

func (ApiUpdateSignInExpRequest) RemoveUnusedDemoSocialConnector ¶

func (r ApiUpdateSignInExpRequest) RemoveUnusedDemoSocialConnector(removeUnusedDemoSocialConnector string) ApiUpdateSignInExpRequest

Whether to remove unused demo social connectors. (These demo social connectors are only used during cloud user onboarding)

func (ApiUpdateSignInExpRequest) UpdateSignInExpRequest ¶

func (r ApiUpdateSignInExpRequest) UpdateSignInExpRequest(updateSignInExpRequest UpdateSignInExpRequest) ApiUpdateSignInExpRequest

type ApiUpdateSsoConnectorRequest ¶

type ApiUpdateSsoConnectorRequest struct {
	ApiService *SSOConnectorsAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateSsoConnectorRequest) Execute ¶

func (ApiUpdateSsoConnectorRequest) UpdateSsoConnectorRequest ¶

func (r ApiUpdateSsoConnectorRequest) UpdateSsoConnectorRequest(updateSsoConnectorRequest UpdateSsoConnectorRequest) ApiUpdateSsoConnectorRequest

type ApiUpdateUserCustomDataRequest ¶

type ApiUpdateUserCustomDataRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserCustomDataRequest) Execute ¶

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

func (ApiUpdateUserCustomDataRequest) UpdateUserCustomDataRequest ¶

func (r ApiUpdateUserCustomDataRequest) UpdateUserCustomDataRequest(updateUserCustomDataRequest UpdateUserCustomDataRequest) ApiUpdateUserCustomDataRequest

type ApiUpdateUserIsSuspendedRequest ¶

type ApiUpdateUserIsSuspendedRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserIsSuspendedRequest) Execute ¶

func (ApiUpdateUserIsSuspendedRequest) UpdateUserIsSuspendedRequest ¶

func (r ApiUpdateUserIsSuspendedRequest) UpdateUserIsSuspendedRequest(updateUserIsSuspendedRequest UpdateUserIsSuspendedRequest) ApiUpdateUserIsSuspendedRequest

type ApiUpdateUserPasswordRequest ¶

type ApiUpdateUserPasswordRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserPasswordRequest) Execute ¶

func (ApiUpdateUserPasswordRequest) UpdateUserPasswordRequest ¶

func (r ApiUpdateUserPasswordRequest) UpdateUserPasswordRequest(updateUserPasswordRequest UpdateUserPasswordRequest) ApiUpdateUserPasswordRequest

type ApiUpdateUserProfileRequest ¶

type ApiUpdateUserProfileRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserProfileRequest) UpdateUserProfileRequest ¶

func (r ApiUpdateUserProfileRequest) UpdateUserProfileRequest(updateUserProfileRequest UpdateUserProfileRequest) ApiUpdateUserProfileRequest

type ApiUpdateUserRequest ¶

type ApiUpdateUserRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiUpdateUserRequest) Execute ¶

func (ApiUpdateUserRequest) UpdateUserRequest ¶

func (r ApiUpdateUserRequest) UpdateUserRequest(updateUserRequest UpdateUserRequest) ApiUpdateUserRequest

type ApiUpsertJwtCustomizerRequest ¶

type ApiUpsertJwtCustomizerRequest struct {
	ApiService *ConfigsAPIService
	// contains filtered or unexported fields
}

func (ApiUpsertJwtCustomizerRequest) Execute ¶

func (ApiUpsertJwtCustomizerRequest) UpsertJwtCustomizerRequest ¶

func (r ApiUpsertJwtCustomizerRequest) UpsertJwtCustomizerRequest(upsertJwtCustomizerRequest UpsertJwtCustomizerRequest) ApiUpsertJwtCustomizerRequest

type ApiVerifyUserPasswordRequest ¶

type ApiVerifyUserPasswordRequest struct {
	ApiService *UsersAPIService
	// contains filtered or unexported fields
}

func (ApiVerifyUserPasswordRequest) Execute ¶

func (ApiVerifyUserPasswordRequest) VerifyUserPasswordRequest ¶

func (r ApiVerifyUserPasswordRequest) VerifyUserPasswordRequest(verifyUserPasswordRequest VerifyUserPasswordRequest) ApiVerifyUserPasswordRequest

type ApiVerifyVerificationCodeRequest ¶

type ApiVerifyVerificationCodeRequest struct {
	ApiService *VerificationCodesAPIService
	// contains filtered or unexported fields
}

func (ApiVerifyVerificationCodeRequest) Execute ¶

func (ApiVerifyVerificationCodeRequest) VerifyVerificationCodeRequest ¶

func (r ApiVerifyVerificationCodeRequest) VerifyVerificationCodeRequest(verifyVerificationCodeRequest VerifyVerificationCodeRequest) ApiVerifyVerificationCodeRequest

type ApplicationsAPIService ¶

type ApplicationsAPIService service

ApplicationsAPIService ApplicationsAPI service

func (*ApplicationsAPIService) AssignApplicationRoles ¶

func (a *ApplicationsAPIService) AssignApplicationRoles(ctx context.Context, applicationId string) ApiAssignApplicationRolesRequest

AssignApplicationRoles Assign API resource roles to application

Assign API resource roles to the specified application. The API resource roles will be added to the existing API resource roles.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@return ApiAssignApplicationRolesRequest

func (*ApplicationsAPIService) AssignApplicationRolesExecute ¶

func (a *ApplicationsAPIService) AssignApplicationRolesExecute(r ApiAssignApplicationRolesRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) CreateApplication ¶

CreateApplication Create an application

Create a new application with the given data.

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

func (*ApplicationsAPIService) CreateApplicationExecute ¶

Execute executes the request

@return ListApplications200ResponseInner

func (*ApplicationsAPIService) CreateApplicationProtectedAppMetadataCustomDomain ¶

func (a *ApplicationsAPIService) CreateApplicationProtectedAppMetadataCustomDomain(ctx context.Context, id string) ApiCreateApplicationProtectedAppMetadataCustomDomainRequest

CreateApplicationProtectedAppMetadataCustomDomain Add a custom domain to the protected application.

Add a custom domain to the protected application. You'll need to setup DNS record later. This feature is not available for open source version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiCreateApplicationProtectedAppMetadataCustomDomainRequest

func (*ApplicationsAPIService) CreateApplicationProtectedAppMetadataCustomDomainExecute ¶

func (a *ApplicationsAPIService) CreateApplicationProtectedAppMetadataCustomDomainExecute(r ApiCreateApplicationProtectedAppMetadataCustomDomainRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) CreateApplicationUserConsentOrganization ¶

func (a *ApplicationsAPIService) CreateApplicationUserConsentOrganization(ctx context.Context, id string, userId string) ApiCreateApplicationUserConsentOrganizationRequest

CreateApplicationUserConsentOrganization Grant a list of organization access of a user for a application.

Grant a list of organization access of a user for a application by application id and user id. <br/> The user must be a member of all the organizations. <br/> Only third-party application needs to be granted access to organizations, all the other applications can request for all the organizations' access by default.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@param userId The unique identifier of the user.
@return ApiCreateApplicationUserConsentOrganizationRequest

func (*ApplicationsAPIService) CreateApplicationUserConsentOrganizationExecute ¶

func (a *ApplicationsAPIService) CreateApplicationUserConsentOrganizationExecute(r ApiCreateApplicationUserConsentOrganizationRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) CreateApplicationUserConsentScope ¶

func (a *ApplicationsAPIService) CreateApplicationUserConsentScope(ctx context.Context, applicationId string) ApiCreateApplicationUserConsentScopeRequest

CreateApplicationUserConsentScope Assign user consent scopes to application.

Assign the user consent scopes to an application by application id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@return ApiCreateApplicationUserConsentScopeRequest

func (*ApplicationsAPIService) CreateApplicationUserConsentScopeExecute ¶

func (a *ApplicationsAPIService) CreateApplicationUserConsentScopeExecute(r ApiCreateApplicationUserConsentScopeRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) DeleteApplication ¶

DeleteApplication Delete application

Delete application by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiDeleteApplicationRequest

func (*ApplicationsAPIService) DeleteApplicationExecute ¶

func (a *ApplicationsAPIService) DeleteApplicationExecute(r ApiDeleteApplicationRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) DeleteApplicationProtectedAppMetadataCustomDomain ¶

func (a *ApplicationsAPIService) DeleteApplicationProtectedAppMetadataCustomDomain(ctx context.Context, id string, domain string) ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest

DeleteApplicationProtectedAppMetadataCustomDomain Delete a custom domain.

Add a custom domain. This feature is not available for open source version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@param domain
@return ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest

func (*ApplicationsAPIService) DeleteApplicationProtectedAppMetadataCustomDomainExecute ¶

func (a *ApplicationsAPIService) DeleteApplicationProtectedAppMetadataCustomDomainExecute(r ApiDeleteApplicationProtectedAppMetadataCustomDomainRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) DeleteApplicationRole ¶

func (a *ApplicationsAPIService) DeleteApplicationRole(ctx context.Context, applicationId string, roleId string) ApiDeleteApplicationRoleRequest

DeleteApplicationRole Remove a API resource role from application

Remove a API resource role from the specified application.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@param roleId The unique identifier of the role.
@return ApiDeleteApplicationRoleRequest

func (*ApplicationsAPIService) DeleteApplicationRoleExecute ¶

func (a *ApplicationsAPIService) DeleteApplicationRoleExecute(r ApiDeleteApplicationRoleRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) DeleteApplicationUserConsentOrganization ¶

func (a *ApplicationsAPIService) DeleteApplicationUserConsentOrganization(ctx context.Context, id string, userId string, organizationId string) ApiDeleteApplicationUserConsentOrganizationRequest

DeleteApplicationUserConsentOrganization Revoke a user's access to an organization for a application.

Revoke a user's access to an organization for a application by application id, user id and organization id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@param userId The unique identifier of the user.
@param organizationId The unique identifier of the organization.
@return ApiDeleteApplicationUserConsentOrganizationRequest

func (*ApplicationsAPIService) DeleteApplicationUserConsentOrganizationExecute ¶

func (a *ApplicationsAPIService) DeleteApplicationUserConsentOrganizationExecute(r ApiDeleteApplicationUserConsentOrganizationRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) DeleteApplicationUserConsentScope ¶

func (a *ApplicationsAPIService) DeleteApplicationUserConsentScope(ctx context.Context, applicationId string, scopeType string, scopeId string) ApiDeleteApplicationUserConsentScopeRequest

DeleteApplicationUserConsentScope Remove user consent scope from application.

Remove the user consent scope from an application by application id, scope type and scope id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@param scopeType
@param scopeId The unique identifier of the scope.
@return ApiDeleteApplicationUserConsentScopeRequest

func (*ApplicationsAPIService) DeleteApplicationUserConsentScopeExecute ¶

func (a *ApplicationsAPIService) DeleteApplicationUserConsentScopeExecute(r ApiDeleteApplicationUserConsentScopeRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) GetApplication ¶

GetApplication Get application

Get application details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiGetApplicationRequest

func (*ApplicationsAPIService) GetApplicationExecute ¶

Execute executes the request

@return GetApplication200Response

func (*ApplicationsAPIService) GetApplicationSignInExperience ¶

func (a *ApplicationsAPIService) GetApplicationSignInExperience(ctx context.Context, applicationId string) ApiGetApplicationSignInExperienceRequest

GetApplicationSignInExperience Get the application level sign-in experience

Get application level sign-in experience for a given application.

  • Only branding properties and terms links customization is supported for now.

  • Only third-party applications can have the sign-in experience customization for now.

    @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param applicationId The unique identifier of the application. @return ApiGetApplicationSignInExperienceRequest

func (*ApplicationsAPIService) GetApplicationSignInExperienceExecute ¶

Execute executes the request

@return GetApplicationSignInExperience200Response

func (*ApplicationsAPIService) ListApplicationOrganizations ¶

func (a *ApplicationsAPIService) ListApplicationOrganizations(ctx context.Context, id string) ApiListApplicationOrganizationsRequest

ListApplicationOrganizations Get application organizations

Get the list of organizations that an application is associated with.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiListApplicationOrganizationsRequest

func (*ApplicationsAPIService) ListApplicationOrganizationsExecute ¶

Execute executes the request

@return []ListApplicationOrganizations200ResponseInner

func (*ApplicationsAPIService) ListApplicationProtectedAppMetadataCustomDomains ¶

func (a *ApplicationsAPIService) ListApplicationProtectedAppMetadataCustomDomains(ctx context.Context, id string) ApiListApplicationProtectedAppMetadataCustomDomainsRequest

ListApplicationProtectedAppMetadataCustomDomains Get the list of custom domains of the protected application.

Get the list of custom domains of the protected application. This feature is not available for open source version.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiListApplicationProtectedAppMetadataCustomDomainsRequest

func (*ApplicationsAPIService) ListApplicationProtectedAppMetadataCustomDomainsExecute ¶

Execute executes the request

@return []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner

func (*ApplicationsAPIService) ListApplicationRoles ¶

func (a *ApplicationsAPIService) ListApplicationRoles(ctx context.Context, applicationId string) ApiListApplicationRolesRequest

ListApplicationRoles Get application API resource roles

Get API resource roles assigned to the specified application with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@return ApiListApplicationRolesRequest

func (*ApplicationsAPIService) ListApplicationRolesExecute ¶

Execute executes the request

@return []ListApplicationRoles200ResponseInner

func (*ApplicationsAPIService) ListApplicationUserConsentOrganizations ¶

func (a *ApplicationsAPIService) ListApplicationUserConsentOrganizations(ctx context.Context, id string, userId string) ApiListApplicationUserConsentOrganizationsRequest

ListApplicationUserConsentOrganizations List all the user consented organizations of a application.

List all the user consented organizations for a application by application id and user id.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@param userId The unique identifier of the user.
@return ApiListApplicationUserConsentOrganizationsRequest

func (*ApplicationsAPIService) ListApplicationUserConsentOrganizationsExecute ¶

Execute executes the request

@return ListApplicationUserConsentOrganizations200Response

func (*ApplicationsAPIService) ListApplicationUserConsentScopes ¶

func (a *ApplicationsAPIService) ListApplicationUserConsentScopes(ctx context.Context, applicationId string) ApiListApplicationUserConsentScopesRequest

ListApplicationUserConsentScopes List all the user consent scopes of an application.

List all the user consent scopes of an application by application id

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@return ApiListApplicationUserConsentScopesRequest

func (*ApplicationsAPIService) ListApplicationUserConsentScopesExecute ¶

Execute executes the request

@return ListApplicationUserConsentScopes200Response

func (*ApplicationsAPIService) ListApplications ¶

ListApplications Get applications

Get applications that match the given query with pagination.

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

func (*ApplicationsAPIService) ListApplicationsExecute ¶

Execute executes the request

@return []ListApplications200ResponseInner

func (*ApplicationsAPIService) ReplaceApplicationRoles ¶

func (a *ApplicationsAPIService) ReplaceApplicationRoles(ctx context.Context, applicationId string) ApiReplaceApplicationRolesRequest

ReplaceApplicationRoles Update API resource roles for application

Update API resource roles assigned to the specified application. This will replace the existing API resource roles.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param applicationId The unique identifier of the application.
@return ApiReplaceApplicationRolesRequest

func (*ApplicationsAPIService) ReplaceApplicationRolesExecute ¶

func (a *ApplicationsAPIService) ReplaceApplicationRolesExecute(r ApiReplaceApplicationRolesRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) ReplaceApplicationSignInExperience ¶

func (a *ApplicationsAPIService) ReplaceApplicationSignInExperience(ctx context.Context, applicationId string) ApiReplaceApplicationSignInExperienceRequest

ReplaceApplicationSignInExperience Update application level sign-in experience

Update application level sign-in experience for the specified application. Create a new sign-in experience if it does not exist.

  • Only branding properties and terms links customization is supported for now.

  • Only third-party applications can be customized for now.

  • Application level sign-in experience customization is optional, if provided, it will override the default branding and terms links.

    @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param applicationId The unique identifier of the application. @return ApiReplaceApplicationSignInExperienceRequest

func (*ApplicationsAPIService) ReplaceApplicationSignInExperienceExecute ¶

Execute executes the request

@return GetApplicationSignInExperience200Response

func (*ApplicationsAPIService) ReplaceApplicationUserConsentOrganizations ¶

func (a *ApplicationsAPIService) ReplaceApplicationUserConsentOrganizations(ctx context.Context, id string, userId string) ApiReplaceApplicationUserConsentOrganizationsRequest

ReplaceApplicationUserConsentOrganizations Grant a list of organization access of a user for a application.

Grant a list of organization access of a user for a application by application id and user id. <br/> The user must be a member of all the organizations. <br/> Only third-party application needs to be granted access to organizations, all the other applications can request for all the organizations' access by default.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@param userId The unique identifier of the user.
@return ApiReplaceApplicationUserConsentOrganizationsRequest

func (*ApplicationsAPIService) ReplaceApplicationUserConsentOrganizationsExecute ¶

func (a *ApplicationsAPIService) ReplaceApplicationUserConsentOrganizationsExecute(r ApiReplaceApplicationUserConsentOrganizationsRequest) (*http.Response, error)

Execute executes the request

func (*ApplicationsAPIService) UpdateApplication ¶

UpdateApplication Update application

Update application details by ID with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the application.
@return ApiUpdateApplicationRequest

func (*ApplicationsAPIService) UpdateApplicationExecute ¶

Execute executes the request

@return ListApplications200ResponseInner

type AssertSingleSignOnSamlRequest ¶

type AssertSingleSignOnSamlRequest struct {
	// SAML standard parameter that will be transmitted between the identity provider and the service provider. It will be used as the session ID (jti) of the user's Logto authentication session. This API will use this session ID to retrieve the SSO connector authentication session from the database.
	RelayState string `json:"RelayState"`
	// The SAML assertion response from the identity provider (IdP).
	SAMLResponse string `json:"SAMLResponse"`
}

AssertSingleSignOnSamlRequest struct for AssertSingleSignOnSamlRequest

func NewAssertSingleSignOnSamlRequest ¶

func NewAssertSingleSignOnSamlRequest(relayState string, sAMLResponse string) *AssertSingleSignOnSamlRequest

NewAssertSingleSignOnSamlRequest instantiates a new AssertSingleSignOnSamlRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssertSingleSignOnSamlRequestWithDefaults ¶

func NewAssertSingleSignOnSamlRequestWithDefaults() *AssertSingleSignOnSamlRequest

NewAssertSingleSignOnSamlRequestWithDefaults instantiates a new AssertSingleSignOnSamlRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssertSingleSignOnSamlRequest) GetRelayState ¶

func (o *AssertSingleSignOnSamlRequest) GetRelayState() string

GetRelayState returns the RelayState field value

func (*AssertSingleSignOnSamlRequest) GetRelayStateOk ¶

func (o *AssertSingleSignOnSamlRequest) GetRelayStateOk() (*string, bool)

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

func (*AssertSingleSignOnSamlRequest) GetSAMLResponse ¶

func (o *AssertSingleSignOnSamlRequest) GetSAMLResponse() string

GetSAMLResponse returns the SAMLResponse field value

func (*AssertSingleSignOnSamlRequest) GetSAMLResponseOk ¶

func (o *AssertSingleSignOnSamlRequest) GetSAMLResponseOk() (*string, bool)

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

func (AssertSingleSignOnSamlRequest) MarshalJSON ¶

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

func (*AssertSingleSignOnSamlRequest) SetRelayState ¶

func (o *AssertSingleSignOnSamlRequest) SetRelayState(v string)

SetRelayState sets field value

func (*AssertSingleSignOnSamlRequest) SetSAMLResponse ¶

func (o *AssertSingleSignOnSamlRequest) SetSAMLResponse(v string)

SetSAMLResponse sets field value

func (AssertSingleSignOnSamlRequest) ToMap ¶

func (o AssertSingleSignOnSamlRequest) ToMap() (map[string]interface{}, error)

func (*AssertSingleSignOnSamlRequest) UnmarshalJSON ¶

func (o *AssertSingleSignOnSamlRequest) UnmarshalJSON(data []byte) (err error)

type AssignApplicationRolesRequest ¶

type AssignApplicationRolesRequest struct {
	// An array of API resource role IDs to assign.
	RoleIds []string `json:"roleIds"`
}

AssignApplicationRolesRequest struct for AssignApplicationRolesRequest

func NewAssignApplicationRolesRequest ¶

func NewAssignApplicationRolesRequest(roleIds []string) *AssignApplicationRolesRequest

NewAssignApplicationRolesRequest instantiates a new AssignApplicationRolesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssignApplicationRolesRequestWithDefaults ¶

func NewAssignApplicationRolesRequestWithDefaults() *AssignApplicationRolesRequest

NewAssignApplicationRolesRequestWithDefaults instantiates a new AssignApplicationRolesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssignApplicationRolesRequest) GetRoleIds ¶

func (o *AssignApplicationRolesRequest) GetRoleIds() []string

GetRoleIds returns the RoleIds field value

func (*AssignApplicationRolesRequest) GetRoleIdsOk ¶

func (o *AssignApplicationRolesRequest) GetRoleIdsOk() ([]string, bool)

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

func (AssignApplicationRolesRequest) MarshalJSON ¶

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

func (*AssignApplicationRolesRequest) SetRoleIds ¶

func (o *AssignApplicationRolesRequest) SetRoleIds(v []string)

SetRoleIds sets field value

func (AssignApplicationRolesRequest) ToMap ¶

func (o AssignApplicationRolesRequest) ToMap() (map[string]interface{}, error)

func (*AssignApplicationRolesRequest) UnmarshalJSON ¶

func (o *AssignApplicationRolesRequest) UnmarshalJSON(data []byte) (err error)

type AssignOrganizationRolesToApplicationRequest ¶

type AssignOrganizationRolesToApplicationRequest struct {
	// The role ID to add.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

AssignOrganizationRolesToApplicationRequest struct for AssignOrganizationRolesToApplicationRequest

func NewAssignOrganizationRolesToApplicationRequest ¶

func NewAssignOrganizationRolesToApplicationRequest(organizationRoleIds []string) *AssignOrganizationRolesToApplicationRequest

NewAssignOrganizationRolesToApplicationRequest instantiates a new AssignOrganizationRolesToApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssignOrganizationRolesToApplicationRequestWithDefaults ¶

func NewAssignOrganizationRolesToApplicationRequestWithDefaults() *AssignOrganizationRolesToApplicationRequest

NewAssignOrganizationRolesToApplicationRequestWithDefaults instantiates a new AssignOrganizationRolesToApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssignOrganizationRolesToApplicationRequest) GetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToApplicationRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*AssignOrganizationRolesToApplicationRequest) GetOrganizationRoleIdsOk ¶

func (o *AssignOrganizationRolesToApplicationRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (AssignOrganizationRolesToApplicationRequest) MarshalJSON ¶

func (*AssignOrganizationRolesToApplicationRequest) SetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToApplicationRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (AssignOrganizationRolesToApplicationRequest) ToMap ¶

func (o AssignOrganizationRolesToApplicationRequest) ToMap() (map[string]interface{}, error)

func (*AssignOrganizationRolesToApplicationRequest) UnmarshalJSON ¶

func (o *AssignOrganizationRolesToApplicationRequest) UnmarshalJSON(data []byte) (err error)

type AssignOrganizationRolesToApplicationsRequest ¶

type AssignOrganizationRolesToApplicationsRequest struct {
	// An array of application IDs to assign roles to.
	ApplicationIds []string `json:"applicationIds"`
	// An array of organization role IDs to assign to the applications.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

AssignOrganizationRolesToApplicationsRequest struct for AssignOrganizationRolesToApplicationsRequest

func NewAssignOrganizationRolesToApplicationsRequest ¶

func NewAssignOrganizationRolesToApplicationsRequest(applicationIds []string, organizationRoleIds []string) *AssignOrganizationRolesToApplicationsRequest

NewAssignOrganizationRolesToApplicationsRequest instantiates a new AssignOrganizationRolesToApplicationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssignOrganizationRolesToApplicationsRequestWithDefaults ¶

func NewAssignOrganizationRolesToApplicationsRequestWithDefaults() *AssignOrganizationRolesToApplicationsRequest

NewAssignOrganizationRolesToApplicationsRequestWithDefaults instantiates a new AssignOrganizationRolesToApplicationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssignOrganizationRolesToApplicationsRequest) GetApplicationIds ¶

func (o *AssignOrganizationRolesToApplicationsRequest) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field value

func (*AssignOrganizationRolesToApplicationsRequest) GetApplicationIdsOk ¶

func (o *AssignOrganizationRolesToApplicationsRequest) GetApplicationIdsOk() ([]string, bool)

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

func (*AssignOrganizationRolesToApplicationsRequest) GetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToApplicationsRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*AssignOrganizationRolesToApplicationsRequest) GetOrganizationRoleIdsOk ¶

func (o *AssignOrganizationRolesToApplicationsRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (AssignOrganizationRolesToApplicationsRequest) MarshalJSON ¶

func (*AssignOrganizationRolesToApplicationsRequest) SetApplicationIds ¶

func (o *AssignOrganizationRolesToApplicationsRequest) SetApplicationIds(v []string)

SetApplicationIds sets field value

func (*AssignOrganizationRolesToApplicationsRequest) SetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToApplicationsRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (AssignOrganizationRolesToApplicationsRequest) ToMap ¶

func (o AssignOrganizationRolesToApplicationsRequest) ToMap() (map[string]interface{}, error)

func (*AssignOrganizationRolesToApplicationsRequest) UnmarshalJSON ¶

func (o *AssignOrganizationRolesToApplicationsRequest) UnmarshalJSON(data []byte) (err error)

type AssignOrganizationRolesToUserRequest ¶

type AssignOrganizationRolesToUserRequest struct {
	// An array of organization role IDs to assign to the user. User existed roles assignment will be ignored.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

AssignOrganizationRolesToUserRequest struct for AssignOrganizationRolesToUserRequest

func NewAssignOrganizationRolesToUserRequest ¶

func NewAssignOrganizationRolesToUserRequest(organizationRoleIds []string) *AssignOrganizationRolesToUserRequest

NewAssignOrganizationRolesToUserRequest instantiates a new AssignOrganizationRolesToUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssignOrganizationRolesToUserRequestWithDefaults ¶

func NewAssignOrganizationRolesToUserRequestWithDefaults() *AssignOrganizationRolesToUserRequest

NewAssignOrganizationRolesToUserRequestWithDefaults instantiates a new AssignOrganizationRolesToUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssignOrganizationRolesToUserRequest) GetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToUserRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*AssignOrganizationRolesToUserRequest) GetOrganizationRoleIdsOk ¶

func (o *AssignOrganizationRolesToUserRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (AssignOrganizationRolesToUserRequest) MarshalJSON ¶

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

func (*AssignOrganizationRolesToUserRequest) SetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToUserRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (AssignOrganizationRolesToUserRequest) ToMap ¶

func (o AssignOrganizationRolesToUserRequest) ToMap() (map[string]interface{}, error)

func (*AssignOrganizationRolesToUserRequest) UnmarshalJSON ¶

func (o *AssignOrganizationRolesToUserRequest) UnmarshalJSON(data []byte) (err error)

type AssignOrganizationRolesToUsersRequest ¶

type AssignOrganizationRolesToUsersRequest struct {
	// An array of user IDs to assign roles.
	UserIds []string `json:"userIds"`
	// An array of organization role IDs to assign. User existed roles assignment will be ignored.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

AssignOrganizationRolesToUsersRequest struct for AssignOrganizationRolesToUsersRequest

func NewAssignOrganizationRolesToUsersRequest ¶

func NewAssignOrganizationRolesToUsersRequest(userIds []string, organizationRoleIds []string) *AssignOrganizationRolesToUsersRequest

NewAssignOrganizationRolesToUsersRequest instantiates a new AssignOrganizationRolesToUsersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewAssignOrganizationRolesToUsersRequestWithDefaults ¶

func NewAssignOrganizationRolesToUsersRequestWithDefaults() *AssignOrganizationRolesToUsersRequest

NewAssignOrganizationRolesToUsersRequestWithDefaults instantiates a new AssignOrganizationRolesToUsersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*AssignOrganizationRolesToUsersRequest) GetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToUsersRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*AssignOrganizationRolesToUsersRequest) GetOrganizationRoleIdsOk ¶

func (o *AssignOrganizationRolesToUsersRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (*AssignOrganizationRolesToUsersRequest) GetUserIds ¶

GetUserIds returns the UserIds field value

func (*AssignOrganizationRolesToUsersRequest) GetUserIdsOk ¶

func (o *AssignOrganizationRolesToUsersRequest) GetUserIdsOk() ([]string, bool)

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

func (AssignOrganizationRolesToUsersRequest) MarshalJSON ¶

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

func (*AssignOrganizationRolesToUsersRequest) SetOrganizationRoleIds ¶

func (o *AssignOrganizationRolesToUsersRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (*AssignOrganizationRolesToUsersRequest) SetUserIds ¶

func (o *AssignOrganizationRolesToUsersRequest) SetUserIds(v []string)

SetUserIds sets field value

func (AssignOrganizationRolesToUsersRequest) ToMap ¶

func (o AssignOrganizationRolesToUsersRequest) ToMap() (map[string]interface{}, error)

func (*AssignOrganizationRolesToUsersRequest) UnmarshalJSON ¶

func (o *AssignOrganizationRolesToUsersRequest) UnmarshalJSON(data []byte) (err error)

type AuditLogsAPIService ¶

type AuditLogsAPIService service

AuditLogsAPIService AuditLogsAPI service

func (*AuditLogsAPIService) GetLog ¶

GetLog Get log

Get log details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the log.
@return ApiGetLogRequest

func (*AuditLogsAPIService) GetLogExecute ¶

Execute executes the request

@return ListLogs200ResponseInner

func (*AuditLogsAPIService) ListLogs ¶

ListLogs Get logs

Get logs that match the given query with pagination.

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

func (*AuditLogsAPIService) ListLogsExecute ¶

Execute executes the request

@return []ListLogs200ResponseInner

type AuthnAPIService ¶

type AuthnAPIService service

AuthnAPIService AuthnAPI service

func (*AuthnAPIService) AssertSaml ¶

func (a *AuthnAPIService) AssertSaml(ctx context.Context, connectorId string) ApiAssertSamlRequest

AssertSaml SAML ACS endpoint (social)

The Assertion Consumer Service (ACS) endpoint for Simple Assertion Markup Language (SAML) social connectors.

SAML social connectors are deprecated. Use the SSO SAML connector instead.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiAssertSamlRequest

Deprecated

func (*AuthnAPIService) AssertSamlExecute ¶

func (a *AuthnAPIService) AssertSamlExecute(r ApiAssertSamlRequest) (*http.Response, error)

Execute executes the request Deprecated

func (*AuthnAPIService) AssertSingleSignOnSaml ¶

func (a *AuthnAPIService) AssertSingleSignOnSaml(ctx context.Context, connectorId string) ApiAssertSingleSignOnSamlRequest

AssertSingleSignOnSaml SAML ACS endpoint (SSO)

The Assertion Consumer Service (ACS) endpoint for Simple Assertion Markup Language (SAML) single sign-on (SSO) connectors.

This endpoint is used to complete the SAML SSO authentication flow. It receives the SAML assertion response from the identity provider (IdP) and redirects the user to complete the authentication flow.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiAssertSingleSignOnSamlRequest

func (*AuthnAPIService) AssertSingleSignOnSamlExecute ¶

func (a *AuthnAPIService) AssertSingleSignOnSamlExecute(r ApiAssertSingleSignOnSamlRequest) (*http.Response, error)

Execute executes the request

func (*AuthnAPIService) GetHasuraAuth ¶

GetHasuraAuth Hasura auth hook endpoint

The `HASURA_GRAPHQL_AUTH_HOOK` endpoint for Hasura auth. Use this endpoint to integrate Hasura's [webhook authentication flow](https://hasura.io/docs/latest/auth/authentication/webhook/).

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

func (*AuthnAPIService) GetHasuraAuthExecute ¶

Execute executes the request

@return GetHasuraAuth200Response

type BasicAuth ¶

type BasicAuth struct {
	UserName string `json:"userName,omitempty"`
	Password string `json:"password,omitempty"`
}

BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth

type ConfigsAPIService ¶

type ConfigsAPIService service

ConfigsAPIService ConfigsAPI service

func (*ConfigsAPIService) DeleteJwtCustomizer ¶

func (a *ConfigsAPIService) DeleteJwtCustomizer(ctx context.Context, tokenTypePath string) ApiDeleteJwtCustomizerRequest

DeleteJwtCustomizer Delete JWT customizer

Delete the JWT customizer for the given token type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenTypePath The token type path to delete the JWT customizer for.
@return ApiDeleteJwtCustomizerRequest

func (*ConfigsAPIService) DeleteJwtCustomizerExecute ¶

func (a *ConfigsAPIService) DeleteJwtCustomizerExecute(r ApiDeleteJwtCustomizerRequest) (*http.Response, error)

Execute executes the request

func (*ConfigsAPIService) DeleteOidcKey ¶

func (a *ConfigsAPIService) DeleteOidcKey(ctx context.Context, keyType string, keyId string) ApiDeleteOidcKeyRequest

DeleteOidcKey Delete OIDC key

Delete an OIDC signing key by key type and key ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param keyType Private keys are used to sign OIDC JWTs. Cookie keys are used to sign OIDC cookies. For clients, they do not need to know private keys to verify OIDC JWTs; they can use public keys from the JWKS endpoint instead.
@param keyId The unique identifier of the key.
@return ApiDeleteOidcKeyRequest

func (*ConfigsAPIService) DeleteOidcKeyExecute ¶

func (a *ConfigsAPIService) DeleteOidcKeyExecute(r ApiDeleteOidcKeyRequest) (*http.Response, error)

Execute executes the request

func (*ConfigsAPIService) GetAdminConsoleConfig ¶

func (a *ConfigsAPIService) GetAdminConsoleConfig(ctx context.Context) ApiGetAdminConsoleConfigRequest

GetAdminConsoleConfig Get admin console config

Get the global configuration object for Logto Console.

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

func (*ConfigsAPIService) GetAdminConsoleConfigExecute ¶

Execute executes the request

@return GetAdminConsoleConfig200Response

func (*ConfigsAPIService) GetJwtCustomizer ¶

func (a *ConfigsAPIService) GetJwtCustomizer(ctx context.Context, tokenTypePath string) ApiGetJwtCustomizerRequest

GetJwtCustomizer Get JWT customizer

Get the JWT customizer for the given token type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenTypePath The token type to get the JWT customizer for.
@return ApiGetJwtCustomizerRequest

func (*ConfigsAPIService) GetJwtCustomizerExecute ¶

Execute executes the request

@return GetJwtCustomizer200Response

func (*ConfigsAPIService) GetOidcKeys ¶

func (a *ConfigsAPIService) GetOidcKeys(ctx context.Context, keyType string) ApiGetOidcKeysRequest

GetOidcKeys Get OIDC keys

Get OIDC signing keys by key type. The actual key will be redacted from the result.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param keyType Private keys are used to sign OIDC JWTs. Cookie keys are used to sign OIDC cookies. For clients, they do not need to know private keys to verify OIDC JWTs; they can use public keys from the JWKS endpoint instead.
@return ApiGetOidcKeysRequest

func (*ConfigsAPIService) GetOidcKeysExecute ¶

Execute executes the request

@return []GetOidcKeys200ResponseInner

func (*ConfigsAPIService) ListJwtCustomizers ¶

ListJwtCustomizers Get all JWT customizers

Get all JWT customizers for the tenant.

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

func (*ConfigsAPIService) ListJwtCustomizersExecute ¶

Execute executes the request

@return []ListJwtCustomizers200ResponseInner

func (*ConfigsAPIService) RotateOidcKeys ¶

func (a *ConfigsAPIService) RotateOidcKeys(ctx context.Context, keyType string) ApiRotateOidcKeysRequest

RotateOidcKeys Rotate OIDC keys

A new key will be generated and prepend to the list of keys.

Only two recent keys will be kept. The oldest key will be automatically removed if there are more than two keys.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param keyType Private keys are used to sign OIDC JWTs. Cookie keys are used to sign OIDC cookies. For clients, they do not need to know private keys to verify OIDC JWTs; they can use public keys from the JWKS endpoint instead.
@return ApiRotateOidcKeysRequest

func (*ConfigsAPIService) RotateOidcKeysExecute ¶

Execute executes the request

@return []GetOidcKeys200ResponseInner

func (*ConfigsAPIService) TestJwtCustomizer ¶

TestJwtCustomizer Test JWT customizer

Test the JWT customizer script with the given sample context and sample token payload.

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

func (*ConfigsAPIService) TestJwtCustomizerExecute ¶

func (a *ConfigsAPIService) TestJwtCustomizerExecute(r ApiTestJwtCustomizerRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*ConfigsAPIService) UpdateAdminConsoleConfig ¶

func (a *ConfigsAPIService) UpdateAdminConsoleConfig(ctx context.Context) ApiUpdateAdminConsoleConfigRequest

UpdateAdminConsoleConfig Update admin console config

Update the global configuration object for Logto Console. This method performs a partial update.

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

func (*ConfigsAPIService) UpdateAdminConsoleConfigExecute ¶

Execute executes the request

@return GetAdminConsoleConfig200Response

func (*ConfigsAPIService) UpdateJwtCustomizer ¶

func (a *ConfigsAPIService) UpdateJwtCustomizer(ctx context.Context, tokenTypePath string) ApiUpdateJwtCustomizerRequest

UpdateJwtCustomizer Update JWT customizer

Update the JWT customizer for the given token type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenTypePath The token type to update a JWT customizer for.
@return ApiUpdateJwtCustomizerRequest

func (*ConfigsAPIService) UpdateJwtCustomizerExecute ¶

Execute executes the request

@return GetJwtCustomizer200Response

func (*ConfigsAPIService) UpsertJwtCustomizer ¶

func (a *ConfigsAPIService) UpsertJwtCustomizer(ctx context.Context, tokenTypePath string) ApiUpsertJwtCustomizerRequest

UpsertJwtCustomizer Create or update JWT customizer

Create or update a JWT customizer for the given token type.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param tokenTypePath The token type to create a JWT customizer for.
@return ApiUpsertJwtCustomizerRequest

func (*ConfigsAPIService) UpsertJwtCustomizerExecute ¶

Execute executes the request

@return GetJwtCustomizer200Response

type Configuration ¶

type Configuration struct {
	Host             string            `json:"host,omitempty"`
	Scheme           string            `json:"scheme,omitempty"`
	DefaultHeader    map[string]string `json:"defaultHeader,omitempty"`
	UserAgent        string            `json:"userAgent,omitempty"`
	Debug            bool              `json:"debug,omitempty"`
	Servers          ServerConfigurations
	OperationServers map[string]ServerConfigurations
	HTTPClient       *http.Client
}

Configuration stores the configuration of the API client

func NewConfiguration ¶

func NewConfiguration() *Configuration

NewConfiguration returns a new Configuration object

func (*Configuration) AddDefaultHeader ¶

func (c *Configuration) AddDefaultHeader(key string, value string)

AddDefaultHeader adds a new HTTP header to the default header in the request

func (*Configuration) ServerURL ¶

func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error)

ServerURL returns URL based on server settings

func (*Configuration) ServerURLWithContext ¶

func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error)

ServerURLWithContext returns a new server URL given an endpoint

type ConnectorFactoriesAPIService ¶

type ConnectorFactoriesAPIService service

ConnectorFactoriesAPIService ConnectorFactoriesAPI service

func (*ConnectorFactoriesAPIService) GetConnectorFactory ¶

GetConnectorFactory Get connector factory

Get connector factory by the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the connector factory.
@return ApiGetConnectorFactoryRequest

func (*ConnectorFactoriesAPIService) GetConnectorFactoryExecute ¶

Execute executes the request

@return ListConnectorFactories200ResponseInner

func (*ConnectorFactoriesAPIService) ListConnectorFactories ¶

ListConnectorFactories Get connector factories

Get all connector factories data available in Logto.

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

func (*ConnectorFactoriesAPIService) ListConnectorFactoriesExecute ¶

Execute executes the request

@return []ListConnectorFactories200ResponseInner

type ConnectorsAPIService ¶

type ConnectorsAPIService service

ConnectorsAPIService ConnectorsAPI service

func (*ConnectorsAPIService) CreateConnector ¶

CreateConnector Create connector

Create a connector with the given data.

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

func (*ConnectorsAPIService) CreateConnectorAuthorizationUri ¶

func (a *ConnectorsAPIService) CreateConnectorAuthorizationUri(ctx context.Context, connectorId string) ApiCreateConnectorAuthorizationUriRequest

CreateConnectorAuthorizationUri Get connector's authorization URI

Get authorization URI for specified connector by providing redirect URI and randomly generated state.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiCreateConnectorAuthorizationUriRequest

func (*ConnectorsAPIService) CreateConnectorAuthorizationUriExecute ¶

Execute executes the request

@return CreateConnectorAuthorizationUri200Response

func (*ConnectorsAPIService) CreateConnectorExecute ¶

Execute executes the request

@return ListConnectors200ResponseInner

func (*ConnectorsAPIService) CreateConnectorTest ¶

func (a *ConnectorsAPIService) CreateConnectorTest(ctx context.Context, factoryId string) ApiCreateConnectorTestRequest

CreateConnectorTest Test passwordless connector

Test a passwordless (email or SMS) connector by sending a test message to the given phone number or email address.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param factoryId The unique identifier of the factory.
@return ApiCreateConnectorTestRequest

func (*ConnectorsAPIService) CreateConnectorTestExecute ¶

func (a *ConnectorsAPIService) CreateConnectorTestExecute(r ApiCreateConnectorTestRequest) (*http.Response, error)

Execute executes the request

func (*ConnectorsAPIService) DeleteConnector ¶

DeleteConnector Delete connector

Delete connector by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the connector.
@return ApiDeleteConnectorRequest

func (*ConnectorsAPIService) DeleteConnectorExecute ¶

func (a *ConnectorsAPIService) DeleteConnectorExecute(r ApiDeleteConnectorRequest) (*http.Response, error)

Execute executes the request

func (*ConnectorsAPIService) GetConnector ¶

GetConnector Get connector

Get connector data by ID

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the connector.
@return ApiGetConnectorRequest

func (*ConnectorsAPIService) GetConnectorExecute ¶

Execute executes the request

@return ListConnectors200ResponseInner

func (*ConnectorsAPIService) ListConnectors ¶

ListConnectors Get connectors

Get all connectors in the current tenant.

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

func (*ConnectorsAPIService) ListConnectorsExecute ¶

Execute executes the request

@return []ListConnectors200ResponseInner

func (*ConnectorsAPIService) UpdateConnector ¶

UpdateConnector Update connector

Update connector by ID with the given data. This methods performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the connector.
@return ApiUpdateConnectorRequest

func (*ConnectorsAPIService) UpdateConnectorExecute ¶

Execute executes the request

@return ListConnectors200ResponseInner

type CreateApplicationProtectedAppMetadataCustomDomainRequest ¶

type CreateApplicationProtectedAppMetadataCustomDomainRequest struct {
	// The domain to be added to the application.
	Domain string `json:"domain"`
}

CreateApplicationProtectedAppMetadataCustomDomainRequest struct for CreateApplicationProtectedAppMetadataCustomDomainRequest

func NewCreateApplicationProtectedAppMetadataCustomDomainRequest ¶

func NewCreateApplicationProtectedAppMetadataCustomDomainRequest(domain string) *CreateApplicationProtectedAppMetadataCustomDomainRequest

NewCreateApplicationProtectedAppMetadataCustomDomainRequest instantiates a new CreateApplicationProtectedAppMetadataCustomDomainRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateApplicationProtectedAppMetadataCustomDomainRequestWithDefaults ¶

func NewCreateApplicationProtectedAppMetadataCustomDomainRequestWithDefaults() *CreateApplicationProtectedAppMetadataCustomDomainRequest

NewCreateApplicationProtectedAppMetadataCustomDomainRequestWithDefaults instantiates a new CreateApplicationProtectedAppMetadataCustomDomainRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateApplicationProtectedAppMetadataCustomDomainRequest) GetDomain ¶

GetDomain returns the Domain field value

func (*CreateApplicationProtectedAppMetadataCustomDomainRequest) GetDomainOk ¶

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

func (CreateApplicationProtectedAppMetadataCustomDomainRequest) MarshalJSON ¶

func (*CreateApplicationProtectedAppMetadataCustomDomainRequest) SetDomain ¶

SetDomain sets field value

func (CreateApplicationProtectedAppMetadataCustomDomainRequest) ToMap ¶

func (*CreateApplicationProtectedAppMetadataCustomDomainRequest) UnmarshalJSON ¶

type CreateApplicationRequest ¶

type CreateApplicationRequest struct {
	Name                 string                                                `json:"name"`
	Description          NullableString                                        `json:"description,omitempty"`
	Type                 string                                                `json:"type"`
	OidcClientMetadata   *ListApplications200ResponseInnerOidcClientMetadata   `json:"oidcClientMetadata,omitempty"`
	CustomClientMetadata *ListApplications200ResponseInnerCustomClientMetadata `json:"customClientMetadata,omitempty"`
	IsThirdParty         *bool                                                 `json:"isThirdParty,omitempty"`
	ProtectedAppMetadata *CreateApplicationRequestProtectedAppMetadata         `json:"protectedAppMetadata,omitempty"`
}

CreateApplicationRequest struct for CreateApplicationRequest

func NewCreateApplicationRequest ¶

func NewCreateApplicationRequest(name string, type_ string) *CreateApplicationRequest

NewCreateApplicationRequest instantiates a new CreateApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateApplicationRequestWithDefaults ¶

func NewCreateApplicationRequestWithDefaults() *CreateApplicationRequest

NewCreateApplicationRequestWithDefaults instantiates a new CreateApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateApplicationRequest) GetCustomClientMetadata ¶

GetCustomClientMetadata returns the CustomClientMetadata field value if set, zero value otherwise.

func (*CreateApplicationRequest) GetCustomClientMetadataOk ¶

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

func (*CreateApplicationRequest) GetDescription ¶

func (o *CreateApplicationRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateApplicationRequest) GetDescriptionOk ¶

func (o *CreateApplicationRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateApplicationRequest) GetIsThirdParty ¶

func (o *CreateApplicationRequest) GetIsThirdParty() bool

GetIsThirdParty returns the IsThirdParty field value if set, zero value otherwise.

func (*CreateApplicationRequest) GetIsThirdPartyOk ¶

func (o *CreateApplicationRequest) GetIsThirdPartyOk() (*bool, bool)

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

func (*CreateApplicationRequest) GetName ¶

func (o *CreateApplicationRequest) GetName() string

GetName returns the Name field value

func (*CreateApplicationRequest) GetNameOk ¶

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

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

func (*CreateApplicationRequest) GetOidcClientMetadata ¶

GetOidcClientMetadata returns the OidcClientMetadata field value if set, zero value otherwise.

func (*CreateApplicationRequest) GetOidcClientMetadataOk ¶

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

func (*CreateApplicationRequest) GetProtectedAppMetadata ¶

GetProtectedAppMetadata returns the ProtectedAppMetadata field value if set, zero value otherwise.

func (*CreateApplicationRequest) GetProtectedAppMetadataOk ¶

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

func (*CreateApplicationRequest) GetType ¶

func (o *CreateApplicationRequest) GetType() string

GetType returns the Type field value

func (*CreateApplicationRequest) GetTypeOk ¶

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

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

func (*CreateApplicationRequest) HasCustomClientMetadata ¶

func (o *CreateApplicationRequest) HasCustomClientMetadata() bool

HasCustomClientMetadata returns a boolean if a field has been set.

func (*CreateApplicationRequest) HasDescription ¶

func (o *CreateApplicationRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateApplicationRequest) HasIsThirdParty ¶

func (o *CreateApplicationRequest) HasIsThirdParty() bool

HasIsThirdParty returns a boolean if a field has been set.

func (*CreateApplicationRequest) HasOidcClientMetadata ¶

func (o *CreateApplicationRequest) HasOidcClientMetadata() bool

HasOidcClientMetadata returns a boolean if a field has been set.

func (*CreateApplicationRequest) HasProtectedAppMetadata ¶

func (o *CreateApplicationRequest) HasProtectedAppMetadata() bool

HasProtectedAppMetadata returns a boolean if a field has been set.

func (CreateApplicationRequest) MarshalJSON ¶

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

func (*CreateApplicationRequest) SetCustomClientMetadata ¶

SetCustomClientMetadata gets a reference to the given ListApplications200ResponseInnerCustomClientMetadata and assigns it to the CustomClientMetadata field.

func (*CreateApplicationRequest) SetDescription ¶

func (o *CreateApplicationRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CreateApplicationRequest) SetDescriptionNil ¶

func (o *CreateApplicationRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CreateApplicationRequest) SetIsThirdParty ¶

func (o *CreateApplicationRequest) SetIsThirdParty(v bool)

SetIsThirdParty gets a reference to the given bool and assigns it to the IsThirdParty field.

func (*CreateApplicationRequest) SetName ¶

func (o *CreateApplicationRequest) SetName(v string)

SetName sets field value

func (*CreateApplicationRequest) SetOidcClientMetadata ¶

SetOidcClientMetadata gets a reference to the given ListApplications200ResponseInnerOidcClientMetadata and assigns it to the OidcClientMetadata field.

func (*CreateApplicationRequest) SetProtectedAppMetadata ¶

SetProtectedAppMetadata gets a reference to the given CreateApplicationRequestProtectedAppMetadata and assigns it to the ProtectedAppMetadata field.

func (*CreateApplicationRequest) SetType ¶

func (o *CreateApplicationRequest) SetType(v string)

SetType sets field value

func (CreateApplicationRequest) ToMap ¶

func (o CreateApplicationRequest) ToMap() (map[string]interface{}, error)

func (*CreateApplicationRequest) UnmarshalJSON ¶

func (o *CreateApplicationRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateApplicationRequest) UnsetDescription ¶

func (o *CreateApplicationRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CreateApplicationRequestProtectedAppMetadata ¶

type CreateApplicationRequestProtectedAppMetadata struct {
	// The subdomain prefix, e.g., my-site.
	SubDomain string `json:"subDomain"`
	// The origin of target website, e.g., https://example.com.
	Origin string `json:"origin"`
}

CreateApplicationRequestProtectedAppMetadata The data for protected app, this feature is not available for open source version.

func NewCreateApplicationRequestProtectedAppMetadata ¶

func NewCreateApplicationRequestProtectedAppMetadata(subDomain string, origin string) *CreateApplicationRequestProtectedAppMetadata

NewCreateApplicationRequestProtectedAppMetadata instantiates a new CreateApplicationRequestProtectedAppMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateApplicationRequestProtectedAppMetadataWithDefaults ¶

func NewCreateApplicationRequestProtectedAppMetadataWithDefaults() *CreateApplicationRequestProtectedAppMetadata

NewCreateApplicationRequestProtectedAppMetadataWithDefaults instantiates a new CreateApplicationRequestProtectedAppMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateApplicationRequestProtectedAppMetadata) GetOrigin ¶

GetOrigin returns the Origin field value

func (*CreateApplicationRequestProtectedAppMetadata) GetOriginOk ¶

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

func (*CreateApplicationRequestProtectedAppMetadata) GetSubDomain ¶

GetSubDomain returns the SubDomain field value

func (*CreateApplicationRequestProtectedAppMetadata) GetSubDomainOk ¶

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

func (CreateApplicationRequestProtectedAppMetadata) MarshalJSON ¶

func (*CreateApplicationRequestProtectedAppMetadata) SetOrigin ¶

SetOrigin sets field value

func (*CreateApplicationRequestProtectedAppMetadata) SetSubDomain ¶

SetSubDomain sets field value

func (CreateApplicationRequestProtectedAppMetadata) ToMap ¶

func (o CreateApplicationRequestProtectedAppMetadata) ToMap() (map[string]interface{}, error)

func (*CreateApplicationRequestProtectedAppMetadata) UnmarshalJSON ¶

func (o *CreateApplicationRequestProtectedAppMetadata) UnmarshalJSON(data []byte) (err error)

type CreateApplicationUserConsentOrganizationRequest ¶

type CreateApplicationUserConsentOrganizationRequest struct {
	// A list of organization ids to be granted.
	OrganizationIds []string `json:"organizationIds"`
}

CreateApplicationUserConsentOrganizationRequest struct for CreateApplicationUserConsentOrganizationRequest

func NewCreateApplicationUserConsentOrganizationRequest ¶

func NewCreateApplicationUserConsentOrganizationRequest(organizationIds []string) *CreateApplicationUserConsentOrganizationRequest

NewCreateApplicationUserConsentOrganizationRequest instantiates a new CreateApplicationUserConsentOrganizationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateApplicationUserConsentOrganizationRequestWithDefaults ¶

func NewCreateApplicationUserConsentOrganizationRequestWithDefaults() *CreateApplicationUserConsentOrganizationRequest

NewCreateApplicationUserConsentOrganizationRequestWithDefaults instantiates a new CreateApplicationUserConsentOrganizationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateApplicationUserConsentOrganizationRequest) GetOrganizationIds ¶

func (o *CreateApplicationUserConsentOrganizationRequest) GetOrganizationIds() []string

GetOrganizationIds returns the OrganizationIds field value

func (*CreateApplicationUserConsentOrganizationRequest) GetOrganizationIdsOk ¶

func (o *CreateApplicationUserConsentOrganizationRequest) GetOrganizationIdsOk() ([]string, bool)

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

func (CreateApplicationUserConsentOrganizationRequest) MarshalJSON ¶

func (*CreateApplicationUserConsentOrganizationRequest) SetOrganizationIds ¶

func (o *CreateApplicationUserConsentOrganizationRequest) SetOrganizationIds(v []string)

SetOrganizationIds sets field value

func (CreateApplicationUserConsentOrganizationRequest) ToMap ¶

func (o CreateApplicationUserConsentOrganizationRequest) ToMap() (map[string]interface{}, error)

func (*CreateApplicationUserConsentOrganizationRequest) UnmarshalJSON ¶

func (o *CreateApplicationUserConsentOrganizationRequest) UnmarshalJSON(data []byte) (err error)

type CreateApplicationUserConsentScopeRequest ¶

type CreateApplicationUserConsentScopeRequest struct {
	// A list of organization scope id to assign to the application. Throws error if any given organization scope is not found.
	OrganizationScopes []string `json:"organizationScopes,omitempty"`
	// A list of resource scope id to assign to the application. Throws error if any given resource scope is not found.
	ResourceScopes []string `json:"resourceScopes,omitempty"`
	// A list of organization resource scope id to assign to the application. Throws error if any given resource scope is not found.
	OrganizationResourceScopes []string `json:"organizationResourceScopes,omitempty"`
	// A list of user scope enum value to assign to the application.
	UserScopes []string `json:"userScopes,omitempty"`
}

CreateApplicationUserConsentScopeRequest struct for CreateApplicationUserConsentScopeRequest

func NewCreateApplicationUserConsentScopeRequest ¶

func NewCreateApplicationUserConsentScopeRequest() *CreateApplicationUserConsentScopeRequest

NewCreateApplicationUserConsentScopeRequest instantiates a new CreateApplicationUserConsentScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateApplicationUserConsentScopeRequestWithDefaults ¶

func NewCreateApplicationUserConsentScopeRequestWithDefaults() *CreateApplicationUserConsentScopeRequest

NewCreateApplicationUserConsentScopeRequestWithDefaults instantiates a new CreateApplicationUserConsentScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateApplicationUserConsentScopeRequest) GetOrganizationResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) GetOrganizationResourceScopes() []string

GetOrganizationResourceScopes returns the OrganizationResourceScopes field value if set, zero value otherwise.

func (*CreateApplicationUserConsentScopeRequest) GetOrganizationResourceScopesOk ¶

func (o *CreateApplicationUserConsentScopeRequest) GetOrganizationResourceScopesOk() ([]string, bool)

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

func (*CreateApplicationUserConsentScopeRequest) GetOrganizationScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) GetOrganizationScopes() []string

GetOrganizationScopes returns the OrganizationScopes field value if set, zero value otherwise.

func (*CreateApplicationUserConsentScopeRequest) GetOrganizationScopesOk ¶

func (o *CreateApplicationUserConsentScopeRequest) GetOrganizationScopesOk() ([]string, bool)

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

func (*CreateApplicationUserConsentScopeRequest) GetResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) GetResourceScopes() []string

GetResourceScopes returns the ResourceScopes field value if set, zero value otherwise.

func (*CreateApplicationUserConsentScopeRequest) GetResourceScopesOk ¶

func (o *CreateApplicationUserConsentScopeRequest) GetResourceScopesOk() ([]string, bool)

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

func (*CreateApplicationUserConsentScopeRequest) GetUserScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) GetUserScopes() []string

GetUserScopes returns the UserScopes field value if set, zero value otherwise.

func (*CreateApplicationUserConsentScopeRequest) GetUserScopesOk ¶

func (o *CreateApplicationUserConsentScopeRequest) GetUserScopesOk() ([]string, bool)

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

func (*CreateApplicationUserConsentScopeRequest) HasOrganizationResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) HasOrganizationResourceScopes() bool

HasOrganizationResourceScopes returns a boolean if a field has been set.

func (*CreateApplicationUserConsentScopeRequest) HasOrganizationScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) HasOrganizationScopes() bool

HasOrganizationScopes returns a boolean if a field has been set.

func (*CreateApplicationUserConsentScopeRequest) HasResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) HasResourceScopes() bool

HasResourceScopes returns a boolean if a field has been set.

func (*CreateApplicationUserConsentScopeRequest) HasUserScopes ¶

HasUserScopes returns a boolean if a field has been set.

func (CreateApplicationUserConsentScopeRequest) MarshalJSON ¶

func (*CreateApplicationUserConsentScopeRequest) SetOrganizationResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) SetOrganizationResourceScopes(v []string)

SetOrganizationResourceScopes gets a reference to the given []string and assigns it to the OrganizationResourceScopes field.

func (*CreateApplicationUserConsentScopeRequest) SetOrganizationScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) SetOrganizationScopes(v []string)

SetOrganizationScopes gets a reference to the given []string and assigns it to the OrganizationScopes field.

func (*CreateApplicationUserConsentScopeRequest) SetResourceScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) SetResourceScopes(v []string)

SetResourceScopes gets a reference to the given []string and assigns it to the ResourceScopes field.

func (*CreateApplicationUserConsentScopeRequest) SetUserScopes ¶

func (o *CreateApplicationUserConsentScopeRequest) SetUserScopes(v []string)

SetUserScopes gets a reference to the given []string and assigns it to the UserScopes field.

func (CreateApplicationUserConsentScopeRequest) ToMap ¶

func (o CreateApplicationUserConsentScopeRequest) ToMap() (map[string]interface{}, error)

type CreateConnectorAuthorizationUri200Response ¶

type CreateConnectorAuthorizationUri200Response struct {
	RedirectTo string `json:"redirectTo"`
	// The URI to navigate for authentication and authorization in the connected social identity provider.
	RedirectUri interface{} `json:"redirectUri,omitempty"`
}

CreateConnectorAuthorizationUri200Response struct for CreateConnectorAuthorizationUri200Response

func NewCreateConnectorAuthorizationUri200Response ¶

func NewCreateConnectorAuthorizationUri200Response(redirectTo string) *CreateConnectorAuthorizationUri200Response

NewCreateConnectorAuthorizationUri200Response instantiates a new CreateConnectorAuthorizationUri200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateConnectorAuthorizationUri200ResponseWithDefaults ¶

func NewCreateConnectorAuthorizationUri200ResponseWithDefaults() *CreateConnectorAuthorizationUri200Response

NewCreateConnectorAuthorizationUri200ResponseWithDefaults instantiates a new CreateConnectorAuthorizationUri200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateConnectorAuthorizationUri200Response) GetRedirectTo ¶

GetRedirectTo returns the RedirectTo field value

func (*CreateConnectorAuthorizationUri200Response) GetRedirectToOk ¶

func (o *CreateConnectorAuthorizationUri200Response) GetRedirectToOk() (*string, bool)

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

func (*CreateConnectorAuthorizationUri200Response) GetRedirectUri ¶

func (o *CreateConnectorAuthorizationUri200Response) GetRedirectUri() interface{}

GetRedirectUri returns the RedirectUri field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateConnectorAuthorizationUri200Response) GetRedirectUriOk ¶

func (o *CreateConnectorAuthorizationUri200Response) GetRedirectUriOk() (*interface{}, bool)

GetRedirectUriOk returns a tuple with the RedirectUri field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateConnectorAuthorizationUri200Response) HasRedirectUri ¶

HasRedirectUri returns a boolean if a field has been set.

func (CreateConnectorAuthorizationUri200Response) MarshalJSON ¶

func (*CreateConnectorAuthorizationUri200Response) SetRedirectTo ¶

SetRedirectTo sets field value

func (*CreateConnectorAuthorizationUri200Response) SetRedirectUri ¶

func (o *CreateConnectorAuthorizationUri200Response) SetRedirectUri(v interface{})

SetRedirectUri gets a reference to the given interface{} and assigns it to the RedirectUri field.

func (CreateConnectorAuthorizationUri200Response) ToMap ¶

func (o CreateConnectorAuthorizationUri200Response) ToMap() (map[string]interface{}, error)

func (*CreateConnectorAuthorizationUri200Response) UnmarshalJSON ¶

func (o *CreateConnectorAuthorizationUri200Response) UnmarshalJSON(data []byte) (err error)

type CreateConnectorAuthorizationUriRequest ¶

type CreateConnectorAuthorizationUriRequest struct {
	// A random string generated on the client side to prevent CSRF (Cross-Site Request Forgery) attacks.
	State string `json:"state"`
	// The URI to navigate back to after the user is authenticated by the connected social identity provider and has granted access to the connector.
	RedirectUri string `json:"redirectUri"`
}

CreateConnectorAuthorizationUriRequest struct for CreateConnectorAuthorizationUriRequest

func NewCreateConnectorAuthorizationUriRequest ¶

func NewCreateConnectorAuthorizationUriRequest(state string, redirectUri string) *CreateConnectorAuthorizationUriRequest

NewCreateConnectorAuthorizationUriRequest instantiates a new CreateConnectorAuthorizationUriRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateConnectorAuthorizationUriRequestWithDefaults ¶

func NewCreateConnectorAuthorizationUriRequestWithDefaults() *CreateConnectorAuthorizationUriRequest

NewCreateConnectorAuthorizationUriRequestWithDefaults instantiates a new CreateConnectorAuthorizationUriRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateConnectorAuthorizationUriRequest) GetRedirectUri ¶

func (o *CreateConnectorAuthorizationUriRequest) GetRedirectUri() string

GetRedirectUri returns the RedirectUri field value

func (*CreateConnectorAuthorizationUriRequest) GetRedirectUriOk ¶

func (o *CreateConnectorAuthorizationUriRequest) GetRedirectUriOk() (*string, bool)

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

func (*CreateConnectorAuthorizationUriRequest) GetState ¶

GetState returns the State field value

func (*CreateConnectorAuthorizationUriRequest) GetStateOk ¶

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

func (CreateConnectorAuthorizationUriRequest) MarshalJSON ¶

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

func (*CreateConnectorAuthorizationUriRequest) SetRedirectUri ¶

func (o *CreateConnectorAuthorizationUriRequest) SetRedirectUri(v string)

SetRedirectUri sets field value

func (*CreateConnectorAuthorizationUriRequest) SetState ¶

SetState sets field value

func (CreateConnectorAuthorizationUriRequest) ToMap ¶

func (o CreateConnectorAuthorizationUriRequest) ToMap() (map[string]interface{}, error)

func (*CreateConnectorAuthorizationUriRequest) UnmarshalJSON ¶

func (o *CreateConnectorAuthorizationUriRequest) UnmarshalJSON(data []byte) (err error)

type CreateConnectorRequest ¶

type CreateConnectorRequest struct {
	// The connector config object that will be passed to the connector. The config object should be compatible with the connector factory.
	Config map[string]interface{} `json:"config,omitempty"`
	// The connector factory ID for creating the connector.
	ConnectorId string                          `json:"connectorId"`
	Metadata    *CreateConnectorRequestMetadata `json:"metadata,omitempty"`
	// Whether to sync user profile from the identity provider to Logto at each sign-in. If `false`, the user profile will only be synced when the user is created.
	SyncProfile *bool `json:"syncProfile,omitempty"`
	// The unique ID for the connector. If not provided, a random ID will be generated.
	Id *string `json:"id,omitempty"`
}

CreateConnectorRequest struct for CreateConnectorRequest

func NewCreateConnectorRequest ¶

func NewCreateConnectorRequest(connectorId string) *CreateConnectorRequest

NewCreateConnectorRequest instantiates a new CreateConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateConnectorRequestWithDefaults ¶

func NewCreateConnectorRequestWithDefaults() *CreateConnectorRequest

NewCreateConnectorRequestWithDefaults instantiates a new CreateConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateConnectorRequest) GetConfig ¶

func (o *CreateConnectorRequest) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise.

func (*CreateConnectorRequest) GetConfigOk ¶

func (o *CreateConnectorRequest) GetConfigOk() (map[string]interface{}, bool)

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

func (*CreateConnectorRequest) GetConnectorId ¶

func (o *CreateConnectorRequest) GetConnectorId() string

GetConnectorId returns the ConnectorId field value

func (*CreateConnectorRequest) GetConnectorIdOk ¶

func (o *CreateConnectorRequest) GetConnectorIdOk() (*string, bool)

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

func (*CreateConnectorRequest) GetId ¶

func (o *CreateConnectorRequest) GetId() string

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

func (*CreateConnectorRequest) GetIdOk ¶

func (o *CreateConnectorRequest) GetIdOk() (*string, bool)

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

func (*CreateConnectorRequest) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*CreateConnectorRequest) GetMetadataOk ¶

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

func (*CreateConnectorRequest) GetSyncProfile ¶

func (o *CreateConnectorRequest) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value if set, zero value otherwise.

func (*CreateConnectorRequest) GetSyncProfileOk ¶

func (o *CreateConnectorRequest) GetSyncProfileOk() (*bool, bool)

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

func (*CreateConnectorRequest) HasConfig ¶

func (o *CreateConnectorRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*CreateConnectorRequest) HasId ¶

func (o *CreateConnectorRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*CreateConnectorRequest) HasMetadata ¶

func (o *CreateConnectorRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*CreateConnectorRequest) HasSyncProfile ¶

func (o *CreateConnectorRequest) HasSyncProfile() bool

HasSyncProfile returns a boolean if a field has been set.

func (CreateConnectorRequest) MarshalJSON ¶

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

func (*CreateConnectorRequest) SetConfig ¶

func (o *CreateConnectorRequest) SetConfig(v map[string]interface{})

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

func (*CreateConnectorRequest) SetConnectorId ¶

func (o *CreateConnectorRequest) SetConnectorId(v string)

SetConnectorId sets field value

func (*CreateConnectorRequest) SetId ¶

func (o *CreateConnectorRequest) SetId(v string)

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

func (*CreateConnectorRequest) SetMetadata ¶

SetMetadata gets a reference to the given CreateConnectorRequestMetadata and assigns it to the Metadata field.

func (*CreateConnectorRequest) SetSyncProfile ¶

func (o *CreateConnectorRequest) SetSyncProfile(v bool)

SetSyncProfile gets a reference to the given bool and assigns it to the SyncProfile field.

func (CreateConnectorRequest) ToMap ¶

func (o CreateConnectorRequest) ToMap() (map[string]interface{}, error)

func (*CreateConnectorRequest) UnmarshalJSON ¶

func (o *CreateConnectorRequest) UnmarshalJSON(data []byte) (err error)

type CreateConnectorRequestMetadata ¶

type CreateConnectorRequestMetadata struct {
	Target *string `json:"target,omitempty"`
	// Validator function
	Name     map[string]interface{} `json:"name,omitempty"`
	LogoDark NullableString         `json:"logoDark,omitempty"`
}

CreateConnectorRequestMetadata Custom connector metadata, will be used to overwrite the default connector factory metadata.

func NewCreateConnectorRequestMetadata ¶

func NewCreateConnectorRequestMetadata() *CreateConnectorRequestMetadata

NewCreateConnectorRequestMetadata instantiates a new CreateConnectorRequestMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateConnectorRequestMetadataWithDefaults ¶

func NewCreateConnectorRequestMetadataWithDefaults() *CreateConnectorRequestMetadata

NewCreateConnectorRequestMetadataWithDefaults instantiates a new CreateConnectorRequestMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetLogo returns the Logo field value if set, zero value otherwise.

func (*CreateConnectorRequestMetadata) GetLogoDark ¶

func (o *CreateConnectorRequestMetadata) GetLogoDark() string

GetLogoDark returns the LogoDark field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateConnectorRequestMetadata) GetLogoDarkOk ¶

func (o *CreateConnectorRequestMetadata) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateConnectorRequestMetadata) GetLogoOk ¶

func (o *CreateConnectorRequestMetadata) GetLogoOk() (*string, bool)

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

func (*CreateConnectorRequestMetadata) GetName ¶

func (o *CreateConnectorRequestMetadata) GetName() map[string]interface{}

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

func (*CreateConnectorRequestMetadata) GetNameOk ¶

func (o *CreateConnectorRequestMetadata) GetNameOk() (map[string]interface{}, bool)

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

func (*CreateConnectorRequestMetadata) GetTarget ¶

func (o *CreateConnectorRequestMetadata) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*CreateConnectorRequestMetadata) GetTargetOk ¶

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

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

func (o *CreateConnectorRequestMetadata) HasLogo() bool

HasLogo returns a boolean if a field has been set.

func (*CreateConnectorRequestMetadata) HasLogoDark ¶

func (o *CreateConnectorRequestMetadata) HasLogoDark() bool

HasLogoDark returns a boolean if a field has been set.

func (*CreateConnectorRequestMetadata) HasName ¶

func (o *CreateConnectorRequestMetadata) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateConnectorRequestMetadata) HasTarget ¶

func (o *CreateConnectorRequestMetadata) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (CreateConnectorRequestMetadata) MarshalJSON ¶

func (o CreateConnectorRequestMetadata) MarshalJSON() ([]byte, error)
func (o *CreateConnectorRequestMetadata) SetLogo(v string)

SetLogo gets a reference to the given string and assigns it to the Logo field.

func (*CreateConnectorRequestMetadata) SetLogoDark ¶

func (o *CreateConnectorRequestMetadata) SetLogoDark(v string)

SetLogoDark gets a reference to the given NullableString and assigns it to the LogoDark field.

func (*CreateConnectorRequestMetadata) SetLogoDarkNil ¶

func (o *CreateConnectorRequestMetadata) SetLogoDarkNil()

SetLogoDarkNil sets the value for LogoDark to be an explicit nil

func (*CreateConnectorRequestMetadata) SetName ¶

func (o *CreateConnectorRequestMetadata) SetName(v map[string]interface{})

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

func (*CreateConnectorRequestMetadata) SetTarget ¶

func (o *CreateConnectorRequestMetadata) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (CreateConnectorRequestMetadata) ToMap ¶

func (o CreateConnectorRequestMetadata) ToMap() (map[string]interface{}, error)

func (*CreateConnectorRequestMetadata) UnsetLogoDark ¶

func (o *CreateConnectorRequestMetadata) UnsetLogoDark()

UnsetLogoDark ensures that no value is present for LogoDark, not even an explicit nil

type CreateConnectorTestRequest ¶

type CreateConnectorTestRequest struct {
	// Phone number to send test message to. If this is set, email will be ignored.
	Phone *string `json:"phone,omitempty"`
	// Email address to send test message to. If phone is set, this will be ignored.
	Email *string `json:"email,omitempty"`
	// Connector configuration object for testing.
	Config map[string]interface{} `json:"config"`
}

CreateConnectorTestRequest struct for CreateConnectorTestRequest

func NewCreateConnectorTestRequest ¶

func NewCreateConnectorTestRequest(config map[string]interface{}) *CreateConnectorTestRequest

NewCreateConnectorTestRequest instantiates a new CreateConnectorTestRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateConnectorTestRequestWithDefaults ¶

func NewCreateConnectorTestRequestWithDefaults() *CreateConnectorTestRequest

NewCreateConnectorTestRequestWithDefaults instantiates a new CreateConnectorTestRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateConnectorTestRequest) GetConfig ¶

func (o *CreateConnectorTestRequest) GetConfig() map[string]interface{}

GetConfig returns the Config field value

func (*CreateConnectorTestRequest) GetConfigOk ¶

func (o *CreateConnectorTestRequest) GetConfigOk() (map[string]interface{}, bool)

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

func (*CreateConnectorTestRequest) GetEmail ¶

func (o *CreateConnectorTestRequest) GetEmail() string

GetEmail returns the Email field value if set, zero value otherwise.

func (*CreateConnectorTestRequest) GetEmailOk ¶

func (o *CreateConnectorTestRequest) GetEmailOk() (*string, bool)

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

func (*CreateConnectorTestRequest) GetPhone ¶

func (o *CreateConnectorTestRequest) GetPhone() string

GetPhone returns the Phone field value if set, zero value otherwise.

func (*CreateConnectorTestRequest) GetPhoneOk ¶

func (o *CreateConnectorTestRequest) GetPhoneOk() (*string, bool)

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

func (*CreateConnectorTestRequest) HasEmail ¶

func (o *CreateConnectorTestRequest) HasEmail() bool

HasEmail returns a boolean if a field has been set.

func (*CreateConnectorTestRequest) HasPhone ¶

func (o *CreateConnectorTestRequest) HasPhone() bool

HasPhone returns a boolean if a field has been set.

func (CreateConnectorTestRequest) MarshalJSON ¶

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

func (*CreateConnectorTestRequest) SetConfig ¶

func (o *CreateConnectorTestRequest) SetConfig(v map[string]interface{})

SetConfig sets field value

func (*CreateConnectorTestRequest) SetEmail ¶

func (o *CreateConnectorTestRequest) SetEmail(v string)

SetEmail gets a reference to the given string and assigns it to the Email field.

func (*CreateConnectorTestRequest) SetPhone ¶

func (o *CreateConnectorTestRequest) SetPhone(v string)

SetPhone gets a reference to the given string and assigns it to the Phone field.

func (CreateConnectorTestRequest) ToMap ¶

func (o CreateConnectorTestRequest) ToMap() (map[string]interface{}, error)

func (*CreateConnectorTestRequest) UnmarshalJSON ¶

func (o *CreateConnectorTestRequest) UnmarshalJSON(data []byte) (err error)

type CreateDomainRequest ¶

type CreateDomainRequest struct {
	// The domain name, e.g. `example.com`.
	Domain string `json:"domain"`
}

CreateDomainRequest struct for CreateDomainRequest

func NewCreateDomainRequest ¶

func NewCreateDomainRequest(domain string) *CreateDomainRequest

NewCreateDomainRequest instantiates a new CreateDomainRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateDomainRequestWithDefaults ¶

func NewCreateDomainRequestWithDefaults() *CreateDomainRequest

NewCreateDomainRequestWithDefaults instantiates a new CreateDomainRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateDomainRequest) GetDomain ¶

func (o *CreateDomainRequest) GetDomain() string

GetDomain returns the Domain field value

func (*CreateDomainRequest) GetDomainOk ¶

func (o *CreateDomainRequest) GetDomainOk() (*string, bool)

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

func (CreateDomainRequest) MarshalJSON ¶

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

func (*CreateDomainRequest) SetDomain ¶

func (o *CreateDomainRequest) SetDomain(v string)

SetDomain sets field value

func (CreateDomainRequest) ToMap ¶

func (o CreateDomainRequest) ToMap() (map[string]interface{}, error)

func (*CreateDomainRequest) UnmarshalJSON ¶

func (o *CreateDomainRequest) UnmarshalJSON(data []byte) (err error)

type CreateHookRequest ¶

type CreateHookRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the hook.
	Name *string `json:"name,omitempty"`
	// Use `events` instead.
	// Deprecated
	Event *string `json:"event,omitempty"`
	// An array of hook events.
	Events    []string                `json:"events,omitempty"`
	Config    CreateHookRequestConfig `json:"config"`
	Enabled   *bool                   `json:"enabled,omitempty"`
	CreatedAt *float32                `json:"createdAt,omitempty"`
}

CreateHookRequest struct for CreateHookRequest

func NewCreateHookRequest ¶

func NewCreateHookRequest(config CreateHookRequestConfig) *CreateHookRequest

NewCreateHookRequest instantiates a new CreateHookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateHookRequestWithDefaults ¶

func NewCreateHookRequestWithDefaults() *CreateHookRequest

NewCreateHookRequestWithDefaults instantiates a new CreateHookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateHookRequest) GetConfig ¶

GetConfig returns the Config field value

func (*CreateHookRequest) GetConfigOk ¶

func (o *CreateHookRequest) GetConfigOk() (*CreateHookRequestConfig, bool)

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

func (*CreateHookRequest) GetCreatedAt ¶

func (o *CreateHookRequest) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*CreateHookRequest) GetCreatedAtOk ¶

func (o *CreateHookRequest) GetCreatedAtOk() (*float32, bool)

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

func (*CreateHookRequest) GetEnabled ¶

func (o *CreateHookRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*CreateHookRequest) GetEnabledOk ¶

func (o *CreateHookRequest) GetEnabledOk() (*bool, bool)

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

func (*CreateHookRequest) GetEvent ¶

func (o *CreateHookRequest) GetEvent() string

GetEvent returns the Event field value if set, zero value otherwise. Deprecated

func (*CreateHookRequest) GetEventOk ¶

func (o *CreateHookRequest) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*CreateHookRequest) GetEvents ¶

func (o *CreateHookRequest) GetEvents() []string

GetEvents returns the Events field value if set, zero value otherwise.

func (*CreateHookRequest) GetEventsOk ¶

func (o *CreateHookRequest) GetEventsOk() ([]string, bool)

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

func (*CreateHookRequest) GetName ¶

func (o *CreateHookRequest) GetName() string

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

func (*CreateHookRequest) GetNameOk ¶

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

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

func (*CreateHookRequest) GetTenantId ¶

func (o *CreateHookRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateHookRequest) GetTenantIdOk ¶

func (o *CreateHookRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateHookRequest) HasCreatedAt ¶

func (o *CreateHookRequest) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*CreateHookRequest) HasEnabled ¶

func (o *CreateHookRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*CreateHookRequest) HasEvent ¶

func (o *CreateHookRequest) HasEvent() bool

HasEvent returns a boolean if a field has been set.

func (*CreateHookRequest) HasEvents ¶

func (o *CreateHookRequest) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*CreateHookRequest) HasName ¶

func (o *CreateHookRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateHookRequest) HasTenantId ¶

func (o *CreateHookRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (CreateHookRequest) MarshalJSON ¶

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

func (*CreateHookRequest) SetConfig ¶

SetConfig sets field value

func (*CreateHookRequest) SetCreatedAt ¶

func (o *CreateHookRequest) SetCreatedAt(v float32)

SetCreatedAt gets a reference to the given float32 and assigns it to the CreatedAt field.

func (*CreateHookRequest) SetEnabled ¶

func (o *CreateHookRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*CreateHookRequest) SetEvent ¶

func (o *CreateHookRequest) SetEvent(v string)

SetEvent gets a reference to the given string and assigns it to the Event field. Deprecated

func (*CreateHookRequest) SetEvents ¶

func (o *CreateHookRequest) SetEvents(v []string)

SetEvents gets a reference to the given []string and assigns it to the Events field.

func (*CreateHookRequest) SetName ¶

func (o *CreateHookRequest) SetName(v string)

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

func (*CreateHookRequest) SetTenantId ¶

func (o *CreateHookRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (CreateHookRequest) ToMap ¶

func (o CreateHookRequest) ToMap() (map[string]interface{}, error)

func (*CreateHookRequest) UnmarshalJSON ¶

func (o *CreateHookRequest) UnmarshalJSON(data []byte) (err error)

type CreateHookRequestConfig ¶

type CreateHookRequestConfig struct {
	Url     string             `json:"url"`
	Headers *map[string]string `json:"headers,omitempty"`
	// Now the retry times is fixed to 3. Keep for backward compatibility.
	// Deprecated
	Retries *float32 `json:"retries,omitempty"`
}

CreateHookRequestConfig struct for CreateHookRequestConfig

func NewCreateHookRequestConfig ¶

func NewCreateHookRequestConfig(url string) *CreateHookRequestConfig

NewCreateHookRequestConfig instantiates a new CreateHookRequestConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateHookRequestConfigWithDefaults ¶

func NewCreateHookRequestConfigWithDefaults() *CreateHookRequestConfig

NewCreateHookRequestConfigWithDefaults instantiates a new CreateHookRequestConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateHookRequestConfig) GetHeaders ¶

func (o *CreateHookRequestConfig) GetHeaders() map[string]string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*CreateHookRequestConfig) GetHeadersOk ¶

func (o *CreateHookRequestConfig) GetHeadersOk() (*map[string]string, bool)

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

func (*CreateHookRequestConfig) GetRetries ¶

func (o *CreateHookRequestConfig) GetRetries() float32

GetRetries returns the Retries field value if set, zero value otherwise. Deprecated

func (*CreateHookRequestConfig) GetRetriesOk ¶

func (o *CreateHookRequestConfig) GetRetriesOk() (*float32, bool)

GetRetriesOk returns a tuple with the Retries field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*CreateHookRequestConfig) GetUrl ¶

func (o *CreateHookRequestConfig) GetUrl() string

GetUrl returns the Url field value

func (*CreateHookRequestConfig) GetUrlOk ¶

func (o *CreateHookRequestConfig) GetUrlOk() (*string, bool)

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

func (*CreateHookRequestConfig) HasHeaders ¶

func (o *CreateHookRequestConfig) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*CreateHookRequestConfig) HasRetries ¶

func (o *CreateHookRequestConfig) HasRetries() bool

HasRetries returns a boolean if a field has been set.

func (CreateHookRequestConfig) MarshalJSON ¶

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

func (*CreateHookRequestConfig) SetHeaders ¶

func (o *CreateHookRequestConfig) SetHeaders(v map[string]string)

SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.

func (*CreateHookRequestConfig) SetRetries ¶

func (o *CreateHookRequestConfig) SetRetries(v float32)

SetRetries gets a reference to the given float32 and assigns it to the Retries field. Deprecated

func (*CreateHookRequestConfig) SetUrl ¶

func (o *CreateHookRequestConfig) SetUrl(v string)

SetUrl sets field value

func (CreateHookRequestConfig) ToMap ¶

func (o CreateHookRequestConfig) ToMap() (map[string]interface{}, error)

func (*CreateHookRequestConfig) UnmarshalJSON ¶

func (o *CreateHookRequestConfig) UnmarshalJSON(data []byte) (err error)

type CreateHookTestRequest ¶

type CreateHookTestRequest struct {
	// An array of hook events for testing.
	Events []string                    `json:"events"`
	Config CreateHookTestRequestConfig `json:"config"`
	// Use `events` instead.
	// Deprecated
	Event interface{} `json:"event,omitempty"`
}

CreateHookTestRequest struct for CreateHookTestRequest

func NewCreateHookTestRequest ¶

func NewCreateHookTestRequest(events []string, config CreateHookTestRequestConfig) *CreateHookTestRequest

NewCreateHookTestRequest instantiates a new CreateHookTestRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateHookTestRequestWithDefaults ¶

func NewCreateHookTestRequestWithDefaults() *CreateHookTestRequest

NewCreateHookTestRequestWithDefaults instantiates a new CreateHookTestRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateHookTestRequest) GetConfig ¶

GetConfig returns the Config field value

func (*CreateHookTestRequest) GetConfigOk ¶

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

func (*CreateHookTestRequest) GetEvent ¶

func (o *CreateHookTestRequest) GetEvent() interface{}

GetEvent returns the Event field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated

func (*CreateHookTestRequest) GetEventOk ¶

func (o *CreateHookTestRequest) GetEventOk() (*interface{}, bool)

GetEventOk returns a tuple with the Event field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated

func (*CreateHookTestRequest) GetEvents ¶

func (o *CreateHookTestRequest) GetEvents() []string

GetEvents returns the Events field value

func (*CreateHookTestRequest) GetEventsOk ¶

func (o *CreateHookTestRequest) GetEventsOk() ([]string, bool)

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

func (*CreateHookTestRequest) HasEvent ¶

func (o *CreateHookTestRequest) HasEvent() bool

HasEvent returns a boolean if a field has been set.

func (CreateHookTestRequest) MarshalJSON ¶

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

func (*CreateHookTestRequest) SetConfig ¶

SetConfig sets field value

func (*CreateHookTestRequest) SetEvent ¶

func (o *CreateHookTestRequest) SetEvent(v interface{})

SetEvent gets a reference to the given interface{} and assigns it to the Event field. Deprecated

func (*CreateHookTestRequest) SetEvents ¶

func (o *CreateHookTestRequest) SetEvents(v []string)

SetEvents sets field value

func (CreateHookTestRequest) ToMap ¶

func (o CreateHookTestRequest) ToMap() (map[string]interface{}, error)

func (*CreateHookTestRequest) UnmarshalJSON ¶

func (o *CreateHookTestRequest) UnmarshalJSON(data []byte) (err error)

type CreateHookTestRequestConfig ¶

type CreateHookTestRequestConfig struct {
	Url     string             `json:"url"`
	Headers *map[string]string `json:"headers,omitempty"`
	// Now the retry times is fixed to 3. Keep for backward compatibility.
	// Deprecated
	Retries *float32 `json:"retries,omitempty"`
}

CreateHookTestRequestConfig The hook configuration for testing.

func NewCreateHookTestRequestConfig ¶

func NewCreateHookTestRequestConfig(url string) *CreateHookTestRequestConfig

NewCreateHookTestRequestConfig instantiates a new CreateHookTestRequestConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateHookTestRequestConfigWithDefaults ¶

func NewCreateHookTestRequestConfigWithDefaults() *CreateHookTestRequestConfig

NewCreateHookTestRequestConfigWithDefaults instantiates a new CreateHookTestRequestConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateHookTestRequestConfig) GetHeaders ¶

func (o *CreateHookTestRequestConfig) GetHeaders() map[string]string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*CreateHookTestRequestConfig) GetHeadersOk ¶

func (o *CreateHookTestRequestConfig) GetHeadersOk() (*map[string]string, bool)

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

func (*CreateHookTestRequestConfig) GetRetries ¶

func (o *CreateHookTestRequestConfig) GetRetries() float32

GetRetries returns the Retries field value if set, zero value otherwise. Deprecated

func (*CreateHookTestRequestConfig) GetRetriesOk ¶

func (o *CreateHookTestRequestConfig) GetRetriesOk() (*float32, bool)

GetRetriesOk returns a tuple with the Retries field value if set, nil otherwise and a boolean to check if the value has been set. Deprecated

func (*CreateHookTestRequestConfig) GetUrl ¶

func (o *CreateHookTestRequestConfig) GetUrl() string

GetUrl returns the Url field value

func (*CreateHookTestRequestConfig) GetUrlOk ¶

func (o *CreateHookTestRequestConfig) GetUrlOk() (*string, bool)

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

func (*CreateHookTestRequestConfig) HasHeaders ¶

func (o *CreateHookTestRequestConfig) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*CreateHookTestRequestConfig) HasRetries ¶

func (o *CreateHookTestRequestConfig) HasRetries() bool

HasRetries returns a boolean if a field has been set.

func (CreateHookTestRequestConfig) MarshalJSON ¶

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

func (*CreateHookTestRequestConfig) SetHeaders ¶

func (o *CreateHookTestRequestConfig) SetHeaders(v map[string]string)

SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.

func (*CreateHookTestRequestConfig) SetRetries ¶

func (o *CreateHookTestRequestConfig) SetRetries(v float32)

SetRetries gets a reference to the given float32 and assigns it to the Retries field. Deprecated

func (*CreateHookTestRequestConfig) SetUrl ¶

func (o *CreateHookTestRequestConfig) SetUrl(v string)

SetUrl sets field value

func (CreateHookTestRequestConfig) ToMap ¶

func (o CreateHookTestRequestConfig) ToMap() (map[string]interface{}, error)

func (*CreateHookTestRequestConfig) UnmarshalJSON ¶

func (o *CreateHookTestRequestConfig) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationInvitationRequest ¶

type CreateOrganizationInvitationRequest struct {
	// The ID of the user who is inviting the user to join the organization.
	InviterId NullableString `json:"inviterId,omitempty"`
	// The email address of the user to invite to join the organization.
	Invitee string `json:"invitee"`
	// The ID of the organization to invite the user to join.
	OrganizationId string `json:"organizationId"`
	// The epoch time in milliseconds when the invitation expires.
	ExpiresAt float32 `json:"expiresAt"`
	// The IDs of the organization roles to assign to the user when they accept the invitation.
	OrganizationRoleIds []string                                          `json:"organizationRoleIds,omitempty"`
	MessagePayload      CreateOrganizationInvitationRequestMessagePayload `json:"messagePayload"`
}

CreateOrganizationInvitationRequest struct for CreateOrganizationInvitationRequest

func NewCreateOrganizationInvitationRequest ¶

func NewCreateOrganizationInvitationRequest(invitee string, organizationId string, expiresAt float32, messagePayload CreateOrganizationInvitationRequestMessagePayload) *CreateOrganizationInvitationRequest

NewCreateOrganizationInvitationRequest instantiates a new CreateOrganizationInvitationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationInvitationRequestWithDefaults ¶

func NewCreateOrganizationInvitationRequestWithDefaults() *CreateOrganizationInvitationRequest

NewCreateOrganizationInvitationRequestWithDefaults instantiates a new CreateOrganizationInvitationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationInvitationRequest) GetExpiresAt ¶

func (o *CreateOrganizationInvitationRequest) GetExpiresAt() float32

GetExpiresAt returns the ExpiresAt field value

func (*CreateOrganizationInvitationRequest) GetExpiresAtOk ¶

func (o *CreateOrganizationInvitationRequest) GetExpiresAtOk() (*float32, bool)

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

func (*CreateOrganizationInvitationRequest) GetInvitee ¶

GetInvitee returns the Invitee field value

func (*CreateOrganizationInvitationRequest) GetInviteeOk ¶

func (o *CreateOrganizationInvitationRequest) GetInviteeOk() (*string, bool)

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

func (*CreateOrganizationInvitationRequest) GetInviterId ¶

func (o *CreateOrganizationInvitationRequest) GetInviterId() string

GetInviterId returns the InviterId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateOrganizationInvitationRequest) GetInviterIdOk ¶

func (o *CreateOrganizationInvitationRequest) GetInviterIdOk() (*string, bool)

GetInviterIdOk returns a tuple with the InviterId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateOrganizationInvitationRequest) GetMessagePayload ¶

GetMessagePayload returns the MessagePayload field value

func (*CreateOrganizationInvitationRequest) GetMessagePayloadOk ¶

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

func (*CreateOrganizationInvitationRequest) GetOrganizationId ¶

func (o *CreateOrganizationInvitationRequest) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*CreateOrganizationInvitationRequest) GetOrganizationIdOk ¶

func (o *CreateOrganizationInvitationRequest) GetOrganizationIdOk() (*string, bool)

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

func (*CreateOrganizationInvitationRequest) GetOrganizationRoleIds ¶

func (o *CreateOrganizationInvitationRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value if set, zero value otherwise.

func (*CreateOrganizationInvitationRequest) GetOrganizationRoleIdsOk ¶

func (o *CreateOrganizationInvitationRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (*CreateOrganizationInvitationRequest) HasInviterId ¶

func (o *CreateOrganizationInvitationRequest) HasInviterId() bool

HasInviterId returns a boolean if a field has been set.

func (*CreateOrganizationInvitationRequest) HasOrganizationRoleIds ¶

func (o *CreateOrganizationInvitationRequest) HasOrganizationRoleIds() bool

HasOrganizationRoleIds returns a boolean if a field has been set.

func (CreateOrganizationInvitationRequest) MarshalJSON ¶

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

func (*CreateOrganizationInvitationRequest) SetExpiresAt ¶

func (o *CreateOrganizationInvitationRequest) SetExpiresAt(v float32)

SetExpiresAt sets field value

func (*CreateOrganizationInvitationRequest) SetInvitee ¶

SetInvitee sets field value

func (*CreateOrganizationInvitationRequest) SetInviterId ¶

func (o *CreateOrganizationInvitationRequest) SetInviterId(v string)

SetInviterId gets a reference to the given NullableString and assigns it to the InviterId field.

func (*CreateOrganizationInvitationRequest) SetInviterIdNil ¶

func (o *CreateOrganizationInvitationRequest) SetInviterIdNil()

SetInviterIdNil sets the value for InviterId to be an explicit nil

func (*CreateOrganizationInvitationRequest) SetMessagePayload ¶

SetMessagePayload sets field value

func (*CreateOrganizationInvitationRequest) SetOrganizationId ¶

func (o *CreateOrganizationInvitationRequest) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*CreateOrganizationInvitationRequest) SetOrganizationRoleIds ¶

func (o *CreateOrganizationInvitationRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds gets a reference to the given []string and assigns it to the OrganizationRoleIds field.

func (CreateOrganizationInvitationRequest) ToMap ¶

func (o CreateOrganizationInvitationRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationInvitationRequest) UnmarshalJSON ¶

func (o *CreateOrganizationInvitationRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateOrganizationInvitationRequest) UnsetInviterId ¶

func (o *CreateOrganizationInvitationRequest) UnsetInviterId()

UnsetInviterId ensures that no value is present for InviterId, not even an explicit nil

type CreateOrganizationInvitationRequestMessagePayload ¶

type CreateOrganizationInvitationRequestMessagePayload struct {
	CreateOrganizationInvitationRequestMessagePayloadOneOf *CreateOrganizationInvitationRequestMessagePayloadOneOf
	Bool                                                   *bool
}

CreateOrganizationInvitationRequestMessagePayload - The message payload for the \"OrganizationInvitation\" template to use when sending the invitation via email. If it is `false`, the invitation will not be sent via email.

func BoolAsCreateOrganizationInvitationRequestMessagePayload ¶

func BoolAsCreateOrganizationInvitationRequestMessagePayload(v *bool) CreateOrganizationInvitationRequestMessagePayload

boolAsCreateOrganizationInvitationRequestMessagePayload is a convenience function that returns bool wrapped in CreateOrganizationInvitationRequestMessagePayload

func CreateOrganizationInvitationRequestMessagePayloadOneOfAsCreateOrganizationInvitationRequestMessagePayload ¶

func CreateOrganizationInvitationRequestMessagePayloadOneOfAsCreateOrganizationInvitationRequestMessagePayload(v *CreateOrganizationInvitationRequestMessagePayloadOneOf) CreateOrganizationInvitationRequestMessagePayload

CreateOrganizationInvitationRequestMessagePayloadOneOfAsCreateOrganizationInvitationRequestMessagePayload is a convenience function that returns CreateOrganizationInvitationRequestMessagePayloadOneOf wrapped in CreateOrganizationInvitationRequestMessagePayload

func (*CreateOrganizationInvitationRequestMessagePayload) GetActualInstance ¶

func (obj *CreateOrganizationInvitationRequestMessagePayload) GetActualInstance() interface{}

Get the actual instance

func (CreateOrganizationInvitationRequestMessagePayload) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*CreateOrganizationInvitationRequestMessagePayload) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type CreateOrganizationInvitationRequestMessagePayloadOneOf ¶

type CreateOrganizationInvitationRequestMessagePayloadOneOf struct {
	Code *string `json:"code,omitempty"`
	Link *string `json:"link,omitempty"`
}

CreateOrganizationInvitationRequestMessagePayloadOneOf struct for CreateOrganizationInvitationRequestMessagePayloadOneOf

func NewCreateOrganizationInvitationRequestMessagePayloadOneOf ¶

func NewCreateOrganizationInvitationRequestMessagePayloadOneOf() *CreateOrganizationInvitationRequestMessagePayloadOneOf

NewCreateOrganizationInvitationRequestMessagePayloadOneOf instantiates a new CreateOrganizationInvitationRequestMessagePayloadOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationInvitationRequestMessagePayloadOneOfWithDefaults ¶

func NewCreateOrganizationInvitationRequestMessagePayloadOneOfWithDefaults() *CreateOrganizationInvitationRequestMessagePayloadOneOf

NewCreateOrganizationInvitationRequestMessagePayloadOneOfWithDefaults instantiates a new CreateOrganizationInvitationRequestMessagePayloadOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationInvitationRequestMessagePayloadOneOf) GetCode ¶

GetCode returns the Code field value if set, zero value otherwise.

func (*CreateOrganizationInvitationRequestMessagePayloadOneOf) GetCodeOk ¶

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

GetLink returns the Link field value if set, zero value otherwise.

func (*CreateOrganizationInvitationRequestMessagePayloadOneOf) GetLinkOk ¶

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

func (*CreateOrganizationInvitationRequestMessagePayloadOneOf) HasCode ¶

HasCode returns a boolean if a field has been set.

HasLink returns a boolean if a field has been set.

func (CreateOrganizationInvitationRequestMessagePayloadOneOf) MarshalJSON ¶

func (*CreateOrganizationInvitationRequestMessagePayloadOneOf) SetCode ¶

SetCode gets a reference to the given string and assigns it to the Code field.

SetLink gets a reference to the given string and assigns it to the Link field.

func (CreateOrganizationInvitationRequestMessagePayloadOneOf) ToMap ¶

type CreateOrganizationJitEmailDomainRequest ¶

type CreateOrganizationJitEmailDomainRequest struct {
	// The email domain to add.
	EmailDomain string `json:"emailDomain"`
}

CreateOrganizationJitEmailDomainRequest struct for CreateOrganizationJitEmailDomainRequest

func NewCreateOrganizationJitEmailDomainRequest ¶

func NewCreateOrganizationJitEmailDomainRequest(emailDomain string) *CreateOrganizationJitEmailDomainRequest

NewCreateOrganizationJitEmailDomainRequest instantiates a new CreateOrganizationJitEmailDomainRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationJitEmailDomainRequestWithDefaults ¶

func NewCreateOrganizationJitEmailDomainRequestWithDefaults() *CreateOrganizationJitEmailDomainRequest

NewCreateOrganizationJitEmailDomainRequestWithDefaults instantiates a new CreateOrganizationJitEmailDomainRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationJitEmailDomainRequest) GetEmailDomain ¶

func (o *CreateOrganizationJitEmailDomainRequest) GetEmailDomain() string

GetEmailDomain returns the EmailDomain field value

func (*CreateOrganizationJitEmailDomainRequest) GetEmailDomainOk ¶

func (o *CreateOrganizationJitEmailDomainRequest) GetEmailDomainOk() (*string, bool)

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

func (CreateOrganizationJitEmailDomainRequest) MarshalJSON ¶

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

func (*CreateOrganizationJitEmailDomainRequest) SetEmailDomain ¶

func (o *CreateOrganizationJitEmailDomainRequest) SetEmailDomain(v string)

SetEmailDomain sets field value

func (CreateOrganizationJitEmailDomainRequest) ToMap ¶

func (o CreateOrganizationJitEmailDomainRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationJitEmailDomainRequest) UnmarshalJSON ¶

func (o *CreateOrganizationJitEmailDomainRequest) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationJitRoleRequest ¶

type CreateOrganizationJitRoleRequest struct {
	// The organization role IDs to add.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

CreateOrganizationJitRoleRequest struct for CreateOrganizationJitRoleRequest

func NewCreateOrganizationJitRoleRequest ¶

func NewCreateOrganizationJitRoleRequest(organizationRoleIds []string) *CreateOrganizationJitRoleRequest

NewCreateOrganizationJitRoleRequest instantiates a new CreateOrganizationJitRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationJitRoleRequestWithDefaults ¶

func NewCreateOrganizationJitRoleRequestWithDefaults() *CreateOrganizationJitRoleRequest

NewCreateOrganizationJitRoleRequestWithDefaults instantiates a new CreateOrganizationJitRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationJitRoleRequest) GetOrganizationRoleIds ¶

func (o *CreateOrganizationJitRoleRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*CreateOrganizationJitRoleRequest) GetOrganizationRoleIdsOk ¶

func (o *CreateOrganizationJitRoleRequest) GetOrganizationRoleIdsOk() ([]string, bool)

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

func (CreateOrganizationJitRoleRequest) MarshalJSON ¶

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

func (*CreateOrganizationJitRoleRequest) SetOrganizationRoleIds ¶

func (o *CreateOrganizationJitRoleRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (CreateOrganizationJitRoleRequest) ToMap ¶

func (o CreateOrganizationJitRoleRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationJitRoleRequest) UnmarshalJSON ¶

func (o *CreateOrganizationJitRoleRequest) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationJitSsoConnectorRequest ¶

type CreateOrganizationJitSsoConnectorRequest struct {
	// The SSO connector IDs to add.
	SsoConnectorIds []string `json:"ssoConnectorIds"`
}

CreateOrganizationJitSsoConnectorRequest struct for CreateOrganizationJitSsoConnectorRequest

func NewCreateOrganizationJitSsoConnectorRequest ¶

func NewCreateOrganizationJitSsoConnectorRequest(ssoConnectorIds []string) *CreateOrganizationJitSsoConnectorRequest

NewCreateOrganizationJitSsoConnectorRequest instantiates a new CreateOrganizationJitSsoConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationJitSsoConnectorRequestWithDefaults ¶

func NewCreateOrganizationJitSsoConnectorRequestWithDefaults() *CreateOrganizationJitSsoConnectorRequest

NewCreateOrganizationJitSsoConnectorRequestWithDefaults instantiates a new CreateOrganizationJitSsoConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationJitSsoConnectorRequest) GetSsoConnectorIds ¶

func (o *CreateOrganizationJitSsoConnectorRequest) GetSsoConnectorIds() []string

GetSsoConnectorIds returns the SsoConnectorIds field value

func (*CreateOrganizationJitSsoConnectorRequest) GetSsoConnectorIdsOk ¶

func (o *CreateOrganizationJitSsoConnectorRequest) GetSsoConnectorIdsOk() ([]string, bool)

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

func (CreateOrganizationJitSsoConnectorRequest) MarshalJSON ¶

func (*CreateOrganizationJitSsoConnectorRequest) SetSsoConnectorIds ¶

func (o *CreateOrganizationJitSsoConnectorRequest) SetSsoConnectorIds(v []string)

SetSsoConnectorIds sets field value

func (CreateOrganizationJitSsoConnectorRequest) ToMap ¶

func (o CreateOrganizationJitSsoConnectorRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationJitSsoConnectorRequest) UnmarshalJSON ¶

func (o *CreateOrganizationJitSsoConnectorRequest) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationRequest ¶

type CreateOrganizationRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the organization.
	Name string `json:"name"`
	// The description of the organization.
	Description NullableString `json:"description,omitempty"`
	// arbitrary
	CustomData    map[string]interface{} `json:"customData,omitempty"`
	IsMfaRequired *bool                  `json:"isMfaRequired,omitempty"`
	CreatedAt     *float32               `json:"createdAt,omitempty"`
}

CreateOrganizationRequest struct for CreateOrganizationRequest

func NewCreateOrganizationRequest ¶

func NewCreateOrganizationRequest(name string) *CreateOrganizationRequest

NewCreateOrganizationRequest instantiates a new CreateOrganizationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationRequestWithDefaults ¶

func NewCreateOrganizationRequestWithDefaults() *CreateOrganizationRequest

NewCreateOrganizationRequestWithDefaults instantiates a new CreateOrganizationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationRequest) GetCreatedAt ¶

func (o *CreateOrganizationRequest) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*CreateOrganizationRequest) GetCreatedAtOk ¶

func (o *CreateOrganizationRequest) GetCreatedAtOk() (*float32, bool)

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

func (*CreateOrganizationRequest) GetCustomData ¶

func (o *CreateOrganizationRequest) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*CreateOrganizationRequest) GetCustomDataOk ¶

func (o *CreateOrganizationRequest) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*CreateOrganizationRequest) GetDescription ¶

func (o *CreateOrganizationRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateOrganizationRequest) GetDescriptionOk ¶

func (o *CreateOrganizationRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateOrganizationRequest) GetIsMfaRequired ¶

func (o *CreateOrganizationRequest) GetIsMfaRequired() bool

GetIsMfaRequired returns the IsMfaRequired field value if set, zero value otherwise.

func (*CreateOrganizationRequest) GetIsMfaRequiredOk ¶

func (o *CreateOrganizationRequest) GetIsMfaRequiredOk() (*bool, bool)

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

func (*CreateOrganizationRequest) GetName ¶

func (o *CreateOrganizationRequest) GetName() string

GetName returns the Name field value

func (*CreateOrganizationRequest) GetNameOk ¶

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

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

func (*CreateOrganizationRequest) GetTenantId ¶

func (o *CreateOrganizationRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateOrganizationRequest) GetTenantIdOk ¶

func (o *CreateOrganizationRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateOrganizationRequest) HasCreatedAt ¶

func (o *CreateOrganizationRequest) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*CreateOrganizationRequest) HasCustomData ¶

func (o *CreateOrganizationRequest) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*CreateOrganizationRequest) HasDescription ¶

func (o *CreateOrganizationRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateOrganizationRequest) HasIsMfaRequired ¶

func (o *CreateOrganizationRequest) HasIsMfaRequired() bool

HasIsMfaRequired returns a boolean if a field has been set.

func (*CreateOrganizationRequest) HasTenantId ¶

func (o *CreateOrganizationRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (CreateOrganizationRequest) MarshalJSON ¶

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

func (*CreateOrganizationRequest) SetCreatedAt ¶

func (o *CreateOrganizationRequest) SetCreatedAt(v float32)

SetCreatedAt gets a reference to the given float32 and assigns it to the CreatedAt field.

func (*CreateOrganizationRequest) SetCustomData ¶

func (o *CreateOrganizationRequest) SetCustomData(v map[string]interface{})

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

func (*CreateOrganizationRequest) SetDescription ¶

func (o *CreateOrganizationRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CreateOrganizationRequest) SetDescriptionNil ¶

func (o *CreateOrganizationRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CreateOrganizationRequest) SetIsMfaRequired ¶

func (o *CreateOrganizationRequest) SetIsMfaRequired(v bool)

SetIsMfaRequired gets a reference to the given bool and assigns it to the IsMfaRequired field.

func (*CreateOrganizationRequest) SetName ¶

func (o *CreateOrganizationRequest) SetName(v string)

SetName sets field value

func (*CreateOrganizationRequest) SetTenantId ¶

func (o *CreateOrganizationRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (CreateOrganizationRequest) ToMap ¶

func (o CreateOrganizationRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationRequest) UnmarshalJSON ¶

func (o *CreateOrganizationRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateOrganizationRequest) UnsetDescription ¶

func (o *CreateOrganizationRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CreateOrganizationRoleRequest ¶

type CreateOrganizationRoleRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the organization role. It must be unique within the organization template.
	Name string `json:"name"`
	// The description of the organization role.
	Description NullableString `json:"description,omitempty"`
	Type        *string        `json:"type,omitempty"`
	// An array of organization scope IDs to be assigned to the organization role.
	OrganizationScopeIds []string `json:"organizationScopeIds"`
	// An array of resource scope IDs to be assigned to the organization role.
	ResourceScopeIds []string `json:"resourceScopeIds"`
}

CreateOrganizationRoleRequest struct for CreateOrganizationRoleRequest

func NewCreateOrganizationRoleRequest ¶

func NewCreateOrganizationRoleRequest(name string, organizationScopeIds []string, resourceScopeIds []string) *CreateOrganizationRoleRequest

NewCreateOrganizationRoleRequest instantiates a new CreateOrganizationRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationRoleRequestWithDefaults ¶

func NewCreateOrganizationRoleRequestWithDefaults() *CreateOrganizationRoleRequest

NewCreateOrganizationRoleRequestWithDefaults instantiates a new CreateOrganizationRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationRoleRequest) GetDescription ¶

func (o *CreateOrganizationRoleRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateOrganizationRoleRequest) GetDescriptionOk ¶

func (o *CreateOrganizationRoleRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateOrganizationRoleRequest) GetName ¶

GetName returns the Name field value

func (*CreateOrganizationRoleRequest) GetNameOk ¶

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

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

func (*CreateOrganizationRoleRequest) GetOrganizationScopeIds ¶

func (o *CreateOrganizationRoleRequest) GetOrganizationScopeIds() []string

GetOrganizationScopeIds returns the OrganizationScopeIds field value

func (*CreateOrganizationRoleRequest) GetOrganizationScopeIdsOk ¶

func (o *CreateOrganizationRoleRequest) GetOrganizationScopeIdsOk() ([]string, bool)

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

func (*CreateOrganizationRoleRequest) GetResourceScopeIds ¶

func (o *CreateOrganizationRoleRequest) GetResourceScopeIds() []string

GetResourceScopeIds returns the ResourceScopeIds field value

func (*CreateOrganizationRoleRequest) GetResourceScopeIdsOk ¶

func (o *CreateOrganizationRoleRequest) GetResourceScopeIdsOk() ([]string, bool)

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

func (*CreateOrganizationRoleRequest) GetTenantId ¶

func (o *CreateOrganizationRoleRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateOrganizationRoleRequest) GetTenantIdOk ¶

func (o *CreateOrganizationRoleRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateOrganizationRoleRequest) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*CreateOrganizationRoleRequest) GetTypeOk ¶

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

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

func (*CreateOrganizationRoleRequest) HasDescription ¶

func (o *CreateOrganizationRoleRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateOrganizationRoleRequest) HasTenantId ¶

func (o *CreateOrganizationRoleRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (*CreateOrganizationRoleRequest) HasType ¶

func (o *CreateOrganizationRoleRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (CreateOrganizationRoleRequest) MarshalJSON ¶

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

func (*CreateOrganizationRoleRequest) SetDescription ¶

func (o *CreateOrganizationRoleRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CreateOrganizationRoleRequest) SetDescriptionNil ¶

func (o *CreateOrganizationRoleRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CreateOrganizationRoleRequest) SetName ¶

func (o *CreateOrganizationRoleRequest) SetName(v string)

SetName sets field value

func (*CreateOrganizationRoleRequest) SetOrganizationScopeIds ¶

func (o *CreateOrganizationRoleRequest) SetOrganizationScopeIds(v []string)

SetOrganizationScopeIds sets field value

func (*CreateOrganizationRoleRequest) SetResourceScopeIds ¶

func (o *CreateOrganizationRoleRequest) SetResourceScopeIds(v []string)

SetResourceScopeIds sets field value

func (*CreateOrganizationRoleRequest) SetTenantId ¶

func (o *CreateOrganizationRoleRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (*CreateOrganizationRoleRequest) SetType ¶

func (o *CreateOrganizationRoleRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (CreateOrganizationRoleRequest) ToMap ¶

func (o CreateOrganizationRoleRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationRoleRequest) UnmarshalJSON ¶

func (o *CreateOrganizationRoleRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateOrganizationRoleRequest) UnsetDescription ¶

func (o *CreateOrganizationRoleRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CreateOrganizationRoleResourceScopeRequest ¶

type CreateOrganizationRoleResourceScopeRequest struct {
	// An array of resource scope IDs to be assigned. Existed scope IDs assignments will be ignored.
	ScopeIds []string `json:"scopeIds"`
}

CreateOrganizationRoleResourceScopeRequest struct for CreateOrganizationRoleResourceScopeRequest

func NewCreateOrganizationRoleResourceScopeRequest ¶

func NewCreateOrganizationRoleResourceScopeRequest(scopeIds []string) *CreateOrganizationRoleResourceScopeRequest

NewCreateOrganizationRoleResourceScopeRequest instantiates a new CreateOrganizationRoleResourceScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationRoleResourceScopeRequestWithDefaults ¶

func NewCreateOrganizationRoleResourceScopeRequestWithDefaults() *CreateOrganizationRoleResourceScopeRequest

NewCreateOrganizationRoleResourceScopeRequestWithDefaults instantiates a new CreateOrganizationRoleResourceScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationRoleResourceScopeRequest) GetScopeIds ¶

GetScopeIds returns the ScopeIds field value

func (*CreateOrganizationRoleResourceScopeRequest) GetScopeIdsOk ¶

func (o *CreateOrganizationRoleResourceScopeRequest) GetScopeIdsOk() ([]string, bool)

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

func (CreateOrganizationRoleResourceScopeRequest) MarshalJSON ¶

func (*CreateOrganizationRoleResourceScopeRequest) SetScopeIds ¶

SetScopeIds sets field value

func (CreateOrganizationRoleResourceScopeRequest) ToMap ¶

func (o CreateOrganizationRoleResourceScopeRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationRoleResourceScopeRequest) UnmarshalJSON ¶

func (o *CreateOrganizationRoleResourceScopeRequest) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationRoleScopeRequest ¶

type CreateOrganizationRoleScopeRequest struct {
	// An array of organization scope IDs to be assigned. Existed scope IDs assignments will be ignored.
	OrganizationScopeIds []string `json:"organizationScopeIds"`
}

CreateOrganizationRoleScopeRequest struct for CreateOrganizationRoleScopeRequest

func NewCreateOrganizationRoleScopeRequest ¶

func NewCreateOrganizationRoleScopeRequest(organizationScopeIds []string) *CreateOrganizationRoleScopeRequest

NewCreateOrganizationRoleScopeRequest instantiates a new CreateOrganizationRoleScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationRoleScopeRequestWithDefaults ¶

func NewCreateOrganizationRoleScopeRequestWithDefaults() *CreateOrganizationRoleScopeRequest

NewCreateOrganizationRoleScopeRequestWithDefaults instantiates a new CreateOrganizationRoleScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationRoleScopeRequest) GetOrganizationScopeIds ¶

func (o *CreateOrganizationRoleScopeRequest) GetOrganizationScopeIds() []string

GetOrganizationScopeIds returns the OrganizationScopeIds field value

func (*CreateOrganizationRoleScopeRequest) GetOrganizationScopeIdsOk ¶

func (o *CreateOrganizationRoleScopeRequest) GetOrganizationScopeIdsOk() ([]string, bool)

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

func (CreateOrganizationRoleScopeRequest) MarshalJSON ¶

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

func (*CreateOrganizationRoleScopeRequest) SetOrganizationScopeIds ¶

func (o *CreateOrganizationRoleScopeRequest) SetOrganizationScopeIds(v []string)

SetOrganizationScopeIds sets field value

func (CreateOrganizationRoleScopeRequest) ToMap ¶

func (o CreateOrganizationRoleScopeRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationRoleScopeRequest) UnmarshalJSON ¶

func (o *CreateOrganizationRoleScopeRequest) UnmarshalJSON(data []byte) (err error)

type CreateOrganizationScopeRequest ¶

type CreateOrganizationScopeRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the organization scope. It must be unique within the organization template.
	Name string `json:"name"`
	// The description of the organization scope.
	Description NullableString `json:"description,omitempty"`
}

CreateOrganizationScopeRequest struct for CreateOrganizationScopeRequest

func NewCreateOrganizationScopeRequest ¶

func NewCreateOrganizationScopeRequest(name string) *CreateOrganizationScopeRequest

NewCreateOrganizationScopeRequest instantiates a new CreateOrganizationScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateOrganizationScopeRequestWithDefaults ¶

func NewCreateOrganizationScopeRequestWithDefaults() *CreateOrganizationScopeRequest

NewCreateOrganizationScopeRequestWithDefaults instantiates a new CreateOrganizationScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateOrganizationScopeRequest) GetDescription ¶

func (o *CreateOrganizationScopeRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateOrganizationScopeRequest) GetDescriptionOk ¶

func (o *CreateOrganizationScopeRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateOrganizationScopeRequest) GetName ¶

GetName returns the Name field value

func (*CreateOrganizationScopeRequest) GetNameOk ¶

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

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

func (*CreateOrganizationScopeRequest) GetTenantId ¶

func (o *CreateOrganizationScopeRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateOrganizationScopeRequest) GetTenantIdOk ¶

func (o *CreateOrganizationScopeRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateOrganizationScopeRequest) HasDescription ¶

func (o *CreateOrganizationScopeRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*CreateOrganizationScopeRequest) HasTenantId ¶

func (o *CreateOrganizationScopeRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (CreateOrganizationScopeRequest) MarshalJSON ¶

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

func (*CreateOrganizationScopeRequest) SetDescription ¶

func (o *CreateOrganizationScopeRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CreateOrganizationScopeRequest) SetDescriptionNil ¶

func (o *CreateOrganizationScopeRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CreateOrganizationScopeRequest) SetName ¶

func (o *CreateOrganizationScopeRequest) SetName(v string)

SetName sets field value

func (*CreateOrganizationScopeRequest) SetTenantId ¶

func (o *CreateOrganizationScopeRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (CreateOrganizationScopeRequest) ToMap ¶

func (o CreateOrganizationScopeRequest) ToMap() (map[string]interface{}, error)

func (*CreateOrganizationScopeRequest) UnmarshalJSON ¶

func (o *CreateOrganizationScopeRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateOrganizationScopeRequest) UnsetDescription ¶

func (o *CreateOrganizationScopeRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CreateResourceRequest ¶

type CreateResourceRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the resource.
	Name string `json:"name"`
	// The unique resource indicator. Should be a valid URI.
	Indicator string `json:"indicator"`
	// The access token TTL in seconds. It affects the `exp` claim of the access token granted for this resource.
	AccessTokenTtl *float32 `json:"accessTokenTtl,omitempty"`
}

CreateResourceRequest struct for CreateResourceRequest

func NewCreateResourceRequest ¶

func NewCreateResourceRequest(name string, indicator string) *CreateResourceRequest

NewCreateResourceRequest instantiates a new CreateResourceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateResourceRequestWithDefaults ¶

func NewCreateResourceRequestWithDefaults() *CreateResourceRequest

NewCreateResourceRequestWithDefaults instantiates a new CreateResourceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateResourceRequest) GetAccessTokenTtl ¶

func (o *CreateResourceRequest) GetAccessTokenTtl() float32

GetAccessTokenTtl returns the AccessTokenTtl field value if set, zero value otherwise.

func (*CreateResourceRequest) GetAccessTokenTtlOk ¶

func (o *CreateResourceRequest) GetAccessTokenTtlOk() (*float32, bool)

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

func (*CreateResourceRequest) GetIndicator ¶

func (o *CreateResourceRequest) GetIndicator() string

GetIndicator returns the Indicator field value

func (*CreateResourceRequest) GetIndicatorOk ¶

func (o *CreateResourceRequest) GetIndicatorOk() (*string, bool)

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

func (*CreateResourceRequest) GetName ¶

func (o *CreateResourceRequest) GetName() string

GetName returns the Name field value

func (*CreateResourceRequest) GetNameOk ¶

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

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

func (*CreateResourceRequest) GetTenantId ¶

func (o *CreateResourceRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateResourceRequest) GetTenantIdOk ¶

func (o *CreateResourceRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateResourceRequest) HasAccessTokenTtl ¶

func (o *CreateResourceRequest) HasAccessTokenTtl() bool

HasAccessTokenTtl returns a boolean if a field has been set.

func (*CreateResourceRequest) HasTenantId ¶

func (o *CreateResourceRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (CreateResourceRequest) MarshalJSON ¶

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

func (*CreateResourceRequest) SetAccessTokenTtl ¶

func (o *CreateResourceRequest) SetAccessTokenTtl(v float32)

SetAccessTokenTtl gets a reference to the given float32 and assigns it to the AccessTokenTtl field.

func (*CreateResourceRequest) SetIndicator ¶

func (o *CreateResourceRequest) SetIndicator(v string)

SetIndicator sets field value

func (*CreateResourceRequest) SetName ¶

func (o *CreateResourceRequest) SetName(v string)

SetName sets field value

func (*CreateResourceRequest) SetTenantId ¶

func (o *CreateResourceRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (CreateResourceRequest) ToMap ¶

func (o CreateResourceRequest) ToMap() (map[string]interface{}, error)

func (*CreateResourceRequest) UnmarshalJSON ¶

func (o *CreateResourceRequest) UnmarshalJSON(data []byte) (err error)

type CreateResourceScopeRequest ¶

type CreateResourceScopeRequest struct {
	// The name of the scope. It should be unique for the resource.
	Name        string         `json:"name"`
	Description NullableString `json:"description,omitempty"`
}

CreateResourceScopeRequest struct for CreateResourceScopeRequest

func NewCreateResourceScopeRequest ¶

func NewCreateResourceScopeRequest(name string) *CreateResourceScopeRequest

NewCreateResourceScopeRequest instantiates a new CreateResourceScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateResourceScopeRequestWithDefaults ¶

func NewCreateResourceScopeRequestWithDefaults() *CreateResourceScopeRequest

NewCreateResourceScopeRequestWithDefaults instantiates a new CreateResourceScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateResourceScopeRequest) GetDescription ¶

func (o *CreateResourceScopeRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateResourceScopeRequest) GetDescriptionOk ¶

func (o *CreateResourceScopeRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateResourceScopeRequest) GetName ¶

func (o *CreateResourceScopeRequest) GetName() string

GetName returns the Name field value

func (*CreateResourceScopeRequest) GetNameOk ¶

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

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

func (*CreateResourceScopeRequest) HasDescription ¶

func (o *CreateResourceScopeRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (CreateResourceScopeRequest) MarshalJSON ¶

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

func (*CreateResourceScopeRequest) SetDescription ¶

func (o *CreateResourceScopeRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*CreateResourceScopeRequest) SetDescriptionNil ¶

func (o *CreateResourceScopeRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*CreateResourceScopeRequest) SetName ¶

func (o *CreateResourceScopeRequest) SetName(v string)

SetName sets field value

func (CreateResourceScopeRequest) ToMap ¶

func (o CreateResourceScopeRequest) ToMap() (map[string]interface{}, error)

func (*CreateResourceScopeRequest) UnmarshalJSON ¶

func (o *CreateResourceScopeRequest) UnmarshalJSON(data []byte) (err error)

func (*CreateResourceScopeRequest) UnsetDescription ¶

func (o *CreateResourceScopeRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type CreateRoleApplicationRequest ¶

type CreateRoleApplicationRequest struct {
	// An array of application IDs to be assigned.
	ApplicationIds []string `json:"applicationIds"`
}

CreateRoleApplicationRequest struct for CreateRoleApplicationRequest

func NewCreateRoleApplicationRequest ¶

func NewCreateRoleApplicationRequest(applicationIds []string) *CreateRoleApplicationRequest

NewCreateRoleApplicationRequest instantiates a new CreateRoleApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleApplicationRequestWithDefaults ¶

func NewCreateRoleApplicationRequestWithDefaults() *CreateRoleApplicationRequest

NewCreateRoleApplicationRequestWithDefaults instantiates a new CreateRoleApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleApplicationRequest) GetApplicationIds ¶

func (o *CreateRoleApplicationRequest) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field value

func (*CreateRoleApplicationRequest) GetApplicationIdsOk ¶

func (o *CreateRoleApplicationRequest) GetApplicationIdsOk() ([]string, bool)

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

func (CreateRoleApplicationRequest) MarshalJSON ¶

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

func (*CreateRoleApplicationRequest) SetApplicationIds ¶

func (o *CreateRoleApplicationRequest) SetApplicationIds(v []string)

SetApplicationIds sets field value

func (CreateRoleApplicationRequest) ToMap ¶

func (o CreateRoleApplicationRequest) ToMap() (map[string]interface{}, error)

func (*CreateRoleApplicationRequest) UnmarshalJSON ¶

func (o *CreateRoleApplicationRequest) UnmarshalJSON(data []byte) (err error)

type CreateRoleRequest ¶

type CreateRoleRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The name of the role. It should be unique within the tenant.
	Name        string `json:"name"`
	Description string `json:"description"`
	// The type of the role. It cannot be changed after creation.
	Type      *string `json:"type,omitempty"`
	IsDefault *bool   `json:"isDefault,omitempty"`
	// The initial API resource scopes assigned to the role.
	ScopeIds []string `json:"scopeIds,omitempty"`
}

CreateRoleRequest struct for CreateRoleRequest

func NewCreateRoleRequest ¶

func NewCreateRoleRequest(name string, description string) *CreateRoleRequest

NewCreateRoleRequest instantiates a new CreateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleRequestWithDefaults ¶

func NewCreateRoleRequestWithDefaults() *CreateRoleRequest

NewCreateRoleRequestWithDefaults instantiates a new CreateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleRequest) GetDescription ¶

func (o *CreateRoleRequest) GetDescription() string

GetDescription returns the Description field value

func (*CreateRoleRequest) GetDescriptionOk ¶

func (o *CreateRoleRequest) GetDescriptionOk() (*string, bool)

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

func (*CreateRoleRequest) GetIsDefault ¶

func (o *CreateRoleRequest) GetIsDefault() bool

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*CreateRoleRequest) GetIsDefaultOk ¶

func (o *CreateRoleRequest) GetIsDefaultOk() (*bool, bool)

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

func (*CreateRoleRequest) GetName ¶

func (o *CreateRoleRequest) GetName() string

GetName returns the Name field value

func (*CreateRoleRequest) GetNameOk ¶

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

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

func (*CreateRoleRequest) GetScopeIds ¶

func (o *CreateRoleRequest) GetScopeIds() []string

GetScopeIds returns the ScopeIds field value if set, zero value otherwise.

func (*CreateRoleRequest) GetScopeIdsOk ¶

func (o *CreateRoleRequest) GetScopeIdsOk() ([]string, bool)

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

func (*CreateRoleRequest) GetTenantId ¶

func (o *CreateRoleRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*CreateRoleRequest) GetTenantIdOk ¶

func (o *CreateRoleRequest) GetTenantIdOk() (*string, bool)

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

func (*CreateRoleRequest) GetType ¶

func (o *CreateRoleRequest) GetType() string

GetType returns the Type field value if set, zero value otherwise.

func (*CreateRoleRequest) GetTypeOk ¶

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

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

func (*CreateRoleRequest) HasIsDefault ¶

func (o *CreateRoleRequest) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

func (*CreateRoleRequest) HasScopeIds ¶

func (o *CreateRoleRequest) HasScopeIds() bool

HasScopeIds returns a boolean if a field has been set.

func (*CreateRoleRequest) HasTenantId ¶

func (o *CreateRoleRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (*CreateRoleRequest) HasType ¶

func (o *CreateRoleRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (CreateRoleRequest) MarshalJSON ¶

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

func (*CreateRoleRequest) SetDescription ¶

func (o *CreateRoleRequest) SetDescription(v string)

SetDescription sets field value

func (*CreateRoleRequest) SetIsDefault ¶

func (o *CreateRoleRequest) SetIsDefault(v bool)

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*CreateRoleRequest) SetName ¶

func (o *CreateRoleRequest) SetName(v string)

SetName sets field value

func (*CreateRoleRequest) SetScopeIds ¶

func (o *CreateRoleRequest) SetScopeIds(v []string)

SetScopeIds gets a reference to the given []string and assigns it to the ScopeIds field.

func (*CreateRoleRequest) SetTenantId ¶

func (o *CreateRoleRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (*CreateRoleRequest) SetType ¶

func (o *CreateRoleRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (CreateRoleRequest) ToMap ¶

func (o CreateRoleRequest) ToMap() (map[string]interface{}, error)

func (*CreateRoleRequest) UnmarshalJSON ¶

func (o *CreateRoleRequest) UnmarshalJSON(data []byte) (err error)

type CreateRoleScopeRequest ¶

type CreateRoleScopeRequest struct {
	// An array of API resource scope IDs to be linked.
	ScopeIds []string `json:"scopeIds"`
}

CreateRoleScopeRequest struct for CreateRoleScopeRequest

func NewCreateRoleScopeRequest ¶

func NewCreateRoleScopeRequest(scopeIds []string) *CreateRoleScopeRequest

NewCreateRoleScopeRequest instantiates a new CreateRoleScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleScopeRequestWithDefaults ¶

func NewCreateRoleScopeRequestWithDefaults() *CreateRoleScopeRequest

NewCreateRoleScopeRequestWithDefaults instantiates a new CreateRoleScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleScopeRequest) GetScopeIds ¶

func (o *CreateRoleScopeRequest) GetScopeIds() []string

GetScopeIds returns the ScopeIds field value

func (*CreateRoleScopeRequest) GetScopeIdsOk ¶

func (o *CreateRoleScopeRequest) GetScopeIdsOk() ([]string, bool)

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

func (CreateRoleScopeRequest) MarshalJSON ¶

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

func (*CreateRoleScopeRequest) SetScopeIds ¶

func (o *CreateRoleScopeRequest) SetScopeIds(v []string)

SetScopeIds sets field value

func (CreateRoleScopeRequest) ToMap ¶

func (o CreateRoleScopeRequest) ToMap() (map[string]interface{}, error)

func (*CreateRoleScopeRequest) UnmarshalJSON ¶

func (o *CreateRoleScopeRequest) UnmarshalJSON(data []byte) (err error)

type CreateRoleUserRequest ¶

type CreateRoleUserRequest struct {
	// An array of user IDs to be assigned.
	UserIds []string `json:"userIds"`
}

CreateRoleUserRequest struct for CreateRoleUserRequest

func NewCreateRoleUserRequest ¶

func NewCreateRoleUserRequest(userIds []string) *CreateRoleUserRequest

NewCreateRoleUserRequest instantiates a new CreateRoleUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateRoleUserRequestWithDefaults ¶

func NewCreateRoleUserRequestWithDefaults() *CreateRoleUserRequest

NewCreateRoleUserRequestWithDefaults instantiates a new CreateRoleUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateRoleUserRequest) GetUserIds ¶

func (o *CreateRoleUserRequest) GetUserIds() []string

GetUserIds returns the UserIds field value

func (*CreateRoleUserRequest) GetUserIdsOk ¶

func (o *CreateRoleUserRequest) GetUserIdsOk() ([]string, bool)

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

func (CreateRoleUserRequest) MarshalJSON ¶

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

func (*CreateRoleUserRequest) SetUserIds ¶

func (o *CreateRoleUserRequest) SetUserIds(v []string)

SetUserIds sets field value

func (CreateRoleUserRequest) ToMap ¶

func (o CreateRoleUserRequest) ToMap() (map[string]interface{}, error)

func (*CreateRoleUserRequest) UnmarshalJSON ¶

func (o *CreateRoleUserRequest) UnmarshalJSON(data []byte) (err error)

type CreateSsoConnectorRequest ¶

type CreateSsoConnectorRequest struct {
	// arbitrary
	Config        map[string]interface{}                                    `json:"config,omitempty"`
	Domains       []string                                                  `json:"domains,omitempty"`
	Branding      *ListOrganizationJitSsoConnectors200ResponseInnerBranding `json:"branding,omitempty"`
	SyncProfile   *bool                                                     `json:"syncProfile,omitempty"`
	ProviderName  string                                                    `json:"providerName"`
	ConnectorName string                                                    `json:"connectorName"`
}

CreateSsoConnectorRequest struct for CreateSsoConnectorRequest

func NewCreateSsoConnectorRequest ¶

func NewCreateSsoConnectorRequest(providerName string, connectorName string) *CreateSsoConnectorRequest

NewCreateSsoConnectorRequest instantiates a new CreateSsoConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateSsoConnectorRequestWithDefaults ¶

func NewCreateSsoConnectorRequestWithDefaults() *CreateSsoConnectorRequest

NewCreateSsoConnectorRequestWithDefaults instantiates a new CreateSsoConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateSsoConnectorRequest) GetBranding ¶

GetBranding returns the Branding field value if set, zero value otherwise.

func (*CreateSsoConnectorRequest) GetBrandingOk ¶

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

func (*CreateSsoConnectorRequest) GetConfig ¶

func (o *CreateSsoConnectorRequest) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise.

func (*CreateSsoConnectorRequest) GetConfigOk ¶

func (o *CreateSsoConnectorRequest) GetConfigOk() (map[string]interface{}, bool)

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

func (*CreateSsoConnectorRequest) GetConnectorName ¶

func (o *CreateSsoConnectorRequest) GetConnectorName() string

GetConnectorName returns the ConnectorName field value

func (*CreateSsoConnectorRequest) GetConnectorNameOk ¶

func (o *CreateSsoConnectorRequest) GetConnectorNameOk() (*string, bool)

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

func (*CreateSsoConnectorRequest) GetDomains ¶

func (o *CreateSsoConnectorRequest) GetDomains() []string

GetDomains returns the Domains field value if set, zero value otherwise.

func (*CreateSsoConnectorRequest) GetDomainsOk ¶

func (o *CreateSsoConnectorRequest) GetDomainsOk() ([]string, bool)

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

func (*CreateSsoConnectorRequest) GetProviderName ¶

func (o *CreateSsoConnectorRequest) GetProviderName() string

GetProviderName returns the ProviderName field value

func (*CreateSsoConnectorRequest) GetProviderNameOk ¶

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

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

func (*CreateSsoConnectorRequest) GetSyncProfile ¶

func (o *CreateSsoConnectorRequest) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value if set, zero value otherwise.

func (*CreateSsoConnectorRequest) GetSyncProfileOk ¶

func (o *CreateSsoConnectorRequest) GetSyncProfileOk() (*bool, bool)

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

func (*CreateSsoConnectorRequest) HasBranding ¶

func (o *CreateSsoConnectorRequest) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*CreateSsoConnectorRequest) HasConfig ¶

func (o *CreateSsoConnectorRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*CreateSsoConnectorRequest) HasDomains ¶

func (o *CreateSsoConnectorRequest) HasDomains() bool

HasDomains returns a boolean if a field has been set.

func (*CreateSsoConnectorRequest) HasSyncProfile ¶

func (o *CreateSsoConnectorRequest) HasSyncProfile() bool

HasSyncProfile returns a boolean if a field has been set.

func (CreateSsoConnectorRequest) MarshalJSON ¶

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

func (*CreateSsoConnectorRequest) SetBranding ¶

SetBranding gets a reference to the given ListOrganizationJitSsoConnectors200ResponseInnerBranding and assigns it to the Branding field.

func (*CreateSsoConnectorRequest) SetConfig ¶

func (o *CreateSsoConnectorRequest) SetConfig(v map[string]interface{})

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

func (*CreateSsoConnectorRequest) SetConnectorName ¶

func (o *CreateSsoConnectorRequest) SetConnectorName(v string)

SetConnectorName sets field value

func (*CreateSsoConnectorRequest) SetDomains ¶

func (o *CreateSsoConnectorRequest) SetDomains(v []string)

SetDomains gets a reference to the given []string and assigns it to the Domains field.

func (*CreateSsoConnectorRequest) SetProviderName ¶

func (o *CreateSsoConnectorRequest) SetProviderName(v string)

SetProviderName sets field value

func (*CreateSsoConnectorRequest) SetSyncProfile ¶

func (o *CreateSsoConnectorRequest) SetSyncProfile(v bool)

SetSyncProfile gets a reference to the given bool and assigns it to the SyncProfile field.

func (CreateSsoConnectorRequest) ToMap ¶

func (o CreateSsoConnectorRequest) ToMap() (map[string]interface{}, error)

func (*CreateSsoConnectorRequest) UnmarshalJSON ¶

func (o *CreateSsoConnectorRequest) UnmarshalJSON(data []byte) (err error)

type CreateUserAsset200Response ¶

type CreateUserAsset200Response struct {
	Url string `json:"url"`
}

CreateUserAsset200Response struct for CreateUserAsset200Response

func NewCreateUserAsset200Response ¶

func NewCreateUserAsset200Response(url string) *CreateUserAsset200Response

NewCreateUserAsset200Response instantiates a new CreateUserAsset200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserAsset200ResponseWithDefaults ¶

func NewCreateUserAsset200ResponseWithDefaults() *CreateUserAsset200Response

NewCreateUserAsset200ResponseWithDefaults instantiates a new CreateUserAsset200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserAsset200Response) GetUrl ¶

func (o *CreateUserAsset200Response) GetUrl() string

GetUrl returns the Url field value

func (*CreateUserAsset200Response) GetUrlOk ¶

func (o *CreateUserAsset200Response) GetUrlOk() (*string, bool)

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

func (CreateUserAsset200Response) MarshalJSON ¶

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

func (*CreateUserAsset200Response) SetUrl ¶

func (o *CreateUserAsset200Response) SetUrl(v string)

SetUrl sets field value

func (CreateUserAsset200Response) ToMap ¶

func (o CreateUserAsset200Response) ToMap() (map[string]interface{}, error)

func (*CreateUserAsset200Response) UnmarshalJSON ¶

func (o *CreateUserAsset200Response) UnmarshalJSON(data []byte) (err error)

type CreateUserIdentityRequest ¶

type CreateUserIdentityRequest struct {
	// The Logto connector ID.
	ConnectorId string `json:"connectorId"`
	// A json object constructed from the url query params returned by the social platform. Typically it contains `code`, `state` and `redirectUri` fields.
	ConnectorData map[string]interface{} `json:"connectorData"`
}

CreateUserIdentityRequest struct for CreateUserIdentityRequest

func NewCreateUserIdentityRequest ¶

func NewCreateUserIdentityRequest(connectorId string, connectorData map[string]interface{}) *CreateUserIdentityRequest

NewCreateUserIdentityRequest instantiates a new CreateUserIdentityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserIdentityRequestWithDefaults ¶

func NewCreateUserIdentityRequestWithDefaults() *CreateUserIdentityRequest

NewCreateUserIdentityRequestWithDefaults instantiates a new CreateUserIdentityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserIdentityRequest) GetConnectorData ¶

func (o *CreateUserIdentityRequest) GetConnectorData() map[string]interface{}

GetConnectorData returns the ConnectorData field value

func (*CreateUserIdentityRequest) GetConnectorDataOk ¶

func (o *CreateUserIdentityRequest) GetConnectorDataOk() (map[string]interface{}, bool)

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

func (*CreateUserIdentityRequest) GetConnectorId ¶

func (o *CreateUserIdentityRequest) GetConnectorId() string

GetConnectorId returns the ConnectorId field value

func (*CreateUserIdentityRequest) GetConnectorIdOk ¶

func (o *CreateUserIdentityRequest) GetConnectorIdOk() (*string, bool)

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

func (CreateUserIdentityRequest) MarshalJSON ¶

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

func (*CreateUserIdentityRequest) SetConnectorData ¶

func (o *CreateUserIdentityRequest) SetConnectorData(v map[string]interface{})

SetConnectorData sets field value

func (*CreateUserIdentityRequest) SetConnectorId ¶

func (o *CreateUserIdentityRequest) SetConnectorId(v string)

SetConnectorId sets field value

func (CreateUserIdentityRequest) ToMap ¶

func (o CreateUserIdentityRequest) ToMap() (map[string]interface{}, error)

func (*CreateUserIdentityRequest) UnmarshalJSON ¶

func (o *CreateUserIdentityRequest) UnmarshalJSON(data []byte) (err error)

type CreateUserMfaVerification200Response ¶

type CreateUserMfaVerification200Response struct {
	CreateUserMfaVerification200ResponseOneOf  *CreateUserMfaVerification200ResponseOneOf
	CreateUserMfaVerification200ResponseOneOf1 *CreateUserMfaVerification200ResponseOneOf1
}

CreateUserMfaVerification200Response - struct for CreateUserMfaVerification200Response

func CreateUserMfaVerification200ResponseOneOf1AsCreateUserMfaVerification200Response ¶

func CreateUserMfaVerification200ResponseOneOf1AsCreateUserMfaVerification200Response(v *CreateUserMfaVerification200ResponseOneOf1) CreateUserMfaVerification200Response

CreateUserMfaVerification200ResponseOneOf1AsCreateUserMfaVerification200Response is a convenience function that returns CreateUserMfaVerification200ResponseOneOf1 wrapped in CreateUserMfaVerification200Response

func CreateUserMfaVerification200ResponseOneOfAsCreateUserMfaVerification200Response ¶

func CreateUserMfaVerification200ResponseOneOfAsCreateUserMfaVerification200Response(v *CreateUserMfaVerification200ResponseOneOf) CreateUserMfaVerification200Response

CreateUserMfaVerification200ResponseOneOfAsCreateUserMfaVerification200Response is a convenience function that returns CreateUserMfaVerification200ResponseOneOf wrapped in CreateUserMfaVerification200Response

func (*CreateUserMfaVerification200Response) GetActualInstance ¶

func (obj *CreateUserMfaVerification200Response) GetActualInstance() interface{}

Get the actual instance

func (CreateUserMfaVerification200Response) MarshalJSON ¶

func (src CreateUserMfaVerification200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CreateUserMfaVerification200Response) UnmarshalJSON ¶

func (dst *CreateUserMfaVerification200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type CreateUserMfaVerification200ResponseOneOf ¶

type CreateUserMfaVerification200ResponseOneOf struct {
	Type         string `json:"type"`
	Secret       string `json:"secret"`
	SecretQrCode string `json:"secretQrCode"`
}

CreateUserMfaVerification200ResponseOneOf struct for CreateUserMfaVerification200ResponseOneOf

func NewCreateUserMfaVerification200ResponseOneOf ¶

func NewCreateUserMfaVerification200ResponseOneOf(type_ string, secret string, secretQrCode string) *CreateUserMfaVerification200ResponseOneOf

NewCreateUserMfaVerification200ResponseOneOf instantiates a new CreateUserMfaVerification200ResponseOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserMfaVerification200ResponseOneOfWithDefaults ¶

func NewCreateUserMfaVerification200ResponseOneOfWithDefaults() *CreateUserMfaVerification200ResponseOneOf

NewCreateUserMfaVerification200ResponseOneOfWithDefaults instantiates a new CreateUserMfaVerification200ResponseOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserMfaVerification200ResponseOneOf) GetSecret ¶

GetSecret returns the Secret field value

func (*CreateUserMfaVerification200ResponseOneOf) GetSecretOk ¶

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

func (*CreateUserMfaVerification200ResponseOneOf) GetSecretQrCode ¶

GetSecretQrCode returns the SecretQrCode field value

func (*CreateUserMfaVerification200ResponseOneOf) GetSecretQrCodeOk ¶

func (o *CreateUserMfaVerification200ResponseOneOf) GetSecretQrCodeOk() (*string, bool)

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

func (*CreateUserMfaVerification200ResponseOneOf) GetType ¶

GetType returns the Type field value

func (*CreateUserMfaVerification200ResponseOneOf) GetTypeOk ¶

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

func (CreateUserMfaVerification200ResponseOneOf) MarshalJSON ¶

func (*CreateUserMfaVerification200ResponseOneOf) SetSecret ¶

SetSecret sets field value

func (*CreateUserMfaVerification200ResponseOneOf) SetSecretQrCode ¶

func (o *CreateUserMfaVerification200ResponseOneOf) SetSecretQrCode(v string)

SetSecretQrCode sets field value

func (*CreateUserMfaVerification200ResponseOneOf) SetType ¶

SetType sets field value

func (CreateUserMfaVerification200ResponseOneOf) ToMap ¶

func (o CreateUserMfaVerification200ResponseOneOf) ToMap() (map[string]interface{}, error)

func (*CreateUserMfaVerification200ResponseOneOf) UnmarshalJSON ¶

func (o *CreateUserMfaVerification200ResponseOneOf) UnmarshalJSON(data []byte) (err error)

type CreateUserMfaVerification200ResponseOneOf1 ¶

type CreateUserMfaVerification200ResponseOneOf1 struct {
	Type  string   `json:"type"`
	Codes []string `json:"codes"`
}

CreateUserMfaVerification200ResponseOneOf1 struct for CreateUserMfaVerification200ResponseOneOf1

func NewCreateUserMfaVerification200ResponseOneOf1 ¶

func NewCreateUserMfaVerification200ResponseOneOf1(type_ string, codes []string) *CreateUserMfaVerification200ResponseOneOf1

NewCreateUserMfaVerification200ResponseOneOf1 instantiates a new CreateUserMfaVerification200ResponseOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserMfaVerification200ResponseOneOf1WithDefaults ¶

func NewCreateUserMfaVerification200ResponseOneOf1WithDefaults() *CreateUserMfaVerification200ResponseOneOf1

NewCreateUserMfaVerification200ResponseOneOf1WithDefaults instantiates a new CreateUserMfaVerification200ResponseOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserMfaVerification200ResponseOneOf1) GetCodes ¶

GetCodes returns the Codes field value

func (*CreateUserMfaVerification200ResponseOneOf1) GetCodesOk ¶

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

func (*CreateUserMfaVerification200ResponseOneOf1) GetType ¶

GetType returns the Type field value

func (*CreateUserMfaVerification200ResponseOneOf1) GetTypeOk ¶

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

func (CreateUserMfaVerification200ResponseOneOf1) MarshalJSON ¶

func (*CreateUserMfaVerification200ResponseOneOf1) SetCodes ¶

SetCodes sets field value

func (*CreateUserMfaVerification200ResponseOneOf1) SetType ¶

SetType sets field value

func (CreateUserMfaVerification200ResponseOneOf1) ToMap ¶

func (o CreateUserMfaVerification200ResponseOneOf1) ToMap() (map[string]interface{}, error)

func (*CreateUserMfaVerification200ResponseOneOf1) UnmarshalJSON ¶

func (o *CreateUserMfaVerification200ResponseOneOf1) UnmarshalJSON(data []byte) (err error)

type CreateUserMfaVerificationRequest ¶

type CreateUserMfaVerificationRequest struct {
	Type CreateUserMfaVerificationRequestType `json:"type"`
}

CreateUserMfaVerificationRequest struct for CreateUserMfaVerificationRequest

func NewCreateUserMfaVerificationRequest ¶

func NewCreateUserMfaVerificationRequest(type_ CreateUserMfaVerificationRequestType) *CreateUserMfaVerificationRequest

NewCreateUserMfaVerificationRequest instantiates a new CreateUserMfaVerificationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserMfaVerificationRequestWithDefaults ¶

func NewCreateUserMfaVerificationRequestWithDefaults() *CreateUserMfaVerificationRequest

NewCreateUserMfaVerificationRequestWithDefaults instantiates a new CreateUserMfaVerificationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserMfaVerificationRequest) GetType ¶

GetType returns the Type field value

func (*CreateUserMfaVerificationRequest) GetTypeOk ¶

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

func (CreateUserMfaVerificationRequest) MarshalJSON ¶

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

func (*CreateUserMfaVerificationRequest) SetType ¶

SetType sets field value

func (CreateUserMfaVerificationRequest) ToMap ¶

func (o CreateUserMfaVerificationRequest) ToMap() (map[string]interface{}, error)

func (*CreateUserMfaVerificationRequest) UnmarshalJSON ¶

func (o *CreateUserMfaVerificationRequest) UnmarshalJSON(data []byte) (err error)

type CreateUserMfaVerificationRequestType ¶

type CreateUserMfaVerificationRequestType struct {
	String *string
}

CreateUserMfaVerificationRequestType - The type of MFA verification to create.

func StringAsCreateUserMfaVerificationRequestType ¶

func StringAsCreateUserMfaVerificationRequestType(v *string) CreateUserMfaVerificationRequestType

stringAsCreateUserMfaVerificationRequestType is a convenience function that returns string wrapped in CreateUserMfaVerificationRequestType

func (*CreateUserMfaVerificationRequestType) GetActualInstance ¶

func (obj *CreateUserMfaVerificationRequestType) GetActualInstance() interface{}

Get the actual instance

func (CreateUserMfaVerificationRequestType) MarshalJSON ¶

func (src CreateUserMfaVerificationRequestType) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*CreateUserMfaVerificationRequestType) UnmarshalJSON ¶

func (dst *CreateUserMfaVerificationRequestType) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type CreateUserRequest ¶

type CreateUserRequest struct {
	// Primary phone number for the user. It should be unique across all users.
	PrimaryPhone *string `json:"primaryPhone,omitempty"`
	// Primary email address for the user. It should be unique across all users.
	PrimaryEmail *string `json:"primaryEmail,omitempty"`
	// Username for the user. It should be unique across all users.
	Username *string `json:"username,omitempty"`
	// Plain text password for the user.
	Password *string `json:"password,omitempty"`
	// In case you already have the password digests and not the passwords, you can use them for the newly created user via this property. The value should be generated with one of the supported algorithms. The algorithm can be specified using the `passwordAlgorithm` property.
	PasswordDigest *string `json:"passwordDigest,omitempty"`
	// The hash algorithm used for the password. It should be one of the supported algorithms: argon2, md5, sha1, sha256. Should the encryption algorithm differ from argon2, it will automatically be upgraded to argon2 upon the user's next sign-in.
	PasswordAlgorithm *string                         `json:"passwordAlgorithm,omitempty"`
	Name              *string                         `json:"name,omitempty"`
	Avatar            NullableUpdateUserRequestAvatar `json:"avatar,omitempty"`
	// arbitrary
	CustomData map[string]interface{}                                    `json:"customData,omitempty"`
	Profile    *GetJwtCustomizer200ResponseOneOfContextSampleUserProfile `json:"profile,omitempty"`
}

CreateUserRequest User data to create a new user. All properties are optional.

func NewCreateUserRequest ¶

func NewCreateUserRequest() *CreateUserRequest

NewCreateUserRequest instantiates a new CreateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewCreateUserRequestWithDefaults ¶

func NewCreateUserRequestWithDefaults() *CreateUserRequest

NewCreateUserRequestWithDefaults instantiates a new CreateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*CreateUserRequest) GetAvatar ¶

GetAvatar returns the Avatar field value if set, zero value otherwise (both if not set or set to explicit null).

func (*CreateUserRequest) GetAvatarOk ¶

func (o *CreateUserRequest) GetAvatarOk() (*UpdateUserRequestAvatar, bool)

GetAvatarOk returns a tuple with the Avatar field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*CreateUserRequest) GetCustomData ¶

func (o *CreateUserRequest) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*CreateUserRequest) GetCustomDataOk ¶

func (o *CreateUserRequest) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*CreateUserRequest) GetName ¶

func (o *CreateUserRequest) GetName() string

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

func (*CreateUserRequest) GetNameOk ¶

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

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

func (*CreateUserRequest) GetPassword ¶

func (o *CreateUserRequest) GetPassword() string

GetPassword returns the Password field value if set, zero value otherwise.

func (*CreateUserRequest) GetPasswordAlgorithm ¶

func (o *CreateUserRequest) GetPasswordAlgorithm() string

GetPasswordAlgorithm returns the PasswordAlgorithm field value if set, zero value otherwise.

func (*CreateUserRequest) GetPasswordAlgorithmOk ¶

func (o *CreateUserRequest) GetPasswordAlgorithmOk() (*string, bool)

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

func (*CreateUserRequest) GetPasswordDigest ¶

func (o *CreateUserRequest) GetPasswordDigest() string

GetPasswordDigest returns the PasswordDigest field value if set, zero value otherwise.

func (*CreateUserRequest) GetPasswordDigestOk ¶

func (o *CreateUserRequest) GetPasswordDigestOk() (*string, bool)

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

func (*CreateUserRequest) GetPasswordOk ¶

func (o *CreateUserRequest) GetPasswordOk() (*string, bool)

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

func (*CreateUserRequest) GetPrimaryEmail ¶

func (o *CreateUserRequest) GetPrimaryEmail() string

GetPrimaryEmail returns the PrimaryEmail field value if set, zero value otherwise.

func (*CreateUserRequest) GetPrimaryEmailOk ¶

func (o *CreateUserRequest) GetPrimaryEmailOk() (*string, bool)

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

func (*CreateUserRequest) GetPrimaryPhone ¶

func (o *CreateUserRequest) GetPrimaryPhone() string

GetPrimaryPhone returns the PrimaryPhone field value if set, zero value otherwise.

func (*CreateUserRequest) GetPrimaryPhoneOk ¶

func (o *CreateUserRequest) GetPrimaryPhoneOk() (*string, bool)

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

func (*CreateUserRequest) GetProfile ¶

GetProfile returns the Profile field value if set, zero value otherwise.

func (*CreateUserRequest) GetProfileOk ¶

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

func (*CreateUserRequest) GetUsername ¶

func (o *CreateUserRequest) GetUsername() string

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

func (*CreateUserRequest) GetUsernameOk ¶

func (o *CreateUserRequest) GetUsernameOk() (*string, bool)

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

func (*CreateUserRequest) HasAvatar ¶

func (o *CreateUserRequest) HasAvatar() bool

HasAvatar returns a boolean if a field has been set.

func (*CreateUserRequest) HasCustomData ¶

func (o *CreateUserRequest) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*CreateUserRequest) HasName ¶

func (o *CreateUserRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*CreateUserRequest) HasPassword ¶

func (o *CreateUserRequest) HasPassword() bool

HasPassword returns a boolean if a field has been set.

func (*CreateUserRequest) HasPasswordAlgorithm ¶

func (o *CreateUserRequest) HasPasswordAlgorithm() bool

HasPasswordAlgorithm returns a boolean if a field has been set.

func (*CreateUserRequest) HasPasswordDigest ¶

func (o *CreateUserRequest) HasPasswordDigest() bool

HasPasswordDigest returns a boolean if a field has been set.

func (*CreateUserRequest) HasPrimaryEmail ¶

func (o *CreateUserRequest) HasPrimaryEmail() bool

HasPrimaryEmail returns a boolean if a field has been set.

func (*CreateUserRequest) HasPrimaryPhone ¶

func (o *CreateUserRequest) HasPrimaryPhone() bool

HasPrimaryPhone returns a boolean if a field has been set.

func (*CreateUserRequest) HasProfile ¶

func (o *CreateUserRequest) HasProfile() bool

HasProfile returns a boolean if a field has been set.

func (*CreateUserRequest) HasUsername ¶

func (o *CreateUserRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (CreateUserRequest) MarshalJSON ¶

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

func (*CreateUserRequest) SetAvatar ¶

SetAvatar gets a reference to the given NullableUpdateUserRequestAvatar and assigns it to the Avatar field.

func (*CreateUserRequest) SetAvatarNil ¶

func (o *CreateUserRequest) SetAvatarNil()

SetAvatarNil sets the value for Avatar to be an explicit nil

func (*CreateUserRequest) SetCustomData ¶

func (o *CreateUserRequest) SetCustomData(v map[string]interface{})

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

func (*CreateUserRequest) SetName ¶

func (o *CreateUserRequest) SetName(v string)

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

func (*CreateUserRequest) SetPassword ¶

func (o *CreateUserRequest) SetPassword(v string)

SetPassword gets a reference to the given string and assigns it to the Password field.

func (*CreateUserRequest) SetPasswordAlgorithm ¶

func (o *CreateUserRequest) SetPasswordAlgorithm(v string)

SetPasswordAlgorithm gets a reference to the given string and assigns it to the PasswordAlgorithm field.

func (*CreateUserRequest) SetPasswordDigest ¶

func (o *CreateUserRequest) SetPasswordDigest(v string)

SetPasswordDigest gets a reference to the given string and assigns it to the PasswordDigest field.

func (*CreateUserRequest) SetPrimaryEmail ¶

func (o *CreateUserRequest) SetPrimaryEmail(v string)

SetPrimaryEmail gets a reference to the given string and assigns it to the PrimaryEmail field.

func (*CreateUserRequest) SetPrimaryPhone ¶

func (o *CreateUserRequest) SetPrimaryPhone(v string)

SetPrimaryPhone gets a reference to the given string and assigns it to the PrimaryPhone field.

func (*CreateUserRequest) SetProfile ¶

SetProfile gets a reference to the given GetJwtCustomizer200ResponseOneOfContextSampleUserProfile and assigns it to the Profile field.

func (*CreateUserRequest) SetUsername ¶

func (o *CreateUserRequest) SetUsername(v string)

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

func (CreateUserRequest) ToMap ¶

func (o CreateUserRequest) ToMap() (map[string]interface{}, error)

func (*CreateUserRequest) UnsetAvatar ¶

func (o *CreateUserRequest) UnsetAvatar()

UnsetAvatar ensures that no value is present for Avatar, not even an explicit nil

type CustomPhrasesAPIService ¶

type CustomPhrasesAPIService service

CustomPhrasesAPIService CustomPhrasesAPI service

func (*CustomPhrasesAPIService) DeleteCustomPhrase ¶

func (a *CustomPhrasesAPIService) DeleteCustomPhrase(ctx context.Context, languageTag string) ApiDeleteCustomPhraseRequest

DeleteCustomPhrase Delete custom phrase

Delete custom phrases for the specified language tag.

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

func (*CustomPhrasesAPIService) DeleteCustomPhraseExecute ¶

func (a *CustomPhrasesAPIService) DeleteCustomPhraseExecute(r ApiDeleteCustomPhraseRequest) (*http.Response, error)

Execute executes the request

func (*CustomPhrasesAPIService) GetCustomPhrase ¶

func (a *CustomPhrasesAPIService) GetCustomPhrase(ctx context.Context, languageTag string) ApiGetCustomPhraseRequest

GetCustomPhrase Get custom phrases

Get custom phrases for the specified language tag.

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

func (*CustomPhrasesAPIService) GetCustomPhraseExecute ¶

Execute executes the request

@return ListCustomPhrases200ResponseInner

func (*CustomPhrasesAPIService) ListCustomPhrases ¶

ListCustomPhrases Get all custom phrases

Get all custom phrases for all languages.

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

func (*CustomPhrasesAPIService) ListCustomPhrasesExecute ¶

Execute executes the request

@return []ListCustomPhrases200ResponseInner

func (*CustomPhrasesAPIService) ReplaceCustomPhrase ¶

func (a *CustomPhrasesAPIService) ReplaceCustomPhrase(ctx context.Context, languageTag string) ApiReplaceCustomPhraseRequest

ReplaceCustomPhrase Upsert custom phrases

Upsert custom phrases for the specified language tag. Upsert means that if the custom phrases already exist, they will be updated. Otherwise, they will be created.

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

func (*CustomPhrasesAPIService) ReplaceCustomPhraseExecute ¶

func (a *CustomPhrasesAPIService) ReplaceCustomPhraseExecute(r ApiReplaceCustomPhraseRequest) (*http.Response, error)

Execute executes the request

type DashboardAPIService ¶

type DashboardAPIService service

DashboardAPIService DashboardAPI service

func (*DashboardAPIService) GetActiveUserCounts ¶

GetActiveUserCounts Get active user data

Get active user data, including daily active user (DAU), weekly active user (WAU) and monthly active user (MAU). It also includes an array of DAU in the past 30 days.

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

func (*DashboardAPIService) GetActiveUserCountsExecute ¶

Execute executes the request

@return GetActiveUserCounts200Response

func (*DashboardAPIService) GetNewUserCounts ¶

GetNewUserCounts Get new user count

Get new user count in the past 7 days.

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

func (*DashboardAPIService) GetNewUserCountsExecute ¶

Execute executes the request

@return GetNewUserCounts200Response

func (*DashboardAPIService) GetTotalUserCount ¶

GetTotalUserCount Get total user count

Get total user count in the current tenant.

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

func (*DashboardAPIService) GetTotalUserCountExecute ¶

Execute executes the request

@return GetTotalUserCount200Response

type DomainsAPIService ¶

type DomainsAPIService service

DomainsAPIService DomainsAPI service

func (*DomainsAPIService) CreateDomain ¶

CreateDomain Create domain

Create a new domain with the given data. The maximum domain number is 1, once created, can not be modified, you'll have to delete and recreate one.

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

func (*DomainsAPIService) CreateDomainExecute ¶

func (a *DomainsAPIService) CreateDomainExecute(r ApiCreateDomainRequest) (*http.Response, error)

Execute executes the request

func (*DomainsAPIService) DeleteDomain ¶

DeleteDomain Delete domain

Delete domain by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the domain.
@return ApiDeleteDomainRequest

func (*DomainsAPIService) DeleteDomainExecute ¶

func (a *DomainsAPIService) DeleteDomainExecute(r ApiDeleteDomainRequest) (*http.Response, error)

Execute executes the request

func (*DomainsAPIService) GetDomain ¶

GetDomain Get domain

Get domain details by ID, by calling this API, the domain status will be synced from remote provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the domain.
@return ApiGetDomainRequest

func (*DomainsAPIService) GetDomainExecute ¶

Execute executes the request

@return ListDomains200ResponseInner

func (*DomainsAPIService) ListDomains ¶

ListDomains Get domains

Get all of your custom domains.

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

func (*DomainsAPIService) ListDomainsExecute ¶

Execute executes the request

@return []ListDomains200ResponseInner

type GenericOpenAPIError ¶

type GenericOpenAPIError struct {
	// contains filtered or unexported fields
}

GenericOpenAPIError Provides access to the body, error and model on returned errors.

func (GenericOpenAPIError) Body ¶

func (e GenericOpenAPIError) Body() []byte

Body returns the raw bytes of the response

func (GenericOpenAPIError) Error ¶

func (e GenericOpenAPIError) Error() string

Error returns non-empty string if there was an error.

func (GenericOpenAPIError) Model ¶

func (e GenericOpenAPIError) Model() interface{}

Model returns the unpacked model of the error

type GetActiveUserCounts200Response ¶

type GetActiveUserCounts200Response struct {
	DauCurve []GetActiveUserCounts200ResponseDauCurveInner `json:"dauCurve"`
	Dau      GetNewUserCounts200ResponseToday              `json:"dau"`
	Wau      GetNewUserCounts200ResponseToday              `json:"wau"`
	Mau      GetNewUserCounts200ResponseToday              `json:"mau"`
}

GetActiveUserCounts200Response struct for GetActiveUserCounts200Response

func NewGetActiveUserCounts200Response ¶

NewGetActiveUserCounts200Response instantiates a new GetActiveUserCounts200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetActiveUserCounts200ResponseWithDefaults ¶

func NewGetActiveUserCounts200ResponseWithDefaults() *GetActiveUserCounts200Response

NewGetActiveUserCounts200ResponseWithDefaults instantiates a new GetActiveUserCounts200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetActiveUserCounts200Response) GetDau ¶

GetDau returns the Dau field value

func (*GetActiveUserCounts200Response) GetDauCurve ¶

GetDauCurve returns the DauCurve field value

func (*GetActiveUserCounts200Response) GetDauCurveOk ¶

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

func (*GetActiveUserCounts200Response) GetDauOk ¶

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

func (*GetActiveUserCounts200Response) GetMau ¶

GetMau returns the Mau field value

func (*GetActiveUserCounts200Response) GetMauOk ¶

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

func (*GetActiveUserCounts200Response) GetWau ¶

GetWau returns the Wau field value

func (*GetActiveUserCounts200Response) GetWauOk ¶

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

func (GetActiveUserCounts200Response) MarshalJSON ¶

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

func (*GetActiveUserCounts200Response) SetDau ¶

SetDau sets field value

func (*GetActiveUserCounts200Response) SetDauCurve ¶

SetDauCurve sets field value

func (*GetActiveUserCounts200Response) SetMau ¶

SetMau sets field value

func (*GetActiveUserCounts200Response) SetWau ¶

SetWau sets field value

func (GetActiveUserCounts200Response) ToMap ¶

func (o GetActiveUserCounts200Response) ToMap() (map[string]interface{}, error)

func (*GetActiveUserCounts200Response) UnmarshalJSON ¶

func (o *GetActiveUserCounts200Response) UnmarshalJSON(data []byte) (err error)

type GetActiveUserCounts200ResponseDauCurveInner ¶

type GetActiveUserCounts200ResponseDauCurveInner struct {
	Date  string  `json:"date"`
	Count float32 `json:"count"`
}

GetActiveUserCounts200ResponseDauCurveInner struct for GetActiveUserCounts200ResponseDauCurveInner

func NewGetActiveUserCounts200ResponseDauCurveInner ¶

func NewGetActiveUserCounts200ResponseDauCurveInner(date string, count float32) *GetActiveUserCounts200ResponseDauCurveInner

NewGetActiveUserCounts200ResponseDauCurveInner instantiates a new GetActiveUserCounts200ResponseDauCurveInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetActiveUserCounts200ResponseDauCurveInnerWithDefaults ¶

func NewGetActiveUserCounts200ResponseDauCurveInnerWithDefaults() *GetActiveUserCounts200ResponseDauCurveInner

NewGetActiveUserCounts200ResponseDauCurveInnerWithDefaults instantiates a new GetActiveUserCounts200ResponseDauCurveInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetActiveUserCounts200ResponseDauCurveInner) GetCount ¶

GetCount returns the Count field value

func (*GetActiveUserCounts200ResponseDauCurveInner) GetCountOk ¶

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

func (*GetActiveUserCounts200ResponseDauCurveInner) GetDate ¶

GetDate returns the Date field value

func (*GetActiveUserCounts200ResponseDauCurveInner) GetDateOk ¶

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

func (GetActiveUserCounts200ResponseDauCurveInner) MarshalJSON ¶

func (*GetActiveUserCounts200ResponseDauCurveInner) SetCount ¶

SetCount sets field value

func (*GetActiveUserCounts200ResponseDauCurveInner) SetDate ¶

SetDate sets field value

func (GetActiveUserCounts200ResponseDauCurveInner) ToMap ¶

func (o GetActiveUserCounts200ResponseDauCurveInner) ToMap() (map[string]interface{}, error)

func (*GetActiveUserCounts200ResponseDauCurveInner) UnmarshalJSON ¶

func (o *GetActiveUserCounts200ResponseDauCurveInner) UnmarshalJSON(data []byte) (err error)

type GetAdminConsoleConfig200Response ¶

type GetAdminConsoleConfig200Response struct {
	SignInExperienceCustomized             bool                                                                    `json:"signInExperienceCustomized"`
	OrganizationCreated                    bool                                                                    `json:"organizationCreated"`
	DevelopmentTenantMigrationNotification *GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification `json:"developmentTenantMigrationNotification,omitempty"`
	CheckedChargeNotification              *GetAdminConsoleConfig200ResponseCheckedChargeNotification              `json:"checkedChargeNotification,omitempty"`
}

GetAdminConsoleConfig200Response struct for GetAdminConsoleConfig200Response

func NewGetAdminConsoleConfig200Response ¶

func NewGetAdminConsoleConfig200Response(signInExperienceCustomized bool, organizationCreated bool) *GetAdminConsoleConfig200Response

NewGetAdminConsoleConfig200Response instantiates a new GetAdminConsoleConfig200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAdminConsoleConfig200ResponseWithDefaults ¶

func NewGetAdminConsoleConfig200ResponseWithDefaults() *GetAdminConsoleConfig200Response

NewGetAdminConsoleConfig200ResponseWithDefaults instantiates a new GetAdminConsoleConfig200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAdminConsoleConfig200Response) GetCheckedChargeNotification ¶

GetCheckedChargeNotification returns the CheckedChargeNotification field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200Response) GetCheckedChargeNotificationOk ¶

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

func (*GetAdminConsoleConfig200Response) GetDevelopmentTenantMigrationNotification ¶

GetDevelopmentTenantMigrationNotification returns the DevelopmentTenantMigrationNotification field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200Response) GetDevelopmentTenantMigrationNotificationOk ¶

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

func (*GetAdminConsoleConfig200Response) GetOrganizationCreated ¶

func (o *GetAdminConsoleConfig200Response) GetOrganizationCreated() bool

GetOrganizationCreated returns the OrganizationCreated field value

func (*GetAdminConsoleConfig200Response) GetOrganizationCreatedOk ¶

func (o *GetAdminConsoleConfig200Response) GetOrganizationCreatedOk() (*bool, bool)

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

func (*GetAdminConsoleConfig200Response) GetSignInExperienceCustomized ¶

func (o *GetAdminConsoleConfig200Response) GetSignInExperienceCustomized() bool

GetSignInExperienceCustomized returns the SignInExperienceCustomized field value

func (*GetAdminConsoleConfig200Response) GetSignInExperienceCustomizedOk ¶

func (o *GetAdminConsoleConfig200Response) GetSignInExperienceCustomizedOk() (*bool, bool)

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

func (*GetAdminConsoleConfig200Response) HasCheckedChargeNotification ¶

func (o *GetAdminConsoleConfig200Response) HasCheckedChargeNotification() bool

HasCheckedChargeNotification returns a boolean if a field has been set.

func (*GetAdminConsoleConfig200Response) HasDevelopmentTenantMigrationNotification ¶

func (o *GetAdminConsoleConfig200Response) HasDevelopmentTenantMigrationNotification() bool

HasDevelopmentTenantMigrationNotification returns a boolean if a field has been set.

func (GetAdminConsoleConfig200Response) MarshalJSON ¶

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

func (*GetAdminConsoleConfig200Response) SetCheckedChargeNotification ¶

SetCheckedChargeNotification gets a reference to the given GetAdminConsoleConfig200ResponseCheckedChargeNotification and assigns it to the CheckedChargeNotification field.

func (*GetAdminConsoleConfig200Response) SetDevelopmentTenantMigrationNotification ¶

SetDevelopmentTenantMigrationNotification gets a reference to the given GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification and assigns it to the DevelopmentTenantMigrationNotification field.

func (*GetAdminConsoleConfig200Response) SetOrganizationCreated ¶

func (o *GetAdminConsoleConfig200Response) SetOrganizationCreated(v bool)

SetOrganizationCreated sets field value

func (*GetAdminConsoleConfig200Response) SetSignInExperienceCustomized ¶

func (o *GetAdminConsoleConfig200Response) SetSignInExperienceCustomized(v bool)

SetSignInExperienceCustomized sets field value

func (GetAdminConsoleConfig200Response) ToMap ¶

func (o GetAdminConsoleConfig200Response) ToMap() (map[string]interface{}, error)

func (*GetAdminConsoleConfig200Response) UnmarshalJSON ¶

func (o *GetAdminConsoleConfig200Response) UnmarshalJSON(data []byte) (err error)

type GetAdminConsoleConfig200ResponseCheckedChargeNotification ¶

type GetAdminConsoleConfig200ResponseCheckedChargeNotification struct {
	Token               *bool `json:"token,omitempty"`
	ApiResource         *bool `json:"apiResource,omitempty"`
	MachineToMachineApp *bool `json:"machineToMachineApp,omitempty"`
	TenantMember        *bool `json:"tenantMember,omitempty"`
}

GetAdminConsoleConfig200ResponseCheckedChargeNotification struct for GetAdminConsoleConfig200ResponseCheckedChargeNotification

func NewGetAdminConsoleConfig200ResponseCheckedChargeNotification ¶

func NewGetAdminConsoleConfig200ResponseCheckedChargeNotification() *GetAdminConsoleConfig200ResponseCheckedChargeNotification

NewGetAdminConsoleConfig200ResponseCheckedChargeNotification instantiates a new GetAdminConsoleConfig200ResponseCheckedChargeNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAdminConsoleConfig200ResponseCheckedChargeNotificationWithDefaults ¶

func NewGetAdminConsoleConfig200ResponseCheckedChargeNotificationWithDefaults() *GetAdminConsoleConfig200ResponseCheckedChargeNotification

NewGetAdminConsoleConfig200ResponseCheckedChargeNotificationWithDefaults instantiates a new GetAdminConsoleConfig200ResponseCheckedChargeNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetApiResource ¶

GetApiResource returns the ApiResource field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetApiResourceOk ¶

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

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetMachineToMachineApp ¶

GetMachineToMachineApp returns the MachineToMachineApp field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetMachineToMachineAppOk ¶

func (o *GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetMachineToMachineAppOk() (*bool, bool)

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

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetTenantMember ¶

GetTenantMember returns the TenantMember field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetTenantMemberOk ¶

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

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetToken ¶

GetToken returns the Token field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) GetTokenOk ¶

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

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) HasApiResource ¶

HasApiResource returns a boolean if a field has been set.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) HasMachineToMachineApp ¶

HasMachineToMachineApp returns a boolean if a field has been set.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) HasTenantMember ¶

HasTenantMember returns a boolean if a field has been set.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) HasToken ¶

HasToken returns a boolean if a field has been set.

func (GetAdminConsoleConfig200ResponseCheckedChargeNotification) MarshalJSON ¶

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) SetApiResource ¶

SetApiResource gets a reference to the given bool and assigns it to the ApiResource field.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) SetMachineToMachineApp ¶

SetMachineToMachineApp gets a reference to the given bool and assigns it to the MachineToMachineApp field.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) SetTenantMember ¶

SetTenantMember gets a reference to the given bool and assigns it to the TenantMember field.

func (*GetAdminConsoleConfig200ResponseCheckedChargeNotification) SetToken ¶

SetToken gets a reference to the given bool and assigns it to the Token field.

func (GetAdminConsoleConfig200ResponseCheckedChargeNotification) ToMap ¶

type GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification ¶

type GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification struct {
	IsPaidTenant bool     `json:"isPaidTenant"`
	Tag          string   `json:"tag"`
	ReadAt       *float32 `json:"readAt,omitempty"`
}

GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification struct for GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification

func NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification ¶

func NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification(isPaidTenant bool, tag string) *GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification

NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification instantiates a new GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotificationWithDefaults ¶

func NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotificationWithDefaults() *GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification

NewGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotificationWithDefaults instantiates a new GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetIsPaidTenant ¶

GetIsPaidTenant returns the IsPaidTenant field value

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetIsPaidTenantOk ¶

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

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetReadAt ¶

GetReadAt returns the ReadAt field value if set, zero value otherwise.

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetReadAtOk ¶

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

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetTag ¶

GetTag returns the Tag field value

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) GetTagOk ¶

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

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) HasReadAt ¶

HasReadAt returns a boolean if a field has been set.

func (GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) MarshalJSON ¶

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) SetIsPaidTenant ¶

SetIsPaidTenant sets field value

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) SetReadAt ¶

SetReadAt gets a reference to the given float32 and assigns it to the ReadAt field.

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) SetTag ¶

SetTag sets field value

func (GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) ToMap ¶

func (*GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) UnmarshalJSON ¶

type GetApplication200Response ¶

type GetApplication200Response struct {
	TenantId             string                                                       `json:"tenantId"`
	Id                   string                                                       `json:"id"`
	Name                 string                                                       `json:"name"`
	Secret               string                                                       `json:"secret"`
	Description          NullableString                                               `json:"description"`
	Type                 string                                                       `json:"type"`
	OidcClientMetadata   ListApplications200ResponseInnerOidcClientMetadata           `json:"oidcClientMetadata"`
	CustomClientMetadata ListApplications200ResponseInnerCustomClientMetadata         `json:"customClientMetadata"`
	ProtectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata `json:"protectedAppMetadata"`
	IsThirdParty         bool                                                         `json:"isThirdParty"`
	CreatedAt            float32                                                      `json:"createdAt"`
	IsAdmin              bool                                                         `json:"isAdmin"`
}

GetApplication200Response struct for GetApplication200Response

func NewGetApplication200Response ¶

func NewGetApplication200Response(tenantId string, id string, name string, secret string, description NullableString, type_ string, oidcClientMetadata ListApplications200ResponseInnerOidcClientMetadata, customClientMetadata ListApplications200ResponseInnerCustomClientMetadata, protectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata, isThirdParty bool, createdAt float32, isAdmin bool) *GetApplication200Response

NewGetApplication200Response instantiates a new GetApplication200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetApplication200ResponseWithDefaults ¶

func NewGetApplication200ResponseWithDefaults() *GetApplication200Response

NewGetApplication200ResponseWithDefaults instantiates a new GetApplication200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetApplication200Response) GetCreatedAt ¶

func (o *GetApplication200Response) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*GetApplication200Response) GetCreatedAtOk ¶

func (o *GetApplication200Response) GetCreatedAtOk() (*float32, bool)

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

func (*GetApplication200Response) GetCustomClientMetadata ¶

GetCustomClientMetadata returns the CustomClientMetadata field value

func (*GetApplication200Response) GetCustomClientMetadataOk ¶

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

func (*GetApplication200Response) GetDescription ¶

func (o *GetApplication200Response) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*GetApplication200Response) GetDescriptionOk ¶

func (o *GetApplication200Response) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetApplication200Response) GetId ¶

func (o *GetApplication200Response) GetId() string

GetId returns the Id field value

func (*GetApplication200Response) GetIdOk ¶

func (o *GetApplication200Response) GetIdOk() (*string, bool)

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

func (*GetApplication200Response) GetIsAdmin ¶

func (o *GetApplication200Response) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field value

func (*GetApplication200Response) GetIsAdminOk ¶

func (o *GetApplication200Response) GetIsAdminOk() (*bool, bool)

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

func (*GetApplication200Response) GetIsThirdParty ¶

func (o *GetApplication200Response) GetIsThirdParty() bool

GetIsThirdParty returns the IsThirdParty field value

func (*GetApplication200Response) GetIsThirdPartyOk ¶

func (o *GetApplication200Response) GetIsThirdPartyOk() (*bool, bool)

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

func (*GetApplication200Response) GetName ¶

func (o *GetApplication200Response) GetName() string

GetName returns the Name field value

func (*GetApplication200Response) GetNameOk ¶

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

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

func (*GetApplication200Response) GetOidcClientMetadata ¶

GetOidcClientMetadata returns the OidcClientMetadata field value

func (*GetApplication200Response) GetOidcClientMetadataOk ¶

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

func (*GetApplication200Response) GetProtectedAppMetadata ¶

GetProtectedAppMetadata returns the ProtectedAppMetadata field value If the value is explicit nil, the zero value for ListApplications200ResponseInnerProtectedAppMetadata will be returned

func (*GetApplication200Response) GetProtectedAppMetadataOk ¶

GetProtectedAppMetadataOk returns a tuple with the ProtectedAppMetadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetApplication200Response) GetSecret ¶

func (o *GetApplication200Response) GetSecret() string

GetSecret returns the Secret field value

func (*GetApplication200Response) GetSecretOk ¶

func (o *GetApplication200Response) GetSecretOk() (*string, bool)

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

func (*GetApplication200Response) GetTenantId ¶

func (o *GetApplication200Response) GetTenantId() string

GetTenantId returns the TenantId field value

func (*GetApplication200Response) GetTenantIdOk ¶

func (o *GetApplication200Response) GetTenantIdOk() (*string, bool)

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

func (*GetApplication200Response) GetType ¶

func (o *GetApplication200Response) GetType() string

GetType returns the Type field value

func (*GetApplication200Response) GetTypeOk ¶

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

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

func (GetApplication200Response) MarshalJSON ¶

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

func (*GetApplication200Response) SetCreatedAt ¶

func (o *GetApplication200Response) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*GetApplication200Response) SetCustomClientMetadata ¶

SetCustomClientMetadata sets field value

func (*GetApplication200Response) SetDescription ¶

func (o *GetApplication200Response) SetDescription(v string)

SetDescription sets field value

func (*GetApplication200Response) SetId ¶

func (o *GetApplication200Response) SetId(v string)

SetId sets field value

func (*GetApplication200Response) SetIsAdmin ¶

func (o *GetApplication200Response) SetIsAdmin(v bool)

SetIsAdmin sets field value

func (*GetApplication200Response) SetIsThirdParty ¶

func (o *GetApplication200Response) SetIsThirdParty(v bool)

SetIsThirdParty sets field value

func (*GetApplication200Response) SetName ¶

func (o *GetApplication200Response) SetName(v string)

SetName sets field value

func (*GetApplication200Response) SetOidcClientMetadata ¶

SetOidcClientMetadata sets field value

func (*GetApplication200Response) SetProtectedAppMetadata ¶

SetProtectedAppMetadata sets field value

func (*GetApplication200Response) SetSecret ¶

func (o *GetApplication200Response) SetSecret(v string)

SetSecret sets field value

func (*GetApplication200Response) SetTenantId ¶

func (o *GetApplication200Response) SetTenantId(v string)

SetTenantId sets field value

func (*GetApplication200Response) SetType ¶

func (o *GetApplication200Response) SetType(v string)

SetType sets field value

func (GetApplication200Response) ToMap ¶

func (o GetApplication200Response) ToMap() (map[string]interface{}, error)

func (*GetApplication200Response) UnmarshalJSON ¶

func (o *GetApplication200Response) UnmarshalJSON(data []byte) (err error)

type GetApplicationSignInExperience200Response ¶

type GetApplicationSignInExperience200Response struct {
	TenantId         string                                                 `json:"tenantId"`
	ApplicationId    string                                                 `json:"applicationId"`
	Branding         ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding"`
	TermsOfUseUrl    NullableString                                         `json:"termsOfUseUrl"`
	PrivacyPolicyUrl NullableString                                         `json:"privacyPolicyUrl"`
	DisplayName      NullableString                                         `json:"displayName"`
}

GetApplicationSignInExperience200Response struct for GetApplicationSignInExperience200Response

func NewGetApplicationSignInExperience200Response ¶

func NewGetApplicationSignInExperience200Response(tenantId string, applicationId string, branding ApiInteractionConsentGet200ResponseApplicationBranding, termsOfUseUrl NullableString, privacyPolicyUrl NullableString, displayName NullableString) *GetApplicationSignInExperience200Response

NewGetApplicationSignInExperience200Response instantiates a new GetApplicationSignInExperience200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetApplicationSignInExperience200ResponseWithDefaults ¶

func NewGetApplicationSignInExperience200ResponseWithDefaults() *GetApplicationSignInExperience200Response

NewGetApplicationSignInExperience200ResponseWithDefaults instantiates a new GetApplicationSignInExperience200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetApplicationSignInExperience200Response) GetApplicationId ¶

func (o *GetApplicationSignInExperience200Response) GetApplicationId() string

GetApplicationId returns the ApplicationId field value

func (*GetApplicationSignInExperience200Response) GetApplicationIdOk ¶

func (o *GetApplicationSignInExperience200Response) GetApplicationIdOk() (*string, bool)

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

func (*GetApplicationSignInExperience200Response) GetBranding ¶

GetBranding returns the Branding field value

func (*GetApplicationSignInExperience200Response) GetBrandingOk ¶

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

func (*GetApplicationSignInExperience200Response) GetDisplayName ¶

GetDisplayName returns the DisplayName field value If the value is explicit nil, the zero value for string will be returned

func (*GetApplicationSignInExperience200Response) GetDisplayNameOk ¶

func (o *GetApplicationSignInExperience200Response) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetApplicationSignInExperience200Response) GetPrivacyPolicyUrl ¶

func (o *GetApplicationSignInExperience200Response) GetPrivacyPolicyUrl() string

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetApplicationSignInExperience200Response) GetPrivacyPolicyUrlOk ¶

func (o *GetApplicationSignInExperience200Response) GetPrivacyPolicyUrlOk() (*string, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetApplicationSignInExperience200Response) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*GetApplicationSignInExperience200Response) GetTenantIdOk ¶

func (o *GetApplicationSignInExperience200Response) GetTenantIdOk() (*string, bool)

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

func (*GetApplicationSignInExperience200Response) GetTermsOfUseUrl ¶

func (o *GetApplicationSignInExperience200Response) GetTermsOfUseUrl() string

GetTermsOfUseUrl returns the TermsOfUseUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetApplicationSignInExperience200Response) GetTermsOfUseUrlOk ¶

func (o *GetApplicationSignInExperience200Response) GetTermsOfUseUrlOk() (*string, bool)

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetApplicationSignInExperience200Response) MarshalJSON ¶

func (*GetApplicationSignInExperience200Response) SetApplicationId ¶

func (o *GetApplicationSignInExperience200Response) SetApplicationId(v string)

SetApplicationId sets field value

func (*GetApplicationSignInExperience200Response) SetBranding ¶

SetBranding sets field value

func (*GetApplicationSignInExperience200Response) SetDisplayName ¶

SetDisplayName sets field value

func (*GetApplicationSignInExperience200Response) SetPrivacyPolicyUrl ¶

func (o *GetApplicationSignInExperience200Response) SetPrivacyPolicyUrl(v string)

SetPrivacyPolicyUrl sets field value

func (*GetApplicationSignInExperience200Response) SetTenantId ¶

SetTenantId sets field value

func (*GetApplicationSignInExperience200Response) SetTermsOfUseUrl ¶

func (o *GetApplicationSignInExperience200Response) SetTermsOfUseUrl(v string)

SetTermsOfUseUrl sets field value

func (GetApplicationSignInExperience200Response) ToMap ¶

func (o GetApplicationSignInExperience200Response) ToMap() (map[string]interface{}, error)

func (*GetApplicationSignInExperience200Response) UnmarshalJSON ¶

func (o *GetApplicationSignInExperience200Response) UnmarshalJSON(data []byte) (err error)

type GetHasuraAuth200Response ¶

type GetHasuraAuth200Response struct {
	XHasuraUserId *string `json:"X-Hasura-User-Id,omitempty"`
	XHasuraRole   *string `json:"X-Hasura-Role,omitempty"`
}

GetHasuraAuth200Response struct for GetHasuraAuth200Response

func NewGetHasuraAuth200Response ¶

func NewGetHasuraAuth200Response() *GetHasuraAuth200Response

NewGetHasuraAuth200Response instantiates a new GetHasuraAuth200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetHasuraAuth200ResponseWithDefaults ¶

func NewGetHasuraAuth200ResponseWithDefaults() *GetHasuraAuth200Response

NewGetHasuraAuth200ResponseWithDefaults instantiates a new GetHasuraAuth200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetHasuraAuth200Response) GetXHasuraRole ¶

func (o *GetHasuraAuth200Response) GetXHasuraRole() string

GetXHasuraRole returns the XHasuraRole field value if set, zero value otherwise.

func (*GetHasuraAuth200Response) GetXHasuraRoleOk ¶

func (o *GetHasuraAuth200Response) GetXHasuraRoleOk() (*string, bool)

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

func (*GetHasuraAuth200Response) GetXHasuraUserId ¶

func (o *GetHasuraAuth200Response) GetXHasuraUserId() string

GetXHasuraUserId returns the XHasuraUserId field value if set, zero value otherwise.

func (*GetHasuraAuth200Response) GetXHasuraUserIdOk ¶

func (o *GetHasuraAuth200Response) GetXHasuraUserIdOk() (*string, bool)

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

func (*GetHasuraAuth200Response) HasXHasuraRole ¶

func (o *GetHasuraAuth200Response) HasXHasuraRole() bool

HasXHasuraRole returns a boolean if a field has been set.

func (*GetHasuraAuth200Response) HasXHasuraUserId ¶

func (o *GetHasuraAuth200Response) HasXHasuraUserId() bool

HasXHasuraUserId returns a boolean if a field has been set.

func (GetHasuraAuth200Response) MarshalJSON ¶

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

func (*GetHasuraAuth200Response) SetXHasuraRole ¶

func (o *GetHasuraAuth200Response) SetXHasuraRole(v string)

SetXHasuraRole gets a reference to the given string and assigns it to the XHasuraRole field.

func (*GetHasuraAuth200Response) SetXHasuraUserId ¶

func (o *GetHasuraAuth200Response) SetXHasuraUserId(v string)

SetXHasuraUserId gets a reference to the given string and assigns it to the XHasuraUserId field.

func (GetHasuraAuth200Response) ToMap ¶

func (o GetHasuraAuth200Response) ToMap() (map[string]interface{}, error)

type GetJwtCustomizer200Response ¶

type GetJwtCustomizer200Response struct {
	GetJwtCustomizer200ResponseOneOf  *GetJwtCustomizer200ResponseOneOf
	GetJwtCustomizer200ResponseOneOf1 *GetJwtCustomizer200ResponseOneOf1
}

GetJwtCustomizer200Response - struct for GetJwtCustomizer200Response

func GetJwtCustomizer200ResponseOneOf1AsGetJwtCustomizer200Response ¶

func GetJwtCustomizer200ResponseOneOf1AsGetJwtCustomizer200Response(v *GetJwtCustomizer200ResponseOneOf1) GetJwtCustomizer200Response

GetJwtCustomizer200ResponseOneOf1AsGetJwtCustomizer200Response is a convenience function that returns GetJwtCustomizer200ResponseOneOf1 wrapped in GetJwtCustomizer200Response

func GetJwtCustomizer200ResponseOneOfAsGetJwtCustomizer200Response ¶

func GetJwtCustomizer200ResponseOneOfAsGetJwtCustomizer200Response(v *GetJwtCustomizer200ResponseOneOf) GetJwtCustomizer200Response

GetJwtCustomizer200ResponseOneOfAsGetJwtCustomizer200Response is a convenience function that returns GetJwtCustomizer200ResponseOneOf wrapped in GetJwtCustomizer200Response

func (*GetJwtCustomizer200Response) GetActualInstance ¶

func (obj *GetJwtCustomizer200Response) GetActualInstance() interface{}

Get the actual instance

func (GetJwtCustomizer200Response) MarshalJSON ¶

func (src GetJwtCustomizer200Response) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetJwtCustomizer200Response) UnmarshalJSON ¶

func (dst *GetJwtCustomizer200Response) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetJwtCustomizer200ResponseOneOf ¶

type GetJwtCustomizer200ResponseOneOf struct {
	Script               string                                         `json:"script"`
	EnvironmentVariables *map[string]string                             `json:"environmentVariables,omitempty"`
	ContextSample        *GetJwtCustomizer200ResponseOneOfContextSample `json:"contextSample,omitempty"`
	TokenSample          *GetJwtCustomizer200ResponseOneOfTokenSample   `json:"tokenSample,omitempty"`
}

GetJwtCustomizer200ResponseOneOf struct for GetJwtCustomizer200ResponseOneOf

func NewGetJwtCustomizer200ResponseOneOf ¶

func NewGetJwtCustomizer200ResponseOneOf(script string) *GetJwtCustomizer200ResponseOneOf

NewGetJwtCustomizer200ResponseOneOf instantiates a new GetJwtCustomizer200ResponseOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfWithDefaults() *GetJwtCustomizer200ResponseOneOf

NewGetJwtCustomizer200ResponseOneOfWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOf) GetContextSample ¶

GetContextSample returns the ContextSample field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf) GetContextSampleOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf) GetEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf) GetEnvironmentVariables() map[string]string

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf) GetEnvironmentVariablesOk ¶

func (o *GetJwtCustomizer200ResponseOneOf) GetEnvironmentVariablesOk() (*map[string]string, bool)

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

func (*GetJwtCustomizer200ResponseOneOf) GetScript ¶

GetScript returns the Script field value

func (*GetJwtCustomizer200ResponseOneOf) GetScriptOk ¶

func (o *GetJwtCustomizer200ResponseOneOf) GetScriptOk() (*string, bool)

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

func (*GetJwtCustomizer200ResponseOneOf) GetTokenSample ¶

GetTokenSample returns the TokenSample field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf) GetTokenSampleOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf) HasContextSample ¶

func (o *GetJwtCustomizer200ResponseOneOf) HasContextSample() bool

HasContextSample returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf) HasEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf) HasTokenSample ¶

func (o *GetJwtCustomizer200ResponseOneOf) HasTokenSample() bool

HasTokenSample returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOf) MarshalJSON ¶

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

func (*GetJwtCustomizer200ResponseOneOf) SetContextSample ¶

SetContextSample gets a reference to the given GetJwtCustomizer200ResponseOneOfContextSample and assigns it to the ContextSample field.

func (*GetJwtCustomizer200ResponseOneOf) SetEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables gets a reference to the given map[string]string and assigns it to the EnvironmentVariables field.

func (*GetJwtCustomizer200ResponseOneOf) SetScript ¶

func (o *GetJwtCustomizer200ResponseOneOf) SetScript(v string)

SetScript sets field value

func (*GetJwtCustomizer200ResponseOneOf) SetTokenSample ¶

SetTokenSample gets a reference to the given GetJwtCustomizer200ResponseOneOfTokenSample and assigns it to the TokenSample field.

func (GetJwtCustomizer200ResponseOneOf) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOf) ToMap() (map[string]interface{}, error)

func (*GetJwtCustomizer200ResponseOneOf) UnmarshalJSON ¶

func (o *GetJwtCustomizer200ResponseOneOf) UnmarshalJSON(data []byte) (err error)

type GetJwtCustomizer200ResponseOneOf1 ¶

type GetJwtCustomizer200ResponseOneOf1 struct {
	Script               string             `json:"script"`
	EnvironmentVariables *map[string]string `json:"environmentVariables,omitempty"`
	// arbitrary
	ContextSample map[string]interface{}                        `json:"contextSample,omitempty"`
	TokenSample   *GetJwtCustomizer200ResponseOneOf1TokenSample `json:"tokenSample,omitempty"`
}

GetJwtCustomizer200ResponseOneOf1 struct for GetJwtCustomizer200ResponseOneOf1

func NewGetJwtCustomizer200ResponseOneOf1 ¶

func NewGetJwtCustomizer200ResponseOneOf1(script string) *GetJwtCustomizer200ResponseOneOf1

NewGetJwtCustomizer200ResponseOneOf1 instantiates a new GetJwtCustomizer200ResponseOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOf1WithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOf1WithDefaults() *GetJwtCustomizer200ResponseOneOf1

NewGetJwtCustomizer200ResponseOneOf1WithDefaults instantiates a new GetJwtCustomizer200ResponseOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOf1) GetContextSample ¶

func (o *GetJwtCustomizer200ResponseOneOf1) GetContextSample() map[string]interface{}

GetContextSample returns the ContextSample field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1) GetContextSampleOk ¶

func (o *GetJwtCustomizer200ResponseOneOf1) GetContextSampleOk() (map[string]interface{}, bool)

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

func (*GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariables() map[string]string

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariablesOk ¶

func (o *GetJwtCustomizer200ResponseOneOf1) GetEnvironmentVariablesOk() (*map[string]string, bool)

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

func (*GetJwtCustomizer200ResponseOneOf1) GetScript ¶

GetScript returns the Script field value

func (*GetJwtCustomizer200ResponseOneOf1) GetScriptOk ¶

func (o *GetJwtCustomizer200ResponseOneOf1) GetScriptOk() (*string, bool)

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

func (*GetJwtCustomizer200ResponseOneOf1) GetTokenSample ¶

GetTokenSample returns the TokenSample field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1) GetTokenSampleOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1) HasContextSample ¶

func (o *GetJwtCustomizer200ResponseOneOf1) HasContextSample() bool

HasContextSample returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1) HasEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf1) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1) HasTokenSample ¶

func (o *GetJwtCustomizer200ResponseOneOf1) HasTokenSample() bool

HasTokenSample returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOf1) MarshalJSON ¶

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

func (*GetJwtCustomizer200ResponseOneOf1) SetContextSample ¶

func (o *GetJwtCustomizer200ResponseOneOf1) SetContextSample(v map[string]interface{})

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

func (*GetJwtCustomizer200ResponseOneOf1) SetEnvironmentVariables ¶

func (o *GetJwtCustomizer200ResponseOneOf1) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables gets a reference to the given map[string]string and assigns it to the EnvironmentVariables field.

func (*GetJwtCustomizer200ResponseOneOf1) SetScript ¶

func (o *GetJwtCustomizer200ResponseOneOf1) SetScript(v string)

SetScript sets field value

func (*GetJwtCustomizer200ResponseOneOf1) SetTokenSample ¶

SetTokenSample gets a reference to the given GetJwtCustomizer200ResponseOneOf1TokenSample and assigns it to the TokenSample field.

func (GetJwtCustomizer200ResponseOneOf1) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOf1) ToMap() (map[string]interface{}, error)

func (*GetJwtCustomizer200ResponseOneOf1) UnmarshalJSON ¶

func (o *GetJwtCustomizer200ResponseOneOf1) UnmarshalJSON(data []byte) (err error)

type GetJwtCustomizer200ResponseOneOf1TokenSample ¶

type GetJwtCustomizer200ResponseOneOf1TokenSample struct {
	Jti      *string                                         `json:"jti,omitempty"`
	Aud      *GetJwtCustomizer200ResponseOneOfTokenSampleAud `json:"aud,omitempty"`
	Scope    *string                                         `json:"scope,omitempty"`
	ClientId *string                                         `json:"clientId,omitempty"`
	Kind     *string                                         `json:"kind,omitempty"`
}

GetJwtCustomizer200ResponseOneOf1TokenSample struct for GetJwtCustomizer200ResponseOneOf1TokenSample

func NewGetJwtCustomizer200ResponseOneOf1TokenSample ¶

func NewGetJwtCustomizer200ResponseOneOf1TokenSample() *GetJwtCustomizer200ResponseOneOf1TokenSample

NewGetJwtCustomizer200ResponseOneOf1TokenSample instantiates a new GetJwtCustomizer200ResponseOneOf1TokenSample object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOf1TokenSampleWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOf1TokenSampleWithDefaults() *GetJwtCustomizer200ResponseOneOf1TokenSample

NewGetJwtCustomizer200ResponseOneOf1TokenSampleWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOf1TokenSample object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetAud ¶

GetAud returns the Aud field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetAudOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetClientIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetJti ¶

GetJti returns the Jti field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetJtiOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetKind ¶

GetKind returns the Kind field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetKindOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetScope ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) GetScopeOk ¶

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

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) HasAud ¶

HasAud returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) HasJti ¶

HasJti returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) HasKind ¶

HasKind returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) HasScope ¶

HasScope returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOf1TokenSample) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) SetAud ¶

SetAud gets a reference to the given GetJwtCustomizer200ResponseOneOfTokenSampleAud and assigns it to the Aud field.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) SetClientId ¶

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) SetJti ¶

SetJti gets a reference to the given string and assigns it to the Jti field.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) SetKind ¶

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*GetJwtCustomizer200ResponseOneOf1TokenSample) SetScope ¶

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

func (GetJwtCustomizer200ResponseOneOf1TokenSample) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOf1TokenSample) ToMap() (map[string]interface{}, error)

type GetJwtCustomizer200ResponseOneOfContextSample ¶

type GetJwtCustomizer200ResponseOneOfContextSample struct {
	User GetJwtCustomizer200ResponseOneOfContextSampleUser `json:"user"`
}

GetJwtCustomizer200ResponseOneOfContextSample struct for GetJwtCustomizer200ResponseOneOfContextSample

func NewGetJwtCustomizer200ResponseOneOfContextSample ¶

func NewGetJwtCustomizer200ResponseOneOfContextSample(user GetJwtCustomizer200ResponseOneOfContextSampleUser) *GetJwtCustomizer200ResponseOneOfContextSample

NewGetJwtCustomizer200ResponseOneOfContextSample instantiates a new GetJwtCustomizer200ResponseOneOfContextSample object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSample

NewGetJwtCustomizer200ResponseOneOfContextSampleWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSample object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSample) GetUser ¶

GetUser returns the User field value

func (*GetJwtCustomizer200ResponseOneOfContextSample) GetUserOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSample) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSample) SetUser ¶

SetUser sets field value

func (GetJwtCustomizer200ResponseOneOfContextSample) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOfContextSample) ToMap() (map[string]interface{}, error)

func (*GetJwtCustomizer200ResponseOneOfContextSample) UnmarshalJSON ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSample) UnmarshalJSON(data []byte) (err error)

type GetJwtCustomizer200ResponseOneOfContextSampleUser ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUser struct {
	Id           *string        `json:"id,omitempty"`
	Username     NullableString `json:"username,omitempty"`
	PrimaryEmail NullableString `json:"primaryEmail,omitempty"`
	PrimaryPhone NullableString `json:"primaryPhone,omitempty"`
	Name         NullableString `json:"name,omitempty"`
	Avatar       NullableString `json:"avatar,omitempty"`
	// arbitrary
	CustomData             map[string]interface{}                                                       `json:"customData,omitempty"`
	Identities             *map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue `json:"identities,omitempty"`
	LastSignInAt           NullableFloat32                                                              `json:"lastSignInAt,omitempty"`
	CreatedAt              *float32                                                                     `json:"createdAt,omitempty"`
	UpdatedAt              *float32                                                                     `json:"updatedAt,omitempty"`
	Profile                *GetJwtCustomizer200ResponseOneOfContextSampleUserProfile                    `json:"profile,omitempty"`
	ApplicationId          NullableString                                                               `json:"applicationId,omitempty"`
	IsSuspended            *bool                                                                        `json:"isSuspended,omitempty"`
	HasPassword            *bool                                                                        `json:"hasPassword,omitempty"`
	SsoIdentities          []GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner        `json:"ssoIdentities,omitempty"`
	MfaVerificationFactors []string                                                                     `json:"mfaVerificationFactors,omitempty"`
	Roles                  []GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner                `json:"roles,omitempty"`
	Organizations          []ListApplicationUserConsentScopes200ResponseOrganizationScopesInner         `json:"organizations,omitempty"`
	OrganizationRoles      []GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner    `json:"organizationRoles,omitempty"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUser struct for GetJwtCustomizer200ResponseOneOfContextSampleUser

func NewGetJwtCustomizer200ResponseOneOfContextSampleUser ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUser() *GetJwtCustomizer200ResponseOneOfContextSampleUser

NewGetJwtCustomizer200ResponseOneOfContextSampleUser instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUser object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUser

NewGetJwtCustomizer200ResponseOneOfContextSampleUserWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUser object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetApplicationId ¶

GetApplicationId returns the ApplicationId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetApplicationIdOk ¶

GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetAvatar ¶

GetAvatar returns the Avatar field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetAvatarOk ¶

GetAvatarOk returns a tuple with the Avatar field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCreatedAtOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCustomData ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCustomDataOk ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetHasPassword ¶

GetHasPassword returns the HasPassword field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetHasPasswordOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetId ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetIdentities ¶

GetIdentities returns the Identities field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetIdentitiesOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetIsSuspended ¶

GetIsSuspended returns the IsSuspended field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetIsSuspendedOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetLastSignInAt ¶

GetLastSignInAt returns the LastSignInAt field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetLastSignInAtOk ¶

GetLastSignInAtOk returns a tuple with the LastSignInAt field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetMfaVerificationFactors ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) GetMfaVerificationFactors() []string

GetMfaVerificationFactors returns the MfaVerificationFactors field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetMfaVerificationFactorsOk ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) GetMfaVerificationFactorsOk() ([]string, bool)

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetNameOk ¶

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetOrganizationRoles ¶

GetOrganizationRoles returns the OrganizationRoles field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetOrganizationRolesOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetOrganizations ¶

GetOrganizations returns the Organizations field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetOrganizationsOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetPrimaryEmail ¶

GetPrimaryEmail returns the PrimaryEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetPrimaryEmailOk ¶

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetPrimaryPhone ¶

GetPrimaryPhone returns the PrimaryPhone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetPrimaryPhoneOk ¶

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetProfile ¶

GetProfile returns the Profile field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetProfileOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetRoles ¶

GetRoles returns the Roles field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetRolesOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetSsoIdentities ¶

GetSsoIdentities returns the SsoIdentities field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetSsoIdentitiesOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetUpdatedAtOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) GetUsernameOk ¶

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasApplicationId ¶

HasApplicationId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasAvatar ¶

HasAvatar returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasCreatedAt ¶

HasCreatedAt returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasCustomData ¶

HasCustomData returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasHasPassword ¶

HasHasPassword returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasId ¶

HasId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasIdentities ¶

HasIdentities returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasIsSuspended ¶

HasIsSuspended returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasLastSignInAt ¶

HasLastSignInAt returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasMfaVerificationFactors ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) HasMfaVerificationFactors() bool

HasMfaVerificationFactors returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasName ¶

HasName returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasOrganizationRoles ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) HasOrganizationRoles() bool

HasOrganizationRoles returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasOrganizations ¶

HasOrganizations returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasPrimaryEmail ¶

HasPrimaryEmail returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasPrimaryPhone ¶

HasPrimaryPhone returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasProfile ¶

HasProfile returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasRoles ¶

HasRoles returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasSsoIdentities ¶

HasSsoIdentities returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasUpdatedAt ¶

HasUpdatedAt returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) HasUsername ¶

HasUsername returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOfContextSampleUser) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetApplicationId ¶

SetApplicationId gets a reference to the given NullableString and assigns it to the ApplicationId field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetApplicationIdNil ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetApplicationIdNil()

SetApplicationIdNil sets the value for ApplicationId to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetAvatar ¶

SetAvatar gets a reference to the given NullableString and assigns it to the Avatar field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetAvatarNil ¶

SetAvatarNil sets the value for Avatar to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetCreatedAt ¶

SetCreatedAt gets a reference to the given float32 and assigns it to the CreatedAt field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetCustomData ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetCustomData(v map[string]interface{})

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetHasPassword ¶

SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetId ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetIdentities ¶

SetIdentities gets a reference to the given map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue and assigns it to the Identities field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetIsSuspended ¶

SetIsSuspended gets a reference to the given bool and assigns it to the IsSuspended field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetLastSignInAt ¶

SetLastSignInAt gets a reference to the given NullableFloat32 and assigns it to the LastSignInAt field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetLastSignInAtNil ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetLastSignInAtNil()

SetLastSignInAtNil sets the value for LastSignInAt to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetMfaVerificationFactors ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetMfaVerificationFactors(v []string)

SetMfaVerificationFactors gets a reference to the given []string and assigns it to the MfaVerificationFactors field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetName ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetNameNil ¶

SetNameNil sets the value for Name to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetOrganizationRoles ¶

SetOrganizationRoles gets a reference to the given []GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner and assigns it to the OrganizationRoles field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetOrganizations ¶

SetOrganizations gets a reference to the given []ListApplicationUserConsentScopes200ResponseOrganizationScopesInner and assigns it to the Organizations field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryEmail ¶

SetPrimaryEmail gets a reference to the given NullableString and assigns it to the PrimaryEmail field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryEmailNil ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryEmailNil()

SetPrimaryEmailNil sets the value for PrimaryEmail to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryPhone ¶

SetPrimaryPhone gets a reference to the given NullableString and assigns it to the PrimaryPhone field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryPhoneNil ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) SetPrimaryPhoneNil()

SetPrimaryPhoneNil sets the value for PrimaryPhone to be an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetProfile ¶

SetProfile gets a reference to the given GetJwtCustomizer200ResponseOneOfContextSampleUserProfile and assigns it to the Profile field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetRoles ¶

SetRoles gets a reference to the given []GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner and assigns it to the Roles field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetSsoIdentities ¶

SetSsoIdentities gets a reference to the given []GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner and assigns it to the SsoIdentities field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetUpdatedAt ¶

SetUpdatedAt gets a reference to the given float32 and assigns it to the UpdatedAt field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetUsername ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) SetUsernameNil ¶

SetUsernameNil sets the value for Username to be an explicit nil

func (GetJwtCustomizer200ResponseOneOfContextSampleUser) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOfContextSampleUser) ToMap() (map[string]interface{}, error)

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetApplicationId ¶

func (o *GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetApplicationId()

UnsetApplicationId ensures that no value is present for ApplicationId, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetAvatar ¶

UnsetAvatar ensures that no value is present for Avatar, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetLastSignInAt ¶

UnsetLastSignInAt ensures that no value is present for LastSignInAt, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetName ¶

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetPrimaryEmail ¶

UnsetPrimaryEmail ensures that no value is present for PrimaryEmail, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetPrimaryPhone ¶

UnsetPrimaryPhone ensures that no value is present for PrimaryPhone, not even an explicit nil

func (*GetJwtCustomizer200ResponseOneOfContextSampleUser) UnsetUsername ¶

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue struct {
	UserId string `json:"userId"`
	// arbitrary
	Details map[string]interface{} `json:"details,omitempty"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue struct for GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue(userId string) *GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValueWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValueWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

NewGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValueWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) GetDetails ¶

GetDetails returns the Details field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) GetDetailsOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) GetUserId ¶

GetUserId returns the UserId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) GetUserIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) HasDetails ¶

HasDetails returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) SetDetails ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) SetUserId ¶

SetUserId sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner struct {
	OrganizationId string `json:"organizationId"`
	RoleId         string `json:"roleId"`
	RoleName       string `json:"roleName"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner struct for GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner(organizationId string, roleId string, roleName string) *GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInnerWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInnerWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInnerWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetOrganizationId ¶

GetOrganizationId returns the OrganizationId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetOrganizationIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetRoleId ¶

GetRoleId returns the RoleId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetRoleIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetRoleName ¶

GetRoleName returns the RoleName field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) GetRoleNameOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) SetOrganizationId ¶

SetOrganizationId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) SetRoleId ¶

SetRoleId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) SetRoleName ¶

SetRoleName sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserProfile ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserProfile struct {
	FamilyName        *string                                                          `json:"familyName,omitempty"`
	GivenName         *string                                                          `json:"givenName,omitempty"`
	MiddleName        *string                                                          `json:"middleName,omitempty"`
	Nickname          *string                                                          `json:"nickname,omitempty"`
	PreferredUsername *string                                                          `json:"preferredUsername,omitempty"`
	Profile           *string                                                          `json:"profile,omitempty"`
	Website           *string                                                          `json:"website,omitempty"`
	Gender            *string                                                          `json:"gender,omitempty"`
	Birthdate         *string                                                          `json:"birthdate,omitempty"`
	Zoneinfo          *string                                                          `json:"zoneinfo,omitempty"`
	Locale            *string                                                          `json:"locale,omitempty"`
	Address           *GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress `json:"address,omitempty"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserProfile struct for GetJwtCustomizer200ResponseOneOfContextSampleUserProfile

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfile ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfile() *GetJwtCustomizer200ResponseOneOfContextSampleUserProfile

NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfile instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserProfile

NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetAddress ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetAddressOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetBirthdate ¶

GetBirthdate returns the Birthdate field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetBirthdateOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetFamilyName ¶

GetFamilyName returns the FamilyName field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetFamilyNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetGender ¶

GetGender returns the Gender field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetGenderOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetGivenName ¶

GetGivenName returns the GivenName field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetGivenNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetLocale ¶

GetLocale returns the Locale field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetLocaleOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetMiddleName ¶

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetMiddleNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetNickname ¶

GetNickname returns the Nickname field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetNicknameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetPreferredUsername ¶

GetPreferredUsername returns the PreferredUsername field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetPreferredUsernameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetProfile ¶

GetProfile returns the Profile field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetProfileOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetWebsite ¶

GetWebsite returns the Website field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetWebsiteOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetZoneinfo ¶

GetZoneinfo returns the Zoneinfo field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) GetZoneinfoOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasAddress ¶

HasAddress returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasBirthdate ¶

HasBirthdate returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasFamilyName ¶

HasFamilyName returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasGender ¶

HasGender returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasGivenName ¶

HasGivenName returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasLocale ¶

HasLocale returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasMiddleName ¶

HasMiddleName returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasNickname ¶

HasNickname returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasPreferredUsername ¶

HasPreferredUsername returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasProfile ¶

HasProfile returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasWebsite ¶

HasWebsite returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) HasZoneinfo ¶

HasZoneinfo returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetAddress ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetBirthdate ¶

SetBirthdate gets a reference to the given string and assigns it to the Birthdate field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetFamilyName ¶

SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetGender ¶

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetGivenName ¶

SetGivenName gets a reference to the given string and assigns it to the GivenName field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetLocale ¶

SetLocale gets a reference to the given string and assigns it to the Locale field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetMiddleName ¶

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetNickname ¶

SetNickname gets a reference to the given string and assigns it to the Nickname field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetPreferredUsername ¶

SetPreferredUsername gets a reference to the given string and assigns it to the PreferredUsername field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetProfile ¶

SetProfile gets a reference to the given string and assigns it to the Profile field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetWebsite ¶

SetWebsite gets a reference to the given string and assigns it to the Website field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) SetZoneinfo ¶

SetZoneinfo gets a reference to the given string and assigns it to the Zoneinfo field.

func (GetJwtCustomizer200ResponseOneOfContextSampleUserProfile) ToMap ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress struct {
	Formatted     *string `json:"formatted,omitempty"`
	StreetAddress *string `json:"streetAddress,omitempty"`
	Locality      *string `json:"locality,omitempty"`
	Region        *string `json:"region,omitempty"`
	PostalCode    *string `json:"postalCode,omitempty"`
	Country       *string `json:"country,omitempty"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress struct for GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress() *GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress

NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddressWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddressWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress

NewGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddressWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetCountry ¶

GetCountry returns the Country field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetCountryOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetFormatted ¶

GetFormatted returns the Formatted field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetFormattedOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetLocality ¶

GetLocality returns the Locality field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetLocalityOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetPostalCode ¶

GetPostalCode returns the PostalCode field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetPostalCodeOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetRegion ¶

GetRegion returns the Region field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetRegionOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetStreetAddress ¶

GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) GetStreetAddressOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasCountry ¶

HasCountry returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasFormatted ¶

HasFormatted returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasLocality ¶

HasLocality returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasPostalCode ¶

HasPostalCode returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasRegion ¶

HasRegion returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) HasStreetAddress ¶

HasStreetAddress returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetCountry ¶

SetCountry gets a reference to the given string and assigns it to the Country field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetFormatted ¶

SetFormatted gets a reference to the given string and assigns it to the Formatted field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetLocality ¶

SetLocality gets a reference to the given string and assigns it to the Locality field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetPostalCode ¶

SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetRegion ¶

SetRegion gets a reference to the given string and assigns it to the Region field.

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) SetStreetAddress ¶

SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.

func (GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) ToMap ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner struct {
	Id          string                                                                   `json:"id"`
	Name        string                                                                   `json:"name"`
	Description string                                                                   `json:"description"`
	Scopes      []GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner `json:"scopes"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner struct for GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner(id string, name string, description string, scopes []GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetDescription ¶

GetDescription returns the Description field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetDescriptionOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetId ¶

GetId returns the Id field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetName ¶

GetName returns the Name field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetScopes ¶

GetScopes returns the Scopes field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) GetScopesOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) SetDescription ¶

SetDescription sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) SetId ¶

SetId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) SetName ¶

SetName sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) SetScopes ¶

SetScopes sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner struct {
	Id          string                                                                         `json:"id"`
	Name        string                                                                         `json:"name"`
	Description NullableString                                                                 `json:"description"`
	ResourceId  string                                                                         `json:"resourceId"`
	Resource    GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource `json:"resource"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner struct for GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner(id string, name string, description NullableString, resourceId string, resource GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetId ¶

GetId returns the Id field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetName ¶

GetName returns the Name field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetResource ¶

GetResource returns the Resource field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetResourceId ¶

GetResourceId returns the ResourceId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetResourceIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) GetResourceOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) SetDescription ¶

SetDescription sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) SetId ¶

SetId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) SetName ¶

SetName sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) SetResource ¶

SetResource sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) SetResourceId ¶

SetResourceId sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource struct {
	TenantId       string  `json:"tenantId"`
	Id             string  `json:"id"`
	Name           string  `json:"name"`
	Indicator      string  `json:"indicator"`
	IsDefault      bool    `json:"isDefault"`
	AccessTokenTtl float32 `json:"accessTokenTtl"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource struct for GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource(tenantId string, id string, name string, indicator string, isDefault bool, accessTokenTtl float32) *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResourceWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResourceWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

NewGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResourceWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetAccessTokenTtl ¶

GetAccessTokenTtl returns the AccessTokenTtl field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetAccessTokenTtlOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetId ¶

GetId returns the Id field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetIndicator ¶

GetIndicator returns the Indicator field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetIndicatorOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetIsDefault ¶

GetIsDefault returns the IsDefault field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetIsDefaultOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetName ¶

GetName returns the Name field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetNameOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) GetTenantIdOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetAccessTokenTtl ¶

SetAccessTokenTtl sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetId ¶

SetId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetIndicator ¶

SetIndicator sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetIsDefault ¶

SetIsDefault sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetName ¶

SetName sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) SetTenantId ¶

SetTenantId sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner ¶

type GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner struct {
	Issuer     string `json:"issuer"`
	IdentityId string `json:"identityId"`
	// arbitrary
	Detail map[string]interface{} `json:"detail"`
}

GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner struct for GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner(issuer string, identityId string, detail map[string]interface{}) *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInnerWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInnerWithDefaults() *GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner

NewGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInnerWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetDetail ¶

GetDetail returns the Detail field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetDetailOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIdentityId ¶

GetIdentityId returns the IdentityId field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIdentityIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIssuer ¶

GetIssuer returns the Issuer field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) GetIssuerOk ¶

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

func (GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetDetail ¶

SetDetail sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetIdentityId ¶

SetIdentityId sets field value

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) SetIssuer ¶

SetIssuer sets field value

func (GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) ToMap ¶

func (*GetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) UnmarshalJSON ¶

type GetJwtCustomizer200ResponseOneOfTokenSample ¶

type GetJwtCustomizer200ResponseOneOfTokenSample struct {
	Jti                *string                                         `json:"jti,omitempty"`
	Aud                *GetJwtCustomizer200ResponseOneOfTokenSampleAud `json:"aud,omitempty"`
	Scope              *string                                         `json:"scope,omitempty"`
	ClientId           *string                                         `json:"clientId,omitempty"`
	AccountId          *string                                         `json:"accountId,omitempty"`
	ExpiresWithSession *bool                                           `json:"expiresWithSession,omitempty"`
	GrantId            *string                                         `json:"grantId,omitempty"`
	Gty                *string                                         `json:"gty,omitempty"`
	SessionUid         *string                                         `json:"sessionUid,omitempty"`
	Sid                *string                                         `json:"sid,omitempty"`
	Kind               *string                                         `json:"kind,omitempty"`
}

GetJwtCustomizer200ResponseOneOfTokenSample struct for GetJwtCustomizer200ResponseOneOfTokenSample

func NewGetJwtCustomizer200ResponseOneOfTokenSample ¶

func NewGetJwtCustomizer200ResponseOneOfTokenSample() *GetJwtCustomizer200ResponseOneOfTokenSample

NewGetJwtCustomizer200ResponseOneOfTokenSample instantiates a new GetJwtCustomizer200ResponseOneOfTokenSample object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetJwtCustomizer200ResponseOneOfTokenSampleWithDefaults ¶

func NewGetJwtCustomizer200ResponseOneOfTokenSampleWithDefaults() *GetJwtCustomizer200ResponseOneOfTokenSample

NewGetJwtCustomizer200ResponseOneOfTokenSampleWithDefaults instantiates a new GetJwtCustomizer200ResponseOneOfTokenSample object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetAccountId ¶

GetAccountId returns the AccountId field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetAccountIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetAud ¶

GetAud returns the Aud field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetAudOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetClientId ¶

GetClientId returns the ClientId field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetClientIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetExpiresWithSession ¶

func (o *GetJwtCustomizer200ResponseOneOfTokenSample) GetExpiresWithSession() bool

GetExpiresWithSession returns the ExpiresWithSession field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetExpiresWithSessionOk ¶

func (o *GetJwtCustomizer200ResponseOneOfTokenSample) GetExpiresWithSessionOk() (*bool, bool)

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetGrantId ¶

GetGrantId returns the GrantId field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetGrantIdOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetGty ¶

GetGty returns the Gty field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetGtyOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetJti ¶

GetJti returns the Jti field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetJtiOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetKind ¶

GetKind returns the Kind field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetKindOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetScope ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetScopeOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetSessionUid ¶

GetSessionUid returns the SessionUid field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetSessionUidOk ¶

func (o *GetJwtCustomizer200ResponseOneOfTokenSample) GetSessionUidOk() (*string, bool)

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetSid ¶

GetSid returns the Sid field value if set, zero value otherwise.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) GetSidOk ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasAccountId ¶

HasAccountId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasAud ¶

HasAud returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasClientId ¶

HasClientId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasExpiresWithSession ¶

func (o *GetJwtCustomizer200ResponseOneOfTokenSample) HasExpiresWithSession() bool

HasExpiresWithSession returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasGrantId ¶

HasGrantId returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasGty ¶

HasGty returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasJti ¶

HasJti returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasKind ¶

HasKind returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasScope ¶

HasScope returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasSessionUid ¶

HasSessionUid returns a boolean if a field has been set.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) HasSid ¶

HasSid returns a boolean if a field has been set.

func (GetJwtCustomizer200ResponseOneOfTokenSample) MarshalJSON ¶

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetAccountId ¶

SetAccountId gets a reference to the given string and assigns it to the AccountId field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetAud ¶

SetAud gets a reference to the given GetJwtCustomizer200ResponseOneOfTokenSampleAud and assigns it to the Aud field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetClientId ¶

SetClientId gets a reference to the given string and assigns it to the ClientId field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetExpiresWithSession ¶

func (o *GetJwtCustomizer200ResponseOneOfTokenSample) SetExpiresWithSession(v bool)

SetExpiresWithSession gets a reference to the given bool and assigns it to the ExpiresWithSession field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetGrantId ¶

SetGrantId gets a reference to the given string and assigns it to the GrantId field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetGty ¶

SetGty gets a reference to the given string and assigns it to the Gty field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetJti ¶

SetJti gets a reference to the given string and assigns it to the Jti field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetKind ¶

SetKind gets a reference to the given string and assigns it to the Kind field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetScope ¶

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

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetSessionUid ¶

SetSessionUid gets a reference to the given string and assigns it to the SessionUid field.

func (*GetJwtCustomizer200ResponseOneOfTokenSample) SetSid ¶

SetSid gets a reference to the given string and assigns it to the Sid field.

func (GetJwtCustomizer200ResponseOneOfTokenSample) ToMap ¶

func (o GetJwtCustomizer200ResponseOneOfTokenSample) ToMap() (map[string]interface{}, error)

type GetJwtCustomizer200ResponseOneOfTokenSampleAud ¶

type GetJwtCustomizer200ResponseOneOfTokenSampleAud struct {
	ArrayOfString *[]string
	String        *string
}

GetJwtCustomizer200ResponseOneOfTokenSampleAud - struct for GetJwtCustomizer200ResponseOneOfTokenSampleAud

func ArrayOfStringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud ¶

func ArrayOfStringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud(v *[]string) GetJwtCustomizer200ResponseOneOfTokenSampleAud

[]stringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud is a convenience function that returns []string wrapped in GetJwtCustomizer200ResponseOneOfTokenSampleAud

func StringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud ¶

func StringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud(v *string) GetJwtCustomizer200ResponseOneOfTokenSampleAud

stringAsGetJwtCustomizer200ResponseOneOfTokenSampleAud is a convenience function that returns string wrapped in GetJwtCustomizer200ResponseOneOfTokenSampleAud

func (*GetJwtCustomizer200ResponseOneOfTokenSampleAud) GetActualInstance ¶

func (obj *GetJwtCustomizer200ResponseOneOfTokenSampleAud) GetActualInstance() interface{}

Get the actual instance

func (GetJwtCustomizer200ResponseOneOfTokenSampleAud) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetJwtCustomizer200ResponseOneOfTokenSampleAud) UnmarshalJSON ¶

func (dst *GetJwtCustomizer200ResponseOneOfTokenSampleAud) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetNewUserCounts200Response ¶

type GetNewUserCounts200Response struct {
	Today     GetNewUserCounts200ResponseToday `json:"today"`
	Last7Days GetNewUserCounts200ResponseToday `json:"last7Days"`
}

GetNewUserCounts200Response struct for GetNewUserCounts200Response

func NewGetNewUserCounts200Response ¶

NewGetNewUserCounts200Response instantiates a new GetNewUserCounts200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetNewUserCounts200ResponseWithDefaults ¶

func NewGetNewUserCounts200ResponseWithDefaults() *GetNewUserCounts200Response

NewGetNewUserCounts200ResponseWithDefaults instantiates a new GetNewUserCounts200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetNewUserCounts200Response) GetLast7Days ¶

GetLast7Days returns the Last7Days field value

func (*GetNewUserCounts200Response) GetLast7DaysOk ¶

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

func (*GetNewUserCounts200Response) GetToday ¶

GetToday returns the Today field value

func (*GetNewUserCounts200Response) GetTodayOk ¶

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

func (GetNewUserCounts200Response) MarshalJSON ¶

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

func (*GetNewUserCounts200Response) SetLast7Days ¶

SetLast7Days sets field value

func (*GetNewUserCounts200Response) SetToday ¶

SetToday sets field value

func (GetNewUserCounts200Response) ToMap ¶

func (o GetNewUserCounts200Response) ToMap() (map[string]interface{}, error)

func (*GetNewUserCounts200Response) UnmarshalJSON ¶

func (o *GetNewUserCounts200Response) UnmarshalJSON(data []byte) (err error)

type GetNewUserCounts200ResponseToday ¶

type GetNewUserCounts200ResponseToday struct {
	Count float32 `json:"count"`
	Delta float32 `json:"delta"`
}

GetNewUserCounts200ResponseToday struct for GetNewUserCounts200ResponseToday

func NewGetNewUserCounts200ResponseToday ¶

func NewGetNewUserCounts200ResponseToday(count float32, delta float32) *GetNewUserCounts200ResponseToday

NewGetNewUserCounts200ResponseToday instantiates a new GetNewUserCounts200ResponseToday object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetNewUserCounts200ResponseTodayWithDefaults ¶

func NewGetNewUserCounts200ResponseTodayWithDefaults() *GetNewUserCounts200ResponseToday

NewGetNewUserCounts200ResponseTodayWithDefaults instantiates a new GetNewUserCounts200ResponseToday object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetNewUserCounts200ResponseToday) GetCount ¶

GetCount returns the Count field value

func (*GetNewUserCounts200ResponseToday) GetCountOk ¶

func (o *GetNewUserCounts200ResponseToday) GetCountOk() (*float32, bool)

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

func (*GetNewUserCounts200ResponseToday) GetDelta ¶

GetDelta returns the Delta field value

func (*GetNewUserCounts200ResponseToday) GetDeltaOk ¶

func (o *GetNewUserCounts200ResponseToday) GetDeltaOk() (*float32, bool)

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

func (GetNewUserCounts200ResponseToday) MarshalJSON ¶

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

func (*GetNewUserCounts200ResponseToday) SetCount ¶

SetCount sets field value

func (*GetNewUserCounts200ResponseToday) SetDelta ¶

SetDelta sets field value

func (GetNewUserCounts200ResponseToday) ToMap ¶

func (o GetNewUserCounts200ResponseToday) ToMap() (map[string]interface{}, error)

func (*GetNewUserCounts200ResponseToday) UnmarshalJSON ¶

func (o *GetNewUserCounts200ResponseToday) UnmarshalJSON(data []byte) (err error)

type GetOidcKeys200ResponseInner ¶

type GetOidcKeys200ResponseInner struct {
	Id                  string  `json:"id"`
	CreatedAt           float32 `json:"createdAt"`
	SigningKeyAlgorithm *string `json:"signingKeyAlgorithm,omitempty"`
}

GetOidcKeys200ResponseInner struct for GetOidcKeys200ResponseInner

func NewGetOidcKeys200ResponseInner ¶

func NewGetOidcKeys200ResponseInner(id string, createdAt float32) *GetOidcKeys200ResponseInner

NewGetOidcKeys200ResponseInner instantiates a new GetOidcKeys200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOidcKeys200ResponseInnerWithDefaults ¶

func NewGetOidcKeys200ResponseInnerWithDefaults() *GetOidcKeys200ResponseInner

NewGetOidcKeys200ResponseInnerWithDefaults instantiates a new GetOidcKeys200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOidcKeys200ResponseInner) GetCreatedAt ¶

func (o *GetOidcKeys200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*GetOidcKeys200ResponseInner) GetCreatedAtOk ¶

func (o *GetOidcKeys200ResponseInner) GetCreatedAtOk() (*float32, bool)

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

func (*GetOidcKeys200ResponseInner) GetId ¶

GetId returns the Id field value

func (*GetOidcKeys200ResponseInner) GetIdOk ¶

func (o *GetOidcKeys200ResponseInner) GetIdOk() (*string, bool)

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

func (*GetOidcKeys200ResponseInner) GetSigningKeyAlgorithm ¶

func (o *GetOidcKeys200ResponseInner) GetSigningKeyAlgorithm() string

GetSigningKeyAlgorithm returns the SigningKeyAlgorithm field value if set, zero value otherwise.

func (*GetOidcKeys200ResponseInner) GetSigningKeyAlgorithmOk ¶

func (o *GetOidcKeys200ResponseInner) GetSigningKeyAlgorithmOk() (*string, bool)

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

func (*GetOidcKeys200ResponseInner) HasSigningKeyAlgorithm ¶

func (o *GetOidcKeys200ResponseInner) HasSigningKeyAlgorithm() bool

HasSigningKeyAlgorithm returns a boolean if a field has been set.

func (GetOidcKeys200ResponseInner) MarshalJSON ¶

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

func (*GetOidcKeys200ResponseInner) SetCreatedAt ¶

func (o *GetOidcKeys200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*GetOidcKeys200ResponseInner) SetId ¶

func (o *GetOidcKeys200ResponseInner) SetId(v string)

SetId sets field value

func (*GetOidcKeys200ResponseInner) SetSigningKeyAlgorithm ¶

func (o *GetOidcKeys200ResponseInner) SetSigningKeyAlgorithm(v string)

SetSigningKeyAlgorithm gets a reference to the given string and assigns it to the SigningKeyAlgorithm field.

func (GetOidcKeys200ResponseInner) ToMap ¶

func (o GetOidcKeys200ResponseInner) ToMap() (map[string]interface{}, error)

func (*GetOidcKeys200ResponseInner) UnmarshalJSON ¶

func (o *GetOidcKeys200ResponseInner) UnmarshalJSON(data []byte) (err error)

type GetOrganizationInvitation200Response ¶

type GetOrganizationInvitation200Response struct {
	TenantId          string                                                               `json:"tenantId"`
	Id                string                                                               `json:"id"`
	InviterId         NullableString                                                       `json:"inviterId"`
	Invitee           string                                                               `json:"invitee"`
	AcceptedUserId    NullableString                                                       `json:"acceptedUserId"`
	OrganizationId    string                                                               `json:"organizationId"`
	Status            string                                                               `json:"status"`
	CreatedAt         float32                                                              `json:"createdAt"`
	UpdatedAt         float32                                                              `json:"updatedAt"`
	ExpiresAt         float32                                                              `json:"expiresAt"`
	OrganizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner `json:"organizationRoles"`
}

GetOrganizationInvitation200Response struct for GetOrganizationInvitation200Response

func NewGetOrganizationInvitation200Response ¶

func NewGetOrganizationInvitation200Response(tenantId string, id string, inviterId NullableString, invitee string, acceptedUserId NullableString, organizationId string, status string, createdAt float32, updatedAt float32, expiresAt float32, organizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) *GetOrganizationInvitation200Response

NewGetOrganizationInvitation200Response instantiates a new GetOrganizationInvitation200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOrganizationInvitation200ResponseWithDefaults ¶

func NewGetOrganizationInvitation200ResponseWithDefaults() *GetOrganizationInvitation200Response

NewGetOrganizationInvitation200ResponseWithDefaults instantiates a new GetOrganizationInvitation200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOrganizationInvitation200Response) GetAcceptedUserId ¶

func (o *GetOrganizationInvitation200Response) GetAcceptedUserId() string

GetAcceptedUserId returns the AcceptedUserId field value If the value is explicit nil, the zero value for string will be returned

func (*GetOrganizationInvitation200Response) GetAcceptedUserIdOk ¶

func (o *GetOrganizationInvitation200Response) GetAcceptedUserIdOk() (*string, bool)

GetAcceptedUserIdOk returns a tuple with the AcceptedUserId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetOrganizationInvitation200Response) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*GetOrganizationInvitation200Response) GetCreatedAtOk ¶

func (o *GetOrganizationInvitation200Response) GetCreatedAtOk() (*float32, bool)

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

func (*GetOrganizationInvitation200Response) GetExpiresAt ¶

GetExpiresAt returns the ExpiresAt field value

func (*GetOrganizationInvitation200Response) GetExpiresAtOk ¶

func (o *GetOrganizationInvitation200Response) GetExpiresAtOk() (*float32, bool)

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

func (*GetOrganizationInvitation200Response) GetId ¶

GetId returns the Id field value

func (*GetOrganizationInvitation200Response) GetIdOk ¶

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

func (*GetOrganizationInvitation200Response) GetInvitee ¶

GetInvitee returns the Invitee field value

func (*GetOrganizationInvitation200Response) GetInviteeOk ¶

func (o *GetOrganizationInvitation200Response) GetInviteeOk() (*string, bool)

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

func (*GetOrganizationInvitation200Response) GetInviterId ¶

func (o *GetOrganizationInvitation200Response) GetInviterId() string

GetInviterId returns the InviterId field value If the value is explicit nil, the zero value for string will be returned

func (*GetOrganizationInvitation200Response) GetInviterIdOk ¶

func (o *GetOrganizationInvitation200Response) GetInviterIdOk() (*string, bool)

GetInviterIdOk returns a tuple with the InviterId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetOrganizationInvitation200Response) GetOrganizationId ¶

func (o *GetOrganizationInvitation200Response) GetOrganizationId() string

GetOrganizationId returns the OrganizationId field value

func (*GetOrganizationInvitation200Response) GetOrganizationIdOk ¶

func (o *GetOrganizationInvitation200Response) GetOrganizationIdOk() (*string, bool)

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

func (*GetOrganizationInvitation200Response) GetOrganizationRoles ¶

GetOrganizationRoles returns the OrganizationRoles field value

func (*GetOrganizationInvitation200Response) GetOrganizationRolesOk ¶

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

func (*GetOrganizationInvitation200Response) GetStatus ¶

GetStatus returns the Status field value

func (*GetOrganizationInvitation200Response) GetStatusOk ¶

func (o *GetOrganizationInvitation200Response) GetStatusOk() (*string, bool)

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

func (*GetOrganizationInvitation200Response) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*GetOrganizationInvitation200Response) GetTenantIdOk ¶

func (o *GetOrganizationInvitation200Response) GetTenantIdOk() (*string, bool)

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

func (*GetOrganizationInvitation200Response) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*GetOrganizationInvitation200Response) GetUpdatedAtOk ¶

func (o *GetOrganizationInvitation200Response) GetUpdatedAtOk() (*float32, bool)

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

func (GetOrganizationInvitation200Response) MarshalJSON ¶

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

func (*GetOrganizationInvitation200Response) SetAcceptedUserId ¶

func (o *GetOrganizationInvitation200Response) SetAcceptedUserId(v string)

SetAcceptedUserId sets field value

func (*GetOrganizationInvitation200Response) SetCreatedAt ¶

func (o *GetOrganizationInvitation200Response) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*GetOrganizationInvitation200Response) SetExpiresAt ¶

func (o *GetOrganizationInvitation200Response) SetExpiresAt(v float32)

SetExpiresAt sets field value

func (*GetOrganizationInvitation200Response) SetId ¶

SetId sets field value

func (*GetOrganizationInvitation200Response) SetInvitee ¶

SetInvitee sets field value

func (*GetOrganizationInvitation200Response) SetInviterId ¶

func (o *GetOrganizationInvitation200Response) SetInviterId(v string)

SetInviterId sets field value

func (*GetOrganizationInvitation200Response) SetOrganizationId ¶

func (o *GetOrganizationInvitation200Response) SetOrganizationId(v string)

SetOrganizationId sets field value

func (*GetOrganizationInvitation200Response) SetOrganizationRoles ¶

SetOrganizationRoles sets field value

func (*GetOrganizationInvitation200Response) SetStatus ¶

SetStatus sets field value

func (*GetOrganizationInvitation200Response) SetTenantId ¶

func (o *GetOrganizationInvitation200Response) SetTenantId(v string)

SetTenantId sets field value

func (*GetOrganizationInvitation200Response) SetUpdatedAt ¶

func (o *GetOrganizationInvitation200Response) SetUpdatedAt(v float32)

SetUpdatedAt sets field value

func (GetOrganizationInvitation200Response) ToMap ¶

func (o GetOrganizationInvitation200Response) ToMap() (map[string]interface{}, error)

func (*GetOrganizationInvitation200Response) UnmarshalJSON ¶

func (o *GetOrganizationInvitation200Response) UnmarshalJSON(data []byte) (err error)

type GetOrganizationRole200Response ¶

type GetOrganizationRole200Response struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
	Type        string         `json:"type"`
}

GetOrganizationRole200Response struct for GetOrganizationRole200Response

func NewGetOrganizationRole200Response ¶

func NewGetOrganizationRole200Response(tenantId string, id string, name string, description NullableString, type_ string) *GetOrganizationRole200Response

NewGetOrganizationRole200Response instantiates a new GetOrganizationRole200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetOrganizationRole200ResponseWithDefaults ¶

func NewGetOrganizationRole200ResponseWithDefaults() *GetOrganizationRole200Response

NewGetOrganizationRole200ResponseWithDefaults instantiates a new GetOrganizationRole200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetOrganizationRole200Response) GetDescription ¶

func (o *GetOrganizationRole200Response) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*GetOrganizationRole200Response) GetDescriptionOk ¶

func (o *GetOrganizationRole200Response) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetOrganizationRole200Response) GetId ¶

GetId returns the Id field value

func (*GetOrganizationRole200Response) GetIdOk ¶

func (o *GetOrganizationRole200Response) GetIdOk() (*string, bool)

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

func (*GetOrganizationRole200Response) GetName ¶

GetName returns the Name field value

func (*GetOrganizationRole200Response) GetNameOk ¶

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

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

func (*GetOrganizationRole200Response) GetTenantId ¶

func (o *GetOrganizationRole200Response) GetTenantId() string

GetTenantId returns the TenantId field value

func (*GetOrganizationRole200Response) GetTenantIdOk ¶

func (o *GetOrganizationRole200Response) GetTenantIdOk() (*string, bool)

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

func (*GetOrganizationRole200Response) GetType ¶

GetType returns the Type field value

func (*GetOrganizationRole200Response) GetTypeOk ¶

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

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

func (GetOrganizationRole200Response) MarshalJSON ¶

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

func (*GetOrganizationRole200Response) SetDescription ¶

func (o *GetOrganizationRole200Response) SetDescription(v string)

SetDescription sets field value

func (*GetOrganizationRole200Response) SetId ¶

SetId sets field value

func (*GetOrganizationRole200Response) SetName ¶

func (o *GetOrganizationRole200Response) SetName(v string)

SetName sets field value

func (*GetOrganizationRole200Response) SetTenantId ¶

func (o *GetOrganizationRole200Response) SetTenantId(v string)

SetTenantId sets field value

func (*GetOrganizationRole200Response) SetType ¶

func (o *GetOrganizationRole200Response) SetType(v string)

SetType sets field value

func (GetOrganizationRole200Response) ToMap ¶

func (o GetOrganizationRole200Response) ToMap() (map[string]interface{}, error)

func (*GetOrganizationRole200Response) UnmarshalJSON ¶

func (o *GetOrganizationRole200Response) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200Response ¶

type GetSignInExp200Response struct {
	TenantId           string                                                 `json:"tenantId"`
	Id                 string                                                 `json:"id"`
	Color              GetSignInExp200ResponseColor                           `json:"color"`
	Branding           ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding"`
	LanguageInfo       GetSignInExp200ResponseLanguageInfo                    `json:"languageInfo"`
	TermsOfUseUrl      NullableString                                         `json:"termsOfUseUrl"`
	PrivacyPolicyUrl   NullableString                                         `json:"privacyPolicyUrl"`
	AgreeToTermsPolicy string                                                 `json:"agreeToTermsPolicy"`
	SignIn             GetSignInExp200ResponseSignIn                          `json:"signIn"`
	SignUp             GetSignInExp200ResponseSignUp                          `json:"signUp"`
	SocialSignIn       GetSignInExp200ResponseSocialSignIn                    `json:"socialSignIn"`
	// Enabled social sign-in connectors, will displayed on the sign-in page.
	SocialSignInConnectorTargets []string       `json:"socialSignInConnectorTargets"`
	SignInMode                   string         `json:"signInMode"`
	CustomCss                    NullableString `json:"customCss"`
	// Custom content to display on experience flow pages. the page pathname will be the config key, the content will be the config value.
	CustomContent       map[string]string                     `json:"customContent"`
	CustomUiAssetId     NullableString                        `json:"customUiAssetId"`
	PasswordPolicy      GetSignInExp200ResponsePasswordPolicy `json:"passwordPolicy"`
	Mfa                 GetSignInExp200ResponseMfa            `json:"mfa"`
	SingleSignOnEnabled bool                                  `json:"singleSignOnEnabled"`
}

GetSignInExp200Response struct for GetSignInExp200Response

func NewGetSignInExp200Response ¶

func NewGetSignInExp200Response(tenantId string, id string, color GetSignInExp200ResponseColor, branding ApiInteractionConsentGet200ResponseApplicationBranding, languageInfo GetSignInExp200ResponseLanguageInfo, termsOfUseUrl NullableString, privacyPolicyUrl NullableString, agreeToTermsPolicy string, signIn GetSignInExp200ResponseSignIn, signUp GetSignInExp200ResponseSignUp, socialSignIn GetSignInExp200ResponseSocialSignIn, socialSignInConnectorTargets []string, signInMode string, customCss NullableString, customContent map[string]string, customUiAssetId NullableString, passwordPolicy GetSignInExp200ResponsePasswordPolicy, mfa GetSignInExp200ResponseMfa, singleSignOnEnabled bool) *GetSignInExp200Response

NewGetSignInExp200Response instantiates a new GetSignInExp200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseWithDefaults ¶

func NewGetSignInExp200ResponseWithDefaults() *GetSignInExp200Response

NewGetSignInExp200ResponseWithDefaults instantiates a new GetSignInExp200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200Response) GetAgreeToTermsPolicy ¶

func (o *GetSignInExp200Response) GetAgreeToTermsPolicy() string

GetAgreeToTermsPolicy returns the AgreeToTermsPolicy field value

func (*GetSignInExp200Response) GetAgreeToTermsPolicyOk ¶

func (o *GetSignInExp200Response) GetAgreeToTermsPolicyOk() (*string, bool)

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

func (*GetSignInExp200Response) GetBranding ¶

GetBranding returns the Branding field value

func (*GetSignInExp200Response) GetBrandingOk ¶

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

func (*GetSignInExp200Response) GetColor ¶

GetColor returns the Color field value

func (*GetSignInExp200Response) GetColorOk ¶

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

func (*GetSignInExp200Response) GetCustomContent ¶

func (o *GetSignInExp200Response) GetCustomContent() map[string]string

GetCustomContent returns the CustomContent field value

func (*GetSignInExp200Response) GetCustomContentOk ¶

func (o *GetSignInExp200Response) GetCustomContentOk() (*map[string]string, bool)

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

func (*GetSignInExp200Response) GetCustomCss ¶

func (o *GetSignInExp200Response) GetCustomCss() string

GetCustomCss returns the CustomCss field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExp200Response) GetCustomCssOk ¶

func (o *GetSignInExp200Response) GetCustomCssOk() (*string, bool)

GetCustomCssOk returns a tuple with the CustomCss field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExp200Response) GetCustomUiAssetId ¶

func (o *GetSignInExp200Response) GetCustomUiAssetId() string

GetCustomUiAssetId returns the CustomUiAssetId field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExp200Response) GetCustomUiAssetIdOk ¶

func (o *GetSignInExp200Response) GetCustomUiAssetIdOk() (*string, bool)

GetCustomUiAssetIdOk returns a tuple with the CustomUiAssetId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExp200Response) GetId ¶

func (o *GetSignInExp200Response) GetId() string

GetId returns the Id field value

func (*GetSignInExp200Response) GetIdOk ¶

func (o *GetSignInExp200Response) GetIdOk() (*string, bool)

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

func (*GetSignInExp200Response) GetLanguageInfo ¶

GetLanguageInfo returns the LanguageInfo field value

func (*GetSignInExp200Response) GetLanguageInfoOk ¶

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

func (*GetSignInExp200Response) GetMfa ¶

GetMfa returns the Mfa field value

func (*GetSignInExp200Response) GetMfaOk ¶

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

func (*GetSignInExp200Response) GetPasswordPolicy ¶

GetPasswordPolicy returns the PasswordPolicy field value

func (*GetSignInExp200Response) GetPasswordPolicyOk ¶

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

func (*GetSignInExp200Response) GetPrivacyPolicyUrl ¶

func (o *GetSignInExp200Response) GetPrivacyPolicyUrl() string

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExp200Response) GetPrivacyPolicyUrlOk ¶

func (o *GetSignInExp200Response) GetPrivacyPolicyUrlOk() (*string, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExp200Response) GetSignIn ¶

GetSignIn returns the SignIn field value

func (*GetSignInExp200Response) GetSignInMode ¶

func (o *GetSignInExp200Response) GetSignInMode() string

GetSignInMode returns the SignInMode field value

func (*GetSignInExp200Response) GetSignInModeOk ¶

func (o *GetSignInExp200Response) GetSignInModeOk() (*string, bool)

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

func (*GetSignInExp200Response) GetSignInOk ¶

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

func (*GetSignInExp200Response) GetSignUp ¶

GetSignUp returns the SignUp field value

func (*GetSignInExp200Response) GetSignUpOk ¶

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

func (*GetSignInExp200Response) GetSingleSignOnEnabled ¶

func (o *GetSignInExp200Response) GetSingleSignOnEnabled() bool

GetSingleSignOnEnabled returns the SingleSignOnEnabled field value

func (*GetSignInExp200Response) GetSingleSignOnEnabledOk ¶

func (o *GetSignInExp200Response) GetSingleSignOnEnabledOk() (*bool, bool)

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

func (*GetSignInExp200Response) GetSocialSignIn ¶

GetSocialSignIn returns the SocialSignIn field value

func (*GetSignInExp200Response) GetSocialSignInConnectorTargets ¶

func (o *GetSignInExp200Response) GetSocialSignInConnectorTargets() []string

GetSocialSignInConnectorTargets returns the SocialSignInConnectorTargets field value

func (*GetSignInExp200Response) GetSocialSignInConnectorTargetsOk ¶

func (o *GetSignInExp200Response) GetSocialSignInConnectorTargetsOk() ([]string, bool)

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

func (*GetSignInExp200Response) GetSocialSignInOk ¶

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

func (*GetSignInExp200Response) GetTenantId ¶

func (o *GetSignInExp200Response) GetTenantId() string

GetTenantId returns the TenantId field value

func (*GetSignInExp200Response) GetTenantIdOk ¶

func (o *GetSignInExp200Response) GetTenantIdOk() (*string, bool)

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

func (*GetSignInExp200Response) GetTermsOfUseUrl ¶

func (o *GetSignInExp200Response) GetTermsOfUseUrl() string

GetTermsOfUseUrl returns the TermsOfUseUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExp200Response) GetTermsOfUseUrlOk ¶

func (o *GetSignInExp200Response) GetTermsOfUseUrlOk() (*string, bool)

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (GetSignInExp200Response) MarshalJSON ¶

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

func (*GetSignInExp200Response) SetAgreeToTermsPolicy ¶

func (o *GetSignInExp200Response) SetAgreeToTermsPolicy(v string)

SetAgreeToTermsPolicy sets field value

func (*GetSignInExp200Response) SetBranding ¶

SetBranding sets field value

func (*GetSignInExp200Response) SetColor ¶

SetColor sets field value

func (*GetSignInExp200Response) SetCustomContent ¶

func (o *GetSignInExp200Response) SetCustomContent(v map[string]string)

SetCustomContent sets field value

func (*GetSignInExp200Response) SetCustomCss ¶

func (o *GetSignInExp200Response) SetCustomCss(v string)

SetCustomCss sets field value

func (*GetSignInExp200Response) SetCustomUiAssetId ¶

func (o *GetSignInExp200Response) SetCustomUiAssetId(v string)

SetCustomUiAssetId sets field value

func (*GetSignInExp200Response) SetId ¶

func (o *GetSignInExp200Response) SetId(v string)

SetId sets field value

func (*GetSignInExp200Response) SetLanguageInfo ¶

SetLanguageInfo sets field value

func (*GetSignInExp200Response) SetMfa ¶

SetMfa sets field value

func (*GetSignInExp200Response) SetPasswordPolicy ¶

SetPasswordPolicy sets field value

func (*GetSignInExp200Response) SetPrivacyPolicyUrl ¶

func (o *GetSignInExp200Response) SetPrivacyPolicyUrl(v string)

SetPrivacyPolicyUrl sets field value

func (*GetSignInExp200Response) SetSignIn ¶

SetSignIn sets field value

func (*GetSignInExp200Response) SetSignInMode ¶

func (o *GetSignInExp200Response) SetSignInMode(v string)

SetSignInMode sets field value

func (*GetSignInExp200Response) SetSignUp ¶

SetSignUp sets field value

func (*GetSignInExp200Response) SetSingleSignOnEnabled ¶

func (o *GetSignInExp200Response) SetSingleSignOnEnabled(v bool)

SetSingleSignOnEnabled sets field value

func (*GetSignInExp200Response) SetSocialSignIn ¶

SetSocialSignIn sets field value

func (*GetSignInExp200Response) SetSocialSignInConnectorTargets ¶

func (o *GetSignInExp200Response) SetSocialSignInConnectorTargets(v []string)

SetSocialSignInConnectorTargets sets field value

func (*GetSignInExp200Response) SetTenantId ¶

func (o *GetSignInExp200Response) SetTenantId(v string)

SetTenantId sets field value

func (*GetSignInExp200Response) SetTermsOfUseUrl ¶

func (o *GetSignInExp200Response) SetTermsOfUseUrl(v string)

SetTermsOfUseUrl sets field value

func (GetSignInExp200Response) ToMap ¶

func (o GetSignInExp200Response) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200Response) UnmarshalJSON ¶

func (o *GetSignInExp200Response) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseColor ¶

type GetSignInExp200ResponseColor struct {
	PrimaryColor      string `json:"primaryColor"`
	IsDarkModeEnabled bool   `json:"isDarkModeEnabled"`
	DarkPrimaryColor  string `json:"darkPrimaryColor"`
}

GetSignInExp200ResponseColor The primary branding color for the sign-in page (both light/dark mode).

func NewGetSignInExp200ResponseColor ¶

func NewGetSignInExp200ResponseColor(primaryColor string, isDarkModeEnabled bool, darkPrimaryColor string) *GetSignInExp200ResponseColor

NewGetSignInExp200ResponseColor instantiates a new GetSignInExp200ResponseColor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseColorWithDefaults ¶

func NewGetSignInExp200ResponseColorWithDefaults() *GetSignInExp200ResponseColor

NewGetSignInExp200ResponseColorWithDefaults instantiates a new GetSignInExp200ResponseColor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseColor) GetDarkPrimaryColor ¶

func (o *GetSignInExp200ResponseColor) GetDarkPrimaryColor() string

GetDarkPrimaryColor returns the DarkPrimaryColor field value

func (*GetSignInExp200ResponseColor) GetDarkPrimaryColorOk ¶

func (o *GetSignInExp200ResponseColor) GetDarkPrimaryColorOk() (*string, bool)

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

func (*GetSignInExp200ResponseColor) GetIsDarkModeEnabled ¶

func (o *GetSignInExp200ResponseColor) GetIsDarkModeEnabled() bool

GetIsDarkModeEnabled returns the IsDarkModeEnabled field value

func (*GetSignInExp200ResponseColor) GetIsDarkModeEnabledOk ¶

func (o *GetSignInExp200ResponseColor) GetIsDarkModeEnabledOk() (*bool, bool)

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

func (*GetSignInExp200ResponseColor) GetPrimaryColor ¶

func (o *GetSignInExp200ResponseColor) GetPrimaryColor() string

GetPrimaryColor returns the PrimaryColor field value

func (*GetSignInExp200ResponseColor) GetPrimaryColorOk ¶

func (o *GetSignInExp200ResponseColor) GetPrimaryColorOk() (*string, bool)

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

func (GetSignInExp200ResponseColor) MarshalJSON ¶

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

func (*GetSignInExp200ResponseColor) SetDarkPrimaryColor ¶

func (o *GetSignInExp200ResponseColor) SetDarkPrimaryColor(v string)

SetDarkPrimaryColor sets field value

func (*GetSignInExp200ResponseColor) SetIsDarkModeEnabled ¶

func (o *GetSignInExp200ResponseColor) SetIsDarkModeEnabled(v bool)

SetIsDarkModeEnabled sets field value

func (*GetSignInExp200ResponseColor) SetPrimaryColor ¶

func (o *GetSignInExp200ResponseColor) SetPrimaryColor(v string)

SetPrimaryColor sets field value

func (GetSignInExp200ResponseColor) ToMap ¶

func (o GetSignInExp200ResponseColor) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseColor) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseColor) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseLanguageInfo ¶

type GetSignInExp200ResponseLanguageInfo struct {
	AutoDetect       bool   `json:"autoDetect"`
	FallbackLanguage string `json:"fallbackLanguage"`
}

GetSignInExp200ResponseLanguageInfo The language detection policy for the sign-in page.

func NewGetSignInExp200ResponseLanguageInfo ¶

func NewGetSignInExp200ResponseLanguageInfo(autoDetect bool, fallbackLanguage string) *GetSignInExp200ResponseLanguageInfo

NewGetSignInExp200ResponseLanguageInfo instantiates a new GetSignInExp200ResponseLanguageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseLanguageInfoWithDefaults ¶

func NewGetSignInExp200ResponseLanguageInfoWithDefaults() *GetSignInExp200ResponseLanguageInfo

NewGetSignInExp200ResponseLanguageInfoWithDefaults instantiates a new GetSignInExp200ResponseLanguageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseLanguageInfo) GetAutoDetect ¶

func (o *GetSignInExp200ResponseLanguageInfo) GetAutoDetect() bool

GetAutoDetect returns the AutoDetect field value

func (*GetSignInExp200ResponseLanguageInfo) GetAutoDetectOk ¶

func (o *GetSignInExp200ResponseLanguageInfo) GetAutoDetectOk() (*bool, bool)

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

func (*GetSignInExp200ResponseLanguageInfo) GetFallbackLanguage ¶

func (o *GetSignInExp200ResponseLanguageInfo) GetFallbackLanguage() string

GetFallbackLanguage returns the FallbackLanguage field value

func (*GetSignInExp200ResponseLanguageInfo) GetFallbackLanguageOk ¶

func (o *GetSignInExp200ResponseLanguageInfo) GetFallbackLanguageOk() (*string, bool)

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

func (GetSignInExp200ResponseLanguageInfo) MarshalJSON ¶

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

func (*GetSignInExp200ResponseLanguageInfo) SetAutoDetect ¶

func (o *GetSignInExp200ResponseLanguageInfo) SetAutoDetect(v bool)

SetAutoDetect sets field value

func (*GetSignInExp200ResponseLanguageInfo) SetFallbackLanguage ¶

func (o *GetSignInExp200ResponseLanguageInfo) SetFallbackLanguage(v string)

SetFallbackLanguage sets field value

func (GetSignInExp200ResponseLanguageInfo) ToMap ¶

func (o GetSignInExp200ResponseLanguageInfo) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseLanguageInfo) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseLanguageInfo) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseMfa ¶

type GetSignInExp200ResponseMfa struct {
	Factors []string `json:"factors"`
	Policy  string   `json:"policy"`
}

GetSignInExp200ResponseMfa MFA settings

func NewGetSignInExp200ResponseMfa ¶

func NewGetSignInExp200ResponseMfa(factors []string, policy string) *GetSignInExp200ResponseMfa

NewGetSignInExp200ResponseMfa instantiates a new GetSignInExp200ResponseMfa object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseMfaWithDefaults ¶

func NewGetSignInExp200ResponseMfaWithDefaults() *GetSignInExp200ResponseMfa

NewGetSignInExp200ResponseMfaWithDefaults instantiates a new GetSignInExp200ResponseMfa object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseMfa) GetFactors ¶

func (o *GetSignInExp200ResponseMfa) GetFactors() []string

GetFactors returns the Factors field value

func (*GetSignInExp200ResponseMfa) GetFactorsOk ¶

func (o *GetSignInExp200ResponseMfa) GetFactorsOk() ([]string, bool)

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

func (*GetSignInExp200ResponseMfa) GetPolicy ¶

func (o *GetSignInExp200ResponseMfa) GetPolicy() string

GetPolicy returns the Policy field value

func (*GetSignInExp200ResponseMfa) GetPolicyOk ¶

func (o *GetSignInExp200ResponseMfa) GetPolicyOk() (*string, bool)

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

func (GetSignInExp200ResponseMfa) MarshalJSON ¶

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

func (*GetSignInExp200ResponseMfa) SetFactors ¶

func (o *GetSignInExp200ResponseMfa) SetFactors(v []string)

SetFactors sets field value

func (*GetSignInExp200ResponseMfa) SetPolicy ¶

func (o *GetSignInExp200ResponseMfa) SetPolicy(v string)

SetPolicy sets field value

func (GetSignInExp200ResponseMfa) ToMap ¶

func (o GetSignInExp200ResponseMfa) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseMfa) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseMfa) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponsePasswordPolicy ¶

type GetSignInExp200ResponsePasswordPolicy struct {
	Length         *GetSignInExp200ResponsePasswordPolicyLength         `json:"length,omitempty"`
	CharacterTypes *GetSignInExp200ResponsePasswordPolicyCharacterTypes `json:"characterTypes,omitempty"`
	Rejects        *GetSignInExp200ResponsePasswordPolicyRejects        `json:"rejects,omitempty"`
}

GetSignInExp200ResponsePasswordPolicy Password policies to adjust the password strength requirements.

func NewGetSignInExp200ResponsePasswordPolicy ¶

func NewGetSignInExp200ResponsePasswordPolicy() *GetSignInExp200ResponsePasswordPolicy

NewGetSignInExp200ResponsePasswordPolicy instantiates a new GetSignInExp200ResponsePasswordPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponsePasswordPolicyWithDefaults ¶

func NewGetSignInExp200ResponsePasswordPolicyWithDefaults() *GetSignInExp200ResponsePasswordPolicy

NewGetSignInExp200ResponsePasswordPolicyWithDefaults instantiates a new GetSignInExp200ResponsePasswordPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponsePasswordPolicy) GetCharacterTypes ¶

GetCharacterTypes returns the CharacterTypes field value if set, zero value otherwise.

func (*GetSignInExp200ResponsePasswordPolicy) GetCharacterTypesOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicy) GetLength ¶

GetLength returns the Length field value if set, zero value otherwise.

func (*GetSignInExp200ResponsePasswordPolicy) GetLengthOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicy) GetRejects ¶

GetRejects returns the Rejects field value if set, zero value otherwise.

func (*GetSignInExp200ResponsePasswordPolicy) GetRejectsOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicy) HasCharacterTypes ¶

func (o *GetSignInExp200ResponsePasswordPolicy) HasCharacterTypes() bool

HasCharacterTypes returns a boolean if a field has been set.

func (*GetSignInExp200ResponsePasswordPolicy) HasLength ¶

HasLength returns a boolean if a field has been set.

func (*GetSignInExp200ResponsePasswordPolicy) HasRejects ¶

HasRejects returns a boolean if a field has been set.

func (GetSignInExp200ResponsePasswordPolicy) MarshalJSON ¶

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

func (*GetSignInExp200ResponsePasswordPolicy) SetCharacterTypes ¶

SetCharacterTypes gets a reference to the given GetSignInExp200ResponsePasswordPolicyCharacterTypes and assigns it to the CharacterTypes field.

func (*GetSignInExp200ResponsePasswordPolicy) SetLength ¶

SetLength gets a reference to the given GetSignInExp200ResponsePasswordPolicyLength and assigns it to the Length field.

func (*GetSignInExp200ResponsePasswordPolicy) SetRejects ¶

SetRejects gets a reference to the given GetSignInExp200ResponsePasswordPolicyRejects and assigns it to the Rejects field.

func (GetSignInExp200ResponsePasswordPolicy) ToMap ¶

func (o GetSignInExp200ResponsePasswordPolicy) ToMap() (map[string]interface{}, error)

type GetSignInExp200ResponsePasswordPolicyCharacterTypes ¶

type GetSignInExp200ResponsePasswordPolicyCharacterTypes struct {
	Min float32 `json:"min"`
}

GetSignInExp200ResponsePasswordPolicyCharacterTypes struct for GetSignInExp200ResponsePasswordPolicyCharacterTypes

func NewGetSignInExp200ResponsePasswordPolicyCharacterTypes ¶

func NewGetSignInExp200ResponsePasswordPolicyCharacterTypes(min float32) *GetSignInExp200ResponsePasswordPolicyCharacterTypes

NewGetSignInExp200ResponsePasswordPolicyCharacterTypes instantiates a new GetSignInExp200ResponsePasswordPolicyCharacterTypes object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponsePasswordPolicyCharacterTypesWithDefaults ¶

func NewGetSignInExp200ResponsePasswordPolicyCharacterTypesWithDefaults() *GetSignInExp200ResponsePasswordPolicyCharacterTypes

NewGetSignInExp200ResponsePasswordPolicyCharacterTypesWithDefaults instantiates a new GetSignInExp200ResponsePasswordPolicyCharacterTypes object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponsePasswordPolicyCharacterTypes) GetMin ¶

GetMin returns the Min field value

func (*GetSignInExp200ResponsePasswordPolicyCharacterTypes) GetMinOk ¶

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

func (GetSignInExp200ResponsePasswordPolicyCharacterTypes) MarshalJSON ¶

func (*GetSignInExp200ResponsePasswordPolicyCharacterTypes) SetMin ¶

SetMin sets field value

func (GetSignInExp200ResponsePasswordPolicyCharacterTypes) ToMap ¶

func (*GetSignInExp200ResponsePasswordPolicyCharacterTypes) UnmarshalJSON ¶

func (o *GetSignInExp200ResponsePasswordPolicyCharacterTypes) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponsePasswordPolicyLength ¶

type GetSignInExp200ResponsePasswordPolicyLength struct {
	Min float32 `json:"min"`
	Max float32 `json:"max"`
}

GetSignInExp200ResponsePasswordPolicyLength struct for GetSignInExp200ResponsePasswordPolicyLength

func NewGetSignInExp200ResponsePasswordPolicyLength ¶

func NewGetSignInExp200ResponsePasswordPolicyLength(min float32, max float32) *GetSignInExp200ResponsePasswordPolicyLength

NewGetSignInExp200ResponsePasswordPolicyLength instantiates a new GetSignInExp200ResponsePasswordPolicyLength object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponsePasswordPolicyLengthWithDefaults ¶

func NewGetSignInExp200ResponsePasswordPolicyLengthWithDefaults() *GetSignInExp200ResponsePasswordPolicyLength

NewGetSignInExp200ResponsePasswordPolicyLengthWithDefaults instantiates a new GetSignInExp200ResponsePasswordPolicyLength object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponsePasswordPolicyLength) GetMax ¶

GetMax returns the Max field value

func (*GetSignInExp200ResponsePasswordPolicyLength) GetMaxOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicyLength) GetMin ¶

GetMin returns the Min field value

func (*GetSignInExp200ResponsePasswordPolicyLength) GetMinOk ¶

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

func (GetSignInExp200ResponsePasswordPolicyLength) MarshalJSON ¶

func (*GetSignInExp200ResponsePasswordPolicyLength) SetMax ¶

SetMax sets field value

func (*GetSignInExp200ResponsePasswordPolicyLength) SetMin ¶

SetMin sets field value

func (GetSignInExp200ResponsePasswordPolicyLength) ToMap ¶

func (o GetSignInExp200ResponsePasswordPolicyLength) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponsePasswordPolicyLength) UnmarshalJSON ¶

func (o *GetSignInExp200ResponsePasswordPolicyLength) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponsePasswordPolicyRejects ¶

type GetSignInExp200ResponsePasswordPolicyRejects struct {
	Pwned                 bool     `json:"pwned"`
	RepetitionAndSequence bool     `json:"repetitionAndSequence"`
	UserInfo              bool     `json:"userInfo"`
	Words                 []string `json:"words"`
}

GetSignInExp200ResponsePasswordPolicyRejects struct for GetSignInExp200ResponsePasswordPolicyRejects

func NewGetSignInExp200ResponsePasswordPolicyRejects ¶

func NewGetSignInExp200ResponsePasswordPolicyRejects(pwned bool, repetitionAndSequence bool, userInfo bool, words []string) *GetSignInExp200ResponsePasswordPolicyRejects

NewGetSignInExp200ResponsePasswordPolicyRejects instantiates a new GetSignInExp200ResponsePasswordPolicyRejects object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponsePasswordPolicyRejectsWithDefaults ¶

func NewGetSignInExp200ResponsePasswordPolicyRejectsWithDefaults() *GetSignInExp200ResponsePasswordPolicyRejects

NewGetSignInExp200ResponsePasswordPolicyRejectsWithDefaults instantiates a new GetSignInExp200ResponsePasswordPolicyRejects object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetPwned ¶

GetPwned returns the Pwned field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetPwnedOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetRepetitionAndSequence ¶

func (o *GetSignInExp200ResponsePasswordPolicyRejects) GetRepetitionAndSequence() bool

GetRepetitionAndSequence returns the RepetitionAndSequence field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetRepetitionAndSequenceOk ¶

func (o *GetSignInExp200ResponsePasswordPolicyRejects) GetRepetitionAndSequenceOk() (*bool, bool)

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

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetUserInfo ¶

GetUserInfo returns the UserInfo field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetUserInfoOk ¶

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

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetWords ¶

GetWords returns the Words field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) GetWordsOk ¶

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

func (GetSignInExp200ResponsePasswordPolicyRejects) MarshalJSON ¶

func (*GetSignInExp200ResponsePasswordPolicyRejects) SetPwned ¶

SetPwned sets field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) SetRepetitionAndSequence ¶

func (o *GetSignInExp200ResponsePasswordPolicyRejects) SetRepetitionAndSequence(v bool)

SetRepetitionAndSequence sets field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) SetUserInfo ¶

SetUserInfo sets field value

func (*GetSignInExp200ResponsePasswordPolicyRejects) SetWords ¶

SetWords sets field value

func (GetSignInExp200ResponsePasswordPolicyRejects) ToMap ¶

func (o GetSignInExp200ResponsePasswordPolicyRejects) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponsePasswordPolicyRejects) UnmarshalJSON ¶

func (o *GetSignInExp200ResponsePasswordPolicyRejects) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseSignIn ¶

type GetSignInExp200ResponseSignIn struct {
	Methods []GetSignInExp200ResponseSignInMethodsInner `json:"methods"`
}

GetSignInExp200ResponseSignIn Sign-in method settings.

func NewGetSignInExp200ResponseSignIn ¶

func NewGetSignInExp200ResponseSignIn(methods []GetSignInExp200ResponseSignInMethodsInner) *GetSignInExp200ResponseSignIn

NewGetSignInExp200ResponseSignIn instantiates a new GetSignInExp200ResponseSignIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseSignInWithDefaults ¶

func NewGetSignInExp200ResponseSignInWithDefaults() *GetSignInExp200ResponseSignIn

NewGetSignInExp200ResponseSignInWithDefaults instantiates a new GetSignInExp200ResponseSignIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseSignIn) GetMethods ¶

GetMethods returns the Methods field value

func (*GetSignInExp200ResponseSignIn) GetMethodsOk ¶

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

func (GetSignInExp200ResponseSignIn) MarshalJSON ¶

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

func (*GetSignInExp200ResponseSignIn) SetMethods ¶

SetMethods sets field value

func (GetSignInExp200ResponseSignIn) ToMap ¶

func (o GetSignInExp200ResponseSignIn) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseSignIn) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseSignIn) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseSignInMethodsInner ¶

type GetSignInExp200ResponseSignInMethodsInner struct {
	Identifier        string `json:"identifier"`
	Password          bool   `json:"password"`
	VerificationCode  bool   `json:"verificationCode"`
	IsPasswordPrimary bool   `json:"isPasswordPrimary"`
}

GetSignInExp200ResponseSignInMethodsInner struct for GetSignInExp200ResponseSignInMethodsInner

func NewGetSignInExp200ResponseSignInMethodsInner ¶

func NewGetSignInExp200ResponseSignInMethodsInner(identifier string, password bool, verificationCode bool, isPasswordPrimary bool) *GetSignInExp200ResponseSignInMethodsInner

NewGetSignInExp200ResponseSignInMethodsInner instantiates a new GetSignInExp200ResponseSignInMethodsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseSignInMethodsInnerWithDefaults ¶

func NewGetSignInExp200ResponseSignInMethodsInnerWithDefaults() *GetSignInExp200ResponseSignInMethodsInner

NewGetSignInExp200ResponseSignInMethodsInnerWithDefaults instantiates a new GetSignInExp200ResponseSignInMethodsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseSignInMethodsInner) GetIdentifier ¶

GetIdentifier returns the Identifier field value

func (*GetSignInExp200ResponseSignInMethodsInner) GetIdentifierOk ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetIdentifierOk() (*string, bool)

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

func (*GetSignInExp200ResponseSignInMethodsInner) GetIsPasswordPrimary ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetIsPasswordPrimary() bool

GetIsPasswordPrimary returns the IsPasswordPrimary field value

func (*GetSignInExp200ResponseSignInMethodsInner) GetIsPasswordPrimaryOk ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetIsPasswordPrimaryOk() (*bool, bool)

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

func (*GetSignInExp200ResponseSignInMethodsInner) GetPassword ¶

GetPassword returns the Password field value

func (*GetSignInExp200ResponseSignInMethodsInner) GetPasswordOk ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetPasswordOk() (*bool, bool)

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

func (*GetSignInExp200ResponseSignInMethodsInner) GetVerificationCode ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetVerificationCode() bool

GetVerificationCode returns the VerificationCode field value

func (*GetSignInExp200ResponseSignInMethodsInner) GetVerificationCodeOk ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) GetVerificationCodeOk() (*bool, bool)

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

func (GetSignInExp200ResponseSignInMethodsInner) MarshalJSON ¶

func (*GetSignInExp200ResponseSignInMethodsInner) SetIdentifier ¶

SetIdentifier sets field value

func (*GetSignInExp200ResponseSignInMethodsInner) SetIsPasswordPrimary ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) SetIsPasswordPrimary(v bool)

SetIsPasswordPrimary sets field value

func (*GetSignInExp200ResponseSignInMethodsInner) SetPassword ¶

SetPassword sets field value

func (*GetSignInExp200ResponseSignInMethodsInner) SetVerificationCode ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) SetVerificationCode(v bool)

SetVerificationCode sets field value

func (GetSignInExp200ResponseSignInMethodsInner) ToMap ¶

func (o GetSignInExp200ResponseSignInMethodsInner) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseSignInMethodsInner) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseSignInMethodsInner) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseSignUp ¶

type GetSignInExp200ResponseSignUp struct {
	// Allowed identifiers when signing-up.
	Identifiers []string `json:"identifiers"`
	// Whether the user is required to set a password when signing-up.
	Password bool `json:"password"`
	// Whether the user is required to verify their email/phone when signing-up.
	Verify bool `json:"verify"`
}

GetSignInExp200ResponseSignUp Sign-up method settings.

func NewGetSignInExp200ResponseSignUp ¶

func NewGetSignInExp200ResponseSignUp(identifiers []string, password bool, verify bool) *GetSignInExp200ResponseSignUp

NewGetSignInExp200ResponseSignUp instantiates a new GetSignInExp200ResponseSignUp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseSignUpWithDefaults ¶

func NewGetSignInExp200ResponseSignUpWithDefaults() *GetSignInExp200ResponseSignUp

NewGetSignInExp200ResponseSignUpWithDefaults instantiates a new GetSignInExp200ResponseSignUp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseSignUp) GetIdentifiers ¶

func (o *GetSignInExp200ResponseSignUp) GetIdentifiers() []string

GetIdentifiers returns the Identifiers field value

func (*GetSignInExp200ResponseSignUp) GetIdentifiersOk ¶

func (o *GetSignInExp200ResponseSignUp) GetIdentifiersOk() ([]string, bool)

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

func (*GetSignInExp200ResponseSignUp) GetPassword ¶

func (o *GetSignInExp200ResponseSignUp) GetPassword() bool

GetPassword returns the Password field value

func (*GetSignInExp200ResponseSignUp) GetPasswordOk ¶

func (o *GetSignInExp200ResponseSignUp) GetPasswordOk() (*bool, bool)

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

func (*GetSignInExp200ResponseSignUp) GetVerify ¶

func (o *GetSignInExp200ResponseSignUp) GetVerify() bool

GetVerify returns the Verify field value

func (*GetSignInExp200ResponseSignUp) GetVerifyOk ¶

func (o *GetSignInExp200ResponseSignUp) GetVerifyOk() (*bool, bool)

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

func (GetSignInExp200ResponseSignUp) MarshalJSON ¶

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

func (*GetSignInExp200ResponseSignUp) SetIdentifiers ¶

func (o *GetSignInExp200ResponseSignUp) SetIdentifiers(v []string)

SetIdentifiers sets field value

func (*GetSignInExp200ResponseSignUp) SetPassword ¶

func (o *GetSignInExp200ResponseSignUp) SetPassword(v bool)

SetPassword sets field value

func (*GetSignInExp200ResponseSignUp) SetVerify ¶

func (o *GetSignInExp200ResponseSignUp) SetVerify(v bool)

SetVerify sets field value

func (GetSignInExp200ResponseSignUp) ToMap ¶

func (o GetSignInExp200ResponseSignUp) ToMap() (map[string]interface{}, error)

func (*GetSignInExp200ResponseSignUp) UnmarshalJSON ¶

func (o *GetSignInExp200ResponseSignUp) UnmarshalJSON(data []byte) (err error)

type GetSignInExp200ResponseSocialSignIn ¶

type GetSignInExp200ResponseSocialSignIn struct {
	AutomaticAccountLinking *bool `json:"automaticAccountLinking,omitempty"`
}

GetSignInExp200ResponseSocialSignIn struct for GetSignInExp200ResponseSocialSignIn

func NewGetSignInExp200ResponseSocialSignIn ¶

func NewGetSignInExp200ResponseSocialSignIn() *GetSignInExp200ResponseSocialSignIn

NewGetSignInExp200ResponseSocialSignIn instantiates a new GetSignInExp200ResponseSocialSignIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExp200ResponseSocialSignInWithDefaults ¶

func NewGetSignInExp200ResponseSocialSignInWithDefaults() *GetSignInExp200ResponseSocialSignIn

NewGetSignInExp200ResponseSocialSignInWithDefaults instantiates a new GetSignInExp200ResponseSocialSignIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExp200ResponseSocialSignIn) GetAutomaticAccountLinking ¶

func (o *GetSignInExp200ResponseSocialSignIn) GetAutomaticAccountLinking() bool

GetAutomaticAccountLinking returns the AutomaticAccountLinking field value if set, zero value otherwise.

func (*GetSignInExp200ResponseSocialSignIn) GetAutomaticAccountLinkingOk ¶

func (o *GetSignInExp200ResponseSocialSignIn) GetAutomaticAccountLinkingOk() (*bool, bool)

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

func (*GetSignInExp200ResponseSocialSignIn) HasAutomaticAccountLinking ¶

func (o *GetSignInExp200ResponseSocialSignIn) HasAutomaticAccountLinking() bool

HasAutomaticAccountLinking returns a boolean if a field has been set.

func (GetSignInExp200ResponseSocialSignIn) MarshalJSON ¶

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

func (*GetSignInExp200ResponseSocialSignIn) SetAutomaticAccountLinking ¶

func (o *GetSignInExp200ResponseSocialSignIn) SetAutomaticAccountLinking(v bool)

SetAutomaticAccountLinking gets a reference to the given bool and assigns it to the AutomaticAccountLinking field.

func (GetSignInExp200ResponseSocialSignIn) ToMap ¶

func (o GetSignInExp200ResponseSocialSignIn) ToMap() (map[string]interface{}, error)

type GetSignInExperienceConfig200Response ¶

type GetSignInExperienceConfig200Response struct {
	TenantId                     string                                                      `json:"tenantId"`
	Id                           string                                                      `json:"id"`
	Color                        UpdateSignInExp200ResponseColor                             `json:"color"`
	Branding                     ApiInteractionConsentGet200ResponseApplicationBranding      `json:"branding"`
	LanguageInfo                 UpdateSignInExp200ResponseLanguageInfo                      `json:"languageInfo"`
	TermsOfUseUrl                NullableString                                              `json:"termsOfUseUrl"`
	PrivacyPolicyUrl             NullableString                                              `json:"privacyPolicyUrl"`
	AgreeToTermsPolicy           string                                                      `json:"agreeToTermsPolicy"`
	SignIn                       UpdateSignInExp200ResponseSignIn                            `json:"signIn"`
	SignUp                       UpdateSignInExp200ResponseSignUp                            `json:"signUp"`
	SocialSignIn                 GetSignInExp200ResponseSocialSignIn                         `json:"socialSignIn"`
	SocialSignInConnectorTargets []string                                                    `json:"socialSignInConnectorTargets"`
	SignInMode                   string                                                      `json:"signInMode"`
	CustomCss                    NullableString                                              `json:"customCss"`
	CustomContent                map[string]string                                           `json:"customContent"`
	CustomUiAssetId              NullableString                                              `json:"customUiAssetId"`
	PasswordPolicy               UpdateSignInExp200ResponsePasswordPolicy                    `json:"passwordPolicy"`
	Mfa                          UpdateSignInExp200ResponseMfa                               `json:"mfa"`
	SingleSignOnEnabled          bool                                                        `json:"singleSignOnEnabled"`
	SocialConnectors             []GetSignInExperienceConfig200ResponseSocialConnectorsInner `json:"socialConnectors"`
	SsoConnectors                []GetSignInExperienceConfig200ResponseSsoConnectorsInner    `json:"ssoConnectors"`
	ForgotPassword               GetSignInExperienceConfig200ResponseForgotPassword          `json:"forgotPassword"`
	IsDevelopmentTenant          bool                                                        `json:"isDevelopmentTenant"`
	GoogleOneTap                 *GetSignInExperienceConfig200ResponseGoogleOneTap           `json:"googleOneTap,omitempty"`
}

GetSignInExperienceConfig200Response struct for GetSignInExperienceConfig200Response

func NewGetSignInExperienceConfig200Response ¶

func NewGetSignInExperienceConfig200Response(tenantId string, id string, color UpdateSignInExp200ResponseColor, branding ApiInteractionConsentGet200ResponseApplicationBranding, languageInfo UpdateSignInExp200ResponseLanguageInfo, termsOfUseUrl NullableString, privacyPolicyUrl NullableString, agreeToTermsPolicy string, signIn UpdateSignInExp200ResponseSignIn, signUp UpdateSignInExp200ResponseSignUp, socialSignIn GetSignInExp200ResponseSocialSignIn, socialSignInConnectorTargets []string, signInMode string, customCss NullableString, customContent map[string]string, customUiAssetId NullableString, passwordPolicy UpdateSignInExp200ResponsePasswordPolicy, mfa UpdateSignInExp200ResponseMfa, singleSignOnEnabled bool, socialConnectors []GetSignInExperienceConfig200ResponseSocialConnectorsInner, ssoConnectors []GetSignInExperienceConfig200ResponseSsoConnectorsInner, forgotPassword GetSignInExperienceConfig200ResponseForgotPassword, isDevelopmentTenant bool) *GetSignInExperienceConfig200Response

NewGetSignInExperienceConfig200Response instantiates a new GetSignInExperienceConfig200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExperienceConfig200ResponseWithDefaults ¶

func NewGetSignInExperienceConfig200ResponseWithDefaults() *GetSignInExperienceConfig200Response

NewGetSignInExperienceConfig200ResponseWithDefaults instantiates a new GetSignInExperienceConfig200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExperienceConfig200Response) GetAgreeToTermsPolicy ¶

func (o *GetSignInExperienceConfig200Response) GetAgreeToTermsPolicy() string

GetAgreeToTermsPolicy returns the AgreeToTermsPolicy field value

func (*GetSignInExperienceConfig200Response) GetAgreeToTermsPolicyOk ¶

func (o *GetSignInExperienceConfig200Response) GetAgreeToTermsPolicyOk() (*string, bool)

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

func (*GetSignInExperienceConfig200Response) GetBranding ¶

GetBranding returns the Branding field value

func (*GetSignInExperienceConfig200Response) GetBrandingOk ¶

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

func (*GetSignInExperienceConfig200Response) GetColor ¶

GetColor returns the Color field value

func (*GetSignInExperienceConfig200Response) GetColorOk ¶

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

func (*GetSignInExperienceConfig200Response) GetCustomContent ¶

func (o *GetSignInExperienceConfig200Response) GetCustomContent() map[string]string

GetCustomContent returns the CustomContent field value

func (*GetSignInExperienceConfig200Response) GetCustomContentOk ¶

func (o *GetSignInExperienceConfig200Response) GetCustomContentOk() (*map[string]string, bool)

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

func (*GetSignInExperienceConfig200Response) GetCustomCss ¶

func (o *GetSignInExperienceConfig200Response) GetCustomCss() string

GetCustomCss returns the CustomCss field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200Response) GetCustomCssOk ¶

func (o *GetSignInExperienceConfig200Response) GetCustomCssOk() (*string, bool)

GetCustomCssOk returns a tuple with the CustomCss field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200Response) GetCustomUiAssetId ¶

func (o *GetSignInExperienceConfig200Response) GetCustomUiAssetId() string

GetCustomUiAssetId returns the CustomUiAssetId field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200Response) GetCustomUiAssetIdOk ¶

func (o *GetSignInExperienceConfig200Response) GetCustomUiAssetIdOk() (*string, bool)

GetCustomUiAssetIdOk returns a tuple with the CustomUiAssetId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200Response) GetForgotPassword ¶

GetForgotPassword returns the ForgotPassword field value

func (*GetSignInExperienceConfig200Response) GetForgotPasswordOk ¶

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

func (*GetSignInExperienceConfig200Response) GetGoogleOneTap ¶

GetGoogleOneTap returns the GoogleOneTap field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200Response) GetGoogleOneTapOk ¶

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

func (*GetSignInExperienceConfig200Response) GetId ¶

GetId returns the Id field value

func (*GetSignInExperienceConfig200Response) GetIdOk ¶

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

func (*GetSignInExperienceConfig200Response) GetIsDevelopmentTenant ¶

func (o *GetSignInExperienceConfig200Response) GetIsDevelopmentTenant() bool

GetIsDevelopmentTenant returns the IsDevelopmentTenant field value

func (*GetSignInExperienceConfig200Response) GetIsDevelopmentTenantOk ¶

func (o *GetSignInExperienceConfig200Response) GetIsDevelopmentTenantOk() (*bool, bool)

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

func (*GetSignInExperienceConfig200Response) GetLanguageInfo ¶

GetLanguageInfo returns the LanguageInfo field value

func (*GetSignInExperienceConfig200Response) GetLanguageInfoOk ¶

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

func (*GetSignInExperienceConfig200Response) GetMfa ¶

GetMfa returns the Mfa field value

func (*GetSignInExperienceConfig200Response) GetMfaOk ¶

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

func (*GetSignInExperienceConfig200Response) GetPasswordPolicy ¶

GetPasswordPolicy returns the PasswordPolicy field value

func (*GetSignInExperienceConfig200Response) GetPasswordPolicyOk ¶

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

func (*GetSignInExperienceConfig200Response) GetPrivacyPolicyUrl ¶

func (o *GetSignInExperienceConfig200Response) GetPrivacyPolicyUrl() string

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200Response) GetPrivacyPolicyUrlOk ¶

func (o *GetSignInExperienceConfig200Response) GetPrivacyPolicyUrlOk() (*string, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200Response) GetSignIn ¶

GetSignIn returns the SignIn field value

func (*GetSignInExperienceConfig200Response) GetSignInMode ¶

func (o *GetSignInExperienceConfig200Response) GetSignInMode() string

GetSignInMode returns the SignInMode field value

func (*GetSignInExperienceConfig200Response) GetSignInModeOk ¶

func (o *GetSignInExperienceConfig200Response) GetSignInModeOk() (*string, bool)

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

func (*GetSignInExperienceConfig200Response) GetSignInOk ¶

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

func (*GetSignInExperienceConfig200Response) GetSignUp ¶

GetSignUp returns the SignUp field value

func (*GetSignInExperienceConfig200Response) GetSignUpOk ¶

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

func (*GetSignInExperienceConfig200Response) GetSingleSignOnEnabled ¶

func (o *GetSignInExperienceConfig200Response) GetSingleSignOnEnabled() bool

GetSingleSignOnEnabled returns the SingleSignOnEnabled field value

func (*GetSignInExperienceConfig200Response) GetSingleSignOnEnabledOk ¶

func (o *GetSignInExperienceConfig200Response) GetSingleSignOnEnabledOk() (*bool, bool)

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

func (*GetSignInExperienceConfig200Response) GetSocialConnectors ¶

GetSocialConnectors returns the SocialConnectors field value

func (*GetSignInExperienceConfig200Response) GetSocialConnectorsOk ¶

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

func (*GetSignInExperienceConfig200Response) GetSocialSignIn ¶

GetSocialSignIn returns the SocialSignIn field value

func (*GetSignInExperienceConfig200Response) GetSocialSignInConnectorTargets ¶

func (o *GetSignInExperienceConfig200Response) GetSocialSignInConnectorTargets() []string

GetSocialSignInConnectorTargets returns the SocialSignInConnectorTargets field value

func (*GetSignInExperienceConfig200Response) GetSocialSignInConnectorTargetsOk ¶

func (o *GetSignInExperienceConfig200Response) GetSocialSignInConnectorTargetsOk() ([]string, bool)

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

func (*GetSignInExperienceConfig200Response) GetSocialSignInOk ¶

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

func (*GetSignInExperienceConfig200Response) GetSsoConnectors ¶

GetSsoConnectors returns the SsoConnectors field value

func (*GetSignInExperienceConfig200Response) GetSsoConnectorsOk ¶

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

func (*GetSignInExperienceConfig200Response) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*GetSignInExperienceConfig200Response) GetTenantIdOk ¶

func (o *GetSignInExperienceConfig200Response) GetTenantIdOk() (*string, bool)

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

func (*GetSignInExperienceConfig200Response) GetTermsOfUseUrl ¶

func (o *GetSignInExperienceConfig200Response) GetTermsOfUseUrl() string

GetTermsOfUseUrl returns the TermsOfUseUrl field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200Response) GetTermsOfUseUrlOk ¶

func (o *GetSignInExperienceConfig200Response) GetTermsOfUseUrlOk() (*string, bool)

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200Response) HasGoogleOneTap ¶

func (o *GetSignInExperienceConfig200Response) HasGoogleOneTap() bool

HasGoogleOneTap returns a boolean if a field has been set.

func (GetSignInExperienceConfig200Response) MarshalJSON ¶

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

func (*GetSignInExperienceConfig200Response) SetAgreeToTermsPolicy ¶

func (o *GetSignInExperienceConfig200Response) SetAgreeToTermsPolicy(v string)

SetAgreeToTermsPolicy sets field value

func (*GetSignInExperienceConfig200Response) SetBranding ¶

SetBranding sets field value

func (*GetSignInExperienceConfig200Response) SetColor ¶

SetColor sets field value

func (*GetSignInExperienceConfig200Response) SetCustomContent ¶

func (o *GetSignInExperienceConfig200Response) SetCustomContent(v map[string]string)

SetCustomContent sets field value

func (*GetSignInExperienceConfig200Response) SetCustomCss ¶

func (o *GetSignInExperienceConfig200Response) SetCustomCss(v string)

SetCustomCss sets field value

func (*GetSignInExperienceConfig200Response) SetCustomUiAssetId ¶

func (o *GetSignInExperienceConfig200Response) SetCustomUiAssetId(v string)

SetCustomUiAssetId sets field value

func (*GetSignInExperienceConfig200Response) SetForgotPassword ¶

SetForgotPassword sets field value

func (*GetSignInExperienceConfig200Response) SetGoogleOneTap ¶

SetGoogleOneTap gets a reference to the given GetSignInExperienceConfig200ResponseGoogleOneTap and assigns it to the GoogleOneTap field.

func (*GetSignInExperienceConfig200Response) SetId ¶

SetId sets field value

func (*GetSignInExperienceConfig200Response) SetIsDevelopmentTenant ¶

func (o *GetSignInExperienceConfig200Response) SetIsDevelopmentTenant(v bool)

SetIsDevelopmentTenant sets field value

func (*GetSignInExperienceConfig200Response) SetLanguageInfo ¶

SetLanguageInfo sets field value

func (*GetSignInExperienceConfig200Response) SetMfa ¶

SetMfa sets field value

func (*GetSignInExperienceConfig200Response) SetPasswordPolicy ¶

SetPasswordPolicy sets field value

func (*GetSignInExperienceConfig200Response) SetPrivacyPolicyUrl ¶

func (o *GetSignInExperienceConfig200Response) SetPrivacyPolicyUrl(v string)

SetPrivacyPolicyUrl sets field value

func (*GetSignInExperienceConfig200Response) SetSignIn ¶

SetSignIn sets field value

func (*GetSignInExperienceConfig200Response) SetSignInMode ¶

func (o *GetSignInExperienceConfig200Response) SetSignInMode(v string)

SetSignInMode sets field value

func (*GetSignInExperienceConfig200Response) SetSignUp ¶

SetSignUp sets field value

func (*GetSignInExperienceConfig200Response) SetSingleSignOnEnabled ¶

func (o *GetSignInExperienceConfig200Response) SetSingleSignOnEnabled(v bool)

SetSingleSignOnEnabled sets field value

func (*GetSignInExperienceConfig200Response) SetSocialConnectors ¶

SetSocialConnectors sets field value

func (*GetSignInExperienceConfig200Response) SetSocialSignIn ¶

SetSocialSignIn sets field value

func (*GetSignInExperienceConfig200Response) SetSocialSignInConnectorTargets ¶

func (o *GetSignInExperienceConfig200Response) SetSocialSignInConnectorTargets(v []string)

SetSocialSignInConnectorTargets sets field value

func (*GetSignInExperienceConfig200Response) SetSsoConnectors ¶

SetSsoConnectors sets field value

func (*GetSignInExperienceConfig200Response) SetTenantId ¶

func (o *GetSignInExperienceConfig200Response) SetTenantId(v string)

SetTenantId sets field value

func (*GetSignInExperienceConfig200Response) SetTermsOfUseUrl ¶

func (o *GetSignInExperienceConfig200Response) SetTermsOfUseUrl(v string)

SetTermsOfUseUrl sets field value

func (GetSignInExperienceConfig200Response) ToMap ¶

func (o GetSignInExperienceConfig200Response) ToMap() (map[string]interface{}, error)

func (*GetSignInExperienceConfig200Response) UnmarshalJSON ¶

func (o *GetSignInExperienceConfig200Response) UnmarshalJSON(data []byte) (err error)

type GetSignInExperienceConfig200ResponseForgotPassword ¶

type GetSignInExperienceConfig200ResponseForgotPassword struct {
	Phone bool `json:"phone"`
	Email bool `json:"email"`
}

GetSignInExperienceConfig200ResponseForgotPassword struct for GetSignInExperienceConfig200ResponseForgotPassword

func NewGetSignInExperienceConfig200ResponseForgotPassword ¶

func NewGetSignInExperienceConfig200ResponseForgotPassword(phone bool, email bool) *GetSignInExperienceConfig200ResponseForgotPassword

NewGetSignInExperienceConfig200ResponseForgotPassword instantiates a new GetSignInExperienceConfig200ResponseForgotPassword object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExperienceConfig200ResponseForgotPasswordWithDefaults ¶

func NewGetSignInExperienceConfig200ResponseForgotPasswordWithDefaults() *GetSignInExperienceConfig200ResponseForgotPassword

NewGetSignInExperienceConfig200ResponseForgotPasswordWithDefaults instantiates a new GetSignInExperienceConfig200ResponseForgotPassword object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExperienceConfig200ResponseForgotPassword) GetEmail ¶

GetEmail returns the Email field value

func (*GetSignInExperienceConfig200ResponseForgotPassword) GetEmailOk ¶

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

func (*GetSignInExperienceConfig200ResponseForgotPassword) GetPhone ¶

GetPhone returns the Phone field value

func (*GetSignInExperienceConfig200ResponseForgotPassword) GetPhoneOk ¶

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

func (GetSignInExperienceConfig200ResponseForgotPassword) MarshalJSON ¶

func (*GetSignInExperienceConfig200ResponseForgotPassword) SetEmail ¶

SetEmail sets field value

func (*GetSignInExperienceConfig200ResponseForgotPassword) SetPhone ¶

SetPhone sets field value

func (GetSignInExperienceConfig200ResponseForgotPassword) ToMap ¶

func (*GetSignInExperienceConfig200ResponseForgotPassword) UnmarshalJSON ¶

func (o *GetSignInExperienceConfig200ResponseForgotPassword) UnmarshalJSON(data []byte) (err error)

type GetSignInExperienceConfig200ResponseGoogleOneTap ¶

type GetSignInExperienceConfig200ResponseGoogleOneTap struct {
	IsEnabled         *bool  `json:"isEnabled,omitempty"`
	AutoSelect        *bool  `json:"autoSelect,omitempty"`
	CloseOnTapOutside *bool  `json:"closeOnTapOutside,omitempty"`
	ItpSupport        *bool  `json:"itpSupport,omitempty"`
	ClientId          string `json:"clientId"`
	ConnectorId       string `json:"connectorId"`
}

GetSignInExperienceConfig200ResponseGoogleOneTap struct for GetSignInExperienceConfig200ResponseGoogleOneTap

func NewGetSignInExperienceConfig200ResponseGoogleOneTap ¶

func NewGetSignInExperienceConfig200ResponseGoogleOneTap(clientId string, connectorId string) *GetSignInExperienceConfig200ResponseGoogleOneTap

NewGetSignInExperienceConfig200ResponseGoogleOneTap instantiates a new GetSignInExperienceConfig200ResponseGoogleOneTap object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExperienceConfig200ResponseGoogleOneTapWithDefaults ¶

func NewGetSignInExperienceConfig200ResponseGoogleOneTapWithDefaults() *GetSignInExperienceConfig200ResponseGoogleOneTap

NewGetSignInExperienceConfig200ResponseGoogleOneTapWithDefaults instantiates a new GetSignInExperienceConfig200ResponseGoogleOneTap object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetAutoSelect ¶

GetAutoSelect returns the AutoSelect field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetAutoSelectOk ¶

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetClientId ¶

GetClientId returns the ClientId field value

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetClientIdOk ¶

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetCloseOnTapOutside ¶

func (o *GetSignInExperienceConfig200ResponseGoogleOneTap) GetCloseOnTapOutside() bool

GetCloseOnTapOutside returns the CloseOnTapOutside field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetCloseOnTapOutsideOk ¶

func (o *GetSignInExperienceConfig200ResponseGoogleOneTap) GetCloseOnTapOutsideOk() (*bool, bool)

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetConnectorId ¶

GetConnectorId returns the ConnectorId field value

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetConnectorIdOk ¶

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetIsEnabled ¶

GetIsEnabled returns the IsEnabled field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetIsEnabledOk ¶

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetItpSupport ¶

GetItpSupport returns the ItpSupport field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) GetItpSupportOk ¶

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

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) HasAutoSelect ¶

HasAutoSelect returns a boolean if a field has been set.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) HasCloseOnTapOutside ¶

func (o *GetSignInExperienceConfig200ResponseGoogleOneTap) HasCloseOnTapOutside() bool

HasCloseOnTapOutside returns a boolean if a field has been set.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) HasIsEnabled ¶

HasIsEnabled returns a boolean if a field has been set.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) HasItpSupport ¶

HasItpSupport returns a boolean if a field has been set.

func (GetSignInExperienceConfig200ResponseGoogleOneTap) MarshalJSON ¶

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetAutoSelect ¶

SetAutoSelect gets a reference to the given bool and assigns it to the AutoSelect field.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetClientId ¶

SetClientId sets field value

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetCloseOnTapOutside ¶

func (o *GetSignInExperienceConfig200ResponseGoogleOneTap) SetCloseOnTapOutside(v bool)

SetCloseOnTapOutside gets a reference to the given bool and assigns it to the CloseOnTapOutside field.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetConnectorId ¶

SetConnectorId sets field value

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetIsEnabled ¶

SetIsEnabled gets a reference to the given bool and assigns it to the IsEnabled field.

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) SetItpSupport ¶

SetItpSupport gets a reference to the given bool and assigns it to the ItpSupport field.

func (GetSignInExperienceConfig200ResponseGoogleOneTap) ToMap ¶

func (o GetSignInExperienceConfig200ResponseGoogleOneTap) ToMap() (map[string]interface{}, error)

func (*GetSignInExperienceConfig200ResponseGoogleOneTap) UnmarshalJSON ¶

func (o *GetSignInExperienceConfig200ResponseGoogleOneTap) UnmarshalJSON(data []byte) (err error)

type GetSignInExperienceConfig200ResponseSocialConnectorsInner ¶

type GetSignInExperienceConfig200ResponseSocialConnectorsInner struct {
	Id     string `json:"id"`
	Target string `json:"target"`
	// Validator function
	Name       map[string]interface{} `json:"name"`
	LogoDark   NullableString         `json:"logoDark"`
	FromEmail  *string                `json:"fromEmail,omitempty"`
	Platform   NullableString         `json:"platform"`
	IsStandard *bool                  `json:"isStandard,omitempty"`
}

GetSignInExperienceConfig200ResponseSocialConnectorsInner struct for GetSignInExperienceConfig200ResponseSocialConnectorsInner

func NewGetSignInExperienceConfig200ResponseSocialConnectorsInner ¶

func NewGetSignInExperienceConfig200ResponseSocialConnectorsInner(id string, target string, name map[string]interface{}, logo string, logoDark NullableString, platform NullableString) *GetSignInExperienceConfig200ResponseSocialConnectorsInner

NewGetSignInExperienceConfig200ResponseSocialConnectorsInner instantiates a new GetSignInExperienceConfig200ResponseSocialConnectorsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExperienceConfig200ResponseSocialConnectorsInnerWithDefaults ¶

func NewGetSignInExperienceConfig200ResponseSocialConnectorsInnerWithDefaults() *GetSignInExperienceConfig200ResponseSocialConnectorsInner

NewGetSignInExperienceConfig200ResponseSocialConnectorsInnerWithDefaults instantiates a new GetSignInExperienceConfig200ResponseSocialConnectorsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetFromEmail ¶

GetFromEmail returns the FromEmail field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetFromEmailOk ¶

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

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetId ¶

GetId returns the Id field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetIdOk ¶

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

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetIsStandard ¶

GetIsStandard returns the IsStandard field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetIsStandardOk ¶

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

GetLogo returns the Logo field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetLogoDark ¶

GetLogoDark returns the LogoDark field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetLogoDarkOk ¶

GetLogoDarkOk returns a tuple with the LogoDark field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetLogoOk ¶

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

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetName ¶

GetName returns the Name field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetNameOk ¶

func (o *GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetNameOk() (map[string]interface{}, bool)

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

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetPlatform ¶

GetPlatform returns the Platform field value If the value is explicit nil, the zero value for string will be returned

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetPlatformOk ¶

GetPlatformOk returns a tuple with the Platform field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetTarget ¶

GetTarget returns the Target field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) GetTargetOk ¶

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

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) HasFromEmail ¶

HasFromEmail returns a boolean if a field has been set.

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) HasIsStandard ¶

HasIsStandard returns a boolean if a field has been set.

func (GetSignInExperienceConfig200ResponseSocialConnectorsInner) MarshalJSON ¶

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetFromEmail ¶

SetFromEmail gets a reference to the given string and assigns it to the FromEmail field.

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetId ¶

SetId sets field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetIsStandard ¶

SetIsStandard gets a reference to the given bool and assigns it to the IsStandard field.

SetLogo sets field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetLogoDark ¶

SetLogoDark sets field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetName ¶

SetName sets field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetPlatform ¶

SetPlatform sets field value

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) SetTarget ¶

SetTarget sets field value

func (GetSignInExperienceConfig200ResponseSocialConnectorsInner) ToMap ¶

func (*GetSignInExperienceConfig200ResponseSocialConnectorsInner) UnmarshalJSON ¶

type GetSignInExperienceConfig200ResponseSsoConnectorsInner ¶

type GetSignInExperienceConfig200ResponseSsoConnectorsInner struct {
	Id            string  `json:"id"`
	ConnectorName string  `json:"connectorName"`
}

GetSignInExperienceConfig200ResponseSsoConnectorsInner struct for GetSignInExperienceConfig200ResponseSsoConnectorsInner

func NewGetSignInExperienceConfig200ResponseSsoConnectorsInner ¶

func NewGetSignInExperienceConfig200ResponseSsoConnectorsInner(id string, connectorName string, logo string) *GetSignInExperienceConfig200ResponseSsoConnectorsInner

NewGetSignInExperienceConfig200ResponseSsoConnectorsInner instantiates a new GetSignInExperienceConfig200ResponseSsoConnectorsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSignInExperienceConfig200ResponseSsoConnectorsInnerWithDefaults ¶

func NewGetSignInExperienceConfig200ResponseSsoConnectorsInnerWithDefaults() *GetSignInExperienceConfig200ResponseSsoConnectorsInner

NewGetSignInExperienceConfig200ResponseSsoConnectorsInnerWithDefaults instantiates a new GetSignInExperienceConfig200ResponseSsoConnectorsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetConnectorName ¶

GetConnectorName returns the ConnectorName field value

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetConnectorNameOk ¶

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

GetDarkLogo returns the DarkLogo field value if set, zero value otherwise.

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetDarkLogoOk ¶

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

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetId ¶

GetId returns the Id field value

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetIdOk ¶

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

GetLogo returns the Logo field value

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) GetLogoOk ¶

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

HasDarkLogo returns a boolean if a field has been set.

func (GetSignInExperienceConfig200ResponseSsoConnectorsInner) MarshalJSON ¶

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) SetConnectorName ¶

SetConnectorName sets field value

SetDarkLogo gets a reference to the given string and assigns it to the DarkLogo field.

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) SetId ¶

SetId sets field value

SetLogo sets field value

func (GetSignInExperienceConfig200ResponseSsoConnectorsInner) ToMap ¶

func (*GetSignInExperienceConfig200ResponseSsoConnectorsInner) UnmarshalJSON ¶

func (o *GetSignInExperienceConfig200ResponseSsoConnectorsInner) UnmarshalJSON(data []byte) (err error)

type GetSignInExperiencePhrases200ResponseValue ¶

type GetSignInExperiencePhrases200ResponseValue struct {
	MapmapOfStringAny *map[string]interface{}
	String            *string
}

GetSignInExperiencePhrases200ResponseValue - struct for GetSignInExperiencePhrases200ResponseValue

func MapmapOfStringAnyAsGetSignInExperiencePhrases200ResponseValue ¶

func MapmapOfStringAnyAsGetSignInExperiencePhrases200ResponseValue(v *map[string]interface{}) GetSignInExperiencePhrases200ResponseValue

map[string]interface{}AsGetSignInExperiencePhrases200ResponseValue is a convenience function that returns map[string]interface{} wrapped in GetSignInExperiencePhrases200ResponseValue

func StringAsGetSignInExperiencePhrases200ResponseValue ¶

func StringAsGetSignInExperiencePhrases200ResponseValue(v *string) GetSignInExperiencePhrases200ResponseValue

stringAsGetSignInExperiencePhrases200ResponseValue is a convenience function that returns string wrapped in GetSignInExperiencePhrases200ResponseValue

func (*GetSignInExperiencePhrases200ResponseValue) GetActualInstance ¶

func (obj *GetSignInExperiencePhrases200ResponseValue) GetActualInstance() interface{}

Get the actual instance

func (GetSignInExperiencePhrases200ResponseValue) MarshalJSON ¶

func (src GetSignInExperiencePhrases200ResponseValue) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetSignInExperiencePhrases200ResponseValue) UnmarshalJSON ¶

func (dst *GetSignInExperiencePhrases200ResponseValue) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetSystemApplicationConfig200Response ¶

type GetSystemApplicationConfig200Response struct {
	ProtectedApps GetSystemApplicationConfig200ResponseProtectedApps `json:"protectedApps"`
}

GetSystemApplicationConfig200Response struct for GetSystemApplicationConfig200Response

func NewGetSystemApplicationConfig200Response ¶

func NewGetSystemApplicationConfig200Response(protectedApps GetSystemApplicationConfig200ResponseProtectedApps) *GetSystemApplicationConfig200Response

NewGetSystemApplicationConfig200Response instantiates a new GetSystemApplicationConfig200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSystemApplicationConfig200ResponseWithDefaults ¶

func NewGetSystemApplicationConfig200ResponseWithDefaults() *GetSystemApplicationConfig200Response

NewGetSystemApplicationConfig200ResponseWithDefaults instantiates a new GetSystemApplicationConfig200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSystemApplicationConfig200Response) GetProtectedApps ¶

GetProtectedApps returns the ProtectedApps field value

func (*GetSystemApplicationConfig200Response) GetProtectedAppsOk ¶

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

func (GetSystemApplicationConfig200Response) MarshalJSON ¶

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

func (*GetSystemApplicationConfig200Response) SetProtectedApps ¶

SetProtectedApps sets field value

func (GetSystemApplicationConfig200Response) ToMap ¶

func (o GetSystemApplicationConfig200Response) ToMap() (map[string]interface{}, error)

func (*GetSystemApplicationConfig200Response) UnmarshalJSON ¶

func (o *GetSystemApplicationConfig200Response) UnmarshalJSON(data []byte) (err error)

type GetSystemApplicationConfig200ResponseProtectedApps ¶

type GetSystemApplicationConfig200ResponseProtectedApps struct {
	DefaultDomain string `json:"defaultDomain"`
}

GetSystemApplicationConfig200ResponseProtectedApps struct for GetSystemApplicationConfig200ResponseProtectedApps

func NewGetSystemApplicationConfig200ResponseProtectedApps ¶

func NewGetSystemApplicationConfig200ResponseProtectedApps(defaultDomain string) *GetSystemApplicationConfig200ResponseProtectedApps

NewGetSystemApplicationConfig200ResponseProtectedApps instantiates a new GetSystemApplicationConfig200ResponseProtectedApps object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetSystemApplicationConfig200ResponseProtectedAppsWithDefaults ¶

func NewGetSystemApplicationConfig200ResponseProtectedAppsWithDefaults() *GetSystemApplicationConfig200ResponseProtectedApps

NewGetSystemApplicationConfig200ResponseProtectedAppsWithDefaults instantiates a new GetSystemApplicationConfig200ResponseProtectedApps object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetSystemApplicationConfig200ResponseProtectedApps) GetDefaultDomain ¶

GetDefaultDomain returns the DefaultDomain field value

func (*GetSystemApplicationConfig200ResponseProtectedApps) GetDefaultDomainOk ¶

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

func (GetSystemApplicationConfig200ResponseProtectedApps) MarshalJSON ¶

func (*GetSystemApplicationConfig200ResponseProtectedApps) SetDefaultDomain ¶

SetDefaultDomain sets field value

func (GetSystemApplicationConfig200ResponseProtectedApps) ToMap ¶

func (*GetSystemApplicationConfig200ResponseProtectedApps) UnmarshalJSON ¶

func (o *GetSystemApplicationConfig200ResponseProtectedApps) UnmarshalJSON(data []byte) (err error)

type GetTotalUserCount200Response ¶

type GetTotalUserCount200Response struct {
	TotalUserCount float32 `json:"totalUserCount"`
}

GetTotalUserCount200Response struct for GetTotalUserCount200Response

func NewGetTotalUserCount200Response ¶

func NewGetTotalUserCount200Response(totalUserCount float32) *GetTotalUserCount200Response

NewGetTotalUserCount200Response instantiates a new GetTotalUserCount200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetTotalUserCount200ResponseWithDefaults ¶

func NewGetTotalUserCount200ResponseWithDefaults() *GetTotalUserCount200Response

NewGetTotalUserCount200ResponseWithDefaults instantiates a new GetTotalUserCount200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetTotalUserCount200Response) GetTotalUserCount ¶

func (o *GetTotalUserCount200Response) GetTotalUserCount() float32

GetTotalUserCount returns the TotalUserCount field value

func (*GetTotalUserCount200Response) GetTotalUserCountOk ¶

func (o *GetTotalUserCount200Response) GetTotalUserCountOk() (*float32, bool)

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

func (GetTotalUserCount200Response) MarshalJSON ¶

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

func (*GetTotalUserCount200Response) SetTotalUserCount ¶

func (o *GetTotalUserCount200Response) SetTotalUserCount(v float32)

SetTotalUserCount sets field value

func (GetTotalUserCount200Response) ToMap ¶

func (o GetTotalUserCount200Response) ToMap() (map[string]interface{}, error)

func (*GetTotalUserCount200Response) UnmarshalJSON ¶

func (o *GetTotalUserCount200Response) UnmarshalJSON(data []byte) (err error)

type GetUser200Response ¶

type GetUser200Response struct {
	Id           string         `json:"id"`
	Username     NullableString `json:"username"`
	PrimaryEmail NullableString `json:"primaryEmail"`
	PrimaryPhone NullableString `json:"primaryPhone"`
	Name         NullableString `json:"name"`
	Avatar       NullableString `json:"avatar"`
	// arbitrary
	CustomData    map[string]interface{}                                                      `json:"customData"`
	Identities    map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue `json:"identities"`
	LastSignInAt  NullableFloat32                                                             `json:"lastSignInAt"`
	CreatedAt     float32                                                                     `json:"createdAt"`
	UpdatedAt     float32                                                                     `json:"updatedAt"`
	Profile       GetJwtCustomizer200ResponseOneOfContextSampleUserProfile                    `json:"profile"`
	ApplicationId NullableString                                                              `json:"applicationId"`
	IsSuspended   bool                                                                        `json:"isSuspended"`
	HasPassword   *bool                                                                       `json:"hasPassword,omitempty"`
	// List of SSO identities associated with the user. Only available when the `includeSsoIdentities` query parameter is provided with a truthy value.
	SsoIdentities []GetUser200ResponseSsoIdentitiesInner `json:"ssoIdentities,omitempty"`
}

GetUser200Response struct for GetUser200Response

func NewGetUser200Response ¶

func NewGetUser200Response(id string, username NullableString, primaryEmail NullableString, primaryPhone NullableString, name NullableString, avatar NullableString, customData map[string]interface{}, identities map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue, lastSignInAt NullableFloat32, createdAt float32, updatedAt float32, profile GetJwtCustomizer200ResponseOneOfContextSampleUserProfile, applicationId NullableString, isSuspended bool) *GetUser200Response

NewGetUser200Response instantiates a new GetUser200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUser200ResponseWithDefaults ¶

func NewGetUser200ResponseWithDefaults() *GetUser200Response

NewGetUser200ResponseWithDefaults instantiates a new GetUser200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUser200Response) GetApplicationId ¶

func (o *GetUser200Response) GetApplicationId() string

GetApplicationId returns the ApplicationId field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetApplicationIdOk ¶

func (o *GetUser200Response) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetAvatar ¶

func (o *GetUser200Response) GetAvatar() string

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetAvatarOk ¶

func (o *GetUser200Response) GetAvatarOk() (*string, bool)

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetCreatedAt ¶

func (o *GetUser200Response) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*GetUser200Response) GetCreatedAtOk ¶

func (o *GetUser200Response) GetCreatedAtOk() (*float32, bool)

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

func (*GetUser200Response) GetCustomData ¶

func (o *GetUser200Response) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*GetUser200Response) GetCustomDataOk ¶

func (o *GetUser200Response) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*GetUser200Response) GetHasPassword ¶

func (o *GetUser200Response) GetHasPassword() bool

GetHasPassword returns the HasPassword field value if set, zero value otherwise.

func (*GetUser200Response) GetHasPasswordOk ¶

func (o *GetUser200Response) GetHasPasswordOk() (*bool, bool)

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

func (*GetUser200Response) GetId ¶

func (o *GetUser200Response) GetId() string

GetId returns the Id field value

func (*GetUser200Response) GetIdOk ¶

func (o *GetUser200Response) GetIdOk() (*string, bool)

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

func (*GetUser200Response) GetIdentities ¶

GetIdentities returns the Identities field value

func (*GetUser200Response) GetIdentitiesOk ¶

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

func (*GetUser200Response) GetIsSuspended ¶

func (o *GetUser200Response) GetIsSuspended() bool

GetIsSuspended returns the IsSuspended field value

func (*GetUser200Response) GetIsSuspendedOk ¶

func (o *GetUser200Response) GetIsSuspendedOk() (*bool, bool)

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

func (*GetUser200Response) GetLastSignInAt ¶

func (o *GetUser200Response) GetLastSignInAt() float32

GetLastSignInAt returns the LastSignInAt field value If the value is explicit nil, the zero value for float32 will be returned

func (*GetUser200Response) GetLastSignInAtOk ¶

func (o *GetUser200Response) GetLastSignInAtOk() (*float32, bool)

GetLastSignInAtOk returns a tuple with the LastSignInAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetName ¶

func (o *GetUser200Response) GetName() string

GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetNameOk ¶

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

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetPrimaryEmail ¶

func (o *GetUser200Response) GetPrimaryEmail() string

GetPrimaryEmail returns the PrimaryEmail field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetPrimaryEmailOk ¶

func (o *GetUser200Response) GetPrimaryEmailOk() (*string, bool)

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetPrimaryPhone ¶

func (o *GetUser200Response) GetPrimaryPhone() string

GetPrimaryPhone returns the PrimaryPhone field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetPrimaryPhoneOk ¶

func (o *GetUser200Response) GetPrimaryPhoneOk() (*string, bool)

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) GetProfile ¶

GetProfile returns the Profile field value

func (*GetUser200Response) GetProfileOk ¶

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

func (*GetUser200Response) GetSsoIdentities ¶

GetSsoIdentities returns the SsoIdentities field value if set, zero value otherwise.

func (*GetUser200Response) GetSsoIdentitiesOk ¶

func (o *GetUser200Response) GetSsoIdentitiesOk() ([]GetUser200ResponseSsoIdentitiesInner, bool)

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

func (*GetUser200Response) GetUpdatedAt ¶

func (o *GetUser200Response) GetUpdatedAt() float32

GetUpdatedAt returns the UpdatedAt field value

func (*GetUser200Response) GetUpdatedAtOk ¶

func (o *GetUser200Response) GetUpdatedAtOk() (*float32, bool)

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

func (*GetUser200Response) GetUsername ¶

func (o *GetUser200Response) GetUsername() string

GetUsername returns the Username field value If the value is explicit nil, the zero value for string will be returned

func (*GetUser200Response) GetUsernameOk ¶

func (o *GetUser200Response) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*GetUser200Response) HasHasPassword ¶

func (o *GetUser200Response) HasHasPassword() bool

HasHasPassword returns a boolean if a field has been set.

func (*GetUser200Response) HasSsoIdentities ¶

func (o *GetUser200Response) HasSsoIdentities() bool

HasSsoIdentities returns a boolean if a field has been set.

func (GetUser200Response) MarshalJSON ¶

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

func (*GetUser200Response) SetApplicationId ¶

func (o *GetUser200Response) SetApplicationId(v string)

SetApplicationId sets field value

func (*GetUser200Response) SetAvatar ¶

func (o *GetUser200Response) SetAvatar(v string)

SetAvatar sets field value

func (*GetUser200Response) SetCreatedAt ¶

func (o *GetUser200Response) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*GetUser200Response) SetCustomData ¶

func (o *GetUser200Response) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (*GetUser200Response) SetHasPassword ¶

func (o *GetUser200Response) SetHasPassword(v bool)

SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.

func (*GetUser200Response) SetId ¶

func (o *GetUser200Response) SetId(v string)

SetId sets field value

func (*GetUser200Response) SetIdentities ¶

SetIdentities sets field value

func (*GetUser200Response) SetIsSuspended ¶

func (o *GetUser200Response) SetIsSuspended(v bool)

SetIsSuspended sets field value

func (*GetUser200Response) SetLastSignInAt ¶

func (o *GetUser200Response) SetLastSignInAt(v float32)

SetLastSignInAt sets field value

func (*GetUser200Response) SetName ¶

func (o *GetUser200Response) SetName(v string)

SetName sets field value

func (*GetUser200Response) SetPrimaryEmail ¶

func (o *GetUser200Response) SetPrimaryEmail(v string)

SetPrimaryEmail sets field value

func (*GetUser200Response) SetPrimaryPhone ¶

func (o *GetUser200Response) SetPrimaryPhone(v string)

SetPrimaryPhone sets field value

func (*GetUser200Response) SetProfile ¶

SetProfile sets field value

func (*GetUser200Response) SetSsoIdentities ¶

SetSsoIdentities gets a reference to the given []GetUser200ResponseSsoIdentitiesInner and assigns it to the SsoIdentities field.

func (*GetUser200Response) SetUpdatedAt ¶

func (o *GetUser200Response) SetUpdatedAt(v float32)

SetUpdatedAt sets field value

func (*GetUser200Response) SetUsername ¶

func (o *GetUser200Response) SetUsername(v string)

SetUsername sets field value

func (GetUser200Response) ToMap ¶

func (o GetUser200Response) ToMap() (map[string]interface{}, error)

func (*GetUser200Response) UnmarshalJSON ¶

func (o *GetUser200Response) UnmarshalJSON(data []byte) (err error)

type GetUser200ResponseSsoIdentitiesInner ¶

type GetUser200ResponseSsoIdentitiesInner struct {
	TenantId   string `json:"tenantId"`
	Id         string `json:"id"`
	UserId     string `json:"userId"`
	Issuer     string `json:"issuer"`
	IdentityId string `json:"identityId"`
	// arbitrary
	Detail         map[string]interface{} `json:"detail"`
	CreatedAt      float32                `json:"createdAt"`
	SsoConnectorId string                 `json:"ssoConnectorId"`
}

GetUser200ResponseSsoIdentitiesInner struct for GetUser200ResponseSsoIdentitiesInner

func NewGetUser200ResponseSsoIdentitiesInner ¶

func NewGetUser200ResponseSsoIdentitiesInner(tenantId string, id string, userId string, issuer string, identityId string, detail map[string]interface{}, createdAt float32, ssoConnectorId string) *GetUser200ResponseSsoIdentitiesInner

NewGetUser200ResponseSsoIdentitiesInner instantiates a new GetUser200ResponseSsoIdentitiesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUser200ResponseSsoIdentitiesInnerWithDefaults ¶

func NewGetUser200ResponseSsoIdentitiesInnerWithDefaults() *GetUser200ResponseSsoIdentitiesInner

NewGetUser200ResponseSsoIdentitiesInnerWithDefaults instantiates a new GetUser200ResponseSsoIdentitiesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUser200ResponseSsoIdentitiesInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*GetUser200ResponseSsoIdentitiesInner) GetCreatedAtOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetCreatedAtOk() (*float32, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetDetail ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetDetail() map[string]interface{}

GetDetail returns the Detail field value

func (*GetUser200ResponseSsoIdentitiesInner) GetDetailOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetDetailOk() (map[string]interface{}, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetId ¶

GetId returns the Id field value

func (*GetUser200ResponseSsoIdentitiesInner) GetIdOk ¶

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

func (*GetUser200ResponseSsoIdentitiesInner) GetIdentityId ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetIdentityId() string

GetIdentityId returns the IdentityId field value

func (*GetUser200ResponseSsoIdentitiesInner) GetIdentityIdOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetIdentityIdOk() (*string, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetIssuer ¶

GetIssuer returns the Issuer field value

func (*GetUser200ResponseSsoIdentitiesInner) GetIssuerOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetIssuerOk() (*string, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetSsoConnectorId ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetSsoConnectorId() string

GetSsoConnectorId returns the SsoConnectorId field value

func (*GetUser200ResponseSsoIdentitiesInner) GetSsoConnectorIdOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetSsoConnectorIdOk() (*string, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*GetUser200ResponseSsoIdentitiesInner) GetTenantIdOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetTenantIdOk() (*string, bool)

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

func (*GetUser200ResponseSsoIdentitiesInner) GetUserId ¶

GetUserId returns the UserId field value

func (*GetUser200ResponseSsoIdentitiesInner) GetUserIdOk ¶

func (o *GetUser200ResponseSsoIdentitiesInner) GetUserIdOk() (*string, bool)

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

func (GetUser200ResponseSsoIdentitiesInner) MarshalJSON ¶

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

func (*GetUser200ResponseSsoIdentitiesInner) SetCreatedAt ¶

func (o *GetUser200ResponseSsoIdentitiesInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetDetail ¶

func (o *GetUser200ResponseSsoIdentitiesInner) SetDetail(v map[string]interface{})

SetDetail sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetId ¶

SetId sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetIdentityId ¶

func (o *GetUser200ResponseSsoIdentitiesInner) SetIdentityId(v string)

SetIdentityId sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetIssuer ¶

SetIssuer sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetSsoConnectorId ¶

func (o *GetUser200ResponseSsoIdentitiesInner) SetSsoConnectorId(v string)

SetSsoConnectorId sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetTenantId ¶

func (o *GetUser200ResponseSsoIdentitiesInner) SetTenantId(v string)

SetTenantId sets field value

func (*GetUser200ResponseSsoIdentitiesInner) SetUserId ¶

SetUserId sets field value

func (GetUser200ResponseSsoIdentitiesInner) ToMap ¶

func (o GetUser200ResponseSsoIdentitiesInner) ToMap() (map[string]interface{}, error)

func (*GetUser200ResponseSsoIdentitiesInner) UnmarshalJSON ¶

func (o *GetUser200ResponseSsoIdentitiesInner) UnmarshalJSON(data []byte) (err error)

type GetUserAssetServiceStatus200Response ¶

type GetUserAssetServiceStatus200Response struct {
	Status               GetUserAssetServiceStatus200ResponseStatus `json:"status"`
	AllowUploadMimeTypes []string                                   `json:"allowUploadMimeTypes,omitempty"`
	MaxUploadFileSize    *float32                                   `json:"maxUploadFileSize,omitempty"`
}

GetUserAssetServiceStatus200Response struct for GetUserAssetServiceStatus200Response

func NewGetUserAssetServiceStatus200Response ¶

func NewGetUserAssetServiceStatus200Response(status GetUserAssetServiceStatus200ResponseStatus) *GetUserAssetServiceStatus200Response

NewGetUserAssetServiceStatus200Response instantiates a new GetUserAssetServiceStatus200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserAssetServiceStatus200ResponseWithDefaults ¶

func NewGetUserAssetServiceStatus200ResponseWithDefaults() *GetUserAssetServiceStatus200Response

NewGetUserAssetServiceStatus200ResponseWithDefaults instantiates a new GetUserAssetServiceStatus200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserAssetServiceStatus200Response) GetAllowUploadMimeTypes ¶

func (o *GetUserAssetServiceStatus200Response) GetAllowUploadMimeTypes() []string

GetAllowUploadMimeTypes returns the AllowUploadMimeTypes field value if set, zero value otherwise.

func (*GetUserAssetServiceStatus200Response) GetAllowUploadMimeTypesOk ¶

func (o *GetUserAssetServiceStatus200Response) GetAllowUploadMimeTypesOk() ([]string, bool)

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

func (*GetUserAssetServiceStatus200Response) GetMaxUploadFileSize ¶

func (o *GetUserAssetServiceStatus200Response) GetMaxUploadFileSize() float32

GetMaxUploadFileSize returns the MaxUploadFileSize field value if set, zero value otherwise.

func (*GetUserAssetServiceStatus200Response) GetMaxUploadFileSizeOk ¶

func (o *GetUserAssetServiceStatus200Response) GetMaxUploadFileSizeOk() (*float32, bool)

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

func (*GetUserAssetServiceStatus200Response) GetStatus ¶

GetStatus returns the Status field value

func (*GetUserAssetServiceStatus200Response) GetStatusOk ¶

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

func (*GetUserAssetServiceStatus200Response) HasAllowUploadMimeTypes ¶

func (o *GetUserAssetServiceStatus200Response) HasAllowUploadMimeTypes() bool

HasAllowUploadMimeTypes returns a boolean if a field has been set.

func (*GetUserAssetServiceStatus200Response) HasMaxUploadFileSize ¶

func (o *GetUserAssetServiceStatus200Response) HasMaxUploadFileSize() bool

HasMaxUploadFileSize returns a boolean if a field has been set.

func (GetUserAssetServiceStatus200Response) MarshalJSON ¶

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

func (*GetUserAssetServiceStatus200Response) SetAllowUploadMimeTypes ¶

func (o *GetUserAssetServiceStatus200Response) SetAllowUploadMimeTypes(v []string)

SetAllowUploadMimeTypes gets a reference to the given []string and assigns it to the AllowUploadMimeTypes field.

func (*GetUserAssetServiceStatus200Response) SetMaxUploadFileSize ¶

func (o *GetUserAssetServiceStatus200Response) SetMaxUploadFileSize(v float32)

SetMaxUploadFileSize gets a reference to the given float32 and assigns it to the MaxUploadFileSize field.

func (*GetUserAssetServiceStatus200Response) SetStatus ¶

SetStatus sets field value

func (GetUserAssetServiceStatus200Response) ToMap ¶

func (o GetUserAssetServiceStatus200Response) ToMap() (map[string]interface{}, error)

func (*GetUserAssetServiceStatus200Response) UnmarshalJSON ¶

func (o *GetUserAssetServiceStatus200Response) UnmarshalJSON(data []byte) (err error)

type GetUserAssetServiceStatus200ResponseStatus ¶

type GetUserAssetServiceStatus200ResponseStatus struct {
	String *string
}

GetUserAssetServiceStatus200ResponseStatus - struct for GetUserAssetServiceStatus200ResponseStatus

func StringAsGetUserAssetServiceStatus200ResponseStatus ¶

func StringAsGetUserAssetServiceStatus200ResponseStatus(v *string) GetUserAssetServiceStatus200ResponseStatus

stringAsGetUserAssetServiceStatus200ResponseStatus is a convenience function that returns string wrapped in GetUserAssetServiceStatus200ResponseStatus

func (*GetUserAssetServiceStatus200ResponseStatus) GetActualInstance ¶

func (obj *GetUserAssetServiceStatus200ResponseStatus) GetActualInstance() interface{}

Get the actual instance

func (GetUserAssetServiceStatus200ResponseStatus) MarshalJSON ¶

func (src GetUserAssetServiceStatus200ResponseStatus) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*GetUserAssetServiceStatus200ResponseStatus) UnmarshalJSON ¶

func (dst *GetUserAssetServiceStatus200ResponseStatus) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type GetUserHasPassword200Response ¶

type GetUserHasPassword200Response struct {
	HasPassword bool `json:"hasPassword"`
}

GetUserHasPassword200Response struct for GetUserHasPassword200Response

func NewGetUserHasPassword200Response ¶

func NewGetUserHasPassword200Response(hasPassword bool) *GetUserHasPassword200Response

NewGetUserHasPassword200Response instantiates a new GetUserHasPassword200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewGetUserHasPassword200ResponseWithDefaults ¶

func NewGetUserHasPassword200ResponseWithDefaults() *GetUserHasPassword200Response

NewGetUserHasPassword200ResponseWithDefaults instantiates a new GetUserHasPassword200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*GetUserHasPassword200Response) GetHasPassword ¶

func (o *GetUserHasPassword200Response) GetHasPassword() bool

GetHasPassword returns the HasPassword field value

func (*GetUserHasPassword200Response) GetHasPasswordOk ¶

func (o *GetUserHasPassword200Response) GetHasPasswordOk() (*bool, bool)

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

func (GetUserHasPassword200Response) MarshalJSON ¶

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

func (*GetUserHasPassword200Response) SetHasPassword ¶

func (o *GetUserHasPassword200Response) SetHasPassword(v bool)

SetHasPassword sets field value

func (GetUserHasPassword200Response) ToMap ¶

func (o GetUserHasPassword200Response) ToMap() (map[string]interface{}, error)

func (*GetUserHasPassword200Response) UnmarshalJSON ¶

func (o *GetUserHasPassword200Response) UnmarshalJSON(data []byte) (err error)

type HooksAPIService ¶

type HooksAPIService service

HooksAPIService HooksAPI service

func (*HooksAPIService) CreateHook ¶

CreateHook Create a hook

Create a new hook with the given data.

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

func (*HooksAPIService) CreateHookExecute ¶

func (a *HooksAPIService) CreateHookExecute(r ApiCreateHookRequest) (*http.Response, error)

Execute executes the request

func (*HooksAPIService) CreateHookTest ¶

func (a *HooksAPIService) CreateHookTest(ctx context.Context, id string) ApiCreateHookTestRequest

CreateHookTest Test hook

Test the specified hook with the given events and config.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiCreateHookTestRequest

func (*HooksAPIService) CreateHookTestExecute ¶

func (a *HooksAPIService) CreateHookTestExecute(r ApiCreateHookTestRequest) (*http.Response, error)

Execute executes the request

func (*HooksAPIService) DeleteHook ¶

DeleteHook Delete hook

Delete hook by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiDeleteHookRequest

func (*HooksAPIService) DeleteHookExecute ¶

func (a *HooksAPIService) DeleteHookExecute(r ApiDeleteHookRequest) (*http.Response, error)

Execute executes the request

func (*HooksAPIService) GetHook ¶

GetHook Get hook

Get hook details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiGetHookRequest

func (*HooksAPIService) GetHookExecute ¶

Execute executes the request

@return ListHooks200ResponseInner

func (*HooksAPIService) ListHookRecentLogs ¶

func (a *HooksAPIService) ListHookRecentLogs(ctx context.Context, id string) ApiListHookRecentLogsRequest

ListHookRecentLogs Get recent logs for a hook

Get recent logs that match the given query for the specified hook with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiListHookRecentLogsRequest

func (*HooksAPIService) ListHookRecentLogsExecute ¶

Execute executes the request

@return []ListHookRecentLogs200ResponseInner

func (*HooksAPIService) ListHooks ¶

ListHooks Get hooks

Get a list of hooks with optional pagination.

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

func (*HooksAPIService) ListHooksExecute ¶

Execute executes the request

@return []ListHooks200ResponseInner

func (*HooksAPIService) UpdateHook ¶

UpdateHook Update hook

Update hook details by ID with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiUpdateHookRequest

func (*HooksAPIService) UpdateHookExecute ¶

Execute executes the request

@return UpdateHook200Response

func (*HooksAPIService) UpdateHookSigningKey ¶

func (a *HooksAPIService) UpdateHookSigningKey(ctx context.Context, id string) ApiUpdateHookSigningKeyRequest

UpdateHookSigningKey Update signing key for a hook

Update the signing key for the specified hook.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the hook.
@return ApiUpdateHookSigningKeyRequest

func (*HooksAPIService) UpdateHookSigningKeyExecute ¶

Execute executes the request

@return UpdateHook200Response

type InteractionAPIService ¶

type InteractionAPIService service

InteractionAPIService InteractionAPI service

func (*InteractionAPIService) ApiInteractionBindMfaPost ¶

ApiInteractionBindMfaPost Method for ApiInteractionBindMfaPost

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

func (*InteractionAPIService) ApiInteractionBindMfaPostExecute ¶

func (a *InteractionAPIService) ApiInteractionBindMfaPostExecute(r ApiApiInteractionBindMfaPostRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionConsentGet ¶

ApiInteractionConsentGet Method for ApiInteractionConsentGet

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

func (*InteractionAPIService) ApiInteractionConsentGetExecute ¶

Execute executes the request

@return ApiInteractionConsentGet200Response

func (*InteractionAPIService) ApiInteractionConsentPost ¶

ApiInteractionConsentPost Method for ApiInteractionConsentPost

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

func (*InteractionAPIService) ApiInteractionConsentPostExecute ¶

func (a *InteractionAPIService) ApiInteractionConsentPostExecute(r ApiApiInteractionConsentPostRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionDelete ¶

ApiInteractionDelete Method for ApiInteractionDelete

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

func (*InteractionAPIService) ApiInteractionDeleteExecute ¶

func (a *InteractionAPIService) ApiInteractionDeleteExecute(r ApiApiInteractionDeleteRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionEventPut ¶

ApiInteractionEventPut Method for ApiInteractionEventPut

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

func (*InteractionAPIService) ApiInteractionEventPutExecute ¶

func (a *InteractionAPIService) ApiInteractionEventPutExecute(r ApiApiInteractionEventPutRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionIdentifiersPatch ¶

func (a *InteractionAPIService) ApiInteractionIdentifiersPatch(ctx context.Context) ApiApiInteractionIdentifiersPatchRequest

ApiInteractionIdentifiersPatch Method for ApiInteractionIdentifiersPatch

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

func (*InteractionAPIService) ApiInteractionIdentifiersPatchExecute ¶

func (a *InteractionAPIService) ApiInteractionIdentifiersPatchExecute(r ApiApiInteractionIdentifiersPatchRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionMfaPut ¶

ApiInteractionMfaPut Method for ApiInteractionMfaPut

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

func (*InteractionAPIService) ApiInteractionMfaPutExecute ¶

func (a *InteractionAPIService) ApiInteractionMfaPutExecute(r ApiApiInteractionMfaPutRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionMfaSkippedPut ¶

func (a *InteractionAPIService) ApiInteractionMfaSkippedPut(ctx context.Context) ApiApiInteractionMfaSkippedPutRequest

ApiInteractionMfaSkippedPut Method for ApiInteractionMfaSkippedPut

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

func (*InteractionAPIService) ApiInteractionMfaSkippedPutExecute ¶

func (a *InteractionAPIService) ApiInteractionMfaSkippedPutExecute(r ApiApiInteractionMfaSkippedPutRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionProfileDelete ¶

func (a *InteractionAPIService) ApiInteractionProfileDelete(ctx context.Context) ApiApiInteractionProfileDeleteRequest

ApiInteractionProfileDelete Method for ApiInteractionProfileDelete

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

func (*InteractionAPIService) ApiInteractionProfileDeleteExecute ¶

func (a *InteractionAPIService) ApiInteractionProfileDeleteExecute(r ApiApiInteractionProfileDeleteRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionProfilePatch ¶

ApiInteractionProfilePatch Method for ApiInteractionProfilePatch

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

func (*InteractionAPIService) ApiInteractionProfilePatchExecute ¶

func (a *InteractionAPIService) ApiInteractionProfilePatchExecute(r ApiApiInteractionProfilePatchRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionProfilePut ¶

ApiInteractionProfilePut Method for ApiInteractionProfilePut

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

func (*InteractionAPIService) ApiInteractionProfilePutExecute ¶

func (a *InteractionAPIService) ApiInteractionProfilePutExecute(r ApiApiInteractionProfilePutRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionPut ¶

ApiInteractionPut Method for ApiInteractionPut

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

func (*InteractionAPIService) ApiInteractionPutExecute ¶

func (a *InteractionAPIService) ApiInteractionPutExecute(r ApiApiInteractionPutRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthenticationPost ¶

func (a *InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthenticationPost(ctx context.Context, connectorId string) ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest

ApiInteractionSingleSignOnConnectorIdAuthenticationPost Method for ApiInteractionSingleSignOnConnectorIdAuthenticationPost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiApiInteractionSingleSignOnConnectorIdAuthenticationPostRequest

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthenticationPostExecute ¶

Execute executes the request

@return ApiInteractionSubmitPost200Response

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPost ¶

func (a *InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPost(ctx context.Context, connectorId string) ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPost Method for ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostExecute ¶

Execute executes the request

@return ApiInteractionSubmitPost200Response

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdRegistrationPost ¶

func (a *InteractionAPIService) ApiInteractionSingleSignOnConnectorIdRegistrationPost(ctx context.Context, connectorId string) ApiApiInteractionSingleSignOnConnectorIdRegistrationPostRequest

ApiInteractionSingleSignOnConnectorIdRegistrationPost Method for ApiInteractionSingleSignOnConnectorIdRegistrationPost

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param connectorId The unique identifier of the connector.
@return ApiApiInteractionSingleSignOnConnectorIdRegistrationPostRequest

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorIdRegistrationPostExecute ¶

Execute executes the request

@return ApiInteractionSubmitPost200Response

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorsGet ¶

func (a *InteractionAPIService) ApiInteractionSingleSignOnConnectorsGet(ctx context.Context) ApiApiInteractionSingleSignOnConnectorsGetRequest

ApiInteractionSingleSignOnConnectorsGet Method for ApiInteractionSingleSignOnConnectorsGet

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

func (*InteractionAPIService) ApiInteractionSingleSignOnConnectorsGetExecute ¶

func (a *InteractionAPIService) ApiInteractionSingleSignOnConnectorsGetExecute(r ApiApiInteractionSingleSignOnConnectorsGetRequest) ([]string, *http.Response, error)

Execute executes the request

@return []string

func (*InteractionAPIService) ApiInteractionSubmitPost ¶

ApiInteractionSubmitPost Method for ApiInteractionSubmitPost

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

func (*InteractionAPIService) ApiInteractionSubmitPostExecute ¶

Execute executes the request

@return ApiInteractionSubmitPost200Response

func (*InteractionAPIService) ApiInteractionVerificationSocialAuthorizationUriPost ¶

func (a *InteractionAPIService) ApiInteractionVerificationSocialAuthorizationUriPost(ctx context.Context) ApiApiInteractionVerificationSocialAuthorizationUriPostRequest

ApiInteractionVerificationSocialAuthorizationUriPost Method for ApiInteractionVerificationSocialAuthorizationUriPost

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

func (*InteractionAPIService) ApiInteractionVerificationSocialAuthorizationUriPostExecute ¶

Execute executes the request

@return ApiInteractionSubmitPost200Response

func (*InteractionAPIService) ApiInteractionVerificationTotpPost ¶

func (a *InteractionAPIService) ApiInteractionVerificationTotpPost(ctx context.Context) ApiApiInteractionVerificationTotpPostRequest

ApiInteractionVerificationTotpPost Method for ApiInteractionVerificationTotpPost

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

func (*InteractionAPIService) ApiInteractionVerificationTotpPostExecute ¶

Execute executes the request

@return ApiInteractionVerificationTotpPost200Response

func (*InteractionAPIService) ApiInteractionVerificationVerificationCodePost ¶

func (a *InteractionAPIService) ApiInteractionVerificationVerificationCodePost(ctx context.Context) ApiApiInteractionVerificationVerificationCodePostRequest

ApiInteractionVerificationVerificationCodePost Method for ApiInteractionVerificationVerificationCodePost

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

func (*InteractionAPIService) ApiInteractionVerificationVerificationCodePostExecute ¶

func (a *InteractionAPIService) ApiInteractionVerificationVerificationCodePostExecute(r ApiApiInteractionVerificationVerificationCodePostRequest) (*http.Response, error)

Execute executes the request

func (*InteractionAPIService) ApiInteractionVerificationWebauthnAuthenticationPost ¶

func (a *InteractionAPIService) ApiInteractionVerificationWebauthnAuthenticationPost(ctx context.Context) ApiApiInteractionVerificationWebauthnAuthenticationPostRequest

ApiInteractionVerificationWebauthnAuthenticationPost Method for ApiInteractionVerificationWebauthnAuthenticationPost

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

func (*InteractionAPIService) ApiInteractionVerificationWebauthnAuthenticationPostExecute ¶

Execute executes the request

@return ApiInteractionVerificationWebauthnAuthenticationPost200Response

func (*InteractionAPIService) ApiInteractionVerificationWebauthnRegistrationPost ¶

func (a *InteractionAPIService) ApiInteractionVerificationWebauthnRegistrationPost(ctx context.Context) ApiApiInteractionVerificationWebauthnRegistrationPostRequest

ApiInteractionVerificationWebauthnRegistrationPost Method for ApiInteractionVerificationWebauthnRegistrationPost

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

func (*InteractionAPIService) ApiInteractionVerificationWebauthnRegistrationPostExecute ¶

Execute executes the request

@return ApiInteractionVerificationWebauthnRegistrationPost200Response

type ListApplicationOrganizations200ResponseInner ¶

type ListApplicationOrganizations200ResponseInner struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
	// arbitrary
	CustomData        map[string]interface{}                                               `json:"customData"`
	IsMfaRequired     bool                                                                 `json:"isMfaRequired"`
	CreatedAt         float32                                                              `json:"createdAt"`
	OrganizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner `json:"organizationRoles"`
}

ListApplicationOrganizations200ResponseInner struct for ListApplicationOrganizations200ResponseInner

func NewListApplicationOrganizations200ResponseInner ¶

func NewListApplicationOrganizations200ResponseInner(tenantId string, id string, name string, description NullableString, customData map[string]interface{}, isMfaRequired bool, createdAt float32, organizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) *ListApplicationOrganizations200ResponseInner

NewListApplicationOrganizations200ResponseInner instantiates a new ListApplicationOrganizations200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationOrganizations200ResponseInnerWithDefaults ¶

func NewListApplicationOrganizations200ResponseInnerWithDefaults() *ListApplicationOrganizations200ResponseInner

NewListApplicationOrganizations200ResponseInnerWithDefaults instantiates a new ListApplicationOrganizations200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationOrganizations200ResponseInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListApplicationOrganizations200ResponseInner) GetCreatedAtOk ¶

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

func (*ListApplicationOrganizations200ResponseInner) GetCustomData ¶

func (o *ListApplicationOrganizations200ResponseInner) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*ListApplicationOrganizations200ResponseInner) GetCustomDataOk ¶

func (o *ListApplicationOrganizations200ResponseInner) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*ListApplicationOrganizations200ResponseInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListApplicationOrganizations200ResponseInner) GetDescriptionOk ¶

func (o *ListApplicationOrganizations200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplicationOrganizations200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListApplicationOrganizations200ResponseInner) GetIdOk ¶

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

func (*ListApplicationOrganizations200ResponseInner) GetIsMfaRequired ¶

func (o *ListApplicationOrganizations200ResponseInner) GetIsMfaRequired() bool

GetIsMfaRequired returns the IsMfaRequired field value

func (*ListApplicationOrganizations200ResponseInner) GetIsMfaRequiredOk ¶

func (o *ListApplicationOrganizations200ResponseInner) GetIsMfaRequiredOk() (*bool, bool)

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

func (*ListApplicationOrganizations200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListApplicationOrganizations200ResponseInner) GetNameOk ¶

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

func (*ListApplicationOrganizations200ResponseInner) GetOrganizationRoles ¶

GetOrganizationRoles returns the OrganizationRoles field value

func (*ListApplicationOrganizations200ResponseInner) GetOrganizationRolesOk ¶

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

func (*ListApplicationOrganizations200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListApplicationOrganizations200ResponseInner) GetTenantIdOk ¶

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

func (ListApplicationOrganizations200ResponseInner) MarshalJSON ¶

func (*ListApplicationOrganizations200ResponseInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListApplicationOrganizations200ResponseInner) SetCustomData ¶

func (o *ListApplicationOrganizations200ResponseInner) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (*ListApplicationOrganizations200ResponseInner) SetDescription ¶

SetDescription sets field value

func (*ListApplicationOrganizations200ResponseInner) SetId ¶

SetId sets field value

func (*ListApplicationOrganizations200ResponseInner) SetIsMfaRequired ¶

func (o *ListApplicationOrganizations200ResponseInner) SetIsMfaRequired(v bool)

SetIsMfaRequired sets field value

func (*ListApplicationOrganizations200ResponseInner) SetName ¶

SetName sets field value

func (*ListApplicationOrganizations200ResponseInner) SetOrganizationRoles ¶

SetOrganizationRoles sets field value

func (*ListApplicationOrganizations200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (ListApplicationOrganizations200ResponseInner) ToMap ¶

func (o ListApplicationOrganizations200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListApplicationOrganizations200ResponseInner) UnmarshalJSON ¶

func (o *ListApplicationOrganizations200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListApplicationOrganizations200ResponseInnerOrganizationRolesInner ¶

type ListApplicationOrganizations200ResponseInnerOrganizationRolesInner struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

ListApplicationOrganizations200ResponseInnerOrganizationRolesInner struct for ListApplicationOrganizations200ResponseInnerOrganizationRolesInner

func NewListApplicationOrganizations200ResponseInnerOrganizationRolesInner ¶

func NewListApplicationOrganizations200ResponseInnerOrganizationRolesInner(id string, name string) *ListApplicationOrganizations200ResponseInnerOrganizationRolesInner

NewListApplicationOrganizations200ResponseInnerOrganizationRolesInner instantiates a new ListApplicationOrganizations200ResponseInnerOrganizationRolesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationOrganizations200ResponseInnerOrganizationRolesInnerWithDefaults ¶

func NewListApplicationOrganizations200ResponseInnerOrganizationRolesInnerWithDefaults() *ListApplicationOrganizations200ResponseInnerOrganizationRolesInner

NewListApplicationOrganizations200ResponseInnerOrganizationRolesInnerWithDefaults instantiates a new ListApplicationOrganizations200ResponseInnerOrganizationRolesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) GetId ¶

GetId returns the Id field value

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) GetIdOk ¶

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

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) GetName ¶

GetName returns the Name field value

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) GetNameOk ¶

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

func (ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) MarshalJSON ¶

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) SetId ¶

SetId sets field value

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) SetName ¶

SetName sets field value

func (ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) ToMap ¶

func (*ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) UnmarshalJSON ¶

type ListApplicationRoles200ResponseInner ¶

type ListApplicationRoles200ResponseInner struct {
	TenantId    string `json:"tenantId"`
	Id          string `json:"id"`
	Name        string `json:"name"`
	Description string `json:"description"`
	Type        string `json:"type"`
	IsDefault   bool   `json:"isDefault"`
}

ListApplicationRoles200ResponseInner struct for ListApplicationRoles200ResponseInner

func NewListApplicationRoles200ResponseInner ¶

func NewListApplicationRoles200ResponseInner(tenantId string, id string, name string, description string, type_ string, isDefault bool) *ListApplicationRoles200ResponseInner

NewListApplicationRoles200ResponseInner instantiates a new ListApplicationRoles200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationRoles200ResponseInnerWithDefaults ¶

func NewListApplicationRoles200ResponseInnerWithDefaults() *ListApplicationRoles200ResponseInner

NewListApplicationRoles200ResponseInnerWithDefaults instantiates a new ListApplicationRoles200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationRoles200ResponseInner) GetDescription ¶

func (o *ListApplicationRoles200ResponseInner) GetDescription() string

GetDescription returns the Description field value

func (*ListApplicationRoles200ResponseInner) GetDescriptionOk ¶

func (o *ListApplicationRoles200ResponseInner) GetDescriptionOk() (*string, bool)

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

func (*ListApplicationRoles200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListApplicationRoles200ResponseInner) GetIdOk ¶

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

func (*ListApplicationRoles200ResponseInner) GetIsDefault ¶

func (o *ListApplicationRoles200ResponseInner) GetIsDefault() bool

GetIsDefault returns the IsDefault field value

func (*ListApplicationRoles200ResponseInner) GetIsDefaultOk ¶

func (o *ListApplicationRoles200ResponseInner) GetIsDefaultOk() (*bool, bool)

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

func (*ListApplicationRoles200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListApplicationRoles200ResponseInner) GetNameOk ¶

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

func (*ListApplicationRoles200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListApplicationRoles200ResponseInner) GetTenantIdOk ¶

func (o *ListApplicationRoles200ResponseInner) GetTenantIdOk() (*string, bool)

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

func (*ListApplicationRoles200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListApplicationRoles200ResponseInner) GetTypeOk ¶

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

func (ListApplicationRoles200ResponseInner) MarshalJSON ¶

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

func (*ListApplicationRoles200ResponseInner) SetDescription ¶

func (o *ListApplicationRoles200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListApplicationRoles200ResponseInner) SetId ¶

SetId sets field value

func (*ListApplicationRoles200ResponseInner) SetIsDefault ¶

func (o *ListApplicationRoles200ResponseInner) SetIsDefault(v bool)

SetIsDefault sets field value

func (*ListApplicationRoles200ResponseInner) SetName ¶

SetName sets field value

func (*ListApplicationRoles200ResponseInner) SetTenantId ¶

func (o *ListApplicationRoles200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (*ListApplicationRoles200ResponseInner) SetType ¶

SetType sets field value

func (ListApplicationRoles200ResponseInner) ToMap ¶

func (o ListApplicationRoles200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListApplicationRoles200ResponseInner) UnmarshalJSON ¶

func (o *ListApplicationRoles200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListApplicationUserConsentOrganizations200Response ¶

type ListApplicationUserConsentOrganizations200Response struct {
	// A list of organization entities granted by the user for the application.
	Organizations []ListApplicationUserConsentOrganizations200ResponseOrganizationsInner `json:"organizations"`
}

ListApplicationUserConsentOrganizations200Response struct for ListApplicationUserConsentOrganizations200Response

func NewListApplicationUserConsentOrganizations200Response ¶

func NewListApplicationUserConsentOrganizations200Response(organizations []ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) *ListApplicationUserConsentOrganizations200Response

NewListApplicationUserConsentOrganizations200Response instantiates a new ListApplicationUserConsentOrganizations200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentOrganizations200ResponseWithDefaults ¶

func NewListApplicationUserConsentOrganizations200ResponseWithDefaults() *ListApplicationUserConsentOrganizations200Response

NewListApplicationUserConsentOrganizations200ResponseWithDefaults instantiates a new ListApplicationUserConsentOrganizations200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentOrganizations200Response) GetOrganizations ¶

GetOrganizations returns the Organizations field value

func (*ListApplicationUserConsentOrganizations200Response) GetOrganizationsOk ¶

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

func (ListApplicationUserConsentOrganizations200Response) MarshalJSON ¶

func (*ListApplicationUserConsentOrganizations200Response) SetOrganizations ¶

SetOrganizations sets field value

func (ListApplicationUserConsentOrganizations200Response) ToMap ¶

func (*ListApplicationUserConsentOrganizations200Response) UnmarshalJSON ¶

func (o *ListApplicationUserConsentOrganizations200Response) UnmarshalJSON(data []byte) (err error)

type ListApplicationUserConsentOrganizations200ResponseOrganizationsInner ¶

type ListApplicationUserConsentOrganizations200ResponseOrganizationsInner struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
	// arbitrary
	CustomData    map[string]interface{} `json:"customData"`
	IsMfaRequired bool                   `json:"isMfaRequired"`
	CreatedAt     float32                `json:"createdAt"`
}

ListApplicationUserConsentOrganizations200ResponseOrganizationsInner struct for ListApplicationUserConsentOrganizations200ResponseOrganizationsInner

func NewListApplicationUserConsentOrganizations200ResponseOrganizationsInner ¶

func NewListApplicationUserConsentOrganizations200ResponseOrganizationsInner(tenantId string, id string, name string, description NullableString, customData map[string]interface{}, isMfaRequired bool, createdAt float32) *ListApplicationUserConsentOrganizations200ResponseOrganizationsInner

NewListApplicationUserConsentOrganizations200ResponseOrganizationsInner instantiates a new ListApplicationUserConsentOrganizations200ResponseOrganizationsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentOrganizations200ResponseOrganizationsInnerWithDefaults ¶

func NewListApplicationUserConsentOrganizations200ResponseOrganizationsInnerWithDefaults() *ListApplicationUserConsentOrganizations200ResponseOrganizationsInner

NewListApplicationUserConsentOrganizations200ResponseOrganizationsInnerWithDefaults instantiates a new ListApplicationUserConsentOrganizations200ResponseOrganizationsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetCreatedAtOk ¶

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

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetCustomData ¶

GetCustomData returns the CustomData field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetCustomDataOk ¶

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

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetId ¶

GetId returns the Id field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetIdOk ¶

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

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetIsMfaRequired ¶

GetIsMfaRequired returns the IsMfaRequired field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetIsMfaRequiredOk ¶

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

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetName ¶

GetName returns the Name field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetNameOk ¶

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

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) GetTenantIdOk ¶

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

func (ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) MarshalJSON ¶

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetCustomData ¶

SetCustomData sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetDescription ¶

SetDescription sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetId ¶

SetId sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetIsMfaRequired ¶

SetIsMfaRequired sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetName ¶

SetName sets field value

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) SetTenantId ¶

SetTenantId sets field value

func (ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) ToMap ¶

func (*ListApplicationUserConsentOrganizations200ResponseOrganizationsInner) UnmarshalJSON ¶

type ListApplicationUserConsentScopes200Response ¶

type ListApplicationUserConsentScopes200Response struct {
	// A list of organization scope details assigned to the application.
	OrganizationScopes []ListApplicationUserConsentScopes200ResponseOrganizationScopesInner `json:"organizationScopes"`
	// A list of resource scope details grouped by resource id assigned to the application.
	ResourceScopes []ListApplicationUserConsentScopes200ResponseResourceScopesInner `json:"resourceScopes"`
	// A list of organization resource scope details grouped by resource id assigned to the application.
	OrganizationResourceScopes []ListApplicationUserConsentScopes200ResponseResourceScopesInner `json:"organizationResourceScopes"`
	// A list of user scope enum value assigned to the application.
	UserScopes []string `json:"userScopes"`
}

ListApplicationUserConsentScopes200Response struct for ListApplicationUserConsentScopes200Response

func NewListApplicationUserConsentScopes200Response ¶

NewListApplicationUserConsentScopes200Response instantiates a new ListApplicationUserConsentScopes200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentScopes200ResponseWithDefaults ¶

func NewListApplicationUserConsentScopes200ResponseWithDefaults() *ListApplicationUserConsentScopes200Response

NewListApplicationUserConsentScopes200ResponseWithDefaults instantiates a new ListApplicationUserConsentScopes200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentScopes200Response) GetOrganizationResourceScopes ¶

GetOrganizationResourceScopes returns the OrganizationResourceScopes field value

func (*ListApplicationUserConsentScopes200Response) GetOrganizationResourceScopesOk ¶

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

func (*ListApplicationUserConsentScopes200Response) GetOrganizationScopes ¶

GetOrganizationScopes returns the OrganizationScopes field value

func (*ListApplicationUserConsentScopes200Response) GetOrganizationScopesOk ¶

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

func (*ListApplicationUserConsentScopes200Response) GetResourceScopes ¶

GetResourceScopes returns the ResourceScopes field value

func (*ListApplicationUserConsentScopes200Response) GetResourceScopesOk ¶

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

func (*ListApplicationUserConsentScopes200Response) GetUserScopes ¶

GetUserScopes returns the UserScopes field value

func (*ListApplicationUserConsentScopes200Response) GetUserScopesOk ¶

func (o *ListApplicationUserConsentScopes200Response) GetUserScopesOk() ([]string, bool)

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

func (ListApplicationUserConsentScopes200Response) MarshalJSON ¶

func (*ListApplicationUserConsentScopes200Response) SetOrganizationResourceScopes ¶

SetOrganizationResourceScopes sets field value

func (*ListApplicationUserConsentScopes200Response) SetOrganizationScopes ¶

SetOrganizationScopes sets field value

func (*ListApplicationUserConsentScopes200Response) SetResourceScopes ¶

SetResourceScopes sets field value

func (*ListApplicationUserConsentScopes200Response) SetUserScopes ¶

SetUserScopes sets field value

func (ListApplicationUserConsentScopes200Response) ToMap ¶

func (o ListApplicationUserConsentScopes200Response) ToMap() (map[string]interface{}, error)

func (*ListApplicationUserConsentScopes200Response) UnmarshalJSON ¶

func (o *ListApplicationUserConsentScopes200Response) UnmarshalJSON(data []byte) (err error)

type ListApplicationUserConsentScopes200ResponseOrganizationScopesInner ¶

type ListApplicationUserConsentScopes200ResponseOrganizationScopesInner struct {
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
}

ListApplicationUserConsentScopes200ResponseOrganizationScopesInner struct for ListApplicationUserConsentScopes200ResponseOrganizationScopesInner

func NewListApplicationUserConsentScopes200ResponseOrganizationScopesInner ¶

func NewListApplicationUserConsentScopes200ResponseOrganizationScopesInner(id string, name string, description NullableString) *ListApplicationUserConsentScopes200ResponseOrganizationScopesInner

NewListApplicationUserConsentScopes200ResponseOrganizationScopesInner instantiates a new ListApplicationUserConsentScopes200ResponseOrganizationScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentScopes200ResponseOrganizationScopesInnerWithDefaults ¶

func NewListApplicationUserConsentScopes200ResponseOrganizationScopesInnerWithDefaults() *ListApplicationUserConsentScopes200ResponseOrganizationScopesInner

NewListApplicationUserConsentScopes200ResponseOrganizationScopesInnerWithDefaults instantiates a new ListApplicationUserConsentScopes200ResponseOrganizationScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetId ¶

GetId returns the Id field value

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetIdOk ¶

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

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetName ¶

GetName returns the Name field value

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) GetNameOk ¶

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

func (ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) MarshalJSON ¶

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) SetDescription ¶

SetDescription sets field value

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) SetId ¶

SetId sets field value

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) SetName ¶

SetName sets field value

func (ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) ToMap ¶

func (*ListApplicationUserConsentScopes200ResponseOrganizationScopesInner) UnmarshalJSON ¶

type ListApplicationUserConsentScopes200ResponseResourceScopesInner ¶

type ListApplicationUserConsentScopes200ResponseResourceScopesInner struct {
	Resource ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource                       `json:"resource"`
	Scopes   []ApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner `json:"scopes"`
}

ListApplicationUserConsentScopes200ResponseResourceScopesInner struct for ListApplicationUserConsentScopes200ResponseResourceScopesInner

func NewListApplicationUserConsentScopes200ResponseResourceScopesInner ¶

NewListApplicationUserConsentScopes200ResponseResourceScopesInner instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerWithDefaults ¶

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerWithDefaults() *ListApplicationUserConsentScopes200ResponseResourceScopesInner

NewListApplicationUserConsentScopes200ResponseResourceScopesInnerWithDefaults instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) GetResource ¶

GetResource returns the Resource field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) GetResourceOk ¶

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

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) GetScopes ¶

GetScopes returns the Scopes field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) GetScopesOk ¶

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

func (ListApplicationUserConsentScopes200ResponseResourceScopesInner) MarshalJSON ¶

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) SetResource ¶

SetResource sets field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) SetScopes ¶

SetScopes sets field value

func (ListApplicationUserConsentScopes200ResponseResourceScopesInner) ToMap ¶

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInner) UnmarshalJSON ¶

type ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource ¶

type ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource struct {
	Id        string `json:"id"`
	Name      string `json:"name"`
	Indicator string `json:"indicator"`
}

ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource struct for ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource ¶

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource(id string, name string, indicator string) *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource

NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResource instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults ¶

func NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults() *ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource

NewListApplicationUserConsentScopes200ResponseResourceScopesInnerResourceWithDefaults instantiates a new ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetId ¶

GetId returns the Id field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIdOk ¶

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

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIndicator ¶

GetIndicator returns the Indicator field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetIndicatorOk ¶

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

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetName ¶

GetName returns the Name field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) GetNameOk ¶

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

func (ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) MarshalJSON ¶

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetId ¶

SetId sets field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetIndicator ¶

SetIndicator sets field value

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) SetName ¶

SetName sets field value

func (ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) ToMap ¶

func (*ListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) UnmarshalJSON ¶

type ListApplications200ResponseInner ¶

type ListApplications200ResponseInner struct {
	TenantId             string                                                       `json:"tenantId"`
	Id                   string                                                       `json:"id"`
	Name                 string                                                       `json:"name"`
	Secret               string                                                       `json:"secret"`
	Description          NullableString                                               `json:"description"`
	Type                 string                                                       `json:"type"`
	OidcClientMetadata   ListApplications200ResponseInnerOidcClientMetadata           `json:"oidcClientMetadata"`
	CustomClientMetadata ListApplications200ResponseInnerCustomClientMetadata         `json:"customClientMetadata"`
	ProtectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata `json:"protectedAppMetadata"`
	IsThirdParty         bool                                                         `json:"isThirdParty"`
	CreatedAt            float32                                                      `json:"createdAt"`
}

ListApplications200ResponseInner struct for ListApplications200ResponseInner

func NewListApplications200ResponseInner ¶

func NewListApplications200ResponseInner(tenantId string, id string, name string, secret string, description NullableString, type_ string, oidcClientMetadata ListApplications200ResponseInnerOidcClientMetadata, customClientMetadata ListApplications200ResponseInnerCustomClientMetadata, protectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata, isThirdParty bool, createdAt float32) *ListApplications200ResponseInner

NewListApplications200ResponseInner instantiates a new ListApplications200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerWithDefaults ¶

func NewListApplications200ResponseInnerWithDefaults() *ListApplications200ResponseInner

NewListApplications200ResponseInnerWithDefaults instantiates a new ListApplications200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInner) GetCreatedAt ¶

func (o *ListApplications200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListApplications200ResponseInner) GetCreatedAtOk ¶

func (o *ListApplications200ResponseInner) GetCreatedAtOk() (*float32, bool)

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

func (*ListApplications200ResponseInner) GetCustomClientMetadata ¶

GetCustomClientMetadata returns the CustomClientMetadata field value

func (*ListApplications200ResponseInner) GetCustomClientMetadataOk ¶

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

func (*ListApplications200ResponseInner) GetDescription ¶

func (o *ListApplications200ResponseInner) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListApplications200ResponseInner) GetDescriptionOk ¶

func (o *ListApplications200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplications200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListApplications200ResponseInner) GetIdOk ¶

func (o *ListApplications200ResponseInner) GetIdOk() (*string, bool)

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

func (*ListApplications200ResponseInner) GetIsThirdParty ¶

func (o *ListApplications200ResponseInner) GetIsThirdParty() bool

GetIsThirdParty returns the IsThirdParty field value

func (*ListApplications200ResponseInner) GetIsThirdPartyOk ¶

func (o *ListApplications200ResponseInner) GetIsThirdPartyOk() (*bool, bool)

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

func (*ListApplications200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListApplications200ResponseInner) GetNameOk ¶

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

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

func (*ListApplications200ResponseInner) GetOidcClientMetadata ¶

GetOidcClientMetadata returns the OidcClientMetadata field value

func (*ListApplications200ResponseInner) GetOidcClientMetadataOk ¶

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

func (*ListApplications200ResponseInner) GetProtectedAppMetadata ¶

GetProtectedAppMetadata returns the ProtectedAppMetadata field value If the value is explicit nil, the zero value for ListApplications200ResponseInnerProtectedAppMetadata will be returned

func (*ListApplications200ResponseInner) GetProtectedAppMetadataOk ¶

GetProtectedAppMetadataOk returns a tuple with the ProtectedAppMetadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplications200ResponseInner) GetSecret ¶

GetSecret returns the Secret field value

func (*ListApplications200ResponseInner) GetSecretOk ¶

func (o *ListApplications200ResponseInner) GetSecretOk() (*string, bool)

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

func (*ListApplications200ResponseInner) GetTenantId ¶

func (o *ListApplications200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListApplications200ResponseInner) GetTenantIdOk ¶

func (o *ListApplications200ResponseInner) GetTenantIdOk() (*string, bool)

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

func (*ListApplications200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListApplications200ResponseInner) GetTypeOk ¶

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

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

func (ListApplications200ResponseInner) MarshalJSON ¶

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

func (*ListApplications200ResponseInner) SetCreatedAt ¶

func (o *ListApplications200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListApplications200ResponseInner) SetCustomClientMetadata ¶

SetCustomClientMetadata sets field value

func (*ListApplications200ResponseInner) SetDescription ¶

func (o *ListApplications200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListApplications200ResponseInner) SetId ¶

SetId sets field value

func (*ListApplications200ResponseInner) SetIsThirdParty ¶

func (o *ListApplications200ResponseInner) SetIsThirdParty(v bool)

SetIsThirdParty sets field value

func (*ListApplications200ResponseInner) SetName ¶

SetName sets field value

func (*ListApplications200ResponseInner) SetOidcClientMetadata ¶

SetOidcClientMetadata sets field value

func (*ListApplications200ResponseInner) SetProtectedAppMetadata ¶

SetProtectedAppMetadata sets field value

func (*ListApplications200ResponseInner) SetSecret ¶

func (o *ListApplications200ResponseInner) SetSecret(v string)

SetSecret sets field value

func (*ListApplications200ResponseInner) SetTenantId ¶

func (o *ListApplications200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (*ListApplications200ResponseInner) SetType ¶

SetType sets field value

func (ListApplications200ResponseInner) ToMap ¶

func (o ListApplications200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListApplications200ResponseInner) UnmarshalJSON ¶

func (o *ListApplications200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListApplications200ResponseInnerCustomClientMetadata ¶

type ListApplications200ResponseInnerCustomClientMetadata struct {
	CorsAllowedOrigins      []string `json:"corsAllowedOrigins,omitempty"`
	IdTokenTtl              *float32 `json:"idTokenTtl,omitempty"`
	RefreshTokenTtl         *float32 `json:"refreshTokenTtl,omitempty"`
	RefreshTokenTtlInDays   *float32 `json:"refreshTokenTtlInDays,omitempty"`
	TenantId                *string  `json:"tenantId,omitempty"`
	AlwaysIssueRefreshToken *bool    `json:"alwaysIssueRefreshToken,omitempty"`
	RotateRefreshToken      *bool    `json:"rotateRefreshToken,omitempty"`
}

ListApplications200ResponseInnerCustomClientMetadata struct for ListApplications200ResponseInnerCustomClientMetadata

func NewListApplications200ResponseInnerCustomClientMetadata ¶

func NewListApplications200ResponseInnerCustomClientMetadata() *ListApplications200ResponseInnerCustomClientMetadata

NewListApplications200ResponseInnerCustomClientMetadata instantiates a new ListApplications200ResponseInnerCustomClientMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerCustomClientMetadataWithDefaults ¶

func NewListApplications200ResponseInnerCustomClientMetadataWithDefaults() *ListApplications200ResponseInnerCustomClientMetadata

NewListApplications200ResponseInnerCustomClientMetadataWithDefaults instantiates a new ListApplications200ResponseInnerCustomClientMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerCustomClientMetadata) GetAlwaysIssueRefreshToken ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetAlwaysIssueRefreshToken() bool

GetAlwaysIssueRefreshToken returns the AlwaysIssueRefreshToken field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetAlwaysIssueRefreshTokenOk ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetAlwaysIssueRefreshTokenOk() (*bool, bool)

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetCorsAllowedOrigins ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetCorsAllowedOrigins() []string

GetCorsAllowedOrigins returns the CorsAllowedOrigins field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetCorsAllowedOriginsOk ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetCorsAllowedOriginsOk() ([]string, bool)

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetIdTokenTtl ¶

GetIdTokenTtl returns the IdTokenTtl field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetIdTokenTtlOk ¶

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtl ¶

GetRefreshTokenTtl returns the RefreshTokenTtl field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtlInDays ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtlInDays() float32

GetRefreshTokenTtlInDays returns the RefreshTokenTtlInDays field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtlInDaysOk ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtlInDaysOk() (*float32, bool)

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRefreshTokenTtlOk ¶

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRotateRefreshToken ¶

GetRotateRefreshToken returns the RotateRefreshToken field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetRotateRefreshTokenOk ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) GetRotateRefreshTokenOk() (*bool, bool)

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

func (*ListApplications200ResponseInnerCustomClientMetadata) GetTenantId ¶

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerCustomClientMetadata) GetTenantIdOk ¶

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

func (*ListApplications200ResponseInnerCustomClientMetadata) HasAlwaysIssueRefreshToken ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) HasAlwaysIssueRefreshToken() bool

HasAlwaysIssueRefreshToken returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasCorsAllowedOrigins ¶

HasCorsAllowedOrigins returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasIdTokenTtl ¶

HasIdTokenTtl returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasRefreshTokenTtl ¶

HasRefreshTokenTtl returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasRefreshTokenTtlInDays ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) HasRefreshTokenTtlInDays() bool

HasRefreshTokenTtlInDays returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasRotateRefreshToken ¶

HasRotateRefreshToken returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerCustomClientMetadata) HasTenantId ¶

HasTenantId returns a boolean if a field has been set.

func (ListApplications200ResponseInnerCustomClientMetadata) MarshalJSON ¶

func (*ListApplications200ResponseInnerCustomClientMetadata) SetAlwaysIssueRefreshToken ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) SetAlwaysIssueRefreshToken(v bool)

SetAlwaysIssueRefreshToken gets a reference to the given bool and assigns it to the AlwaysIssueRefreshToken field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetCorsAllowedOrigins ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) SetCorsAllowedOrigins(v []string)

SetCorsAllowedOrigins gets a reference to the given []string and assigns it to the CorsAllowedOrigins field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetIdTokenTtl ¶

SetIdTokenTtl gets a reference to the given float32 and assigns it to the IdTokenTtl field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetRefreshTokenTtl ¶

SetRefreshTokenTtl gets a reference to the given float32 and assigns it to the RefreshTokenTtl field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetRefreshTokenTtlInDays ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) SetRefreshTokenTtlInDays(v float32)

SetRefreshTokenTtlInDays gets a reference to the given float32 and assigns it to the RefreshTokenTtlInDays field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetRotateRefreshToken ¶

func (o *ListApplications200ResponseInnerCustomClientMetadata) SetRotateRefreshToken(v bool)

SetRotateRefreshToken gets a reference to the given bool and assigns it to the RotateRefreshToken field.

func (*ListApplications200ResponseInnerCustomClientMetadata) SetTenantId ¶

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (ListApplications200ResponseInnerCustomClientMetadata) ToMap ¶

type ListApplications200ResponseInnerOidcClientMetadata ¶

type ListApplications200ResponseInnerOidcClientMetadata struct {
	RedirectUris                     []ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner `json:"redirectUris"`
	PostLogoutRedirectUris           []string                                                              `json:"postLogoutRedirectUris"`
	BackchannelLogoutUri             *string                                                               `json:"backchannelLogoutUri,omitempty"`
	BackchannelLogoutSessionRequired *bool                                                                 `json:"backchannelLogoutSessionRequired,omitempty"`
	LogoUri                          *string                                                               `json:"logoUri,omitempty"`
}

ListApplications200ResponseInnerOidcClientMetadata struct for ListApplications200ResponseInnerOidcClientMetadata

func NewListApplications200ResponseInnerOidcClientMetadata ¶

func NewListApplications200ResponseInnerOidcClientMetadata(redirectUris []ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner, postLogoutRedirectUris []string) *ListApplications200ResponseInnerOidcClientMetadata

NewListApplications200ResponseInnerOidcClientMetadata instantiates a new ListApplications200ResponseInnerOidcClientMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerOidcClientMetadataWithDefaults ¶

func NewListApplications200ResponseInnerOidcClientMetadataWithDefaults() *ListApplications200ResponseInnerOidcClientMetadata

NewListApplications200ResponseInnerOidcClientMetadataWithDefaults instantiates a new ListApplications200ResponseInnerOidcClientMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutSessionRequired ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutSessionRequired() bool

GetBackchannelLogoutSessionRequired returns the BackchannelLogoutSessionRequired field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutSessionRequiredOk ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutSessionRequiredOk() (*bool, bool)

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

func (*ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutUri ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutUri() string

GetBackchannelLogoutUri returns the BackchannelLogoutUri field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutUriOk ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetBackchannelLogoutUriOk() (*string, bool)

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

func (*ListApplications200ResponseInnerOidcClientMetadata) GetLogoUri ¶

GetLogoUri returns the LogoUri field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerOidcClientMetadata) GetLogoUriOk ¶

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

func (*ListApplications200ResponseInnerOidcClientMetadata) GetPostLogoutRedirectUris ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetPostLogoutRedirectUris() []string

GetPostLogoutRedirectUris returns the PostLogoutRedirectUris field value

func (*ListApplications200ResponseInnerOidcClientMetadata) GetPostLogoutRedirectUrisOk ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) GetPostLogoutRedirectUrisOk() ([]string, bool)

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

func (*ListApplications200ResponseInnerOidcClientMetadata) GetRedirectUris ¶

GetRedirectUris returns the RedirectUris field value

func (*ListApplications200ResponseInnerOidcClientMetadata) GetRedirectUrisOk ¶

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

func (*ListApplications200ResponseInnerOidcClientMetadata) HasBackchannelLogoutSessionRequired ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) HasBackchannelLogoutSessionRequired() bool

HasBackchannelLogoutSessionRequired returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerOidcClientMetadata) HasBackchannelLogoutUri ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) HasBackchannelLogoutUri() bool

HasBackchannelLogoutUri returns a boolean if a field has been set.

func (*ListApplications200ResponseInnerOidcClientMetadata) HasLogoUri ¶

HasLogoUri returns a boolean if a field has been set.

func (ListApplications200ResponseInnerOidcClientMetadata) MarshalJSON ¶

func (*ListApplications200ResponseInnerOidcClientMetadata) SetBackchannelLogoutSessionRequired ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) SetBackchannelLogoutSessionRequired(v bool)

SetBackchannelLogoutSessionRequired gets a reference to the given bool and assigns it to the BackchannelLogoutSessionRequired field.

func (*ListApplications200ResponseInnerOidcClientMetadata) SetBackchannelLogoutUri ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) SetBackchannelLogoutUri(v string)

SetBackchannelLogoutUri gets a reference to the given string and assigns it to the BackchannelLogoutUri field.

func (*ListApplications200ResponseInnerOidcClientMetadata) SetLogoUri ¶

SetLogoUri gets a reference to the given string and assigns it to the LogoUri field.

func (*ListApplications200ResponseInnerOidcClientMetadata) SetPostLogoutRedirectUris ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) SetPostLogoutRedirectUris(v []string)

SetPostLogoutRedirectUris sets field value

func (*ListApplications200ResponseInnerOidcClientMetadata) SetRedirectUris ¶

SetRedirectUris sets field value

func (ListApplications200ResponseInnerOidcClientMetadata) ToMap ¶

func (*ListApplications200ResponseInnerOidcClientMetadata) UnmarshalJSON ¶

func (o *ListApplications200ResponseInnerOidcClientMetadata) UnmarshalJSON(data []byte) (err error)

type ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner ¶

type ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner struct {
	MapmapOfStringAny *map[string]interface{}
}

ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner - struct for ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner

func MapmapOfStringAnyAsListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner ¶

func MapmapOfStringAnyAsListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner(v *map[string]interface{}) ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner

map[string]interface{}AsListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner is a convenience function that returns map[string]interface{} wrapped in ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner

func (*ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) GetActualInstance ¶

func (obj *ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) GetActualInstance() interface{}

Get the actual instance

func (ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type ListApplications200ResponseInnerProtectedAppMetadata ¶

type ListApplications200ResponseInnerProtectedAppMetadata struct {
	Host            string                                                                   `json:"host"`
	Origin          string                                                                   `json:"origin"`
	SessionDuration float32                                                                  `json:"sessionDuration"`
	PageRules       []ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner     `json:"pageRules"`
	CustomDomains   []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner `json:"customDomains,omitempty"`
}

ListApplications200ResponseInnerProtectedAppMetadata struct for ListApplications200ResponseInnerProtectedAppMetadata

func NewListApplications200ResponseInnerProtectedAppMetadata ¶

func NewListApplications200ResponseInnerProtectedAppMetadata(host string, origin string, sessionDuration float32, pageRules []ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) *ListApplications200ResponseInnerProtectedAppMetadata

NewListApplications200ResponseInnerProtectedAppMetadata instantiates a new ListApplications200ResponseInnerProtectedAppMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadata

NewListApplications200ResponseInnerProtectedAppMetadataWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetCustomDomains ¶

GetCustomDomains returns the CustomDomains field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetCustomDomainsOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetHost ¶

GetHost returns the Host field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetHostOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetOrigin ¶

GetOrigin returns the Origin field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetOriginOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetPageRules ¶

GetPageRules returns the PageRules field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetPageRulesOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetSessionDuration ¶

GetSessionDuration returns the SessionDuration field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) GetSessionDurationOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadata) HasCustomDomains ¶

HasCustomDomains returns a boolean if a field has been set.

func (ListApplications200ResponseInnerProtectedAppMetadata) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadata) SetCustomDomains ¶

SetCustomDomains gets a reference to the given []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner and assigns it to the CustomDomains field.

func (*ListApplications200ResponseInnerProtectedAppMetadata) SetHost ¶

SetHost sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) SetOrigin ¶

SetOrigin sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) SetPageRules ¶

SetPageRules sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadata) SetSessionDuration ¶

SetSessionDuration sets field value

func (ListApplications200ResponseInnerProtectedAppMetadata) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadata) UnmarshalJSON ¶

func (o *ListApplications200ResponseInnerProtectedAppMetadata) UnmarshalJSON(data []byte) (err error)

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner struct {
	Domain         string                                                                                       `json:"domain"`
	Status         string                                                                                       `json:"status"`
	ErrorMessage   NullableString                                                                               `json:"errorMessage"`
	DnsRecords     []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner      `json:"dnsRecords"`
	CloudflareData NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData `json:"cloudflareData"`
}

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner struct for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner ¶

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetCloudflareData ¶

GetCloudflareData returns the CloudflareData field value If the value is explicit nil, the zero value for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData will be returned

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetCloudflareDataOk ¶

GetCloudflareDataOk returns a tuple with the CloudflareData field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetDnsRecords ¶

GetDnsRecords returns the DnsRecords field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetDnsRecordsOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetDomain ¶

GetDomain returns the Domain field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetDomainOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetErrorMessage ¶

GetErrorMessage returns the ErrorMessage field value If the value is explicit nil, the zero value for string will be returned

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetErrorMessageOk ¶

GetErrorMessageOk returns a tuple with the ErrorMessage field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetStatus ¶

GetStatus returns the Status field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) GetStatusOk ¶

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

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) SetCloudflareData ¶

SetCloudflareData sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) SetDnsRecords ¶

SetDnsRecords sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) SetDomain ¶

SetDomain sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) SetErrorMessage ¶

SetErrorMessage sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) SetStatus ¶

SetStatus sets field value

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) UnmarshalJSON ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData struct {
	Id                 string                                                                                  `json:"id"`
	Status             string                                                                                  `json:"status"`
	Ssl                ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl `json:"ssl"`
	VerificationErrors []string                                                                                `json:"verification_errors,omitempty"`
}

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData struct for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData ¶

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetId ¶

GetId returns the Id field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetIdOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetSsl ¶

GetSsl returns the Ssl field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetSslOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetStatus ¶

GetStatus returns the Status field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetStatusOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetVerificationErrors ¶

GetVerificationErrors returns the VerificationErrors field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) GetVerificationErrorsOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) HasVerificationErrors ¶

HasVerificationErrors returns a boolean if a field has been set.

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetId ¶

SetId sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetSsl ¶

SetSsl sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetStatus ¶

SetStatus sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) SetVerificationErrors ¶

SetVerificationErrors gets a reference to the given []string and assigns it to the VerificationErrors field.

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) UnmarshalJSON ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl struct {
	Status           string                                                                                                         `json:"status"`
	ValidationErrors []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner `json:"validation_errors,omitempty"`
}

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl struct for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl(status string) *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) GetStatus ¶

GetStatus returns the Status field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) GetStatusOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) GetValidationErrors ¶

GetValidationErrors returns the ValidationErrors field value if set, zero value otherwise.

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) GetValidationErrorsOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) HasValidationErrors ¶

HasValidationErrors returns a boolean if a field has been set.

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) SetStatus ¶

SetStatus sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) SetValidationErrors ¶

SetValidationErrors gets a reference to the given []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner and assigns it to the ValidationErrors field.

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) UnmarshalJSON ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner struct {
	Message string `json:"message"`
}

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner struct for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner(message string) *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInnerWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInnerWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInnerWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) GetMessage ¶

GetMessage returns the Message field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) GetMessageOk ¶

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

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) SetMessage ¶

SetMessage sets field value

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) UnmarshalJSON ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner ¶

type ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner struct {
	Name  string `json:"name"`
	Type  string `json:"type"`
	Value string `json:"value"`
}

ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner struct for ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner(name string, type_ string, value string) *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInnerWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInnerWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner

NewListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInnerWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetName ¶

GetName returns the Name field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetNameOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetType ¶

GetType returns the Type field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetTypeOk ¶

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

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetValue ¶

GetValue returns the Value field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) GetValueOk ¶

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

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) SetName ¶

SetName sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) SetType ¶

SetType sets field value

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) SetValue ¶

SetValue sets field value

func (ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) UnmarshalJSON ¶

type ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner ¶

type ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner struct {
	Path string `json:"path"`
}

ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner struct for ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner

func NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInner ¶

func NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInner(path string) *ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner

NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInner instantiates a new ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInnerWithDefaults ¶

func NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInnerWithDefaults() *ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner

NewListApplications200ResponseInnerProtectedAppMetadataPageRulesInnerWithDefaults instantiates a new ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) GetPath ¶

GetPath returns the Path field value

func (*ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) GetPathOk ¶

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

func (ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) MarshalJSON ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) SetPath ¶

SetPath sets field value

func (ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) ToMap ¶

func (*ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) UnmarshalJSON ¶

type ListApplicationsIsThirdPartyParameter ¶

type ListApplicationsIsThirdPartyParameter struct {
	String *string
}

ListApplicationsIsThirdPartyParameter - struct for ListApplicationsIsThirdPartyParameter

func StringAsListApplicationsIsThirdPartyParameter ¶

func StringAsListApplicationsIsThirdPartyParameter(v *string) ListApplicationsIsThirdPartyParameter

stringAsListApplicationsIsThirdPartyParameter is a convenience function that returns string wrapped in ListApplicationsIsThirdPartyParameter

func (*ListApplicationsIsThirdPartyParameter) GetActualInstance ¶

func (obj *ListApplicationsIsThirdPartyParameter) GetActualInstance() interface{}

Get the actual instance

func (ListApplicationsIsThirdPartyParameter) MarshalJSON ¶

func (src ListApplicationsIsThirdPartyParameter) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListApplicationsIsThirdPartyParameter) UnmarshalJSON ¶

func (dst *ListApplicationsIsThirdPartyParameter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListApplicationsTypesParameter ¶

type ListApplicationsTypesParameter struct {
	ArrayOfString *[]string
	String        *string
}

ListApplicationsTypesParameter - struct for ListApplicationsTypesParameter

func ArrayOfStringAsListApplicationsTypesParameter ¶

func ArrayOfStringAsListApplicationsTypesParameter(v *[]string) ListApplicationsTypesParameter

[]stringAsListApplicationsTypesParameter is a convenience function that returns []string wrapped in ListApplicationsTypesParameter

func StringAsListApplicationsTypesParameter ¶

func StringAsListApplicationsTypesParameter(v *string) ListApplicationsTypesParameter

stringAsListApplicationsTypesParameter is a convenience function that returns string wrapped in ListApplicationsTypesParameter

func (*ListApplicationsTypesParameter) GetActualInstance ¶

func (obj *ListApplicationsTypesParameter) GetActualInstance() interface{}

Get the actual instance

func (ListApplicationsTypesParameter) MarshalJSON ¶

func (src ListApplicationsTypesParameter) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListApplicationsTypesParameter) UnmarshalJSON ¶

func (dst *ListApplicationsTypesParameter) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListConnectorFactories200ResponseInner ¶

type ListConnectorFactories200ResponseInner struct {
	Type   string `json:"type"`
	IsDemo *bool  `json:"isDemo,omitempty"`
	Id     string `json:"id"`
	Target string `json:"target"`
	// Validator function
	Name map[string]interface{} `json:"name"`
	// Validator function
	Description    map[string]interface{}                         `json:"description"`
	LogoDark       NullableString                                 `json:"logoDark"`
	Readme         string                                         `json:"readme"`
	ConfigTemplate *string                                        `json:"configTemplate,omitempty"`
	FormItems      []ListConnectors200ResponseInnerFormItemsInner `json:"formItems,omitempty"`
	CustomData     map[string]interface{}                         `json:"customData,omitempty"`
	FromEmail      *string                                        `json:"fromEmail,omitempty"`
	Platform       NullableString                                 `json:"platform"`
	IsStandard     *bool                                          `json:"isStandard,omitempty"`
}

ListConnectorFactories200ResponseInner struct for ListConnectorFactories200ResponseInner

func NewListConnectorFactories200ResponseInner ¶

func NewListConnectorFactories200ResponseInner(type_ string, id string, target string, name map[string]interface{}, description map[string]interface{}, logo string, logoDark NullableString, readme string, platform NullableString) *ListConnectorFactories200ResponseInner

NewListConnectorFactories200ResponseInner instantiates a new ListConnectorFactories200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectorFactories200ResponseInnerWithDefaults ¶

func NewListConnectorFactories200ResponseInnerWithDefaults() *ListConnectorFactories200ResponseInner

NewListConnectorFactories200ResponseInnerWithDefaults instantiates a new ListConnectorFactories200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectorFactories200ResponseInner) GetConfigTemplate ¶

func (o *ListConnectorFactories200ResponseInner) GetConfigTemplate() string

GetConfigTemplate returns the ConfigTemplate field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetConfigTemplateOk ¶

func (o *ListConnectorFactories200ResponseInner) GetConfigTemplateOk() (*string, bool)

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

func (*ListConnectorFactories200ResponseInner) GetCustomData ¶

func (o *ListConnectorFactories200ResponseInner) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetCustomDataOk ¶

func (o *ListConnectorFactories200ResponseInner) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*ListConnectorFactories200ResponseInner) GetDescription ¶

func (o *ListConnectorFactories200ResponseInner) GetDescription() map[string]interface{}

GetDescription returns the Description field value

func (*ListConnectorFactories200ResponseInner) GetDescriptionOk ¶

func (o *ListConnectorFactories200ResponseInner) GetDescriptionOk() (map[string]interface{}, bool)

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

func (*ListConnectorFactories200ResponseInner) GetFormItems ¶

GetFormItems returns the FormItems field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetFormItemsOk ¶

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

func (*ListConnectorFactories200ResponseInner) GetFromEmail ¶

GetFromEmail returns the FromEmail field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetFromEmailOk ¶

func (o *ListConnectorFactories200ResponseInner) GetFromEmailOk() (*string, bool)

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

func (*ListConnectorFactories200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListConnectorFactories200ResponseInner) GetIdOk ¶

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

func (*ListConnectorFactories200ResponseInner) GetIsDemo ¶

GetIsDemo returns the IsDemo field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetIsDemoOk ¶

func (o *ListConnectorFactories200ResponseInner) GetIsDemoOk() (*bool, bool)

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

func (*ListConnectorFactories200ResponseInner) GetIsStandard ¶

func (o *ListConnectorFactories200ResponseInner) GetIsStandard() bool

GetIsStandard returns the IsStandard field value if set, zero value otherwise.

func (*ListConnectorFactories200ResponseInner) GetIsStandardOk ¶

func (o *ListConnectorFactories200ResponseInner) GetIsStandardOk() (*bool, bool)

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

GetLogo returns the Logo field value

func (*ListConnectorFactories200ResponseInner) GetLogoDark ¶

GetLogoDark returns the LogoDark field value If the value is explicit nil, the zero value for string will be returned

func (*ListConnectorFactories200ResponseInner) GetLogoDarkOk ¶

func (o *ListConnectorFactories200ResponseInner) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectorFactories200ResponseInner) GetLogoOk ¶

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

func (*ListConnectorFactories200ResponseInner) GetName ¶

func (o *ListConnectorFactories200ResponseInner) GetName() map[string]interface{}

GetName returns the Name field value

func (*ListConnectorFactories200ResponseInner) GetNameOk ¶

func (o *ListConnectorFactories200ResponseInner) GetNameOk() (map[string]interface{}, bool)

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

func (*ListConnectorFactories200ResponseInner) GetPlatform ¶

GetPlatform returns the Platform field value If the value is explicit nil, the zero value for string will be returned

func (*ListConnectorFactories200ResponseInner) GetPlatformOk ¶

func (o *ListConnectorFactories200ResponseInner) GetPlatformOk() (*string, bool)

GetPlatformOk returns a tuple with the Platform field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectorFactories200ResponseInner) GetReadme ¶

GetReadme returns the Readme field value

func (*ListConnectorFactories200ResponseInner) GetReadmeOk ¶

func (o *ListConnectorFactories200ResponseInner) GetReadmeOk() (*string, bool)

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

func (*ListConnectorFactories200ResponseInner) GetTarget ¶

GetTarget returns the Target field value

func (*ListConnectorFactories200ResponseInner) GetTargetOk ¶

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

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

func (*ListConnectorFactories200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListConnectorFactories200ResponseInner) GetTypeOk ¶

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

func (*ListConnectorFactories200ResponseInner) HasConfigTemplate ¶

func (o *ListConnectorFactories200ResponseInner) HasConfigTemplate() bool

HasConfigTemplate returns a boolean if a field has been set.

func (*ListConnectorFactories200ResponseInner) HasCustomData ¶

func (o *ListConnectorFactories200ResponseInner) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*ListConnectorFactories200ResponseInner) HasFormItems ¶

func (o *ListConnectorFactories200ResponseInner) HasFormItems() bool

HasFormItems returns a boolean if a field has been set.

func (*ListConnectorFactories200ResponseInner) HasFromEmail ¶

func (o *ListConnectorFactories200ResponseInner) HasFromEmail() bool

HasFromEmail returns a boolean if a field has been set.

func (*ListConnectorFactories200ResponseInner) HasIsDemo ¶

HasIsDemo returns a boolean if a field has been set.

func (*ListConnectorFactories200ResponseInner) HasIsStandard ¶

func (o *ListConnectorFactories200ResponseInner) HasIsStandard() bool

HasIsStandard returns a boolean if a field has been set.

func (ListConnectorFactories200ResponseInner) MarshalJSON ¶

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

func (*ListConnectorFactories200ResponseInner) SetConfigTemplate ¶

func (o *ListConnectorFactories200ResponseInner) SetConfigTemplate(v string)

SetConfigTemplate gets a reference to the given string and assigns it to the ConfigTemplate field.

func (*ListConnectorFactories200ResponseInner) SetCustomData ¶

func (o *ListConnectorFactories200ResponseInner) SetCustomData(v map[string]interface{})

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

func (*ListConnectorFactories200ResponseInner) SetDescription ¶

func (o *ListConnectorFactories200ResponseInner) SetDescription(v map[string]interface{})

SetDescription sets field value

func (*ListConnectorFactories200ResponseInner) SetFormItems ¶

SetFormItems gets a reference to the given []ListConnectors200ResponseInnerFormItemsInner and assigns it to the FormItems field.

func (*ListConnectorFactories200ResponseInner) SetFromEmail ¶

SetFromEmail gets a reference to the given string and assigns it to the FromEmail field.

func (*ListConnectorFactories200ResponseInner) SetId ¶

SetId sets field value

func (*ListConnectorFactories200ResponseInner) SetIsDemo ¶

SetIsDemo gets a reference to the given bool and assigns it to the IsDemo field.

func (*ListConnectorFactories200ResponseInner) SetIsStandard ¶

func (o *ListConnectorFactories200ResponseInner) SetIsStandard(v bool)

SetIsStandard gets a reference to the given bool and assigns it to the IsStandard field.

SetLogo sets field value

func (*ListConnectorFactories200ResponseInner) SetLogoDark ¶

SetLogoDark sets field value

func (*ListConnectorFactories200ResponseInner) SetName ¶

func (o *ListConnectorFactories200ResponseInner) SetName(v map[string]interface{})

SetName sets field value

func (*ListConnectorFactories200ResponseInner) SetPlatform ¶

SetPlatform sets field value

func (*ListConnectorFactories200ResponseInner) SetReadme ¶

SetReadme sets field value

func (*ListConnectorFactories200ResponseInner) SetTarget ¶

SetTarget sets field value

func (*ListConnectorFactories200ResponseInner) SetType ¶

SetType sets field value

func (ListConnectorFactories200ResponseInner) ToMap ¶

func (o ListConnectorFactories200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListConnectorFactories200ResponseInner) UnmarshalJSON ¶

func (o *ListConnectorFactories200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListConnectors200ResponseInner ¶

type ListConnectors200ResponseInner struct {
	Id          string `json:"id"`
	SyncProfile bool   `json:"syncProfile"`
	// arbitrary
	Config      map[string]interface{}                 `json:"config"`
	Metadata    ListConnectors200ResponseInnerMetadata `json:"metadata"`
	ConnectorId string                                 `json:"connectorId"`
	Target      string                                 `json:"target"`
	// Validator function
	Name map[string]interface{} `json:"name"`
	// Validator function
	Description    map[string]interface{}                         `json:"description"`
	LogoDark       NullableString                                 `json:"logoDark"`
	Readme         string                                         `json:"readme"`
	ConfigTemplate *string                                        `json:"configTemplate,omitempty"`
	FormItems      []ListConnectors200ResponseInnerFormItemsInner `json:"formItems,omitempty"`
	CustomData     map[string]interface{}                         `json:"customData,omitempty"`
	FromEmail      *string                                        `json:"fromEmail,omitempty"`
	Platform       NullableString                                 `json:"platform"`
	IsStandard     *bool                                          `json:"isStandard,omitempty"`
	Type           string                                         `json:"type"`
	IsDemo         *bool                                          `json:"isDemo,omitempty"`
	ExtraInfo      map[string]interface{}                         `json:"extraInfo,omitempty"`
	Usage          *float32                                       `json:"usage,omitempty"`
}

ListConnectors200ResponseInner struct for ListConnectors200ResponseInner

func NewListConnectors200ResponseInner ¶

func NewListConnectors200ResponseInner(id string, syncProfile bool, config map[string]interface{}, metadata ListConnectors200ResponseInnerMetadata, connectorId string, target string, name map[string]interface{}, description map[string]interface{}, logo string, logoDark NullableString, readme string, platform NullableString, type_ string) *ListConnectors200ResponseInner

NewListConnectors200ResponseInner instantiates a new ListConnectors200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerWithDefaults ¶

func NewListConnectors200ResponseInnerWithDefaults() *ListConnectors200ResponseInner

NewListConnectors200ResponseInnerWithDefaults instantiates a new ListConnectors200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInner) GetConfig ¶

func (o *ListConnectors200ResponseInner) GetConfig() map[string]interface{}

GetConfig returns the Config field value

func (*ListConnectors200ResponseInner) GetConfigOk ¶

func (o *ListConnectors200ResponseInner) GetConfigOk() (map[string]interface{}, bool)

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

func (*ListConnectors200ResponseInner) GetConfigTemplate ¶

func (o *ListConnectors200ResponseInner) GetConfigTemplate() string

GetConfigTemplate returns the ConfigTemplate field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetConfigTemplateOk ¶

func (o *ListConnectors200ResponseInner) GetConfigTemplateOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetConnectorId ¶

func (o *ListConnectors200ResponseInner) GetConnectorId() string

GetConnectorId returns the ConnectorId field value

func (*ListConnectors200ResponseInner) GetConnectorIdOk ¶

func (o *ListConnectors200ResponseInner) GetConnectorIdOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetCustomData ¶

func (o *ListConnectors200ResponseInner) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetCustomDataOk ¶

func (o *ListConnectors200ResponseInner) GetCustomDataOk() (map[string]interface{}, bool)

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

func (*ListConnectors200ResponseInner) GetDescription ¶

func (o *ListConnectors200ResponseInner) GetDescription() map[string]interface{}

GetDescription returns the Description field value

func (*ListConnectors200ResponseInner) GetDescriptionOk ¶

func (o *ListConnectors200ResponseInner) GetDescriptionOk() (map[string]interface{}, bool)

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

func (*ListConnectors200ResponseInner) GetExtraInfo ¶

func (o *ListConnectors200ResponseInner) GetExtraInfo() map[string]interface{}

GetExtraInfo returns the ExtraInfo field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetExtraInfoOk ¶

func (o *ListConnectors200ResponseInner) GetExtraInfoOk() (map[string]interface{}, bool)

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

func (*ListConnectors200ResponseInner) GetFormItems ¶

GetFormItems returns the FormItems field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetFormItemsOk ¶

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

func (*ListConnectors200ResponseInner) GetFromEmail ¶

func (o *ListConnectors200ResponseInner) GetFromEmail() string

GetFromEmail returns the FromEmail field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetFromEmailOk ¶

func (o *ListConnectors200ResponseInner) GetFromEmailOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListConnectors200ResponseInner) GetIdOk ¶

func (o *ListConnectors200ResponseInner) GetIdOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetIsDemo ¶

func (o *ListConnectors200ResponseInner) GetIsDemo() bool

GetIsDemo returns the IsDemo field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetIsDemoOk ¶

func (o *ListConnectors200ResponseInner) GetIsDemoOk() (*bool, bool)

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

func (*ListConnectors200ResponseInner) GetIsStandard ¶

func (o *ListConnectors200ResponseInner) GetIsStandard() bool

GetIsStandard returns the IsStandard field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetIsStandardOk ¶

func (o *ListConnectors200ResponseInner) GetIsStandardOk() (*bool, bool)

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

GetLogo returns the Logo field value

func (*ListConnectors200ResponseInner) GetLogoDark ¶

func (o *ListConnectors200ResponseInner) GetLogoDark() string

GetLogoDark returns the LogoDark field value If the value is explicit nil, the zero value for string will be returned

func (*ListConnectors200ResponseInner) GetLogoDarkOk ¶

func (o *ListConnectors200ResponseInner) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInner) GetLogoOk ¶

func (o *ListConnectors200ResponseInner) GetLogoOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetMetadata ¶

GetMetadata returns the Metadata field value

func (*ListConnectors200ResponseInner) GetMetadataOk ¶

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

func (*ListConnectors200ResponseInner) GetName ¶

func (o *ListConnectors200ResponseInner) GetName() map[string]interface{}

GetName returns the Name field value

func (*ListConnectors200ResponseInner) GetNameOk ¶

func (o *ListConnectors200ResponseInner) GetNameOk() (map[string]interface{}, bool)

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

func (*ListConnectors200ResponseInner) GetPlatform ¶

func (o *ListConnectors200ResponseInner) GetPlatform() string

GetPlatform returns the Platform field value If the value is explicit nil, the zero value for string will be returned

func (*ListConnectors200ResponseInner) GetPlatformOk ¶

func (o *ListConnectors200ResponseInner) GetPlatformOk() (*string, bool)

GetPlatformOk returns a tuple with the Platform field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInner) GetReadme ¶

func (o *ListConnectors200ResponseInner) GetReadme() string

GetReadme returns the Readme field value

func (*ListConnectors200ResponseInner) GetReadmeOk ¶

func (o *ListConnectors200ResponseInner) GetReadmeOk() (*string, bool)

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

func (*ListConnectors200ResponseInner) GetSyncProfile ¶

func (o *ListConnectors200ResponseInner) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value

func (*ListConnectors200ResponseInner) GetSyncProfileOk ¶

func (o *ListConnectors200ResponseInner) GetSyncProfileOk() (*bool, bool)

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

func (*ListConnectors200ResponseInner) GetTarget ¶

func (o *ListConnectors200ResponseInner) GetTarget() string

GetTarget returns the Target field value

func (*ListConnectors200ResponseInner) GetTargetOk ¶

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

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

func (*ListConnectors200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListConnectors200ResponseInner) GetTypeOk ¶

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

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

func (*ListConnectors200ResponseInner) GetUsage ¶

GetUsage returns the Usage field value if set, zero value otherwise.

func (*ListConnectors200ResponseInner) GetUsageOk ¶

func (o *ListConnectors200ResponseInner) GetUsageOk() (*float32, bool)

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

func (*ListConnectors200ResponseInner) HasConfigTemplate ¶

func (o *ListConnectors200ResponseInner) HasConfigTemplate() bool

HasConfigTemplate returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasCustomData ¶

func (o *ListConnectors200ResponseInner) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasExtraInfo ¶

func (o *ListConnectors200ResponseInner) HasExtraInfo() bool

HasExtraInfo returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasFormItems ¶

func (o *ListConnectors200ResponseInner) HasFormItems() bool

HasFormItems returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasFromEmail ¶

func (o *ListConnectors200ResponseInner) HasFromEmail() bool

HasFromEmail returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasIsDemo ¶

func (o *ListConnectors200ResponseInner) HasIsDemo() bool

HasIsDemo returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasIsStandard ¶

func (o *ListConnectors200ResponseInner) HasIsStandard() bool

HasIsStandard returns a boolean if a field has been set.

func (*ListConnectors200ResponseInner) HasUsage ¶

func (o *ListConnectors200ResponseInner) HasUsage() bool

HasUsage returns a boolean if a field has been set.

func (ListConnectors200ResponseInner) MarshalJSON ¶

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

func (*ListConnectors200ResponseInner) SetConfig ¶

func (o *ListConnectors200ResponseInner) SetConfig(v map[string]interface{})

SetConfig sets field value

func (*ListConnectors200ResponseInner) SetConfigTemplate ¶

func (o *ListConnectors200ResponseInner) SetConfigTemplate(v string)

SetConfigTemplate gets a reference to the given string and assigns it to the ConfigTemplate field.

func (*ListConnectors200ResponseInner) SetConnectorId ¶

func (o *ListConnectors200ResponseInner) SetConnectorId(v string)

SetConnectorId sets field value

func (*ListConnectors200ResponseInner) SetCustomData ¶

func (o *ListConnectors200ResponseInner) SetCustomData(v map[string]interface{})

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

func (*ListConnectors200ResponseInner) SetDescription ¶

func (o *ListConnectors200ResponseInner) SetDescription(v map[string]interface{})

SetDescription sets field value

func (*ListConnectors200ResponseInner) SetExtraInfo ¶

func (o *ListConnectors200ResponseInner) SetExtraInfo(v map[string]interface{})

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

func (*ListConnectors200ResponseInner) SetFormItems ¶

SetFormItems gets a reference to the given []ListConnectors200ResponseInnerFormItemsInner and assigns it to the FormItems field.

func (*ListConnectors200ResponseInner) SetFromEmail ¶

func (o *ListConnectors200ResponseInner) SetFromEmail(v string)

SetFromEmail gets a reference to the given string and assigns it to the FromEmail field.

func (*ListConnectors200ResponseInner) SetId ¶

SetId sets field value

func (*ListConnectors200ResponseInner) SetIsDemo ¶

func (o *ListConnectors200ResponseInner) SetIsDemo(v bool)

SetIsDemo gets a reference to the given bool and assigns it to the IsDemo field.

func (*ListConnectors200ResponseInner) SetIsStandard ¶

func (o *ListConnectors200ResponseInner) SetIsStandard(v bool)

SetIsStandard gets a reference to the given bool and assigns it to the IsStandard field.

func (o *ListConnectors200ResponseInner) SetLogo(v string)

SetLogo sets field value

func (*ListConnectors200ResponseInner) SetLogoDark ¶

func (o *ListConnectors200ResponseInner) SetLogoDark(v string)

SetLogoDark sets field value

func (*ListConnectors200ResponseInner) SetMetadata ¶

SetMetadata sets field value

func (*ListConnectors200ResponseInner) SetName ¶

func (o *ListConnectors200ResponseInner) SetName(v map[string]interface{})

SetName sets field value

func (*ListConnectors200ResponseInner) SetPlatform ¶

func (o *ListConnectors200ResponseInner) SetPlatform(v string)

SetPlatform sets field value

func (*ListConnectors200ResponseInner) SetReadme ¶

func (o *ListConnectors200ResponseInner) SetReadme(v string)

SetReadme sets field value

func (*ListConnectors200ResponseInner) SetSyncProfile ¶

func (o *ListConnectors200ResponseInner) SetSyncProfile(v bool)

SetSyncProfile sets field value

func (*ListConnectors200ResponseInner) SetTarget ¶

func (o *ListConnectors200ResponseInner) SetTarget(v string)

SetTarget sets field value

func (*ListConnectors200ResponseInner) SetType ¶

func (o *ListConnectors200ResponseInner) SetType(v string)

SetType sets field value

func (*ListConnectors200ResponseInner) SetUsage ¶

func (o *ListConnectors200ResponseInner) SetUsage(v float32)

SetUsage gets a reference to the given float32 and assigns it to the Usage field.

func (ListConnectors200ResponseInner) ToMap ¶

func (o ListConnectors200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListConnectors200ResponseInner) UnmarshalJSON ¶

func (o *ListConnectors200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListConnectors200ResponseInnerFormItemsInner ¶

type ListConnectors200ResponseInnerFormItemsInner struct {
	ListConnectors200ResponseInnerFormItemsInnerOneOf  *ListConnectors200ResponseInnerFormItemsInnerOneOf
	ListConnectors200ResponseInnerFormItemsInnerOneOf1 *ListConnectors200ResponseInnerFormItemsInnerOneOf1
	ListConnectors200ResponseInnerFormItemsInnerOneOf2 *ListConnectors200ResponseInnerFormItemsInnerOneOf2
}

ListConnectors200ResponseInnerFormItemsInner - struct for ListConnectors200ResponseInnerFormItemsInner

func ListConnectors200ResponseInnerFormItemsInnerOneOf1AsListConnectors200ResponseInnerFormItemsInner ¶

func ListConnectors200ResponseInnerFormItemsInnerOneOf1AsListConnectors200ResponseInnerFormItemsInner(v *ListConnectors200ResponseInnerFormItemsInnerOneOf1) ListConnectors200ResponseInnerFormItemsInner

ListConnectors200ResponseInnerFormItemsInnerOneOf1AsListConnectors200ResponseInnerFormItemsInner is a convenience function that returns ListConnectors200ResponseInnerFormItemsInnerOneOf1 wrapped in ListConnectors200ResponseInnerFormItemsInner

func ListConnectors200ResponseInnerFormItemsInnerOneOf2AsListConnectors200ResponseInnerFormItemsInner ¶

func ListConnectors200ResponseInnerFormItemsInnerOneOf2AsListConnectors200ResponseInnerFormItemsInner(v *ListConnectors200ResponseInnerFormItemsInnerOneOf2) ListConnectors200ResponseInnerFormItemsInner

ListConnectors200ResponseInnerFormItemsInnerOneOf2AsListConnectors200ResponseInnerFormItemsInner is a convenience function that returns ListConnectors200ResponseInnerFormItemsInnerOneOf2 wrapped in ListConnectors200ResponseInnerFormItemsInner

func ListConnectors200ResponseInnerFormItemsInnerOneOfAsListConnectors200ResponseInnerFormItemsInner ¶

func ListConnectors200ResponseInnerFormItemsInnerOneOfAsListConnectors200ResponseInnerFormItemsInner(v *ListConnectors200ResponseInnerFormItemsInnerOneOf) ListConnectors200ResponseInnerFormItemsInner

ListConnectors200ResponseInnerFormItemsInnerOneOfAsListConnectors200ResponseInnerFormItemsInner is a convenience function that returns ListConnectors200ResponseInnerFormItemsInnerOneOf wrapped in ListConnectors200ResponseInnerFormItemsInner

func (*ListConnectors200ResponseInnerFormItemsInner) GetActualInstance ¶

func (obj *ListConnectors200ResponseInnerFormItemsInner) GetActualInstance() interface{}

Get the actual instance

func (ListConnectors200ResponseInnerFormItemsInner) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListConnectors200ResponseInnerFormItemsInner) UnmarshalJSON ¶

func (dst *ListConnectors200ResponseInnerFormItemsInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListConnectors200ResponseInnerFormItemsInnerOneOf ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOf struct {
	Type           string                                                                 `json:"type"`
	SelectItems    []ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner    `json:"selectItems"`
	Key            string                                                                 `json:"key"`
	Label          string                                                                 `json:"label"`
	Placeholder    *string                                                                `json:"placeholder,omitempty"`
	Required       *bool                                                                  `json:"required,omitempty"`
	DefaultValue   interface{}                                                            `json:"defaultValue,omitempty"`
	ShowConditions []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner `json:"showConditions,omitempty"`
	Description    *string                                                                `json:"description,omitempty"`
	Tooltip        *string                                                                `json:"tooltip,omitempty"`
	IsConfidential *bool                                                                  `json:"isConfidential,omitempty"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOf struct for ListConnectors200ResponseInnerFormItemsInnerOneOf

func NewListConnectors200ResponseInnerFormItemsInnerOneOf ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf(type_ string, selectItems []ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner, key string, label string) *ListConnectors200ResponseInnerFormItemsInnerOneOf

NewListConnectors200ResponseInnerFormItemsInnerOneOf instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOfWithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOfWithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOf

NewListConnectors200ResponseInnerFormItemsInnerOneOfWithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDefaultValue() interface{}

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDefaultValueOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDefaultValueOk() (*interface{}, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetDescriptionOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetIsConfidential ¶

GetIsConfidential returns the IsConfidential field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetIsConfidentialOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf) GetIsConfidentialOk() (*bool, bool)

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetKey ¶

GetKey returns the Key field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetKeyOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetLabel ¶

GetLabel returns the Label field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetLabelOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetPlaceholder ¶

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetPlaceholderOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetRequiredOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetSelectItems ¶

GetSelectItems returns the SelectItems field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetSelectItemsOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetShowConditions ¶

GetShowConditions returns the ShowConditions field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetShowConditionsOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetTooltip ¶

GetTooltip returns the Tooltip field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetTooltipOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetType ¶

GetType returns the Type field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) GetTypeOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasIsConfidential ¶

HasIsConfidential returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasPlaceholder ¶

HasPlaceholder returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasShowConditions ¶

HasShowConditions returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) HasTooltip ¶

HasTooltip returns a boolean if a field has been set.

func (ListConnectors200ResponseInnerFormItemsInnerOneOf) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf) SetDefaultValue(v interface{})

SetDefaultValue gets a reference to the given interface{} and assigns it to the DefaultValue field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetIsConfidential ¶

SetIsConfidential gets a reference to the given bool and assigns it to the IsConfidential field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetKey ¶

SetKey sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetLabel ¶

SetLabel sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetPlaceholder ¶

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetSelectItems ¶

SetSelectItems sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetShowConditions ¶

SetShowConditions gets a reference to the given []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner and assigns it to the ShowConditions field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetTooltip ¶

SetTooltip gets a reference to the given string and assigns it to the Tooltip field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) SetType ¶

SetType sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOf) ToMap ¶

func (o ListConnectors200ResponseInnerFormItemsInnerOneOf) ToMap() (map[string]interface{}, error)

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf) UnmarshalJSON ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf) UnmarshalJSON(data []byte) (err error)

type ListConnectors200ResponseInnerFormItemsInnerOneOf1 ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOf1 struct {
	Type           string                                                                 `json:"type"`
	SelectItems    []ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner   `json:"selectItems"`
	Key            string                                                                 `json:"key"`
	Label          string                                                                 `json:"label"`
	Placeholder    *string                                                                `json:"placeholder,omitempty"`
	Required       *bool                                                                  `json:"required,omitempty"`
	DefaultValue   interface{}                                                            `json:"defaultValue,omitempty"`
	ShowConditions []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner `json:"showConditions,omitempty"`
	Description    *string                                                                `json:"description,omitempty"`
	Tooltip        *string                                                                `json:"tooltip,omitempty"`
	IsConfidential *bool                                                                  `json:"isConfidential,omitempty"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOf1 struct for ListConnectors200ResponseInnerFormItemsInnerOneOf1

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1 ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1(type_ string, selectItems []ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner, key string, label string) *ListConnectors200ResponseInnerFormItemsInnerOneOf1

NewListConnectors200ResponseInnerFormItemsInnerOneOf1 instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1WithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1WithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOf1

NewListConnectors200ResponseInnerFormItemsInnerOneOf1WithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDefaultValue() interface{}

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDefaultValueOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDefaultValueOk() (*interface{}, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetDescriptionOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetIsConfidential ¶

GetIsConfidential returns the IsConfidential field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetIsConfidentialOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetIsConfidentialOk() (*bool, bool)

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetKey ¶

GetKey returns the Key field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetKeyOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetLabel ¶

GetLabel returns the Label field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetLabelOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetPlaceholder ¶

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetPlaceholderOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetRequiredOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetSelectItems ¶

GetSelectItems returns the SelectItems field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetSelectItemsOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetShowConditions ¶

GetShowConditions returns the ShowConditions field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetShowConditionsOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetTooltip ¶

GetTooltip returns the Tooltip field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetTooltipOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetType ¶

GetType returns the Type field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) GetTypeOk ¶

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

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasIsConfidential ¶

HasIsConfidential returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasPlaceholder ¶

HasPlaceholder returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasShowConditions ¶

HasShowConditions returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) HasTooltip ¶

HasTooltip returns a boolean if a field has been set.

func (ListConnectors200ResponseInnerFormItemsInnerOneOf1) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetDefaultValue(v interface{})

SetDefaultValue gets a reference to the given interface{} and assigns it to the DefaultValue field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetIsConfidential ¶

SetIsConfidential gets a reference to the given bool and assigns it to the IsConfidential field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetKey ¶

SetKey sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetLabel ¶

SetLabel sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetPlaceholder ¶

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetSelectItems ¶

SetSelectItems sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetShowConditions ¶

SetShowConditions gets a reference to the given []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner and assigns it to the ShowConditions field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetTooltip ¶

SetTooltip gets a reference to the given string and assigns it to the Tooltip field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) SetType ¶

SetType sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOf1) ToMap ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1) UnmarshalJSON ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf1) UnmarshalJSON(data []byte) (err error)

type ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner struct {
	Value string `json:"value"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner struct for ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner(value string) *ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInnerWithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInnerWithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInnerWithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) GetValue ¶

GetValue returns the Value field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) GetValueOk ¶

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

func (ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) SetValue ¶

SetValue sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) ToMap ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) UnmarshalJSON ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOf2 ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOf2 struct {
	Type           string                                                                 `json:"type"`
	Key            string                                                                 `json:"key"`
	Label          string                                                                 `json:"label"`
	Placeholder    *string                                                                `json:"placeholder,omitempty"`
	Required       *bool                                                                  `json:"required,omitempty"`
	DefaultValue   interface{}                                                            `json:"defaultValue,omitempty"`
	ShowConditions []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner `json:"showConditions,omitempty"`
	Description    *string                                                                `json:"description,omitempty"`
	Tooltip        *string                                                                `json:"tooltip,omitempty"`
	IsConfidential *bool                                                                  `json:"isConfidential,omitempty"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOf2 struct for ListConnectors200ResponseInnerFormItemsInnerOneOf2

func NewListConnectors200ResponseInnerFormItemsInnerOneOf2 ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf2(type_ string, key string, label string) *ListConnectors200ResponseInnerFormItemsInnerOneOf2

NewListConnectors200ResponseInnerFormItemsInnerOneOf2 instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf2 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOf2WithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOf2WithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOf2

NewListConnectors200ResponseInnerFormItemsInnerOneOf2WithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOf2 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValue() interface{}

GetDefaultValue returns the DefaultValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValueOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDefaultValueOk() (*interface{}, bool)

GetDefaultValueOk returns a tuple with the DefaultValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDescription ¶

GetDescription returns the Description field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetDescriptionOk ¶

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetIsConfidential ¶

GetIsConfidential returns the IsConfidential field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetIsConfidentialOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetIsConfidentialOk() (*bool, bool)

GetIsConfidentialOk returns a tuple with the IsConfidential field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetKey ¶

GetKey returns the Key field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetLabel ¶

GetLabel returns the Label field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetLabelOk ¶

GetLabelOk returns a tuple with the Label field value and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetPlaceholder ¶

GetPlaceholder returns the Placeholder field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetPlaceholderOk ¶

GetPlaceholderOk returns a tuple with the Placeholder field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetRequired ¶

GetRequired returns the Required field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetRequiredOk ¶

GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetShowConditions ¶

GetShowConditions returns the ShowConditions field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetShowConditionsOk ¶

GetShowConditionsOk returns a tuple with the ShowConditions field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTooltip ¶

GetTooltip returns the Tooltip field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTooltipOk ¶

GetTooltipOk returns a tuple with the Tooltip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetType ¶

GetType returns the Type field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasDefaultValue ¶

HasDefaultValue returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasDescription ¶

HasDescription returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasIsConfidential ¶

HasIsConfidential returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasPlaceholder ¶

HasPlaceholder returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasRequired ¶

HasRequired returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasShowConditions ¶

HasShowConditions returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) HasTooltip ¶

HasTooltip returns a boolean if a field has been set.

func (ListConnectors200ResponseInnerFormItemsInnerOneOf2) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDefaultValue ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDefaultValue(v interface{})

SetDefaultValue gets a reference to the given interface{} and assigns it to the DefaultValue field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetDescription ¶

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetIsConfidential ¶

SetIsConfidential gets a reference to the given bool and assigns it to the IsConfidential field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetKey ¶

SetKey sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetLabel ¶

SetLabel sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetPlaceholder ¶

SetPlaceholder gets a reference to the given string and assigns it to the Placeholder field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetRequired ¶

SetRequired gets a reference to the given bool and assigns it to the Required field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetShowConditions ¶

SetShowConditions gets a reference to the given []ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner and assigns it to the ShowConditions field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetTooltip ¶

SetTooltip gets a reference to the given string and assigns it to the Tooltip field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) SetType ¶

SetType sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOf2) ToMap ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOf2) UnmarshalJSON ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOf2) UnmarshalJSON(data []byte) (err error)

type ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner struct {
	Value string `json:"value"`
	Title string `json:"title"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner struct for ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner

func NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner(value string, title string) *ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInnerWithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInnerWithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInnerWithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) GetTitle ¶

GetTitle returns the Title field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) GetTitleOk ¶

GetTitleOk returns a tuple with the Title field value and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) GetValue ¶

GetValue returns the Value field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) SetTitle ¶

SetTitle sets field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) SetValue ¶

SetValue sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) ToMap ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) UnmarshalJSON ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner ¶

type ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner struct {
	TargetKey   string      `json:"targetKey"`
	ExpectValue interface{} `json:"expectValue,omitempty"`
}

ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner struct for ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner

func NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner(targetKey string) *ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInnerWithDefaults ¶

func NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInnerWithDefaults() *ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner

NewListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInnerWithDefaults instantiates a new ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) GetExpectValue ¶

GetExpectValue returns the ExpectValue field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) GetExpectValueOk ¶

func (o *ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) GetExpectValueOk() (*interface{}, bool)

GetExpectValueOk returns a tuple with the ExpectValue field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) GetTargetKey ¶

GetTargetKey returns the TargetKey field value

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) GetTargetKeyOk ¶

GetTargetKeyOk returns a tuple with the TargetKey field value and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) HasExpectValue ¶

HasExpectValue returns a boolean if a field has been set.

func (ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) MarshalJSON ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) SetExpectValue ¶

SetExpectValue gets a reference to the given interface{} and assigns it to the ExpectValue field.

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) SetTargetKey ¶

SetTargetKey sets field value

func (ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) ToMap ¶

func (*ListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) UnmarshalJSON ¶

type ListConnectors200ResponseInnerMetadata ¶

type ListConnectors200ResponseInnerMetadata struct {
	Target *string `json:"target,omitempty"`
	// Validator function
	Name     map[string]interface{} `json:"name,omitempty"`
	LogoDark NullableString         `json:"logoDark,omitempty"`
}

ListConnectors200ResponseInnerMetadata struct for ListConnectors200ResponseInnerMetadata

func NewListConnectors200ResponseInnerMetadata ¶

func NewListConnectors200ResponseInnerMetadata() *ListConnectors200ResponseInnerMetadata

NewListConnectors200ResponseInnerMetadata instantiates a new ListConnectors200ResponseInnerMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListConnectors200ResponseInnerMetadataWithDefaults ¶

func NewListConnectors200ResponseInnerMetadataWithDefaults() *ListConnectors200ResponseInnerMetadata

NewListConnectors200ResponseInnerMetadataWithDefaults instantiates a new ListConnectors200ResponseInnerMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetLogo returns the Logo field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerMetadata) GetLogoDark ¶

GetLogoDark returns the LogoDark field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ListConnectors200ResponseInnerMetadata) GetLogoDarkOk ¶

func (o *ListConnectors200ResponseInnerMetadata) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListConnectors200ResponseInnerMetadata) GetLogoOk ¶

GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerMetadata) GetName ¶

func (o *ListConnectors200ResponseInnerMetadata) GetName() map[string]interface{}

GetName returns the Name field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerMetadata) GetNameOk ¶

func (o *ListConnectors200ResponseInnerMetadata) GetNameOk() (map[string]interface{}, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListConnectors200ResponseInnerMetadata) GetTarget ¶

GetTarget returns the Target field value if set, zero value otherwise.

func (*ListConnectors200ResponseInnerMetadata) GetTargetOk ¶

func (o *ListConnectors200ResponseInnerMetadata) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

HasLogo returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerMetadata) HasLogoDark ¶

HasLogoDark returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerMetadata) HasName ¶

HasName returns a boolean if a field has been set.

func (*ListConnectors200ResponseInnerMetadata) HasTarget ¶

HasTarget returns a boolean if a field has been set.

func (ListConnectors200ResponseInnerMetadata) MarshalJSON ¶

func (o ListConnectors200ResponseInnerMetadata) MarshalJSON() ([]byte, error)

SetLogo gets a reference to the given string and assigns it to the Logo field.

func (*ListConnectors200ResponseInnerMetadata) SetLogoDark ¶

SetLogoDark gets a reference to the given NullableString and assigns it to the LogoDark field.

func (*ListConnectors200ResponseInnerMetadata) SetLogoDarkNil ¶

func (o *ListConnectors200ResponseInnerMetadata) SetLogoDarkNil()

SetLogoDarkNil sets the value for LogoDark to be an explicit nil

func (*ListConnectors200ResponseInnerMetadata) SetName ¶

func (o *ListConnectors200ResponseInnerMetadata) SetName(v map[string]interface{})

SetName gets a reference to the given map[string]interface{} and assigns it to the Name field.

func (*ListConnectors200ResponseInnerMetadata) SetTarget ¶

SetTarget gets a reference to the given string and assigns it to the Target field.

func (ListConnectors200ResponseInnerMetadata) ToMap ¶

func (o ListConnectors200ResponseInnerMetadata) ToMap() (map[string]interface{}, error)

func (*ListConnectors200ResponseInnerMetadata) UnsetLogoDark ¶

func (o *ListConnectors200ResponseInnerMetadata) UnsetLogoDark()

UnsetLogoDark ensures that no value is present for LogoDark, not even an explicit nil

type ListCustomPhrases200ResponseInner ¶

type ListCustomPhrases200ResponseInner struct {
	TenantId    string            `json:"tenantId"`
	Id          string            `json:"id"`
	LanguageTag string            `json:"languageTag"`
	Translation TranslationObject `json:"translation"`
}

ListCustomPhrases200ResponseInner struct for ListCustomPhrases200ResponseInner

func NewListCustomPhrases200ResponseInner ¶

func NewListCustomPhrases200ResponseInner(tenantId string, id string, languageTag string, translation TranslationObject) *ListCustomPhrases200ResponseInner

NewListCustomPhrases200ResponseInner instantiates a new ListCustomPhrases200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListCustomPhrases200ResponseInnerWithDefaults ¶

func NewListCustomPhrases200ResponseInnerWithDefaults() *ListCustomPhrases200ResponseInner

NewListCustomPhrases200ResponseInnerWithDefaults instantiates a new ListCustomPhrases200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListCustomPhrases200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListCustomPhrases200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListCustomPhrases200ResponseInner) GetLanguageTag ¶

func (o *ListCustomPhrases200ResponseInner) GetLanguageTag() string

GetLanguageTag returns the LanguageTag field value

func (*ListCustomPhrases200ResponseInner) GetLanguageTagOk ¶

func (o *ListCustomPhrases200ResponseInner) GetLanguageTagOk() (*string, bool)

GetLanguageTagOk returns a tuple with the LanguageTag field value and a boolean to check if the value has been set.

func (*ListCustomPhrases200ResponseInner) GetTenantId ¶

func (o *ListCustomPhrases200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListCustomPhrases200ResponseInner) GetTenantIdOk ¶

func (o *ListCustomPhrases200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListCustomPhrases200ResponseInner) GetTranslation ¶

GetTranslation returns the Translation field value

func (*ListCustomPhrases200ResponseInner) GetTranslationOk ¶

func (o *ListCustomPhrases200ResponseInner) GetTranslationOk() (*TranslationObject, bool)

GetTranslationOk returns a tuple with the Translation field value and a boolean to check if the value has been set.

func (ListCustomPhrases200ResponseInner) MarshalJSON ¶

func (o ListCustomPhrases200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListCustomPhrases200ResponseInner) SetId ¶

SetId sets field value

func (*ListCustomPhrases200ResponseInner) SetLanguageTag ¶

func (o *ListCustomPhrases200ResponseInner) SetLanguageTag(v string)

SetLanguageTag sets field value

func (*ListCustomPhrases200ResponseInner) SetTenantId ¶

func (o *ListCustomPhrases200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (*ListCustomPhrases200ResponseInner) SetTranslation ¶

SetTranslation sets field value

func (ListCustomPhrases200ResponseInner) ToMap ¶

func (o ListCustomPhrases200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListCustomPhrases200ResponseInner) UnmarshalJSON ¶

func (o *ListCustomPhrases200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListDomains200ResponseInner ¶

type ListDomains200ResponseInner struct {
	Id           string                                                                                  `json:"id"`
	Domain       string                                                                                  `json:"domain"`
	Status       string                                                                                  `json:"status"`
	ErrorMessage NullableString                                                                          `json:"errorMessage"`
	DnsRecords   []ListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner `json:"dnsRecords"`
}

ListDomains200ResponseInner struct for ListDomains200ResponseInner

func NewListDomains200ResponseInner ¶

NewListDomains200ResponseInner instantiates a new ListDomains200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListDomains200ResponseInnerWithDefaults ¶

func NewListDomains200ResponseInnerWithDefaults() *ListDomains200ResponseInner

NewListDomains200ResponseInnerWithDefaults instantiates a new ListDomains200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListDomains200ResponseInner) GetDnsRecords ¶

GetDnsRecords returns the DnsRecords field value

func (*ListDomains200ResponseInner) GetDnsRecordsOk ¶

GetDnsRecordsOk returns a tuple with the DnsRecords field value and a boolean to check if the value has been set.

func (*ListDomains200ResponseInner) GetDomain ¶

func (o *ListDomains200ResponseInner) GetDomain() string

GetDomain returns the Domain field value

func (*ListDomains200ResponseInner) GetDomainOk ¶

func (o *ListDomains200ResponseInner) GetDomainOk() (*string, bool)

GetDomainOk returns a tuple with the Domain field value and a boolean to check if the value has been set.

func (*ListDomains200ResponseInner) GetErrorMessage ¶

func (o *ListDomains200ResponseInner) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field value If the value is explicit nil, the zero value for string will be returned

func (*ListDomains200ResponseInner) GetErrorMessageOk ¶

func (o *ListDomains200ResponseInner) GetErrorMessageOk() (*string, bool)

GetErrorMessageOk returns a tuple with the ErrorMessage field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListDomains200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListDomains200ResponseInner) GetIdOk ¶

func (o *ListDomains200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListDomains200ResponseInner) GetStatus ¶

func (o *ListDomains200ResponseInner) GetStatus() string

GetStatus returns the Status field value

func (*ListDomains200ResponseInner) GetStatusOk ¶

func (o *ListDomains200ResponseInner) GetStatusOk() (*string, bool)

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (ListDomains200ResponseInner) MarshalJSON ¶

func (o ListDomains200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListDomains200ResponseInner) SetDnsRecords ¶

SetDnsRecords sets field value

func (*ListDomains200ResponseInner) SetDomain ¶

func (o *ListDomains200ResponseInner) SetDomain(v string)

SetDomain sets field value

func (*ListDomains200ResponseInner) SetErrorMessage ¶

func (o *ListDomains200ResponseInner) SetErrorMessage(v string)

SetErrorMessage sets field value

func (*ListDomains200ResponseInner) SetId ¶

func (o *ListDomains200ResponseInner) SetId(v string)

SetId sets field value

func (*ListDomains200ResponseInner) SetStatus ¶

func (o *ListDomains200ResponseInner) SetStatus(v string)

SetStatus sets field value

func (ListDomains200ResponseInner) ToMap ¶

func (o ListDomains200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListDomains200ResponseInner) UnmarshalJSON ¶

func (o *ListDomains200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListHookRecentLogs200ResponseInner ¶

type ListHookRecentLogs200ResponseInner struct {
	Id        string                          `json:"id"`
	Key       string                          `json:"key"`
	Payload   ListLogs200ResponseInnerPayload `json:"payload"`
	CreatedAt float32                         `json:"createdAt"`
}

ListHookRecentLogs200ResponseInner struct for ListHookRecentLogs200ResponseInner

func NewListHookRecentLogs200ResponseInner ¶

func NewListHookRecentLogs200ResponseInner(id string, key string, payload ListLogs200ResponseInnerPayload, createdAt float32) *ListHookRecentLogs200ResponseInner

NewListHookRecentLogs200ResponseInner instantiates a new ListHookRecentLogs200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListHookRecentLogs200ResponseInnerWithDefaults ¶

func NewListHookRecentLogs200ResponseInnerWithDefaults() *ListHookRecentLogs200ResponseInner

NewListHookRecentLogs200ResponseInnerWithDefaults instantiates a new ListHookRecentLogs200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListHookRecentLogs200ResponseInner) GetCreatedAt ¶

func (o *ListHookRecentLogs200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListHookRecentLogs200ResponseInner) GetCreatedAtOk ¶

func (o *ListHookRecentLogs200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListHookRecentLogs200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListHookRecentLogs200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListHookRecentLogs200ResponseInner) GetKey ¶

GetKey returns the Key field value

func (*ListHookRecentLogs200ResponseInner) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListHookRecentLogs200ResponseInner) GetPayload ¶

GetPayload returns the Payload field value

func (*ListHookRecentLogs200ResponseInner) GetPayloadOk ¶

GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.

func (ListHookRecentLogs200ResponseInner) MarshalJSON ¶

func (o ListHookRecentLogs200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListHookRecentLogs200ResponseInner) SetCreatedAt ¶

func (o *ListHookRecentLogs200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListHookRecentLogs200ResponseInner) SetId ¶

SetId sets field value

func (*ListHookRecentLogs200ResponseInner) SetKey ¶

SetKey sets field value

func (*ListHookRecentLogs200ResponseInner) SetPayload ¶

SetPayload sets field value

func (ListHookRecentLogs200ResponseInner) ToMap ¶

func (o ListHookRecentLogs200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListHookRecentLogs200ResponseInner) UnmarshalJSON ¶

func (o *ListHookRecentLogs200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListHooks200ResponseInner ¶

type ListHooks200ResponseInner struct {
	TenantId       string                                   `json:"tenantId"`
	Id             string                                   `json:"id"`
	Name           string                                   `json:"name"`
	Event          NullableString                           `json:"event"`
	Events         []string                                 `json:"events"`
	Config         ListHooks200ResponseInnerConfig          `json:"config"`
	SigningKey     string                                   `json:"signingKey"`
	Enabled        bool                                     `json:"enabled"`
	CreatedAt      float32                                  `json:"createdAt"`
	ExecutionStats *ListHooks200ResponseInnerExecutionStats `json:"executionStats,omitempty"`
}

ListHooks200ResponseInner struct for ListHooks200ResponseInner

func NewListHooks200ResponseInner ¶

func NewListHooks200ResponseInner(tenantId string, id string, name string, event NullableString, events []string, config ListHooks200ResponseInnerConfig, signingKey string, enabled bool, createdAt float32) *ListHooks200ResponseInner

NewListHooks200ResponseInner instantiates a new ListHooks200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListHooks200ResponseInnerWithDefaults ¶

func NewListHooks200ResponseInnerWithDefaults() *ListHooks200ResponseInner

NewListHooks200ResponseInnerWithDefaults instantiates a new ListHooks200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListHooks200ResponseInner) GetConfig ¶

GetConfig returns the Config field value

func (*ListHooks200ResponseInner) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetCreatedAt ¶

func (o *ListHooks200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListHooks200ResponseInner) GetCreatedAtOk ¶

func (o *ListHooks200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetEnabled ¶

func (o *ListHooks200ResponseInner) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*ListHooks200ResponseInner) GetEnabledOk ¶

func (o *ListHooks200ResponseInner) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetEvent ¶

func (o *ListHooks200ResponseInner) GetEvent() string

GetEvent returns the Event field value If the value is explicit nil, the zero value for string will be returned

func (*ListHooks200ResponseInner) GetEventOk ¶

func (o *ListHooks200ResponseInner) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListHooks200ResponseInner) GetEvents ¶

func (o *ListHooks200ResponseInner) GetEvents() []string

GetEvents returns the Events field value

func (*ListHooks200ResponseInner) GetEventsOk ¶

func (o *ListHooks200ResponseInner) GetEventsOk() ([]string, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetExecutionStats ¶

GetExecutionStats returns the ExecutionStats field value if set, zero value otherwise.

func (*ListHooks200ResponseInner) GetExecutionStatsOk ¶

GetExecutionStatsOk returns a tuple with the ExecutionStats field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetId ¶

func (o *ListHooks200ResponseInner) GetId() string

GetId returns the Id field value

func (*ListHooks200ResponseInner) GetIdOk ¶

func (o *ListHooks200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetName ¶

func (o *ListHooks200ResponseInner) GetName() string

GetName returns the Name field value

func (*ListHooks200ResponseInner) GetNameOk ¶

func (o *ListHooks200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetSigningKey ¶

func (o *ListHooks200ResponseInner) GetSigningKey() string

GetSigningKey returns the SigningKey field value

func (*ListHooks200ResponseInner) GetSigningKeyOk ¶

func (o *ListHooks200ResponseInner) GetSigningKeyOk() (*string, bool)

GetSigningKeyOk returns a tuple with the SigningKey field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) GetTenantId ¶

func (o *ListHooks200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListHooks200ResponseInner) GetTenantIdOk ¶

func (o *ListHooks200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInner) HasExecutionStats ¶

func (o *ListHooks200ResponseInner) HasExecutionStats() bool

HasExecutionStats returns a boolean if a field has been set.

func (ListHooks200ResponseInner) MarshalJSON ¶

func (o ListHooks200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListHooks200ResponseInner) SetConfig ¶

SetConfig sets field value

func (*ListHooks200ResponseInner) SetCreatedAt ¶

func (o *ListHooks200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListHooks200ResponseInner) SetEnabled ¶

func (o *ListHooks200ResponseInner) SetEnabled(v bool)

SetEnabled sets field value

func (*ListHooks200ResponseInner) SetEvent ¶

func (o *ListHooks200ResponseInner) SetEvent(v string)

SetEvent sets field value

func (*ListHooks200ResponseInner) SetEvents ¶

func (o *ListHooks200ResponseInner) SetEvents(v []string)

SetEvents sets field value

func (*ListHooks200ResponseInner) SetExecutionStats ¶

SetExecutionStats gets a reference to the given ListHooks200ResponseInnerExecutionStats and assigns it to the ExecutionStats field.

func (*ListHooks200ResponseInner) SetId ¶

func (o *ListHooks200ResponseInner) SetId(v string)

SetId sets field value

func (*ListHooks200ResponseInner) SetName ¶

func (o *ListHooks200ResponseInner) SetName(v string)

SetName sets field value

func (*ListHooks200ResponseInner) SetSigningKey ¶

func (o *ListHooks200ResponseInner) SetSigningKey(v string)

SetSigningKey sets field value

func (*ListHooks200ResponseInner) SetTenantId ¶

func (o *ListHooks200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (ListHooks200ResponseInner) ToMap ¶

func (o ListHooks200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListHooks200ResponseInner) UnmarshalJSON ¶

func (o *ListHooks200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListHooks200ResponseInnerConfig ¶

type ListHooks200ResponseInnerConfig struct {
	Url     string             `json:"url"`
	Headers *map[string]string `json:"headers,omitempty"`
	Retries *float32           `json:"retries,omitempty"`
}

ListHooks200ResponseInnerConfig struct for ListHooks200ResponseInnerConfig

func NewListHooks200ResponseInnerConfig ¶

func NewListHooks200ResponseInnerConfig(url string) *ListHooks200ResponseInnerConfig

NewListHooks200ResponseInnerConfig instantiates a new ListHooks200ResponseInnerConfig object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListHooks200ResponseInnerConfigWithDefaults ¶

func NewListHooks200ResponseInnerConfigWithDefaults() *ListHooks200ResponseInnerConfig

NewListHooks200ResponseInnerConfigWithDefaults instantiates a new ListHooks200ResponseInnerConfig object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListHooks200ResponseInnerConfig) GetHeaders ¶

func (o *ListHooks200ResponseInnerConfig) GetHeaders() map[string]string

GetHeaders returns the Headers field value if set, zero value otherwise.

func (*ListHooks200ResponseInnerConfig) GetHeadersOk ¶

func (o *ListHooks200ResponseInnerConfig) GetHeadersOk() (*map[string]string, bool)

GetHeadersOk returns a tuple with the Headers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListHooks200ResponseInnerConfig) GetRetries ¶

func (o *ListHooks200ResponseInnerConfig) GetRetries() float32

GetRetries returns the Retries field value if set, zero value otherwise.

func (*ListHooks200ResponseInnerConfig) GetRetriesOk ¶

func (o *ListHooks200ResponseInnerConfig) GetRetriesOk() (*float32, bool)

GetRetriesOk returns a tuple with the Retries field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListHooks200ResponseInnerConfig) GetUrl ¶

GetUrl returns the Url field value

func (*ListHooks200ResponseInnerConfig) GetUrlOk ¶

func (o *ListHooks200ResponseInnerConfig) GetUrlOk() (*string, bool)

GetUrlOk returns a tuple with the Url field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInnerConfig) HasHeaders ¶

func (o *ListHooks200ResponseInnerConfig) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

func (*ListHooks200ResponseInnerConfig) HasRetries ¶

func (o *ListHooks200ResponseInnerConfig) HasRetries() bool

HasRetries returns a boolean if a field has been set.

func (ListHooks200ResponseInnerConfig) MarshalJSON ¶

func (o ListHooks200ResponseInnerConfig) MarshalJSON() ([]byte, error)

func (*ListHooks200ResponseInnerConfig) SetHeaders ¶

func (o *ListHooks200ResponseInnerConfig) SetHeaders(v map[string]string)

SetHeaders gets a reference to the given map[string]string and assigns it to the Headers field.

func (*ListHooks200ResponseInnerConfig) SetRetries ¶

func (o *ListHooks200ResponseInnerConfig) SetRetries(v float32)

SetRetries gets a reference to the given float32 and assigns it to the Retries field.

func (*ListHooks200ResponseInnerConfig) SetUrl ¶

SetUrl sets field value

func (ListHooks200ResponseInnerConfig) ToMap ¶

func (o ListHooks200ResponseInnerConfig) ToMap() (map[string]interface{}, error)

func (*ListHooks200ResponseInnerConfig) UnmarshalJSON ¶

func (o *ListHooks200ResponseInnerConfig) UnmarshalJSON(data []byte) (err error)

type ListHooks200ResponseInnerExecutionStats ¶

type ListHooks200ResponseInnerExecutionStats struct {
	SuccessCount float32 `json:"successCount"`
	RequestCount float32 `json:"requestCount"`
}

ListHooks200ResponseInnerExecutionStats struct for ListHooks200ResponseInnerExecutionStats

func NewListHooks200ResponseInnerExecutionStats ¶

func NewListHooks200ResponseInnerExecutionStats(successCount float32, requestCount float32) *ListHooks200ResponseInnerExecutionStats

NewListHooks200ResponseInnerExecutionStats instantiates a new ListHooks200ResponseInnerExecutionStats object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListHooks200ResponseInnerExecutionStatsWithDefaults ¶

func NewListHooks200ResponseInnerExecutionStatsWithDefaults() *ListHooks200ResponseInnerExecutionStats

NewListHooks200ResponseInnerExecutionStatsWithDefaults instantiates a new ListHooks200ResponseInnerExecutionStats object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListHooks200ResponseInnerExecutionStats) GetRequestCount ¶

func (o *ListHooks200ResponseInnerExecutionStats) GetRequestCount() float32

GetRequestCount returns the RequestCount field value

func (*ListHooks200ResponseInnerExecutionStats) GetRequestCountOk ¶

func (o *ListHooks200ResponseInnerExecutionStats) GetRequestCountOk() (*float32, bool)

GetRequestCountOk returns a tuple with the RequestCount field value and a boolean to check if the value has been set.

func (*ListHooks200ResponseInnerExecutionStats) GetSuccessCount ¶

func (o *ListHooks200ResponseInnerExecutionStats) GetSuccessCount() float32

GetSuccessCount returns the SuccessCount field value

func (*ListHooks200ResponseInnerExecutionStats) GetSuccessCountOk ¶

func (o *ListHooks200ResponseInnerExecutionStats) GetSuccessCountOk() (*float32, bool)

GetSuccessCountOk returns a tuple with the SuccessCount field value and a boolean to check if the value has been set.

func (ListHooks200ResponseInnerExecutionStats) MarshalJSON ¶

func (o ListHooks200ResponseInnerExecutionStats) MarshalJSON() ([]byte, error)

func (*ListHooks200ResponseInnerExecutionStats) SetRequestCount ¶

func (o *ListHooks200ResponseInnerExecutionStats) SetRequestCount(v float32)

SetRequestCount sets field value

func (*ListHooks200ResponseInnerExecutionStats) SetSuccessCount ¶

func (o *ListHooks200ResponseInnerExecutionStats) SetSuccessCount(v float32)

SetSuccessCount sets field value

func (ListHooks200ResponseInnerExecutionStats) ToMap ¶

func (o ListHooks200ResponseInnerExecutionStats) ToMap() (map[string]interface{}, error)

func (*ListHooks200ResponseInnerExecutionStats) UnmarshalJSON ¶

func (o *ListHooks200ResponseInnerExecutionStats) UnmarshalJSON(data []byte) (err error)

type ListJwtCustomizers200ResponseInner ¶

type ListJwtCustomizers200ResponseInner struct {
	ListJwtCustomizers200ResponseInnerOneOf  *ListJwtCustomizers200ResponseInnerOneOf
	ListJwtCustomizers200ResponseInnerOneOf1 *ListJwtCustomizers200ResponseInnerOneOf1
}

ListJwtCustomizers200ResponseInner - struct for ListJwtCustomizers200ResponseInner

func ListJwtCustomizers200ResponseInnerOneOf1AsListJwtCustomizers200ResponseInner ¶

func ListJwtCustomizers200ResponseInnerOneOf1AsListJwtCustomizers200ResponseInner(v *ListJwtCustomizers200ResponseInnerOneOf1) ListJwtCustomizers200ResponseInner

ListJwtCustomizers200ResponseInnerOneOf1AsListJwtCustomizers200ResponseInner is a convenience function that returns ListJwtCustomizers200ResponseInnerOneOf1 wrapped in ListJwtCustomizers200ResponseInner

func ListJwtCustomizers200ResponseInnerOneOfAsListJwtCustomizers200ResponseInner ¶

func ListJwtCustomizers200ResponseInnerOneOfAsListJwtCustomizers200ResponseInner(v *ListJwtCustomizers200ResponseInnerOneOf) ListJwtCustomizers200ResponseInner

ListJwtCustomizers200ResponseInnerOneOfAsListJwtCustomizers200ResponseInner is a convenience function that returns ListJwtCustomizers200ResponseInnerOneOf wrapped in ListJwtCustomizers200ResponseInner

func (*ListJwtCustomizers200ResponseInner) GetActualInstance ¶

func (obj *ListJwtCustomizers200ResponseInner) GetActualInstance() interface{}

Get the actual instance

func (ListJwtCustomizers200ResponseInner) MarshalJSON ¶

func (src ListJwtCustomizers200ResponseInner) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListJwtCustomizers200ResponseInner) UnmarshalJSON ¶

func (dst *ListJwtCustomizers200ResponseInner) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListJwtCustomizers200ResponseInnerOneOf ¶

type ListJwtCustomizers200ResponseInnerOneOf struct {
	Key   string                           `json:"key"`
	Value GetJwtCustomizer200ResponseOneOf `json:"value"`
}

ListJwtCustomizers200ResponseInnerOneOf struct for ListJwtCustomizers200ResponseInnerOneOf

func NewListJwtCustomizers200ResponseInnerOneOf ¶

func NewListJwtCustomizers200ResponseInnerOneOf(key string, value GetJwtCustomizer200ResponseOneOf) *ListJwtCustomizers200ResponseInnerOneOf

NewListJwtCustomizers200ResponseInnerOneOf instantiates a new ListJwtCustomizers200ResponseInnerOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListJwtCustomizers200ResponseInnerOneOfWithDefaults ¶

func NewListJwtCustomizers200ResponseInnerOneOfWithDefaults() *ListJwtCustomizers200ResponseInnerOneOf

NewListJwtCustomizers200ResponseInnerOneOfWithDefaults instantiates a new ListJwtCustomizers200ResponseInnerOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListJwtCustomizers200ResponseInnerOneOf) GetKey ¶

GetKey returns the Key field value

func (*ListJwtCustomizers200ResponseInnerOneOf) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListJwtCustomizers200ResponseInnerOneOf) GetValue ¶

GetValue returns the Value field value

func (*ListJwtCustomizers200ResponseInnerOneOf) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (ListJwtCustomizers200ResponseInnerOneOf) MarshalJSON ¶

func (o ListJwtCustomizers200ResponseInnerOneOf) MarshalJSON() ([]byte, error)

func (*ListJwtCustomizers200ResponseInnerOneOf) SetKey ¶

SetKey sets field value

func (*ListJwtCustomizers200ResponseInnerOneOf) SetValue ¶

SetValue sets field value

func (ListJwtCustomizers200ResponseInnerOneOf) ToMap ¶

func (o ListJwtCustomizers200ResponseInnerOneOf) ToMap() (map[string]interface{}, error)

func (*ListJwtCustomizers200ResponseInnerOneOf) UnmarshalJSON ¶

func (o *ListJwtCustomizers200ResponseInnerOneOf) UnmarshalJSON(data []byte) (err error)

type ListJwtCustomizers200ResponseInnerOneOf1 ¶

type ListJwtCustomizers200ResponseInnerOneOf1 struct {
	Key   string                            `json:"key"`
	Value GetJwtCustomizer200ResponseOneOf1 `json:"value"`
}

ListJwtCustomizers200ResponseInnerOneOf1 struct for ListJwtCustomizers200ResponseInnerOneOf1

func NewListJwtCustomizers200ResponseInnerOneOf1 ¶

func NewListJwtCustomizers200ResponseInnerOneOf1(key string, value GetJwtCustomizer200ResponseOneOf1) *ListJwtCustomizers200ResponseInnerOneOf1

NewListJwtCustomizers200ResponseInnerOneOf1 instantiates a new ListJwtCustomizers200ResponseInnerOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListJwtCustomizers200ResponseInnerOneOf1WithDefaults ¶

func NewListJwtCustomizers200ResponseInnerOneOf1WithDefaults() *ListJwtCustomizers200ResponseInnerOneOf1

NewListJwtCustomizers200ResponseInnerOneOf1WithDefaults instantiates a new ListJwtCustomizers200ResponseInnerOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListJwtCustomizers200ResponseInnerOneOf1) GetKey ¶

GetKey returns the Key field value

func (*ListJwtCustomizers200ResponseInnerOneOf1) GetKeyOk ¶

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListJwtCustomizers200ResponseInnerOneOf1) GetValue ¶

GetValue returns the Value field value

func (*ListJwtCustomizers200ResponseInnerOneOf1) GetValueOk ¶

GetValueOk returns a tuple with the Value field value and a boolean to check if the value has been set.

func (ListJwtCustomizers200ResponseInnerOneOf1) MarshalJSON ¶

func (*ListJwtCustomizers200ResponseInnerOneOf1) SetKey ¶

SetKey sets field value

func (*ListJwtCustomizers200ResponseInnerOneOf1) SetValue ¶

SetValue sets field value

func (ListJwtCustomizers200ResponseInnerOneOf1) ToMap ¶

func (o ListJwtCustomizers200ResponseInnerOneOf1) ToMap() (map[string]interface{}, error)

func (*ListJwtCustomizers200ResponseInnerOneOf1) UnmarshalJSON ¶

func (o *ListJwtCustomizers200ResponseInnerOneOf1) UnmarshalJSON(data []byte) (err error)

type ListLogs200ResponseInner ¶

type ListLogs200ResponseInner struct {
	TenantId  string                          `json:"tenantId"`
	Id        string                          `json:"id"`
	Key       string                          `json:"key"`
	Payload   ListLogs200ResponseInnerPayload `json:"payload"`
	CreatedAt float32                         `json:"createdAt"`
}

ListLogs200ResponseInner struct for ListLogs200ResponseInner

func NewListLogs200ResponseInner ¶

func NewListLogs200ResponseInner(tenantId string, id string, key string, payload ListLogs200ResponseInnerPayload, createdAt float32) *ListLogs200ResponseInner

NewListLogs200ResponseInner instantiates a new ListLogs200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListLogs200ResponseInnerWithDefaults ¶

func NewListLogs200ResponseInnerWithDefaults() *ListLogs200ResponseInner

NewListLogs200ResponseInnerWithDefaults instantiates a new ListLogs200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListLogs200ResponseInner) GetCreatedAt ¶

func (o *ListLogs200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListLogs200ResponseInner) GetCreatedAtOk ¶

func (o *ListLogs200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInner) GetId ¶

func (o *ListLogs200ResponseInner) GetId() string

GetId returns the Id field value

func (*ListLogs200ResponseInner) GetIdOk ¶

func (o *ListLogs200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInner) GetKey ¶

func (o *ListLogs200ResponseInner) GetKey() string

GetKey returns the Key field value

func (*ListLogs200ResponseInner) GetKeyOk ¶

func (o *ListLogs200ResponseInner) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInner) GetPayload ¶

GetPayload returns the Payload field value

func (*ListLogs200ResponseInner) GetPayloadOk ¶

GetPayloadOk returns a tuple with the Payload field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInner) GetTenantId ¶

func (o *ListLogs200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListLogs200ResponseInner) GetTenantIdOk ¶

func (o *ListLogs200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListLogs200ResponseInner) MarshalJSON ¶

func (o ListLogs200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListLogs200ResponseInner) SetCreatedAt ¶

func (o *ListLogs200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListLogs200ResponseInner) SetId ¶

func (o *ListLogs200ResponseInner) SetId(v string)

SetId sets field value

func (*ListLogs200ResponseInner) SetKey ¶

func (o *ListLogs200ResponseInner) SetKey(v string)

SetKey sets field value

func (*ListLogs200ResponseInner) SetPayload ¶

SetPayload sets field value

func (*ListLogs200ResponseInner) SetTenantId ¶

func (o *ListLogs200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (ListLogs200ResponseInner) ToMap ¶

func (o ListLogs200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListLogs200ResponseInner) UnmarshalJSON ¶

func (o *ListLogs200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListLogs200ResponseInnerPayload ¶

type ListLogs200ResponseInnerPayload struct {
	Key           string                                `json:"key"`
	Result        string                                `json:"result"`
	Error         *ListLogs200ResponseInnerPayloadError `json:"error,omitempty"`
	Ip            *string                               `json:"ip,omitempty"`
	UserAgent     *string                               `json:"userAgent,omitempty"`
	UserId        *string                               `json:"userId,omitempty"`
	ApplicationId *string                               `json:"applicationId,omitempty"`
	SessionId     *string                               `json:"sessionId,omitempty"`
}

ListLogs200ResponseInnerPayload struct for ListLogs200ResponseInnerPayload

func NewListLogs200ResponseInnerPayload ¶

func NewListLogs200ResponseInnerPayload(key string, result string) *ListLogs200ResponseInnerPayload

NewListLogs200ResponseInnerPayload instantiates a new ListLogs200ResponseInnerPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListLogs200ResponseInnerPayloadWithDefaults ¶

func NewListLogs200ResponseInnerPayloadWithDefaults() *ListLogs200ResponseInnerPayload

NewListLogs200ResponseInnerPayloadWithDefaults instantiates a new ListLogs200ResponseInnerPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListLogs200ResponseInnerPayload) GetApplicationId ¶

func (o *ListLogs200ResponseInnerPayload) GetApplicationId() string

GetApplicationId returns the ApplicationId field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetApplicationIdOk ¶

func (o *ListLogs200ResponseInnerPayload) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetError ¶

GetError returns the Error field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetErrorOk ¶

GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetIp ¶

GetIp returns the Ip field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetIpOk ¶

func (o *ListLogs200ResponseInnerPayload) GetIpOk() (*string, bool)

GetIpOk returns a tuple with the Ip field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetKey ¶

GetKey returns the Key field value

func (*ListLogs200ResponseInnerPayload) GetKeyOk ¶

func (o *ListLogs200ResponseInnerPayload) GetKeyOk() (*string, bool)

GetKeyOk returns a tuple with the Key field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetResult ¶

func (o *ListLogs200ResponseInnerPayload) GetResult() string

GetResult returns the Result field value

func (*ListLogs200ResponseInnerPayload) GetResultOk ¶

func (o *ListLogs200ResponseInnerPayload) GetResultOk() (*string, bool)

GetResultOk returns a tuple with the Result field value and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetSessionId ¶

func (o *ListLogs200ResponseInnerPayload) GetSessionId() string

GetSessionId returns the SessionId field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetSessionIdOk ¶

func (o *ListLogs200ResponseInnerPayload) GetSessionIdOk() (*string, bool)

GetSessionIdOk returns a tuple with the SessionId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetUserAgent ¶

func (o *ListLogs200ResponseInnerPayload) GetUserAgent() string

GetUserAgent returns the UserAgent field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetUserAgentOk ¶

func (o *ListLogs200ResponseInnerPayload) GetUserAgentOk() (*string, bool)

GetUserAgentOk returns a tuple with the UserAgent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) GetUserId ¶

func (o *ListLogs200ResponseInnerPayload) GetUserId() string

GetUserId returns the UserId field value if set, zero value otherwise.

func (*ListLogs200ResponseInnerPayload) GetUserIdOk ¶

func (o *ListLogs200ResponseInnerPayload) GetUserIdOk() (*string, bool)

GetUserIdOk returns a tuple with the UserId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListLogs200ResponseInnerPayload) HasApplicationId ¶

func (o *ListLogs200ResponseInnerPayload) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

func (*ListLogs200ResponseInnerPayload) HasError ¶

func (o *ListLogs200ResponseInnerPayload) HasError() bool

HasError returns a boolean if a field has been set.

func (*ListLogs200ResponseInnerPayload) HasIp ¶

HasIp returns a boolean if a field has been set.

func (*ListLogs200ResponseInnerPayload) HasSessionId ¶

func (o *ListLogs200ResponseInnerPayload) HasSessionId() bool

HasSessionId returns a boolean if a field has been set.

func (*ListLogs200ResponseInnerPayload) HasUserAgent ¶

func (o *ListLogs200ResponseInnerPayload) HasUserAgent() bool

HasUserAgent returns a boolean if a field has been set.

func (*ListLogs200ResponseInnerPayload) HasUserId ¶

func (o *ListLogs200ResponseInnerPayload) HasUserId() bool

HasUserId returns a boolean if a field has been set.

func (ListLogs200ResponseInnerPayload) MarshalJSON ¶

func (o ListLogs200ResponseInnerPayload) MarshalJSON() ([]byte, error)

func (*ListLogs200ResponseInnerPayload) SetApplicationId ¶

func (o *ListLogs200ResponseInnerPayload) SetApplicationId(v string)

SetApplicationId gets a reference to the given string and assigns it to the ApplicationId field.

func (*ListLogs200ResponseInnerPayload) SetError ¶

SetError gets a reference to the given ListLogs200ResponseInnerPayloadError and assigns it to the Error field.

func (*ListLogs200ResponseInnerPayload) SetIp ¶

SetIp gets a reference to the given string and assigns it to the Ip field.

func (*ListLogs200ResponseInnerPayload) SetKey ¶

SetKey sets field value

func (*ListLogs200ResponseInnerPayload) SetResult ¶

func (o *ListLogs200ResponseInnerPayload) SetResult(v string)

SetResult sets field value

func (*ListLogs200ResponseInnerPayload) SetSessionId ¶

func (o *ListLogs200ResponseInnerPayload) SetSessionId(v string)

SetSessionId gets a reference to the given string and assigns it to the SessionId field.

func (*ListLogs200ResponseInnerPayload) SetUserAgent ¶

func (o *ListLogs200ResponseInnerPayload) SetUserAgent(v string)

SetUserAgent gets a reference to the given string and assigns it to the UserAgent field.

func (*ListLogs200ResponseInnerPayload) SetUserId ¶

func (o *ListLogs200ResponseInnerPayload) SetUserId(v string)

SetUserId gets a reference to the given string and assigns it to the UserId field.

func (ListLogs200ResponseInnerPayload) ToMap ¶

func (o ListLogs200ResponseInnerPayload) ToMap() (map[string]interface{}, error)

func (*ListLogs200ResponseInnerPayload) UnmarshalJSON ¶

func (o *ListLogs200ResponseInnerPayload) UnmarshalJSON(data []byte) (err error)

type ListLogs200ResponseInnerPayloadError ¶

type ListLogs200ResponseInnerPayloadError struct {
	MapmapOfStringAny *map[string]interface{}
	String            *string
}

ListLogs200ResponseInnerPayloadError - struct for ListLogs200ResponseInnerPayloadError

func MapmapOfStringAnyAsListLogs200ResponseInnerPayloadError ¶

func MapmapOfStringAnyAsListLogs200ResponseInnerPayloadError(v *map[string]interface{}) ListLogs200ResponseInnerPayloadError

map[string]interface{}AsListLogs200ResponseInnerPayloadError is a convenience function that returns map[string]interface{} wrapped in ListLogs200ResponseInnerPayloadError

func StringAsListLogs200ResponseInnerPayloadError ¶

func StringAsListLogs200ResponseInnerPayloadError(v *string) ListLogs200ResponseInnerPayloadError

stringAsListLogs200ResponseInnerPayloadError is a convenience function that returns string wrapped in ListLogs200ResponseInnerPayloadError

func (*ListLogs200ResponseInnerPayloadError) GetActualInstance ¶

func (obj *ListLogs200ResponseInnerPayloadError) GetActualInstance() interface{}

Get the actual instance

func (ListLogs200ResponseInnerPayloadError) MarshalJSON ¶

func (src ListLogs200ResponseInnerPayloadError) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*ListLogs200ResponseInnerPayloadError) UnmarshalJSON ¶

func (dst *ListLogs200ResponseInnerPayloadError) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type ListOrganizationApplications200ResponseInner ¶

type ListOrganizationApplications200ResponseInner struct {
	TenantId             string                                                               `json:"tenantId"`
	Id                   string                                                               `json:"id"`
	Name                 string                                                               `json:"name"`
	Secret               string                                                               `json:"secret"`
	Description          NullableString                                                       `json:"description"`
	Type                 string                                                               `json:"type"`
	OidcClientMetadata   ListApplications200ResponseInnerOidcClientMetadata                   `json:"oidcClientMetadata"`
	CustomClientMetadata ListApplications200ResponseInnerCustomClientMetadata                 `json:"customClientMetadata"`
	ProtectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata         `json:"protectedAppMetadata"`
	IsThirdParty         bool                                                                 `json:"isThirdParty"`
	CreatedAt            float32                                                              `json:"createdAt"`
	OrganizationRoles    []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner `json:"organizationRoles"`
}

ListOrganizationApplications200ResponseInner struct for ListOrganizationApplications200ResponseInner

func NewListOrganizationApplications200ResponseInner ¶

func NewListOrganizationApplications200ResponseInner(tenantId string, id string, name string, secret string, description NullableString, type_ string, oidcClientMetadata ListApplications200ResponseInnerOidcClientMetadata, customClientMetadata ListApplications200ResponseInnerCustomClientMetadata, protectedAppMetadata NullableListApplications200ResponseInnerProtectedAppMetadata, isThirdParty bool, createdAt float32, organizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) *ListOrganizationApplications200ResponseInner

NewListOrganizationApplications200ResponseInner instantiates a new ListOrganizationApplications200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationApplications200ResponseInnerWithDefaults ¶

func NewListOrganizationApplications200ResponseInnerWithDefaults() *ListOrganizationApplications200ResponseInner

NewListOrganizationApplications200ResponseInnerWithDefaults instantiates a new ListOrganizationApplications200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationApplications200ResponseInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListOrganizationApplications200ResponseInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetCustomClientMetadata ¶

GetCustomClientMetadata returns the CustomClientMetadata field value

func (*ListOrganizationApplications200ResponseInner) GetCustomClientMetadataOk ¶

GetCustomClientMetadataOk returns a tuple with the CustomClientMetadata field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationApplications200ResponseInner) GetDescriptionOk ¶

func (o *ListOrganizationApplications200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationApplications200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationApplications200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetIsThirdParty ¶

GetIsThirdParty returns the IsThirdParty field value

func (*ListOrganizationApplications200ResponseInner) GetIsThirdPartyOk ¶

func (o *ListOrganizationApplications200ResponseInner) GetIsThirdPartyOk() (*bool, bool)

GetIsThirdPartyOk returns a tuple with the IsThirdParty field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListOrganizationApplications200ResponseInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetOidcClientMetadata ¶

GetOidcClientMetadata returns the OidcClientMetadata field value

func (*ListOrganizationApplications200ResponseInner) GetOidcClientMetadataOk ¶

GetOidcClientMetadataOk returns a tuple with the OidcClientMetadata field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetOrganizationRoles ¶

GetOrganizationRoles returns the OrganizationRoles field value

func (*ListOrganizationApplications200ResponseInner) GetOrganizationRolesOk ¶

GetOrganizationRolesOk returns a tuple with the OrganizationRoles field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetProtectedAppMetadata ¶

GetProtectedAppMetadata returns the ProtectedAppMetadata field value If the value is explicit nil, the zero value for ListApplications200ResponseInnerProtectedAppMetadata will be returned

func (*ListOrganizationApplications200ResponseInner) GetProtectedAppMetadataOk ¶

GetProtectedAppMetadataOk returns a tuple with the ProtectedAppMetadata field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationApplications200ResponseInner) GetSecret ¶

GetSecret returns the Secret field value

func (*ListOrganizationApplications200ResponseInner) GetSecretOk ¶

GetSecretOk returns a tuple with the Secret field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListOrganizationApplications200ResponseInner) GetTenantIdOk ¶

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListOrganizationApplications200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListOrganizationApplications200ResponseInner) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ListOrganizationApplications200ResponseInner) MarshalJSON ¶

func (*ListOrganizationApplications200ResponseInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListOrganizationApplications200ResponseInner) SetCustomClientMetadata ¶

SetCustomClientMetadata sets field value

func (*ListOrganizationApplications200ResponseInner) SetDescription ¶

SetDescription sets field value

func (*ListOrganizationApplications200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizationApplications200ResponseInner) SetIsThirdParty ¶

func (o *ListOrganizationApplications200ResponseInner) SetIsThirdParty(v bool)

SetIsThirdParty sets field value

func (*ListOrganizationApplications200ResponseInner) SetName ¶

SetName sets field value

func (*ListOrganizationApplications200ResponseInner) SetOidcClientMetadata ¶

SetOidcClientMetadata sets field value

func (*ListOrganizationApplications200ResponseInner) SetOrganizationRoles ¶

SetOrganizationRoles sets field value

func (*ListOrganizationApplications200ResponseInner) SetProtectedAppMetadata ¶

SetProtectedAppMetadata sets field value

func (*ListOrganizationApplications200ResponseInner) SetSecret ¶

SetSecret sets field value

func (*ListOrganizationApplications200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (*ListOrganizationApplications200ResponseInner) SetType ¶

SetType sets field value

func (ListOrganizationApplications200ResponseInner) ToMap ¶

func (o ListOrganizationApplications200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationApplications200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationApplications200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizationJitEmailDomains200ResponseInner ¶

type ListOrganizationJitEmailDomains200ResponseInner struct {
	TenantId       string `json:"tenantId"`
	OrganizationId string `json:"organizationId"`
	EmailDomain    string `json:"emailDomain"`
}

ListOrganizationJitEmailDomains200ResponseInner struct for ListOrganizationJitEmailDomains200ResponseInner

func NewListOrganizationJitEmailDomains200ResponseInner ¶

func NewListOrganizationJitEmailDomains200ResponseInner(tenantId string, organizationId string, emailDomain string) *ListOrganizationJitEmailDomains200ResponseInner

NewListOrganizationJitEmailDomains200ResponseInner instantiates a new ListOrganizationJitEmailDomains200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationJitEmailDomains200ResponseInnerWithDefaults ¶

func NewListOrganizationJitEmailDomains200ResponseInnerWithDefaults() *ListOrganizationJitEmailDomains200ResponseInner

NewListOrganizationJitEmailDomains200ResponseInnerWithDefaults instantiates a new ListOrganizationJitEmailDomains200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationJitEmailDomains200ResponseInner) GetEmailDomain ¶

GetEmailDomain returns the EmailDomain field value

func (*ListOrganizationJitEmailDomains200ResponseInner) GetEmailDomainOk ¶

GetEmailDomainOk returns a tuple with the EmailDomain field value and a boolean to check if the value has been set.

func (*ListOrganizationJitEmailDomains200ResponseInner) GetOrganizationId ¶

GetOrganizationId returns the OrganizationId field value

func (*ListOrganizationJitEmailDomains200ResponseInner) GetOrganizationIdOk ¶

func (o *ListOrganizationJitEmailDomains200ResponseInner) GetOrganizationIdOk() (*string, bool)

GetOrganizationIdOk returns a tuple with the OrganizationId field value and a boolean to check if the value has been set.

func (*ListOrganizationJitEmailDomains200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListOrganizationJitEmailDomains200ResponseInner) GetTenantIdOk ¶

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListOrganizationJitEmailDomains200ResponseInner) MarshalJSON ¶

func (*ListOrganizationJitEmailDomains200ResponseInner) SetEmailDomain ¶

SetEmailDomain sets field value

func (*ListOrganizationJitEmailDomains200ResponseInner) SetOrganizationId ¶

SetOrganizationId sets field value

func (*ListOrganizationJitEmailDomains200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (ListOrganizationJitEmailDomains200ResponseInner) ToMap ¶

func (o ListOrganizationJitEmailDomains200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationJitEmailDomains200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationJitEmailDomains200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizationJitSsoConnectors200ResponseInner ¶

type ListOrganizationJitSsoConnectors200ResponseInner struct {
	TenantId      string `json:"tenantId"`
	Id            string `json:"id"`
	ProviderName  string `json:"providerName"`
	ConnectorName string `json:"connectorName"`
	// arbitrary
	Config      map[string]interface{}                                   `json:"config"`
	Domains     []string                                                 `json:"domains"`
	Branding    ListOrganizationJitSsoConnectors200ResponseInnerBranding `json:"branding"`
	SyncProfile bool                                                     `json:"syncProfile"`
	CreatedAt   float32                                                  `json:"createdAt"`
}

ListOrganizationJitSsoConnectors200ResponseInner struct for ListOrganizationJitSsoConnectors200ResponseInner

func NewListOrganizationJitSsoConnectors200ResponseInner ¶

func NewListOrganizationJitSsoConnectors200ResponseInner(tenantId string, id string, providerName string, connectorName string, config map[string]interface{}, domains []string, branding ListOrganizationJitSsoConnectors200ResponseInnerBranding, syncProfile bool, createdAt float32) *ListOrganizationJitSsoConnectors200ResponseInner

NewListOrganizationJitSsoConnectors200ResponseInner instantiates a new ListOrganizationJitSsoConnectors200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationJitSsoConnectors200ResponseInnerWithDefaults ¶

func NewListOrganizationJitSsoConnectors200ResponseInnerWithDefaults() *ListOrganizationJitSsoConnectors200ResponseInner

NewListOrganizationJitSsoConnectors200ResponseInnerWithDefaults instantiates a new ListOrganizationJitSsoConnectors200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetBranding ¶

GetBranding returns the Branding field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetConfig ¶

func (o *ListOrganizationJitSsoConnectors200ResponseInner) GetConfig() map[string]interface{}

GetConfig returns the Config field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetConfigOk ¶

func (o *ListOrganizationJitSsoConnectors200ResponseInner) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetConnectorName ¶

GetConnectorName returns the ConnectorName field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetConnectorNameOk ¶

func (o *ListOrganizationJitSsoConnectors200ResponseInner) GetConnectorNameOk() (*string, bool)

GetConnectorNameOk returns a tuple with the ConnectorName field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetCreatedAtOk ¶

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetDomains ¶

GetDomains returns the Domains field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetDomainsOk ¶

GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetProviderName ¶

GetProviderName returns the ProviderName field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetProviderNameOk ¶

GetProviderNameOk returns a tuple with the ProviderName field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetSyncProfile ¶

GetSyncProfile returns the SyncProfile field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetSyncProfileOk ¶

GetSyncProfileOk returns a tuple with the SyncProfile field value and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) GetTenantIdOk ¶

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListOrganizationJitSsoConnectors200ResponseInner) MarshalJSON ¶

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetBranding ¶

SetBranding sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetConfig ¶

func (o *ListOrganizationJitSsoConnectors200ResponseInner) SetConfig(v map[string]interface{})

SetConfig sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetConnectorName ¶

SetConnectorName sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetDomains ¶

SetDomains sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetProviderName ¶

SetProviderName sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetSyncProfile ¶

SetSyncProfile sets field value

func (*ListOrganizationJitSsoConnectors200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (ListOrganizationJitSsoConnectors200ResponseInner) ToMap ¶

func (o ListOrganizationJitSsoConnectors200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationJitSsoConnectors200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationJitSsoConnectors200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizationJitSsoConnectors200ResponseInnerBranding ¶

type ListOrganizationJitSsoConnectors200ResponseInnerBranding struct {
	DisplayName *string `json:"displayName,omitempty"`
}

ListOrganizationJitSsoConnectors200ResponseInnerBranding struct for ListOrganizationJitSsoConnectors200ResponseInnerBranding

func NewListOrganizationJitSsoConnectors200ResponseInnerBranding ¶

func NewListOrganizationJitSsoConnectors200ResponseInnerBranding() *ListOrganizationJitSsoConnectors200ResponseInnerBranding

NewListOrganizationJitSsoConnectors200ResponseInnerBranding instantiates a new ListOrganizationJitSsoConnectors200ResponseInnerBranding object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults ¶

func NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults() *ListOrganizationJitSsoConnectors200ResponseInnerBranding

NewListOrganizationJitSsoConnectors200ResponseInnerBrandingWithDefaults instantiates a new ListOrganizationJitSsoConnectors200ResponseInnerBranding object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDarkLogo returns the DarkLogo field value if set, zero value otherwise.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDarkLogoOk ¶

GetDarkLogoOk returns a tuple with the DarkLogo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetDisplayNameOk ¶

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.

GetLogo returns the Logo field value if set, zero value otherwise.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) GetLogoOk ¶

GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.

HasDarkLogo returns a boolean if a field has been set.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) HasDisplayName ¶

HasDisplayName returns a boolean if a field has been set.

HasLogo returns a boolean if a field has been set.

func (ListOrganizationJitSsoConnectors200ResponseInnerBranding) MarshalJSON ¶

SetDarkLogo gets a reference to the given string and assigns it to the DarkLogo field.

func (*ListOrganizationJitSsoConnectors200ResponseInnerBranding) SetDisplayName ¶

SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.

SetLogo gets a reference to the given string and assigns it to the Logo field.

func (ListOrganizationJitSsoConnectors200ResponseInnerBranding) ToMap ¶

type ListOrganizationRoleScopes200ResponseInner ¶

type ListOrganizationRoleScopes200ResponseInner struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
}

ListOrganizationRoleScopes200ResponseInner struct for ListOrganizationRoleScopes200ResponseInner

func NewListOrganizationRoleScopes200ResponseInner ¶

func NewListOrganizationRoleScopes200ResponseInner(tenantId string, id string, name string, description NullableString) *ListOrganizationRoleScopes200ResponseInner

NewListOrganizationRoleScopes200ResponseInner instantiates a new ListOrganizationRoleScopes200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationRoleScopes200ResponseInnerWithDefaults ¶

func NewListOrganizationRoleScopes200ResponseInnerWithDefaults() *ListOrganizationRoleScopes200ResponseInner

NewListOrganizationRoleScopes200ResponseInnerWithDefaults instantiates a new ListOrganizationRoleScopes200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationRoleScopes200ResponseInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationRoleScopes200ResponseInner) GetDescriptionOk ¶

func (o *ListOrganizationRoleScopes200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationRoleScopes200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationRoleScopes200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationRoleScopes200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListOrganizationRoleScopes200ResponseInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListOrganizationRoleScopes200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListOrganizationRoleScopes200ResponseInner) GetTenantIdOk ¶

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListOrganizationRoleScopes200ResponseInner) MarshalJSON ¶

func (*ListOrganizationRoleScopes200ResponseInner) SetDescription ¶

SetDescription sets field value

func (*ListOrganizationRoleScopes200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizationRoleScopes200ResponseInner) SetName ¶

SetName sets field value

func (*ListOrganizationRoleScopes200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (ListOrganizationRoleScopes200ResponseInner) ToMap ¶

func (o ListOrganizationRoleScopes200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationRoleScopes200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationRoleScopes200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizationRoles200ResponseInner ¶

type ListOrganizationRoles200ResponseInner struct {
	TenantId       string                                                               `json:"tenantId"`
	Id             string                                                               `json:"id"`
	Name           string                                                               `json:"name"`
	Description    NullableString                                                       `json:"description"`
	Type           string                                                               `json:"type"`
	Scopes         []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner `json:"scopes"`
	ResourceScopes []ListOrganizationRoles200ResponseInnerResourceScopesInner           `json:"resourceScopes"`
}

ListOrganizationRoles200ResponseInner struct for ListOrganizationRoles200ResponseInner

func NewListOrganizationRoles200ResponseInner ¶

NewListOrganizationRoles200ResponseInner instantiates a new ListOrganizationRoles200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationRoles200ResponseInnerWithDefaults ¶

func NewListOrganizationRoles200ResponseInnerWithDefaults() *ListOrganizationRoles200ResponseInner

NewListOrganizationRoles200ResponseInnerWithDefaults instantiates a new ListOrganizationRoles200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationRoles200ResponseInner) GetDescription ¶

func (o *ListOrganizationRoles200ResponseInner) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationRoles200ResponseInner) GetDescriptionOk ¶

func (o *ListOrganizationRoles200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationRoles200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationRoles200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListOrganizationRoles200ResponseInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInner) GetResourceScopes ¶

GetResourceScopes returns the ResourceScopes field value

func (*ListOrganizationRoles200ResponseInner) GetResourceScopesOk ¶

GetResourceScopesOk returns a tuple with the ResourceScopes field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInner) GetScopes ¶

GetScopes returns the Scopes field value

func (*ListOrganizationRoles200ResponseInner) GetScopesOk ¶

GetScopesOk returns a tuple with the Scopes field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListOrganizationRoles200ResponseInner) GetTenantIdOk ¶

func (o *ListOrganizationRoles200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListOrganizationRoles200ResponseInner) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ListOrganizationRoles200ResponseInner) MarshalJSON ¶

func (o ListOrganizationRoles200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListOrganizationRoles200ResponseInner) SetDescription ¶

func (o *ListOrganizationRoles200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListOrganizationRoles200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizationRoles200ResponseInner) SetName ¶

SetName sets field value

func (*ListOrganizationRoles200ResponseInner) SetResourceScopes ¶

SetResourceScopes sets field value

func (*ListOrganizationRoles200ResponseInner) SetScopes ¶

SetScopes sets field value

func (*ListOrganizationRoles200ResponseInner) SetTenantId ¶

SetTenantId sets field value

func (*ListOrganizationRoles200ResponseInner) SetType ¶

SetType sets field value

func (ListOrganizationRoles200ResponseInner) ToMap ¶

func (o ListOrganizationRoles200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationRoles200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationRoles200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizationRoles200ResponseInnerResourceScopesInner ¶

type ListOrganizationRoles200ResponseInnerResourceScopesInner struct {
	Id       string                                                             `json:"id"`
	Name     string                                                             `json:"name"`
	Resource ListApplicationOrganizations200ResponseInnerOrganizationRolesInner `json:"resource"`
}

ListOrganizationRoles200ResponseInnerResourceScopesInner struct for ListOrganizationRoles200ResponseInnerResourceScopesInner

func NewListOrganizationRoles200ResponseInnerResourceScopesInner ¶

func NewListOrganizationRoles200ResponseInnerResourceScopesInner(id string, name string, resource ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) *ListOrganizationRoles200ResponseInnerResourceScopesInner

NewListOrganizationRoles200ResponseInnerResourceScopesInner instantiates a new ListOrganizationRoles200ResponseInnerResourceScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationRoles200ResponseInnerResourceScopesInnerWithDefaults ¶

func NewListOrganizationRoles200ResponseInnerResourceScopesInnerWithDefaults() *ListOrganizationRoles200ResponseInnerResourceScopesInner

NewListOrganizationRoles200ResponseInnerResourceScopesInnerWithDefaults instantiates a new ListOrganizationRoles200ResponseInnerResourceScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetName ¶

GetName returns the Name field value

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetResource ¶

GetResource returns the Resource field value

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) GetResourceOk ¶

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (ListOrganizationRoles200ResponseInnerResourceScopesInner) MarshalJSON ¶

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) SetId ¶

SetId sets field value

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) SetName ¶

SetName sets field value

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) SetResource ¶

SetResource sets field value

func (ListOrganizationRoles200ResponseInnerResourceScopesInner) ToMap ¶

func (*ListOrganizationRoles200ResponseInnerResourceScopesInner) UnmarshalJSON ¶

type ListOrganizationUsers200ResponseInner ¶

type ListOrganizationUsers200ResponseInner struct {
	Id           string         `json:"id"`
	Username     NullableString `json:"username"`
	PrimaryEmail NullableString `json:"primaryEmail"`
	PrimaryPhone NullableString `json:"primaryPhone"`
	Name         NullableString `json:"name"`
	Avatar       NullableString `json:"avatar"`
	// arbitrary
	CustomData        map[string]interface{}                                                      `json:"customData"`
	Identities        map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue `json:"identities"`
	LastSignInAt      NullableFloat32                                                             `json:"lastSignInAt"`
	CreatedAt         float32                                                                     `json:"createdAt"`
	UpdatedAt         float32                                                                     `json:"updatedAt"`
	Profile           GetJwtCustomizer200ResponseOneOfContextSampleUserProfile                    `json:"profile"`
	ApplicationId     NullableString                                                              `json:"applicationId"`
	IsSuspended       bool                                                                        `json:"isSuspended"`
	OrganizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner        `json:"organizationRoles"`
}

ListOrganizationUsers200ResponseInner struct for ListOrganizationUsers200ResponseInner

func NewListOrganizationUsers200ResponseInner ¶

func NewListOrganizationUsers200ResponseInner(id string, username NullableString, primaryEmail NullableString, primaryPhone NullableString, name NullableString, avatar NullableString, customData map[string]interface{}, identities map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue, lastSignInAt NullableFloat32, createdAt float32, updatedAt float32, profile GetJwtCustomizer200ResponseOneOfContextSampleUserProfile, applicationId NullableString, isSuspended bool, organizationRoles []ListApplicationOrganizations200ResponseInnerOrganizationRolesInner) *ListOrganizationUsers200ResponseInner

NewListOrganizationUsers200ResponseInner instantiates a new ListOrganizationUsers200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizationUsers200ResponseInnerWithDefaults ¶

func NewListOrganizationUsers200ResponseInnerWithDefaults() *ListOrganizationUsers200ResponseInner

NewListOrganizationUsers200ResponseInnerWithDefaults instantiates a new ListOrganizationUsers200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizationUsers200ResponseInner) GetApplicationId ¶

func (o *ListOrganizationUsers200ResponseInner) GetApplicationId() string

GetApplicationId returns the ApplicationId field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetApplicationIdOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetAvatar ¶

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetAvatarOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetAvatarOk() (*string, bool)

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListOrganizationUsers200ResponseInner) GetCreatedAtOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetCustomData ¶

func (o *ListOrganizationUsers200ResponseInner) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*ListOrganizationUsers200ResponseInner) GetCustomDataOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizationUsers200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetIdentities ¶

GetIdentities returns the Identities field value

func (*ListOrganizationUsers200ResponseInner) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetIsSuspended ¶

func (o *ListOrganizationUsers200ResponseInner) GetIsSuspended() bool

GetIsSuspended returns the IsSuspended field value

func (*ListOrganizationUsers200ResponseInner) GetIsSuspendedOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetIsSuspendedOk() (*bool, bool)

GetIsSuspendedOk returns a tuple with the IsSuspended field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetLastSignInAt ¶

func (o *ListOrganizationUsers200ResponseInner) GetLastSignInAt() float32

GetLastSignInAt returns the LastSignInAt field value If the value is explicit nil, the zero value for float32 will be returned

func (*ListOrganizationUsers200ResponseInner) GetLastSignInAtOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetLastSignInAtOk() (*float32, bool)

GetLastSignInAtOk returns a tuple with the LastSignInAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetName ¶

GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetOrganizationRoles ¶

GetOrganizationRoles returns the OrganizationRoles field value

func (*ListOrganizationUsers200ResponseInner) GetOrganizationRolesOk ¶

GetOrganizationRolesOk returns a tuple with the OrganizationRoles field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetPrimaryEmail ¶

func (o *ListOrganizationUsers200ResponseInner) GetPrimaryEmail() string

GetPrimaryEmail returns the PrimaryEmail field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetPrimaryEmailOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetPrimaryEmailOk() (*string, bool)

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetPrimaryPhone ¶

func (o *ListOrganizationUsers200ResponseInner) GetPrimaryPhone() string

GetPrimaryPhone returns the PrimaryPhone field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetPrimaryPhoneOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetPrimaryPhoneOk() (*string, bool)

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizationUsers200ResponseInner) GetProfile ¶

GetProfile returns the Profile field value

func (*ListOrganizationUsers200ResponseInner) GetProfileOk ¶

GetProfileOk returns a tuple with the Profile field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetUpdatedAt ¶

GetUpdatedAt returns the UpdatedAt field value

func (*ListOrganizationUsers200ResponseInner) GetUpdatedAtOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetUpdatedAtOk() (*float32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*ListOrganizationUsers200ResponseInner) GetUsername ¶

GetUsername returns the Username field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizationUsers200ResponseInner) GetUsernameOk ¶

func (o *ListOrganizationUsers200ResponseInner) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ListOrganizationUsers200ResponseInner) MarshalJSON ¶

func (o ListOrganizationUsers200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListOrganizationUsers200ResponseInner) SetApplicationId ¶

func (o *ListOrganizationUsers200ResponseInner) SetApplicationId(v string)

SetApplicationId sets field value

func (*ListOrganizationUsers200ResponseInner) SetAvatar ¶

SetAvatar sets field value

func (*ListOrganizationUsers200ResponseInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListOrganizationUsers200ResponseInner) SetCustomData ¶

func (o *ListOrganizationUsers200ResponseInner) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (*ListOrganizationUsers200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizationUsers200ResponseInner) SetIdentities ¶

SetIdentities sets field value

func (*ListOrganizationUsers200ResponseInner) SetIsSuspended ¶

func (o *ListOrganizationUsers200ResponseInner) SetIsSuspended(v bool)

SetIsSuspended sets field value

func (*ListOrganizationUsers200ResponseInner) SetLastSignInAt ¶

func (o *ListOrganizationUsers200ResponseInner) SetLastSignInAt(v float32)

SetLastSignInAt sets field value

func (*ListOrganizationUsers200ResponseInner) SetName ¶

SetName sets field value

func (*ListOrganizationUsers200ResponseInner) SetOrganizationRoles ¶

SetOrganizationRoles sets field value

func (*ListOrganizationUsers200ResponseInner) SetPrimaryEmail ¶

func (o *ListOrganizationUsers200ResponseInner) SetPrimaryEmail(v string)

SetPrimaryEmail sets field value

func (*ListOrganizationUsers200ResponseInner) SetPrimaryPhone ¶

func (o *ListOrganizationUsers200ResponseInner) SetPrimaryPhone(v string)

SetPrimaryPhone sets field value

func (*ListOrganizationUsers200ResponseInner) SetProfile ¶

SetProfile sets field value

func (*ListOrganizationUsers200ResponseInner) SetUpdatedAt ¶

SetUpdatedAt sets field value

func (*ListOrganizationUsers200ResponseInner) SetUsername ¶

SetUsername sets field value

func (ListOrganizationUsers200ResponseInner) ToMap ¶

func (o ListOrganizationUsers200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizationUsers200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizationUsers200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListOrganizations200ResponseInner ¶

type ListOrganizations200ResponseInner struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
	// arbitrary
	CustomData    map[string]interface{}                        `json:"customData"`
	IsMfaRequired bool                                          `json:"isMfaRequired"`
	CreatedAt     float32                                       `json:"createdAt"`
	UsersCount    *float32                                      `json:"usersCount,omitempty"`
	FeaturedUsers []ListRoles200ResponseInnerFeaturedUsersInner `json:"featuredUsers,omitempty"`
}

ListOrganizations200ResponseInner struct for ListOrganizations200ResponseInner

func NewListOrganizations200ResponseInner ¶

func NewListOrganizations200ResponseInner(tenantId string, id string, name string, description NullableString, customData map[string]interface{}, isMfaRequired bool, createdAt float32) *ListOrganizations200ResponseInner

NewListOrganizations200ResponseInner instantiates a new ListOrganizations200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListOrganizations200ResponseInnerWithDefaults ¶

func NewListOrganizations200ResponseInnerWithDefaults() *ListOrganizations200ResponseInner

NewListOrganizations200ResponseInnerWithDefaults instantiates a new ListOrganizations200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListOrganizations200ResponseInner) GetCreatedAt ¶

func (o *ListOrganizations200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListOrganizations200ResponseInner) GetCreatedAtOk ¶

func (o *ListOrganizations200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetCustomData ¶

func (o *ListOrganizations200ResponseInner) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*ListOrganizations200ResponseInner) GetCustomDataOk ¶

func (o *ListOrganizations200ResponseInner) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetDescription ¶

func (o *ListOrganizations200ResponseInner) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListOrganizations200ResponseInner) GetDescriptionOk ¶

func (o *ListOrganizations200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListOrganizations200ResponseInner) GetFeaturedUsers ¶

GetFeaturedUsers returns the FeaturedUsers field value if set, zero value otherwise.

func (*ListOrganizations200ResponseInner) GetFeaturedUsersOk ¶

GetFeaturedUsersOk returns a tuple with the FeaturedUsers field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListOrganizations200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetIsMfaRequired ¶

func (o *ListOrganizations200ResponseInner) GetIsMfaRequired() bool

GetIsMfaRequired returns the IsMfaRequired field value

func (*ListOrganizations200ResponseInner) GetIsMfaRequiredOk ¶

func (o *ListOrganizations200ResponseInner) GetIsMfaRequiredOk() (*bool, bool)

GetIsMfaRequiredOk returns a tuple with the IsMfaRequired field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListOrganizations200ResponseInner) GetNameOk ¶

func (o *ListOrganizations200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetTenantId ¶

func (o *ListOrganizations200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListOrganizations200ResponseInner) GetTenantIdOk ¶

func (o *ListOrganizations200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) GetUsersCount ¶

func (o *ListOrganizations200ResponseInner) GetUsersCount() float32

GetUsersCount returns the UsersCount field value if set, zero value otherwise.

func (*ListOrganizations200ResponseInner) GetUsersCountOk ¶

func (o *ListOrganizations200ResponseInner) GetUsersCountOk() (*float32, bool)

GetUsersCountOk returns a tuple with the UsersCount field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListOrganizations200ResponseInner) HasFeaturedUsers ¶

func (o *ListOrganizations200ResponseInner) HasFeaturedUsers() bool

HasFeaturedUsers returns a boolean if a field has been set.

func (*ListOrganizations200ResponseInner) HasUsersCount ¶

func (o *ListOrganizations200ResponseInner) HasUsersCount() bool

HasUsersCount returns a boolean if a field has been set.

func (ListOrganizations200ResponseInner) MarshalJSON ¶

func (o ListOrganizations200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListOrganizations200ResponseInner) SetCreatedAt ¶

func (o *ListOrganizations200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListOrganizations200ResponseInner) SetCustomData ¶

func (o *ListOrganizations200ResponseInner) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (*ListOrganizations200ResponseInner) SetDescription ¶

func (o *ListOrganizations200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListOrganizations200ResponseInner) SetFeaturedUsers ¶

SetFeaturedUsers gets a reference to the given []ListRoles200ResponseInnerFeaturedUsersInner and assigns it to the FeaturedUsers field.

func (*ListOrganizations200ResponseInner) SetId ¶

SetId sets field value

func (*ListOrganizations200ResponseInner) SetIsMfaRequired ¶

func (o *ListOrganizations200ResponseInner) SetIsMfaRequired(v bool)

SetIsMfaRequired sets field value

func (*ListOrganizations200ResponseInner) SetName ¶

SetName sets field value

func (*ListOrganizations200ResponseInner) SetTenantId ¶

func (o *ListOrganizations200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (*ListOrganizations200ResponseInner) SetUsersCount ¶

func (o *ListOrganizations200ResponseInner) SetUsersCount(v float32)

SetUsersCount gets a reference to the given float32 and assigns it to the UsersCount field.

func (ListOrganizations200ResponseInner) ToMap ¶

func (o ListOrganizations200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListOrganizations200ResponseInner) UnmarshalJSON ¶

func (o *ListOrganizations200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListResources200ResponseInner ¶

type ListResources200ResponseInner struct {
	TenantId       string                                     `json:"tenantId"`
	Id             string                                     `json:"id"`
	Name           string                                     `json:"name"`
	Indicator      string                                     `json:"indicator"`
	IsDefault      bool                                       `json:"isDefault"`
	AccessTokenTtl float32                                    `json:"accessTokenTtl"`
	Scopes         []ListResources200ResponseInnerScopesInner `json:"scopes,omitempty"`
}

ListResources200ResponseInner struct for ListResources200ResponseInner

func NewListResources200ResponseInner ¶

func NewListResources200ResponseInner(tenantId string, id string, name string, indicator string, isDefault bool, accessTokenTtl float32) *ListResources200ResponseInner

NewListResources200ResponseInner instantiates a new ListResources200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListResources200ResponseInnerWithDefaults ¶

func NewListResources200ResponseInnerWithDefaults() *ListResources200ResponseInner

NewListResources200ResponseInnerWithDefaults instantiates a new ListResources200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListResources200ResponseInner) GetAccessTokenTtl ¶

func (o *ListResources200ResponseInner) GetAccessTokenTtl() float32

GetAccessTokenTtl returns the AccessTokenTtl field value

func (*ListResources200ResponseInner) GetAccessTokenTtlOk ¶

func (o *ListResources200ResponseInner) GetAccessTokenTtlOk() (*float32, bool)

GetAccessTokenTtlOk returns a tuple with the AccessTokenTtl field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListResources200ResponseInner) GetIdOk ¶

func (o *ListResources200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetIndicator ¶

func (o *ListResources200ResponseInner) GetIndicator() string

GetIndicator returns the Indicator field value

func (*ListResources200ResponseInner) GetIndicatorOk ¶

func (o *ListResources200ResponseInner) GetIndicatorOk() (*string, bool)

GetIndicatorOk returns a tuple with the Indicator field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetIsDefault ¶

func (o *ListResources200ResponseInner) GetIsDefault() bool

GetIsDefault returns the IsDefault field value

func (*ListResources200ResponseInner) GetIsDefaultOk ¶

func (o *ListResources200ResponseInner) GetIsDefaultOk() (*bool, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListResources200ResponseInner) GetNameOk ¶

func (o *ListResources200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetScopes ¶

GetScopes returns the Scopes field value if set, zero value otherwise.

func (*ListResources200ResponseInner) GetScopesOk ¶

GetScopesOk returns a tuple with the Scopes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) GetTenantId ¶

func (o *ListResources200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListResources200ResponseInner) GetTenantIdOk ¶

func (o *ListResources200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInner) HasScopes ¶

func (o *ListResources200ResponseInner) HasScopes() bool

HasScopes returns a boolean if a field has been set.

func (ListResources200ResponseInner) MarshalJSON ¶

func (o ListResources200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListResources200ResponseInner) SetAccessTokenTtl ¶

func (o *ListResources200ResponseInner) SetAccessTokenTtl(v float32)

SetAccessTokenTtl sets field value

func (*ListResources200ResponseInner) SetId ¶

SetId sets field value

func (*ListResources200ResponseInner) SetIndicator ¶

func (o *ListResources200ResponseInner) SetIndicator(v string)

SetIndicator sets field value

func (*ListResources200ResponseInner) SetIsDefault ¶

func (o *ListResources200ResponseInner) SetIsDefault(v bool)

SetIsDefault sets field value

func (*ListResources200ResponseInner) SetName ¶

func (o *ListResources200ResponseInner) SetName(v string)

SetName sets field value

func (*ListResources200ResponseInner) SetScopes ¶

SetScopes gets a reference to the given []ListResources200ResponseInnerScopesInner and assigns it to the Scopes field.

func (*ListResources200ResponseInner) SetTenantId ¶

func (o *ListResources200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (ListResources200ResponseInner) ToMap ¶

func (o ListResources200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListResources200ResponseInner) UnmarshalJSON ¶

func (o *ListResources200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListResources200ResponseInnerScopesInner ¶

type ListResources200ResponseInnerScopesInner struct {
	TenantId    string         `json:"tenantId"`
	Id          string         `json:"id"`
	ResourceId  string         `json:"resourceId"`
	Name        string         `json:"name"`
	Description NullableString `json:"description"`
	CreatedAt   float32        `json:"createdAt"`
}

ListResources200ResponseInnerScopesInner struct for ListResources200ResponseInnerScopesInner

func NewListResources200ResponseInnerScopesInner ¶

func NewListResources200ResponseInnerScopesInner(tenantId string, id string, resourceId string, name string, description NullableString, createdAt float32) *ListResources200ResponseInnerScopesInner

NewListResources200ResponseInnerScopesInner instantiates a new ListResources200ResponseInnerScopesInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListResources200ResponseInnerScopesInnerWithDefaults ¶

func NewListResources200ResponseInnerScopesInnerWithDefaults() *ListResources200ResponseInnerScopesInner

NewListResources200ResponseInnerScopesInnerWithDefaults instantiates a new ListResources200ResponseInnerScopesInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListResources200ResponseInnerScopesInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListResources200ResponseInnerScopesInner) GetCreatedAtOk ¶

func (o *ListResources200ResponseInnerScopesInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInnerScopesInner) GetDescription ¶

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListResources200ResponseInnerScopesInner) GetDescriptionOk ¶

func (o *ListResources200ResponseInnerScopesInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListResources200ResponseInnerScopesInner) GetId ¶

GetId returns the Id field value

func (*ListResources200ResponseInnerScopesInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInnerScopesInner) GetName ¶

GetName returns the Name field value

func (*ListResources200ResponseInnerScopesInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInnerScopesInner) GetResourceId ¶

GetResourceId returns the ResourceId field value

func (*ListResources200ResponseInnerScopesInner) GetResourceIdOk ¶

func (o *ListResources200ResponseInnerScopesInner) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (*ListResources200ResponseInnerScopesInner) GetTenantId ¶

GetTenantId returns the TenantId field value

func (*ListResources200ResponseInnerScopesInner) GetTenantIdOk ¶

func (o *ListResources200ResponseInnerScopesInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListResources200ResponseInnerScopesInner) MarshalJSON ¶

func (*ListResources200ResponseInnerScopesInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListResources200ResponseInnerScopesInner) SetDescription ¶

func (o *ListResources200ResponseInnerScopesInner) SetDescription(v string)

SetDescription sets field value

func (*ListResources200ResponseInnerScopesInner) SetId ¶

SetId sets field value

func (*ListResources200ResponseInnerScopesInner) SetName ¶

SetName sets field value

func (*ListResources200ResponseInnerScopesInner) SetResourceId ¶

SetResourceId sets field value

func (*ListResources200ResponseInnerScopesInner) SetTenantId ¶

SetTenantId sets field value

func (ListResources200ResponseInnerScopesInner) ToMap ¶

func (o ListResources200ResponseInnerScopesInner) ToMap() (map[string]interface{}, error)

func (*ListResources200ResponseInnerScopesInner) UnmarshalJSON ¶

func (o *ListResources200ResponseInnerScopesInner) UnmarshalJSON(data []byte) (err error)

type ListRoleScopes200ResponseInner ¶

type ListRoleScopes200ResponseInner struct {
	TenantId    string                                                                         `json:"tenantId"`
	Id          string                                                                         `json:"id"`
	ResourceId  string                                                                         `json:"resourceId"`
	Name        string                                                                         `json:"name"`
	Description NullableString                                                                 `json:"description"`
	CreatedAt   float32                                                                        `json:"createdAt"`
	Resource    GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource `json:"resource"`
}

ListRoleScopes200ResponseInner struct for ListRoleScopes200ResponseInner

func NewListRoleScopes200ResponseInner ¶

func NewListRoleScopes200ResponseInner(tenantId string, id string, resourceId string, name string, description NullableString, createdAt float32, resource GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) *ListRoleScopes200ResponseInner

NewListRoleScopes200ResponseInner instantiates a new ListRoleScopes200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRoleScopes200ResponseInnerWithDefaults ¶

func NewListRoleScopes200ResponseInnerWithDefaults() *ListRoleScopes200ResponseInner

NewListRoleScopes200ResponseInnerWithDefaults instantiates a new ListRoleScopes200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRoleScopes200ResponseInner) GetCreatedAt ¶

func (o *ListRoleScopes200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListRoleScopes200ResponseInner) GetCreatedAtOk ¶

func (o *ListRoleScopes200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListRoleScopes200ResponseInner) GetDescription ¶

func (o *ListRoleScopes200ResponseInner) GetDescription() string

GetDescription returns the Description field value If the value is explicit nil, the zero value for string will be returned

func (*ListRoleScopes200ResponseInner) GetDescriptionOk ¶

func (o *ListRoleScopes200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListRoleScopes200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListRoleScopes200ResponseInner) GetIdOk ¶

func (o *ListRoleScopes200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListRoleScopes200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListRoleScopes200ResponseInner) GetNameOk ¶

func (o *ListRoleScopes200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListRoleScopes200ResponseInner) GetResource ¶

GetResource returns the Resource field value

func (*ListRoleScopes200ResponseInner) GetResourceId ¶

func (o *ListRoleScopes200ResponseInner) GetResourceId() string

GetResourceId returns the ResourceId field value

func (*ListRoleScopes200ResponseInner) GetResourceIdOk ¶

func (o *ListRoleScopes200ResponseInner) GetResourceIdOk() (*string, bool)

GetResourceIdOk returns a tuple with the ResourceId field value and a boolean to check if the value has been set.

func (*ListRoleScopes200ResponseInner) GetResourceOk ¶

GetResourceOk returns a tuple with the Resource field value and a boolean to check if the value has been set.

func (*ListRoleScopes200ResponseInner) GetTenantId ¶

func (o *ListRoleScopes200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListRoleScopes200ResponseInner) GetTenantIdOk ¶

func (o *ListRoleScopes200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (ListRoleScopes200ResponseInner) MarshalJSON ¶

func (o ListRoleScopes200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListRoleScopes200ResponseInner) SetCreatedAt ¶

func (o *ListRoleScopes200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListRoleScopes200ResponseInner) SetDescription ¶

func (o *ListRoleScopes200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListRoleScopes200ResponseInner) SetId ¶

SetId sets field value

func (*ListRoleScopes200ResponseInner) SetName ¶

func (o *ListRoleScopes200ResponseInner) SetName(v string)

SetName sets field value

func (*ListRoleScopes200ResponseInner) SetResource ¶

SetResource sets field value

func (*ListRoleScopes200ResponseInner) SetResourceId ¶

func (o *ListRoleScopes200ResponseInner) SetResourceId(v string)

SetResourceId sets field value

func (*ListRoleScopes200ResponseInner) SetTenantId ¶

func (o *ListRoleScopes200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (ListRoleScopes200ResponseInner) ToMap ¶

func (o ListRoleScopes200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListRoleScopes200ResponseInner) UnmarshalJSON ¶

func (o *ListRoleScopes200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListRoles200ResponseInner ¶

type ListRoles200ResponseInner struct {
	TenantId             string                                               `json:"tenantId"`
	Id                   string                                               `json:"id"`
	Name                 string                                               `json:"name"`
	Description          string                                               `json:"description"`
	Type                 string                                               `json:"type"`
	IsDefault            bool                                                 `json:"isDefault"`
	UsersCount           float32                                              `json:"usersCount"`
	FeaturedUsers        []ListRoles200ResponseInnerFeaturedUsersInner        `json:"featuredUsers"`
	ApplicationsCount    float32                                              `json:"applicationsCount"`
	FeaturedApplications []ListRoles200ResponseInnerFeaturedApplicationsInner `json:"featuredApplications"`
}

ListRoles200ResponseInner struct for ListRoles200ResponseInner

func NewListRoles200ResponseInner ¶

func NewListRoles200ResponseInner(tenantId string, id string, name string, description string, type_ string, isDefault bool, usersCount float32, featuredUsers []ListRoles200ResponseInnerFeaturedUsersInner, applicationsCount float32, featuredApplications []ListRoles200ResponseInnerFeaturedApplicationsInner) *ListRoles200ResponseInner

NewListRoles200ResponseInner instantiates a new ListRoles200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRoles200ResponseInnerWithDefaults ¶

func NewListRoles200ResponseInnerWithDefaults() *ListRoles200ResponseInner

NewListRoles200ResponseInnerWithDefaults instantiates a new ListRoles200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRoles200ResponseInner) GetApplicationsCount ¶

func (o *ListRoles200ResponseInner) GetApplicationsCount() float32

GetApplicationsCount returns the ApplicationsCount field value

func (*ListRoles200ResponseInner) GetApplicationsCountOk ¶

func (o *ListRoles200ResponseInner) GetApplicationsCountOk() (*float32, bool)

GetApplicationsCountOk returns a tuple with the ApplicationsCount field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetDescription ¶

func (o *ListRoles200ResponseInner) GetDescription() string

GetDescription returns the Description field value

func (*ListRoles200ResponseInner) GetDescriptionOk ¶

func (o *ListRoles200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetFeaturedApplications ¶

GetFeaturedApplications returns the FeaturedApplications field value

func (*ListRoles200ResponseInner) GetFeaturedApplicationsOk ¶

GetFeaturedApplicationsOk returns a tuple with the FeaturedApplications field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetFeaturedUsers ¶

GetFeaturedUsers returns the FeaturedUsers field value

func (*ListRoles200ResponseInner) GetFeaturedUsersOk ¶

GetFeaturedUsersOk returns a tuple with the FeaturedUsers field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetId ¶

func (o *ListRoles200ResponseInner) GetId() string

GetId returns the Id field value

func (*ListRoles200ResponseInner) GetIdOk ¶

func (o *ListRoles200ResponseInner) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetIsDefault ¶

func (o *ListRoles200ResponseInner) GetIsDefault() bool

GetIsDefault returns the IsDefault field value

func (*ListRoles200ResponseInner) GetIsDefaultOk ¶

func (o *ListRoles200ResponseInner) GetIsDefaultOk() (*bool, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetName ¶

func (o *ListRoles200ResponseInner) GetName() string

GetName returns the Name field value

func (*ListRoles200ResponseInner) GetNameOk ¶

func (o *ListRoles200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetTenantId ¶

func (o *ListRoles200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListRoles200ResponseInner) GetTenantIdOk ¶

func (o *ListRoles200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetType ¶

func (o *ListRoles200ResponseInner) GetType() string

GetType returns the Type field value

func (*ListRoles200ResponseInner) GetTypeOk ¶

func (o *ListRoles200ResponseInner) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInner) GetUsersCount ¶

func (o *ListRoles200ResponseInner) GetUsersCount() float32

GetUsersCount returns the UsersCount field value

func (*ListRoles200ResponseInner) GetUsersCountOk ¶

func (o *ListRoles200ResponseInner) GetUsersCountOk() (*float32, bool)

GetUsersCountOk returns a tuple with the UsersCount field value and a boolean to check if the value has been set.

func (ListRoles200ResponseInner) MarshalJSON ¶

func (o ListRoles200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListRoles200ResponseInner) SetApplicationsCount ¶

func (o *ListRoles200ResponseInner) SetApplicationsCount(v float32)

SetApplicationsCount sets field value

func (*ListRoles200ResponseInner) SetDescription ¶

func (o *ListRoles200ResponseInner) SetDescription(v string)

SetDescription sets field value

func (*ListRoles200ResponseInner) SetFeaturedApplications ¶

SetFeaturedApplications sets field value

func (*ListRoles200ResponseInner) SetFeaturedUsers ¶

SetFeaturedUsers sets field value

func (*ListRoles200ResponseInner) SetId ¶

func (o *ListRoles200ResponseInner) SetId(v string)

SetId sets field value

func (*ListRoles200ResponseInner) SetIsDefault ¶

func (o *ListRoles200ResponseInner) SetIsDefault(v bool)

SetIsDefault sets field value

func (*ListRoles200ResponseInner) SetName ¶

func (o *ListRoles200ResponseInner) SetName(v string)

SetName sets field value

func (*ListRoles200ResponseInner) SetTenantId ¶

func (o *ListRoles200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (*ListRoles200ResponseInner) SetType ¶

func (o *ListRoles200ResponseInner) SetType(v string)

SetType sets field value

func (*ListRoles200ResponseInner) SetUsersCount ¶

func (o *ListRoles200ResponseInner) SetUsersCount(v float32)

SetUsersCount sets field value

func (ListRoles200ResponseInner) ToMap ¶

func (o ListRoles200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListRoles200ResponseInner) UnmarshalJSON ¶

func (o *ListRoles200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListRoles200ResponseInnerFeaturedApplicationsInner ¶

type ListRoles200ResponseInnerFeaturedApplicationsInner struct {
	Id   string `json:"id"`
	Name string `json:"name"`
	Type string `json:"type"`
}

ListRoles200ResponseInnerFeaturedApplicationsInner struct for ListRoles200ResponseInnerFeaturedApplicationsInner

func NewListRoles200ResponseInnerFeaturedApplicationsInner ¶

func NewListRoles200ResponseInnerFeaturedApplicationsInner(id string, name string, type_ string) *ListRoles200ResponseInnerFeaturedApplicationsInner

NewListRoles200ResponseInnerFeaturedApplicationsInner instantiates a new ListRoles200ResponseInnerFeaturedApplicationsInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRoles200ResponseInnerFeaturedApplicationsInnerWithDefaults ¶

func NewListRoles200ResponseInnerFeaturedApplicationsInnerWithDefaults() *ListRoles200ResponseInnerFeaturedApplicationsInner

NewListRoles200ResponseInnerFeaturedApplicationsInnerWithDefaults instantiates a new ListRoles200ResponseInnerFeaturedApplicationsInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetId ¶

GetId returns the Id field value

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetName ¶

GetName returns the Name field value

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetType ¶

GetType returns the Type field value

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (ListRoles200ResponseInnerFeaturedApplicationsInner) MarshalJSON ¶

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) SetId ¶

SetId sets field value

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) SetName ¶

SetName sets field value

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) SetType ¶

SetType sets field value

func (ListRoles200ResponseInnerFeaturedApplicationsInner) ToMap ¶

func (*ListRoles200ResponseInnerFeaturedApplicationsInner) UnmarshalJSON ¶

func (o *ListRoles200ResponseInnerFeaturedApplicationsInner) UnmarshalJSON(data []byte) (err error)

type ListRoles200ResponseInnerFeaturedUsersInner ¶

type ListRoles200ResponseInnerFeaturedUsersInner struct {
	Id     string         `json:"id"`
	Avatar NullableString `json:"avatar"`
	Name   NullableString `json:"name"`
}

ListRoles200ResponseInnerFeaturedUsersInner struct for ListRoles200ResponseInnerFeaturedUsersInner

func NewListRoles200ResponseInnerFeaturedUsersInner ¶

func NewListRoles200ResponseInnerFeaturedUsersInner(id string, avatar NullableString, name NullableString) *ListRoles200ResponseInnerFeaturedUsersInner

NewListRoles200ResponseInnerFeaturedUsersInner instantiates a new ListRoles200ResponseInnerFeaturedUsersInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListRoles200ResponseInnerFeaturedUsersInnerWithDefaults ¶

func NewListRoles200ResponseInnerFeaturedUsersInnerWithDefaults() *ListRoles200ResponseInnerFeaturedUsersInner

NewListRoles200ResponseInnerFeaturedUsersInnerWithDefaults instantiates a new ListRoles200ResponseInnerFeaturedUsersInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetAvatar ¶

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetAvatarOk ¶

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetId ¶

GetId returns the Id field value

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetName ¶

GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned

func (*ListRoles200ResponseInnerFeaturedUsersInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (ListRoles200ResponseInnerFeaturedUsersInner) MarshalJSON ¶

func (*ListRoles200ResponseInnerFeaturedUsersInner) SetAvatar ¶

SetAvatar sets field value

func (*ListRoles200ResponseInnerFeaturedUsersInner) SetId ¶

SetId sets field value

func (*ListRoles200ResponseInnerFeaturedUsersInner) SetName ¶

SetName sets field value

func (ListRoles200ResponseInnerFeaturedUsersInner) ToMap ¶

func (o ListRoles200ResponseInnerFeaturedUsersInner) ToMap() (map[string]interface{}, error)

func (*ListRoles200ResponseInnerFeaturedUsersInner) UnmarshalJSON ¶

func (o *ListRoles200ResponseInnerFeaturedUsersInner) UnmarshalJSON(data []byte) (err error)

type ListSsoConnectorProviders200ResponseInner ¶

type ListSsoConnectorProviders200ResponseInner struct {
	ProviderName string `json:"providerName"`
	ProviderType string `json:"providerType"`
	LogoDark     string `json:"logoDark"`
	Description  string `json:"description"`
	Name         string `json:"name"`
}

ListSsoConnectorProviders200ResponseInner struct for ListSsoConnectorProviders200ResponseInner

func NewListSsoConnectorProviders200ResponseInner ¶

func NewListSsoConnectorProviders200ResponseInner(providerName string, providerType string, logo string, logoDark string, description string, name string) *ListSsoConnectorProviders200ResponseInner

NewListSsoConnectorProviders200ResponseInner instantiates a new ListSsoConnectorProviders200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSsoConnectorProviders200ResponseInnerWithDefaults ¶

func NewListSsoConnectorProviders200ResponseInnerWithDefaults() *ListSsoConnectorProviders200ResponseInner

NewListSsoConnectorProviders200ResponseInnerWithDefaults instantiates a new ListSsoConnectorProviders200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSsoConnectorProviders200ResponseInner) GetDescription ¶

GetDescription returns the Description field value

func (*ListSsoConnectorProviders200ResponseInner) GetDescriptionOk ¶

func (o *ListSsoConnectorProviders200ResponseInner) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value and a boolean to check if the value has been set.

GetLogo returns the Logo field value

func (*ListSsoConnectorProviders200ResponseInner) GetLogoDark ¶

GetLogoDark returns the LogoDark field value

func (*ListSsoConnectorProviders200ResponseInner) GetLogoDarkOk ¶

func (o *ListSsoConnectorProviders200ResponseInner) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value and a boolean to check if the value has been set.

func (*ListSsoConnectorProviders200ResponseInner) GetLogoOk ¶

GetLogoOk returns a tuple with the Logo field value and a boolean to check if the value has been set.

func (*ListSsoConnectorProviders200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListSsoConnectorProviders200ResponseInner) GetNameOk ¶

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListSsoConnectorProviders200ResponseInner) GetProviderName ¶

GetProviderName returns the ProviderName field value

func (*ListSsoConnectorProviders200ResponseInner) GetProviderNameOk ¶

func (o *ListSsoConnectorProviders200ResponseInner) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value and a boolean to check if the value has been set.

func (*ListSsoConnectorProviders200ResponseInner) GetProviderType ¶

GetProviderType returns the ProviderType field value

func (*ListSsoConnectorProviders200ResponseInner) GetProviderTypeOk ¶

func (o *ListSsoConnectorProviders200ResponseInner) GetProviderTypeOk() (*string, bool)

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (ListSsoConnectorProviders200ResponseInner) MarshalJSON ¶

func (*ListSsoConnectorProviders200ResponseInner) SetDescription ¶

SetDescription sets field value

SetLogo sets field value

func (*ListSsoConnectorProviders200ResponseInner) SetLogoDark ¶

SetLogoDark sets field value

func (*ListSsoConnectorProviders200ResponseInner) SetName ¶

SetName sets field value

func (*ListSsoConnectorProviders200ResponseInner) SetProviderName ¶

func (o *ListSsoConnectorProviders200ResponseInner) SetProviderName(v string)

SetProviderName sets field value

func (*ListSsoConnectorProviders200ResponseInner) SetProviderType ¶

func (o *ListSsoConnectorProviders200ResponseInner) SetProviderType(v string)

SetProviderType sets field value

func (ListSsoConnectorProviders200ResponseInner) ToMap ¶

func (o ListSsoConnectorProviders200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListSsoConnectorProviders200ResponseInner) UnmarshalJSON ¶

func (o *ListSsoConnectorProviders200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListSsoConnectors200ResponseInner ¶

type ListSsoConnectors200ResponseInner struct {
	TenantId      string `json:"tenantId"`
	Id            string `json:"id"`
	ProviderName  string `json:"providerName"`
	ConnectorName string `json:"connectorName"`
	// arbitrary
	Config           map[string]interface{}                                   `json:"config"`
	Domains          []string                                                 `json:"domains"`
	Branding         ListOrganizationJitSsoConnectors200ResponseInnerBranding `json:"branding"`
	SyncProfile      bool                                                     `json:"syncProfile"`
	CreatedAt        float32                                                  `json:"createdAt"`
	Name             string                                                   `json:"name"`
	ProviderType     string                                                   `json:"providerType"`
	ProviderLogoDark string                                                   `json:"providerLogoDark"`
	ProviderConfig   map[string]interface{}                                   `json:"providerConfig,omitempty"`
}

ListSsoConnectors200ResponseInner struct for ListSsoConnectors200ResponseInner

func NewListSsoConnectors200ResponseInner ¶

func NewListSsoConnectors200ResponseInner(tenantId string, id string, providerName string, connectorName string, config map[string]interface{}, domains []string, branding ListOrganizationJitSsoConnectors200ResponseInnerBranding, syncProfile bool, createdAt float32, name string, providerType string, providerLogo string, providerLogoDark string) *ListSsoConnectors200ResponseInner

NewListSsoConnectors200ResponseInner instantiates a new ListSsoConnectors200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListSsoConnectors200ResponseInnerWithDefaults ¶

func NewListSsoConnectors200ResponseInnerWithDefaults() *ListSsoConnectors200ResponseInner

NewListSsoConnectors200ResponseInnerWithDefaults instantiates a new ListSsoConnectors200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListSsoConnectors200ResponseInner) GetBranding ¶

GetBranding returns the Branding field value

func (*ListSsoConnectors200ResponseInner) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetConfig ¶

func (o *ListSsoConnectors200ResponseInner) GetConfig() map[string]interface{}

GetConfig returns the Config field value

func (*ListSsoConnectors200ResponseInner) GetConfigOk ¶

func (o *ListSsoConnectors200ResponseInner) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetConnectorName ¶

func (o *ListSsoConnectors200ResponseInner) GetConnectorName() string

GetConnectorName returns the ConnectorName field value

func (*ListSsoConnectors200ResponseInner) GetConnectorNameOk ¶

func (o *ListSsoConnectors200ResponseInner) GetConnectorNameOk() (*string, bool)

GetConnectorNameOk returns a tuple with the ConnectorName field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetCreatedAt ¶

func (o *ListSsoConnectors200ResponseInner) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*ListSsoConnectors200ResponseInner) GetCreatedAtOk ¶

func (o *ListSsoConnectors200ResponseInner) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetDomains ¶

func (o *ListSsoConnectors200ResponseInner) GetDomains() []string

GetDomains returns the Domains field value

func (*ListSsoConnectors200ResponseInner) GetDomainsOk ¶

func (o *ListSsoConnectors200ResponseInner) GetDomainsOk() ([]string, bool)

GetDomainsOk returns a tuple with the Domains field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListSsoConnectors200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetName ¶

GetName returns the Name field value

func (*ListSsoConnectors200ResponseInner) GetNameOk ¶

func (o *ListSsoConnectors200ResponseInner) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetProviderConfig ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderConfig() map[string]interface{}

GetProviderConfig returns the ProviderConfig field value if set, zero value otherwise.

func (*ListSsoConnectors200ResponseInner) GetProviderConfigOk ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderConfigOk() (map[string]interface{}, bool)

GetProviderConfigOk returns a tuple with the ProviderConfig field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *ListSsoConnectors200ResponseInner) GetProviderLogo() string

GetProviderLogo returns the ProviderLogo field value

func (*ListSsoConnectors200ResponseInner) GetProviderLogoDark ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderLogoDark() string

GetProviderLogoDark returns the ProviderLogoDark field value

func (*ListSsoConnectors200ResponseInner) GetProviderLogoDarkOk ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderLogoDarkOk() (*string, bool)

GetProviderLogoDarkOk returns a tuple with the ProviderLogoDark field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetProviderLogoOk ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderLogoOk() (*string, bool)

GetProviderLogoOk returns a tuple with the ProviderLogo field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetProviderName ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderName() string

GetProviderName returns the ProviderName field value

func (*ListSsoConnectors200ResponseInner) GetProviderNameOk ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderNameOk() (*string, bool)

GetProviderNameOk returns a tuple with the ProviderName field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetProviderType ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderType() string

GetProviderType returns the ProviderType field value

func (*ListSsoConnectors200ResponseInner) GetProviderTypeOk ¶

func (o *ListSsoConnectors200ResponseInner) GetProviderTypeOk() (*string, bool)

GetProviderTypeOk returns a tuple with the ProviderType field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetSyncProfile ¶

func (o *ListSsoConnectors200ResponseInner) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value

func (*ListSsoConnectors200ResponseInner) GetSyncProfileOk ¶

func (o *ListSsoConnectors200ResponseInner) GetSyncProfileOk() (*bool, bool)

GetSyncProfileOk returns a tuple with the SyncProfile field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) GetTenantId ¶

func (o *ListSsoConnectors200ResponseInner) GetTenantId() string

GetTenantId returns the TenantId field value

func (*ListSsoConnectors200ResponseInner) GetTenantIdOk ¶

func (o *ListSsoConnectors200ResponseInner) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*ListSsoConnectors200ResponseInner) HasProviderConfig ¶

func (o *ListSsoConnectors200ResponseInner) HasProviderConfig() bool

HasProviderConfig returns a boolean if a field has been set.

func (ListSsoConnectors200ResponseInner) MarshalJSON ¶

func (o ListSsoConnectors200ResponseInner) MarshalJSON() ([]byte, error)

func (*ListSsoConnectors200ResponseInner) SetBranding ¶

SetBranding sets field value

func (*ListSsoConnectors200ResponseInner) SetConfig ¶

func (o *ListSsoConnectors200ResponseInner) SetConfig(v map[string]interface{})

SetConfig sets field value

func (*ListSsoConnectors200ResponseInner) SetConnectorName ¶

func (o *ListSsoConnectors200ResponseInner) SetConnectorName(v string)

SetConnectorName sets field value

func (*ListSsoConnectors200ResponseInner) SetCreatedAt ¶

func (o *ListSsoConnectors200ResponseInner) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*ListSsoConnectors200ResponseInner) SetDomains ¶

func (o *ListSsoConnectors200ResponseInner) SetDomains(v []string)

SetDomains sets field value

func (*ListSsoConnectors200ResponseInner) SetId ¶

SetId sets field value

func (*ListSsoConnectors200ResponseInner) SetName ¶

SetName sets field value

func (*ListSsoConnectors200ResponseInner) SetProviderConfig ¶

func (o *ListSsoConnectors200ResponseInner) SetProviderConfig(v map[string]interface{})

SetProviderConfig gets a reference to the given map[string]interface{} and assigns it to the ProviderConfig field.

func (o *ListSsoConnectors200ResponseInner) SetProviderLogo(v string)

SetProviderLogo sets field value

func (*ListSsoConnectors200ResponseInner) SetProviderLogoDark ¶

func (o *ListSsoConnectors200ResponseInner) SetProviderLogoDark(v string)

SetProviderLogoDark sets field value

func (*ListSsoConnectors200ResponseInner) SetProviderName ¶

func (o *ListSsoConnectors200ResponseInner) SetProviderName(v string)

SetProviderName sets field value

func (*ListSsoConnectors200ResponseInner) SetProviderType ¶

func (o *ListSsoConnectors200ResponseInner) SetProviderType(v string)

SetProviderType sets field value

func (*ListSsoConnectors200ResponseInner) SetSyncProfile ¶

func (o *ListSsoConnectors200ResponseInner) SetSyncProfile(v bool)

SetSyncProfile sets field value

func (*ListSsoConnectors200ResponseInner) SetTenantId ¶

func (o *ListSsoConnectors200ResponseInner) SetTenantId(v string)

SetTenantId sets field value

func (ListSsoConnectors200ResponseInner) ToMap ¶

func (o ListSsoConnectors200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListSsoConnectors200ResponseInner) UnmarshalJSON ¶

func (o *ListSsoConnectors200ResponseInner) UnmarshalJSON(data []byte) (err error)

type ListUserMfaVerifications200ResponseInner ¶

type ListUserMfaVerifications200ResponseInner struct {
	Id          string   `json:"id"`
	CreatedAt   string   `json:"createdAt"`
	Type        string   `json:"type"`
	Agent       *string  `json:"agent,omitempty"`
	RemainCodes *float32 `json:"remainCodes,omitempty"`
}

ListUserMfaVerifications200ResponseInner struct for ListUserMfaVerifications200ResponseInner

func NewListUserMfaVerifications200ResponseInner ¶

func NewListUserMfaVerifications200ResponseInner(id string, createdAt string, type_ string) *ListUserMfaVerifications200ResponseInner

NewListUserMfaVerifications200ResponseInner instantiates a new ListUserMfaVerifications200ResponseInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewListUserMfaVerifications200ResponseInnerWithDefaults ¶

func NewListUserMfaVerifications200ResponseInnerWithDefaults() *ListUserMfaVerifications200ResponseInner

NewListUserMfaVerifications200ResponseInnerWithDefaults instantiates a new ListUserMfaVerifications200ResponseInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ListUserMfaVerifications200ResponseInner) GetAgent ¶

GetAgent returns the Agent field value if set, zero value otherwise.

func (*ListUserMfaVerifications200ResponseInner) GetAgentOk ¶

GetAgentOk returns a tuple with the Agent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUserMfaVerifications200ResponseInner) GetCreatedAt ¶

GetCreatedAt returns the CreatedAt field value

func (*ListUserMfaVerifications200ResponseInner) GetCreatedAtOk ¶

func (o *ListUserMfaVerifications200ResponseInner) GetCreatedAtOk() (*string, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*ListUserMfaVerifications200ResponseInner) GetId ¶

GetId returns the Id field value

func (*ListUserMfaVerifications200ResponseInner) GetIdOk ¶

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*ListUserMfaVerifications200ResponseInner) GetRemainCodes ¶

GetRemainCodes returns the RemainCodes field value if set, zero value otherwise.

func (*ListUserMfaVerifications200ResponseInner) GetRemainCodesOk ¶

func (o *ListUserMfaVerifications200ResponseInner) GetRemainCodesOk() (*float32, bool)

GetRemainCodesOk returns a tuple with the RemainCodes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ListUserMfaVerifications200ResponseInner) GetType ¶

GetType returns the Type field value

func (*ListUserMfaVerifications200ResponseInner) GetTypeOk ¶

GetTypeOk returns a tuple with the Type field value and a boolean to check if the value has been set.

func (*ListUserMfaVerifications200ResponseInner) HasAgent ¶

HasAgent returns a boolean if a field has been set.

func (*ListUserMfaVerifications200ResponseInner) HasRemainCodes ¶

func (o *ListUserMfaVerifications200ResponseInner) HasRemainCodes() bool

HasRemainCodes returns a boolean if a field has been set.

func (ListUserMfaVerifications200ResponseInner) MarshalJSON ¶

func (*ListUserMfaVerifications200ResponseInner) SetAgent ¶

SetAgent gets a reference to the given string and assigns it to the Agent field.

func (*ListUserMfaVerifications200ResponseInner) SetCreatedAt ¶

SetCreatedAt sets field value

func (*ListUserMfaVerifications200ResponseInner) SetId ¶

SetId sets field value

func (*ListUserMfaVerifications200ResponseInner) SetRemainCodes ¶

SetRemainCodes gets a reference to the given float32 and assigns it to the RemainCodes field.

func (*ListUserMfaVerifications200ResponseInner) SetType ¶

SetType sets field value

func (ListUserMfaVerifications200ResponseInner) ToMap ¶

func (o ListUserMfaVerifications200ResponseInner) ToMap() (map[string]interface{}, error)

func (*ListUserMfaVerifications200ResponseInner) UnmarshalJSON ¶

func (o *ListUserMfaVerifications200ResponseInner) UnmarshalJSON(data []byte) (err error)

type MappedNullable ¶

type MappedNullable interface {
	ToMap() (map[string]interface{}, error)
}

type NullableAddOrganizationApplicationsRequest ¶

type NullableAddOrganizationApplicationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableAddOrganizationApplicationsRequest) Get ¶

func (NullableAddOrganizationApplicationsRequest) IsSet ¶

func (NullableAddOrganizationApplicationsRequest) MarshalJSON ¶

func (*NullableAddOrganizationApplicationsRequest) Set ¶

func (*NullableAddOrganizationApplicationsRequest) UnmarshalJSON ¶

func (v *NullableAddOrganizationApplicationsRequest) UnmarshalJSON(src []byte) error

func (*NullableAddOrganizationApplicationsRequest) Unset ¶

type NullableAddOrganizationUsersRequest ¶

type NullableAddOrganizationUsersRequest struct {
	// contains filtered or unexported fields
}

func (NullableAddOrganizationUsersRequest) Get ¶

func (NullableAddOrganizationUsersRequest) IsSet ¶

func (NullableAddOrganizationUsersRequest) MarshalJSON ¶

func (v NullableAddOrganizationUsersRequest) MarshalJSON() ([]byte, error)

func (*NullableAddOrganizationUsersRequest) Set ¶

func (*NullableAddOrganizationUsersRequest) UnmarshalJSON ¶

func (v *NullableAddOrganizationUsersRequest) UnmarshalJSON(src []byte) error

func (*NullableAddOrganizationUsersRequest) Unset ¶

type NullableApiInteractionBindMfaPostRequest ¶

type NullableApiInteractionBindMfaPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequest) Get ¶

func (NullableApiInteractionBindMfaPostRequest) IsSet ¶

func (NullableApiInteractionBindMfaPostRequest) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequest) Set ¶

func (*NullableApiInteractionBindMfaPostRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionBindMfaPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionBindMfaPostRequest) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf ¶

type NullableApiInteractionBindMfaPostRequestOneOf struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf1 ¶

type NullableApiInteractionBindMfaPostRequestOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf1) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults ¶

type NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResults) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps ¶

type NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1ClientExtensionResultsCrepProps) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf1Response ¶

type NullableApiInteractionBindMfaPostRequestOneOf1Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf1Response) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1Response) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf1Response) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1Response) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1Response) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf1Response) Unset ¶

type NullableApiInteractionBindMfaPostRequestOneOf2 ¶

type NullableApiInteractionBindMfaPostRequestOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionBindMfaPostRequestOneOf2) Get ¶

func (NullableApiInteractionBindMfaPostRequestOneOf2) IsSet ¶

func (NullableApiInteractionBindMfaPostRequestOneOf2) MarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf2) Set ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf2) UnmarshalJSON ¶

func (*NullableApiInteractionBindMfaPostRequestOneOf2) Unset ¶

type NullableApiInteractionConsentGet200Response ¶

type NullableApiInteractionConsentGet200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200Response) Get ¶

func (NullableApiInteractionConsentGet200Response) IsSet ¶

func (NullableApiInteractionConsentGet200Response) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200Response) Set ¶

func (*NullableApiInteractionConsentGet200Response) UnmarshalJSON ¶

func (v *NullableApiInteractionConsentGet200Response) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionConsentGet200Response) Unset ¶

type NullableApiInteractionConsentGet200ResponseApplication ¶

type NullableApiInteractionConsentGet200ResponseApplication struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseApplication) Get ¶

func (NullableApiInteractionConsentGet200ResponseApplication) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseApplication) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseApplication) Set ¶

func (*NullableApiInteractionConsentGet200ResponseApplication) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseApplication) Unset ¶

type NullableApiInteractionConsentGet200ResponseApplicationBranding ¶

type NullableApiInteractionConsentGet200ResponseApplicationBranding struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseApplicationBranding) Get ¶

func (NullableApiInteractionConsentGet200ResponseApplicationBranding) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseApplicationBranding) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseApplicationBranding) Set ¶

func (*NullableApiInteractionConsentGet200ResponseApplicationBranding) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseApplicationBranding) Unset ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInner ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseOrganizationsInner) Get ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInner) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInner) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInner) Set ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInner) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInner) Unset ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) Get ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) Set ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInner) Unset ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) Set ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerResource) Unset ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner ¶

type NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) Set ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseOrganizationsInnerMissingResourceScopesInnerScopesInner) Unset ¶

type NullableApiInteractionConsentGet200ResponseUser ¶

type NullableApiInteractionConsentGet200ResponseUser struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentGet200ResponseUser) Get ¶

func (NullableApiInteractionConsentGet200ResponseUser) IsSet ¶

func (NullableApiInteractionConsentGet200ResponseUser) MarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseUser) Set ¶

func (*NullableApiInteractionConsentGet200ResponseUser) UnmarshalJSON ¶

func (*NullableApiInteractionConsentGet200ResponseUser) Unset ¶

type NullableApiInteractionConsentPostRequest ¶

type NullableApiInteractionConsentPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionConsentPostRequest) Get ¶

func (NullableApiInteractionConsentPostRequest) IsSet ¶

func (NullableApiInteractionConsentPostRequest) MarshalJSON ¶

func (*NullableApiInteractionConsentPostRequest) Set ¶

func (*NullableApiInteractionConsentPostRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionConsentPostRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionConsentPostRequest) Unset ¶

type NullableApiInteractionEventPutRequest ¶

type NullableApiInteractionEventPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionEventPutRequest) Get ¶

func (NullableApiInteractionEventPutRequest) IsSet ¶

func (NullableApiInteractionEventPutRequest) MarshalJSON ¶

func (v NullableApiInteractionEventPutRequest) MarshalJSON() ([]byte, error)

func (*NullableApiInteractionEventPutRequest) Set ¶

func (*NullableApiInteractionEventPutRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionEventPutRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionEventPutRequest) Unset ¶

type NullableApiInteractionMfaPutRequest ¶

type NullableApiInteractionMfaPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionMfaPutRequest) Get ¶

func (NullableApiInteractionMfaPutRequest) IsSet ¶

func (NullableApiInteractionMfaPutRequest) MarshalJSON ¶

func (v NullableApiInteractionMfaPutRequest) MarshalJSON() ([]byte, error)

func (*NullableApiInteractionMfaPutRequest) Set ¶

func (*NullableApiInteractionMfaPutRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionMfaPutRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionMfaPutRequest) Unset ¶

type NullableApiInteractionMfaPutRequestOneOf ¶

type NullableApiInteractionMfaPutRequestOneOf struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionMfaPutRequestOneOf) Get ¶

func (NullableApiInteractionMfaPutRequestOneOf) IsSet ¶

func (NullableApiInteractionMfaPutRequestOneOf) MarshalJSON ¶

func (*NullableApiInteractionMfaPutRequestOneOf) Set ¶

func (*NullableApiInteractionMfaPutRequestOneOf) UnmarshalJSON ¶

func (v *NullableApiInteractionMfaPutRequestOneOf) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionMfaPutRequestOneOf) Unset ¶

type NullableApiInteractionMfaPutRequestOneOf1 ¶

type NullableApiInteractionMfaPutRequestOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionMfaPutRequestOneOf1) Get ¶

func (NullableApiInteractionMfaPutRequestOneOf1) IsSet ¶

func (NullableApiInteractionMfaPutRequestOneOf1) MarshalJSON ¶

func (*NullableApiInteractionMfaPutRequestOneOf1) Set ¶

func (*NullableApiInteractionMfaPutRequestOneOf1) UnmarshalJSON ¶

func (v *NullableApiInteractionMfaPutRequestOneOf1) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionMfaPutRequestOneOf1) Unset ¶

type NullableApiInteractionMfaPutRequestOneOfResponse ¶

type NullableApiInteractionMfaPutRequestOneOfResponse struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionMfaPutRequestOneOfResponse) Get ¶

func (NullableApiInteractionMfaPutRequestOneOfResponse) IsSet ¶

func (NullableApiInteractionMfaPutRequestOneOfResponse) MarshalJSON ¶

func (*NullableApiInteractionMfaPutRequestOneOfResponse) Set ¶

func (*NullableApiInteractionMfaPutRequestOneOfResponse) UnmarshalJSON ¶

func (*NullableApiInteractionMfaPutRequestOneOfResponse) Unset ¶

type NullableApiInteractionMfaSkippedPutRequest ¶

type NullableApiInteractionMfaSkippedPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionMfaSkippedPutRequest) Get ¶

func (NullableApiInteractionMfaSkippedPutRequest) IsSet ¶

func (NullableApiInteractionMfaSkippedPutRequest) MarshalJSON ¶

func (*NullableApiInteractionMfaSkippedPutRequest) Set ¶

func (*NullableApiInteractionMfaSkippedPutRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionMfaSkippedPutRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionMfaSkippedPutRequest) Unset ¶

type NullableApiInteractionPutRequest ¶

type NullableApiInteractionPutRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequest) Get ¶

func (NullableApiInteractionPutRequest) IsSet ¶

func (NullableApiInteractionPutRequest) MarshalJSON ¶

func (v NullableApiInteractionPutRequest) MarshalJSON() ([]byte, error)

func (*NullableApiInteractionPutRequest) Set ¶

func (*NullableApiInteractionPutRequest) UnmarshalJSON ¶

func (v *NullableApiInteractionPutRequest) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionPutRequest) Unset ¶

type NullableApiInteractionPutRequestIdentifier ¶

type NullableApiInteractionPutRequestIdentifier struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifier) Get ¶

func (NullableApiInteractionPutRequestIdentifier) IsSet ¶

func (NullableApiInteractionPutRequestIdentifier) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifier) Set ¶

func (*NullableApiInteractionPutRequestIdentifier) UnmarshalJSON ¶

func (v *NullableApiInteractionPutRequestIdentifier) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionPutRequestIdentifier) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf ¶

type NullableApiInteractionPutRequestIdentifierOneOf struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf1 ¶

type NullableApiInteractionPutRequestIdentifierOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf1) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf1) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf1) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf1) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf1) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf1) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf2 ¶

type NullableApiInteractionPutRequestIdentifierOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf2) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf2) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf2) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf2) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf2) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf2) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf3 ¶

type NullableApiInteractionPutRequestIdentifierOneOf3 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf3) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf3) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf3) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf3) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf3) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf3) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf4 ¶

type NullableApiInteractionPutRequestIdentifierOneOf4 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf4) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf4) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf4) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf4) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf4) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf4) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf5 ¶

type NullableApiInteractionPutRequestIdentifierOneOf5 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf5) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf5) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf5) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf5) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf5) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf5) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf6 ¶

type NullableApiInteractionPutRequestIdentifierOneOf6 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf6) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf6) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf6) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf6) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf6) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf6) Unset ¶

type NullableApiInteractionPutRequestIdentifierOneOf7 ¶

type NullableApiInteractionPutRequestIdentifierOneOf7 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestIdentifierOneOf7) Get ¶

func (NullableApiInteractionPutRequestIdentifierOneOf7) IsSet ¶

func (NullableApiInteractionPutRequestIdentifierOneOf7) MarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf7) Set ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf7) UnmarshalJSON ¶

func (*NullableApiInteractionPutRequestIdentifierOneOf7) Unset ¶

type NullableApiInteractionPutRequestProfile ¶

type NullableApiInteractionPutRequestProfile struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionPutRequestProfile) Get ¶

func (NullableApiInteractionPutRequestProfile) IsSet ¶

func (NullableApiInteractionPutRequestProfile) MarshalJSON ¶

func (v NullableApiInteractionPutRequestProfile) MarshalJSON() ([]byte, error)

func (*NullableApiInteractionPutRequestProfile) Set ¶

func (*NullableApiInteractionPutRequestProfile) UnmarshalJSON ¶

func (v *NullableApiInteractionPutRequestProfile) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionPutRequestProfile) Unset ¶

type NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest ¶

type NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) Get ¶

func (NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) IsSet ¶

func (NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) MarshalJSON ¶

func (*NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) Set ¶

func (*NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) UnmarshalJSON ¶

func (*NullableApiInteractionSingleSignOnConnectorIdAuthorizationUrlPostRequest) Unset ¶

type NullableApiInteractionSubmitPost200Response ¶

type NullableApiInteractionSubmitPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionSubmitPost200Response) Get ¶

func (NullableApiInteractionSubmitPost200Response) IsSet ¶

func (NullableApiInteractionSubmitPost200Response) MarshalJSON ¶

func (*NullableApiInteractionSubmitPost200Response) Set ¶

func (*NullableApiInteractionSubmitPost200Response) UnmarshalJSON ¶

func (v *NullableApiInteractionSubmitPost200Response) UnmarshalJSON(src []byte) error

func (*NullableApiInteractionSubmitPost200Response) Unset ¶

type NullableApiInteractionVerificationSocialAuthorizationUriPostRequest ¶

type NullableApiInteractionVerificationSocialAuthorizationUriPostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) Get ¶

func (NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) IsSet ¶

func (NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) MarshalJSON ¶

func (*NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) Set ¶

func (*NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationSocialAuthorizationUriPostRequest) Unset ¶

type NullableApiInteractionVerificationTotpPost200Response ¶

type NullableApiInteractionVerificationTotpPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationTotpPost200Response) Get ¶

func (NullableApiInteractionVerificationTotpPost200Response) IsSet ¶

func (NullableApiInteractionVerificationTotpPost200Response) MarshalJSON ¶

func (*NullableApiInteractionVerificationTotpPost200Response) Set ¶

func (*NullableApiInteractionVerificationTotpPost200Response) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationTotpPost200Response) Unset ¶

type NullableApiInteractionVerificationVerificationCodePostRequest ¶

type NullableApiInteractionVerificationVerificationCodePostRequest struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationVerificationCodePostRequest) Get ¶

func (NullableApiInteractionVerificationVerificationCodePostRequest) IsSet ¶

func (NullableApiInteractionVerificationVerificationCodePostRequest) MarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequest) Set ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequest) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequest) Unset ¶

type NullableApiInteractionVerificationVerificationCodePostRequestOneOf ¶

type NullableApiInteractionVerificationVerificationCodePostRequestOneOf struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf) Get ¶

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf) IsSet ¶

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf) MarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf) Set ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf) Unset ¶

type NullableApiInteractionVerificationVerificationCodePostRequestOneOf1 ¶

type NullableApiInteractionVerificationVerificationCodePostRequestOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) Get ¶

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) IsSet ¶

func (NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) MarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) Set ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationVerificationCodePostRequestOneOf1) Unset ¶

type NullableApiInteractionVerificationWebauthnAuthenticationPost200Response ¶

type NullableApiInteractionVerificationWebauthnAuthenticationPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) Get ¶

func (NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) IsSet ¶

func (NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) Set ¶

func (*NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnAuthenticationPost200Response) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200Response ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200Response struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200Response) Get ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200Response) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200Response) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200Response) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200Response) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200Response) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseAuthenticatorSelection) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExcludeCredentialsInner) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) Get ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseExtensions) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponsePubKeyCredParamsInner) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) Get ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseRp) Unset ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser ¶

type NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser struct {
	// contains filtered or unexported fields
}

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) Get ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) IsSet ¶

func (NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) MarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) Set ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) UnmarshalJSON ¶

func (*NullableApiInteractionVerificationWebauthnRegistrationPost200ResponseUser) Unset ¶

type NullableAssertSingleSignOnSamlRequest ¶

type NullableAssertSingleSignOnSamlRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssertSingleSignOnSamlRequest) Get ¶

func (NullableAssertSingleSignOnSamlRequest) IsSet ¶

func (NullableAssertSingleSignOnSamlRequest) MarshalJSON ¶

func (v NullableAssertSingleSignOnSamlRequest) MarshalJSON() ([]byte, error)

func (*NullableAssertSingleSignOnSamlRequest) Set ¶

func (*NullableAssertSingleSignOnSamlRequest) UnmarshalJSON ¶

func (v *NullableAssertSingleSignOnSamlRequest) UnmarshalJSON(src []byte) error

func (*NullableAssertSingleSignOnSamlRequest) Unset ¶

type NullableAssignApplicationRolesRequest ¶

type NullableAssignApplicationRolesRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssignApplicationRolesRequest) Get ¶

func (NullableAssignApplicationRolesRequest) IsSet ¶

func (NullableAssignApplicationRolesRequest) MarshalJSON ¶

func (v NullableAssignApplicationRolesRequest) MarshalJSON() ([]byte, error)

func (*NullableAssignApplicationRolesRequest) Set ¶

func (*NullableAssignApplicationRolesRequest) UnmarshalJSON ¶

func (v *NullableAssignApplicationRolesRequest) UnmarshalJSON(src []byte) error

func (*NullableAssignApplicationRolesRequest) Unset ¶

type NullableAssignOrganizationRolesToApplicationRequest ¶

type NullableAssignOrganizationRolesToApplicationRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssignOrganizationRolesToApplicationRequest) Get ¶

func (NullableAssignOrganizationRolesToApplicationRequest) IsSet ¶

func (NullableAssignOrganizationRolesToApplicationRequest) MarshalJSON ¶

func (*NullableAssignOrganizationRolesToApplicationRequest) Set ¶

func (*NullableAssignOrganizationRolesToApplicationRequest) UnmarshalJSON ¶

func (*NullableAssignOrganizationRolesToApplicationRequest) Unset ¶

type NullableAssignOrganizationRolesToApplicationsRequest ¶

type NullableAssignOrganizationRolesToApplicationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssignOrganizationRolesToApplicationsRequest) Get ¶

func (NullableAssignOrganizationRolesToApplicationsRequest) IsSet ¶

func (NullableAssignOrganizationRolesToApplicationsRequest) MarshalJSON ¶

func (*NullableAssignOrganizationRolesToApplicationsRequest) Set ¶

func (*NullableAssignOrganizationRolesToApplicationsRequest) UnmarshalJSON ¶

func (*NullableAssignOrganizationRolesToApplicationsRequest) Unset ¶

type NullableAssignOrganizationRolesToUserRequest ¶

type NullableAssignOrganizationRolesToUserRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssignOrganizationRolesToUserRequest) Get ¶

func (NullableAssignOrganizationRolesToUserRequest) IsSet ¶

func (NullableAssignOrganizationRolesToUserRequest) MarshalJSON ¶

func (*NullableAssignOrganizationRolesToUserRequest) Set ¶

func (*NullableAssignOrganizationRolesToUserRequest) UnmarshalJSON ¶

func (*NullableAssignOrganizationRolesToUserRequest) Unset ¶

type NullableAssignOrganizationRolesToUsersRequest ¶

type NullableAssignOrganizationRolesToUsersRequest struct {
	// contains filtered or unexported fields
}

func (NullableAssignOrganizationRolesToUsersRequest) Get ¶

func (NullableAssignOrganizationRolesToUsersRequest) IsSet ¶

func (NullableAssignOrganizationRolesToUsersRequest) MarshalJSON ¶

func (*NullableAssignOrganizationRolesToUsersRequest) Set ¶

func (*NullableAssignOrganizationRolesToUsersRequest) UnmarshalJSON ¶

func (*NullableAssignOrganizationRolesToUsersRequest) Unset ¶

type NullableBool ¶

type NullableBool struct {
	// contains filtered or unexported fields
}

func NewNullableBool ¶

func NewNullableBool(val *bool) *NullableBool

func (NullableBool) Get ¶

func (v NullableBool) Get() *bool

func (NullableBool) IsSet ¶

func (v NullableBool) IsSet() bool

func (NullableBool) MarshalJSON ¶

func (v NullableBool) MarshalJSON() ([]byte, error)

func (*NullableBool) Set ¶

func (v *NullableBool) Set(val *bool)

func (*NullableBool) UnmarshalJSON ¶

func (v *NullableBool) UnmarshalJSON(src []byte) error

func (*NullableBool) Unset ¶

func (v *NullableBool) Unset()

type NullableCreateApplicationProtectedAppMetadataCustomDomainRequest ¶

type NullableCreateApplicationProtectedAppMetadataCustomDomainRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) Get ¶

func (NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) IsSet ¶

func (NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) MarshalJSON ¶

func (*NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) Set ¶

func (*NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) UnmarshalJSON ¶

func (*NullableCreateApplicationProtectedAppMetadataCustomDomainRequest) Unset ¶

type NullableCreateApplicationRequest ¶

type NullableCreateApplicationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateApplicationRequest) Get ¶

func (NullableCreateApplicationRequest) IsSet ¶

func (NullableCreateApplicationRequest) MarshalJSON ¶

func (v NullableCreateApplicationRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateApplicationRequest) Set ¶

func (*NullableCreateApplicationRequest) UnmarshalJSON ¶

func (v *NullableCreateApplicationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateApplicationRequest) Unset ¶

type NullableCreateApplicationRequestProtectedAppMetadata ¶

type NullableCreateApplicationRequestProtectedAppMetadata struct {
	// contains filtered or unexported fields
}

func (NullableCreateApplicationRequestProtectedAppMetadata) Get ¶

func (NullableCreateApplicationRequestProtectedAppMetadata) IsSet ¶

func (NullableCreateApplicationRequestProtectedAppMetadata) MarshalJSON ¶

func (*NullableCreateApplicationRequestProtectedAppMetadata) Set ¶

func (*NullableCreateApplicationRequestProtectedAppMetadata) UnmarshalJSON ¶

func (*NullableCreateApplicationRequestProtectedAppMetadata) Unset ¶

type NullableCreateApplicationUserConsentOrganizationRequest ¶

type NullableCreateApplicationUserConsentOrganizationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateApplicationUserConsentOrganizationRequest) Get ¶

func (NullableCreateApplicationUserConsentOrganizationRequest) IsSet ¶

func (NullableCreateApplicationUserConsentOrganizationRequest) MarshalJSON ¶

func (*NullableCreateApplicationUserConsentOrganizationRequest) Set ¶

func (*NullableCreateApplicationUserConsentOrganizationRequest) UnmarshalJSON ¶

func (*NullableCreateApplicationUserConsentOrganizationRequest) Unset ¶

type NullableCreateApplicationUserConsentScopeRequest ¶

type NullableCreateApplicationUserConsentScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateApplicationUserConsentScopeRequest) Get ¶

func (NullableCreateApplicationUserConsentScopeRequest) IsSet ¶

func (NullableCreateApplicationUserConsentScopeRequest) MarshalJSON ¶

func (*NullableCreateApplicationUserConsentScopeRequest) Set ¶

func (*NullableCreateApplicationUserConsentScopeRequest) UnmarshalJSON ¶

func (*NullableCreateApplicationUserConsentScopeRequest) Unset ¶

type NullableCreateConnectorAuthorizationUri200Response ¶

type NullableCreateConnectorAuthorizationUri200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateConnectorAuthorizationUri200Response) Get ¶

func (NullableCreateConnectorAuthorizationUri200Response) IsSet ¶

func (NullableCreateConnectorAuthorizationUri200Response) MarshalJSON ¶

func (*NullableCreateConnectorAuthorizationUri200Response) Set ¶

func (*NullableCreateConnectorAuthorizationUri200Response) UnmarshalJSON ¶

func (*NullableCreateConnectorAuthorizationUri200Response) Unset ¶

type NullableCreateConnectorAuthorizationUriRequest ¶

type NullableCreateConnectorAuthorizationUriRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateConnectorAuthorizationUriRequest) Get ¶

func (NullableCreateConnectorAuthorizationUriRequest) IsSet ¶

func (NullableCreateConnectorAuthorizationUriRequest) MarshalJSON ¶

func (*NullableCreateConnectorAuthorizationUriRequest) Set ¶

func (*NullableCreateConnectorAuthorizationUriRequest) UnmarshalJSON ¶

func (*NullableCreateConnectorAuthorizationUriRequest) Unset ¶

type NullableCreateConnectorRequest ¶

type NullableCreateConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateConnectorRequest) Get ¶

func (NullableCreateConnectorRequest) IsSet ¶

func (NullableCreateConnectorRequest) MarshalJSON ¶

func (v NullableCreateConnectorRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateConnectorRequest) Set ¶

func (*NullableCreateConnectorRequest) UnmarshalJSON ¶

func (v *NullableCreateConnectorRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateConnectorRequest) Unset ¶

func (v *NullableCreateConnectorRequest) Unset()

type NullableCreateConnectorRequestMetadata ¶

type NullableCreateConnectorRequestMetadata struct {
	// contains filtered or unexported fields
}

func (NullableCreateConnectorRequestMetadata) Get ¶

func (NullableCreateConnectorRequestMetadata) IsSet ¶

func (NullableCreateConnectorRequestMetadata) MarshalJSON ¶

func (v NullableCreateConnectorRequestMetadata) MarshalJSON() ([]byte, error)

func (*NullableCreateConnectorRequestMetadata) Set ¶

func (*NullableCreateConnectorRequestMetadata) UnmarshalJSON ¶

func (v *NullableCreateConnectorRequestMetadata) UnmarshalJSON(src []byte) error

func (*NullableCreateConnectorRequestMetadata) Unset ¶

type NullableCreateConnectorTestRequest ¶

type NullableCreateConnectorTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateConnectorTestRequest) Get ¶

func (NullableCreateConnectorTestRequest) IsSet ¶

func (NullableCreateConnectorTestRequest) MarshalJSON ¶

func (v NullableCreateConnectorTestRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateConnectorTestRequest) Set ¶

func (*NullableCreateConnectorTestRequest) UnmarshalJSON ¶

func (v *NullableCreateConnectorTestRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateConnectorTestRequest) Unset ¶

type NullableCreateDomainRequest ¶

type NullableCreateDomainRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateDomainRequest) Get ¶

func (NullableCreateDomainRequest) IsSet ¶

func (NullableCreateDomainRequest) MarshalJSON ¶

func (v NullableCreateDomainRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateDomainRequest) Set ¶

func (*NullableCreateDomainRequest) UnmarshalJSON ¶

func (v *NullableCreateDomainRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateDomainRequest) Unset ¶

func (v *NullableCreateDomainRequest) Unset()

type NullableCreateHookRequest ¶

type NullableCreateHookRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateHookRequest ¶

func NewNullableCreateHookRequest(val *CreateHookRequest) *NullableCreateHookRequest

func (NullableCreateHookRequest) Get ¶

func (NullableCreateHookRequest) IsSet ¶

func (v NullableCreateHookRequest) IsSet() bool

func (NullableCreateHookRequest) MarshalJSON ¶

func (v NullableCreateHookRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateHookRequest) Set ¶

func (*NullableCreateHookRequest) UnmarshalJSON ¶

func (v *NullableCreateHookRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateHookRequest) Unset ¶

func (v *NullableCreateHookRequest) Unset()

type NullableCreateHookRequestConfig ¶

type NullableCreateHookRequestConfig struct {
	// contains filtered or unexported fields
}

func (NullableCreateHookRequestConfig) Get ¶

func (NullableCreateHookRequestConfig) IsSet ¶

func (NullableCreateHookRequestConfig) MarshalJSON ¶

func (v NullableCreateHookRequestConfig) MarshalJSON() ([]byte, error)

func (*NullableCreateHookRequestConfig) Set ¶

func (*NullableCreateHookRequestConfig) UnmarshalJSON ¶

func (v *NullableCreateHookRequestConfig) UnmarshalJSON(src []byte) error

func (*NullableCreateHookRequestConfig) Unset ¶

type NullableCreateHookTestRequest ¶

type NullableCreateHookTestRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateHookTestRequest) Get ¶

func (NullableCreateHookTestRequest) IsSet ¶

func (NullableCreateHookTestRequest) MarshalJSON ¶

func (v NullableCreateHookTestRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateHookTestRequest) Set ¶

func (*NullableCreateHookTestRequest) UnmarshalJSON ¶

func (v *NullableCreateHookTestRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateHookTestRequest) Unset ¶

func (v *NullableCreateHookTestRequest) Unset()

type NullableCreateHookTestRequestConfig ¶

type NullableCreateHookTestRequestConfig struct {
	// contains filtered or unexported fields
}

func (NullableCreateHookTestRequestConfig) Get ¶

func (NullableCreateHookTestRequestConfig) IsSet ¶

func (NullableCreateHookTestRequestConfig) MarshalJSON ¶

func (v NullableCreateHookTestRequestConfig) MarshalJSON() ([]byte, error)

func (*NullableCreateHookTestRequestConfig) Set ¶

func (*NullableCreateHookTestRequestConfig) UnmarshalJSON ¶

func (v *NullableCreateHookTestRequestConfig) UnmarshalJSON(src []byte) error

func (*NullableCreateHookTestRequestConfig) Unset ¶

type NullableCreateOrganizationInvitationRequest ¶

type NullableCreateOrganizationInvitationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationInvitationRequest) Get ¶

func (NullableCreateOrganizationInvitationRequest) IsSet ¶

func (NullableCreateOrganizationInvitationRequest) MarshalJSON ¶

func (*NullableCreateOrganizationInvitationRequest) Set ¶

func (*NullableCreateOrganizationInvitationRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationInvitationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationInvitationRequest) Unset ¶

type NullableCreateOrganizationInvitationRequestMessagePayload ¶

type NullableCreateOrganizationInvitationRequestMessagePayload struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationInvitationRequestMessagePayload) Get ¶

func (NullableCreateOrganizationInvitationRequestMessagePayload) IsSet ¶

func (NullableCreateOrganizationInvitationRequestMessagePayload) MarshalJSON ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayload) Set ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayload) UnmarshalJSON ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayload) Unset ¶

type NullableCreateOrganizationInvitationRequestMessagePayloadOneOf ¶

type NullableCreateOrganizationInvitationRequestMessagePayloadOneOf struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) Get ¶

func (NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) IsSet ¶

func (NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) MarshalJSON ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) Set ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) UnmarshalJSON ¶

func (*NullableCreateOrganizationInvitationRequestMessagePayloadOneOf) Unset ¶

type NullableCreateOrganizationJitEmailDomainRequest ¶

type NullableCreateOrganizationJitEmailDomainRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationJitEmailDomainRequest) Get ¶

func (NullableCreateOrganizationJitEmailDomainRequest) IsSet ¶

func (NullableCreateOrganizationJitEmailDomainRequest) MarshalJSON ¶

func (*NullableCreateOrganizationJitEmailDomainRequest) Set ¶

func (*NullableCreateOrganizationJitEmailDomainRequest) UnmarshalJSON ¶

func (*NullableCreateOrganizationJitEmailDomainRequest) Unset ¶

type NullableCreateOrganizationJitRoleRequest ¶

type NullableCreateOrganizationJitRoleRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationJitRoleRequest) Get ¶

func (NullableCreateOrganizationJitRoleRequest) IsSet ¶

func (NullableCreateOrganizationJitRoleRequest) MarshalJSON ¶

func (*NullableCreateOrganizationJitRoleRequest) Set ¶

func (*NullableCreateOrganizationJitRoleRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationJitRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationJitRoleRequest) Unset ¶

type NullableCreateOrganizationJitSsoConnectorRequest ¶

type NullableCreateOrganizationJitSsoConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationJitSsoConnectorRequest) Get ¶

func (NullableCreateOrganizationJitSsoConnectorRequest) IsSet ¶

func (NullableCreateOrganizationJitSsoConnectorRequest) MarshalJSON ¶

func (*NullableCreateOrganizationJitSsoConnectorRequest) Set ¶

func (*NullableCreateOrganizationJitSsoConnectorRequest) UnmarshalJSON ¶

func (*NullableCreateOrganizationJitSsoConnectorRequest) Unset ¶

type NullableCreateOrganizationRequest ¶

type NullableCreateOrganizationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationRequest) Get ¶

func (NullableCreateOrganizationRequest) IsSet ¶

func (NullableCreateOrganizationRequest) MarshalJSON ¶

func (v NullableCreateOrganizationRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateOrganizationRequest) Set ¶

func (*NullableCreateOrganizationRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationRequest) Unset ¶

type NullableCreateOrganizationRoleRequest ¶

type NullableCreateOrganizationRoleRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationRoleRequest) Get ¶

func (NullableCreateOrganizationRoleRequest) IsSet ¶

func (NullableCreateOrganizationRoleRequest) MarshalJSON ¶

func (v NullableCreateOrganizationRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateOrganizationRoleRequest) Set ¶

func (*NullableCreateOrganizationRoleRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationRoleRequest) Unset ¶

type NullableCreateOrganizationRoleResourceScopeRequest ¶

type NullableCreateOrganizationRoleResourceScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationRoleResourceScopeRequest) Get ¶

func (NullableCreateOrganizationRoleResourceScopeRequest) IsSet ¶

func (NullableCreateOrganizationRoleResourceScopeRequest) MarshalJSON ¶

func (*NullableCreateOrganizationRoleResourceScopeRequest) Set ¶

func (*NullableCreateOrganizationRoleResourceScopeRequest) UnmarshalJSON ¶

func (*NullableCreateOrganizationRoleResourceScopeRequest) Unset ¶

type NullableCreateOrganizationRoleScopeRequest ¶

type NullableCreateOrganizationRoleScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationRoleScopeRequest) Get ¶

func (NullableCreateOrganizationRoleScopeRequest) IsSet ¶

func (NullableCreateOrganizationRoleScopeRequest) MarshalJSON ¶

func (*NullableCreateOrganizationRoleScopeRequest) Set ¶

func (*NullableCreateOrganizationRoleScopeRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationRoleScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationRoleScopeRequest) Unset ¶

type NullableCreateOrganizationScopeRequest ¶

type NullableCreateOrganizationScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateOrganizationScopeRequest) Get ¶

func (NullableCreateOrganizationScopeRequest) IsSet ¶

func (NullableCreateOrganizationScopeRequest) MarshalJSON ¶

func (v NullableCreateOrganizationScopeRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateOrganizationScopeRequest) Set ¶

func (*NullableCreateOrganizationScopeRequest) UnmarshalJSON ¶

func (v *NullableCreateOrganizationScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateOrganizationScopeRequest) Unset ¶

type NullableCreateResourceRequest ¶

type NullableCreateResourceRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateResourceRequest) Get ¶

func (NullableCreateResourceRequest) IsSet ¶

func (NullableCreateResourceRequest) MarshalJSON ¶

func (v NullableCreateResourceRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateResourceRequest) Set ¶

func (*NullableCreateResourceRequest) UnmarshalJSON ¶

func (v *NullableCreateResourceRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateResourceRequest) Unset ¶

func (v *NullableCreateResourceRequest) Unset()

type NullableCreateResourceScopeRequest ¶

type NullableCreateResourceScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateResourceScopeRequest) Get ¶

func (NullableCreateResourceScopeRequest) IsSet ¶

func (NullableCreateResourceScopeRequest) MarshalJSON ¶

func (v NullableCreateResourceScopeRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateResourceScopeRequest) Set ¶

func (*NullableCreateResourceScopeRequest) UnmarshalJSON ¶

func (v *NullableCreateResourceScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateResourceScopeRequest) Unset ¶

type NullableCreateRoleApplicationRequest ¶

type NullableCreateRoleApplicationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateRoleApplicationRequest) Get ¶

func (NullableCreateRoleApplicationRequest) IsSet ¶

func (NullableCreateRoleApplicationRequest) MarshalJSON ¶

func (v NullableCreateRoleApplicationRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleApplicationRequest) Set ¶

func (*NullableCreateRoleApplicationRequest) UnmarshalJSON ¶

func (v *NullableCreateRoleApplicationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleApplicationRequest) Unset ¶

type NullableCreateRoleRequest ¶

type NullableCreateRoleRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateRoleRequest ¶

func NewNullableCreateRoleRequest(val *CreateRoleRequest) *NullableCreateRoleRequest

func (NullableCreateRoleRequest) Get ¶

func (NullableCreateRoleRequest) IsSet ¶

func (v NullableCreateRoleRequest) IsSet() bool

func (NullableCreateRoleRequest) MarshalJSON ¶

func (v NullableCreateRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleRequest) Set ¶

func (*NullableCreateRoleRequest) UnmarshalJSON ¶

func (v *NullableCreateRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleRequest) Unset ¶

func (v *NullableCreateRoleRequest) Unset()

type NullableCreateRoleScopeRequest ¶

type NullableCreateRoleScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateRoleScopeRequest) Get ¶

func (NullableCreateRoleScopeRequest) IsSet ¶

func (NullableCreateRoleScopeRequest) MarshalJSON ¶

func (v NullableCreateRoleScopeRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleScopeRequest) Set ¶

func (*NullableCreateRoleScopeRequest) UnmarshalJSON ¶

func (v *NullableCreateRoleScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleScopeRequest) Unset ¶

func (v *NullableCreateRoleScopeRequest) Unset()

type NullableCreateRoleUserRequest ¶

type NullableCreateRoleUserRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateRoleUserRequest) Get ¶

func (NullableCreateRoleUserRequest) IsSet ¶

func (NullableCreateRoleUserRequest) MarshalJSON ¶

func (v NullableCreateRoleUserRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateRoleUserRequest) Set ¶

func (*NullableCreateRoleUserRequest) UnmarshalJSON ¶

func (v *NullableCreateRoleUserRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateRoleUserRequest) Unset ¶

func (v *NullableCreateRoleUserRequest) Unset()

type NullableCreateSsoConnectorRequest ¶

type NullableCreateSsoConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateSsoConnectorRequest) Get ¶

func (NullableCreateSsoConnectorRequest) IsSet ¶

func (NullableCreateSsoConnectorRequest) MarshalJSON ¶

func (v NullableCreateSsoConnectorRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateSsoConnectorRequest) Set ¶

func (*NullableCreateSsoConnectorRequest) UnmarshalJSON ¶

func (v *NullableCreateSsoConnectorRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateSsoConnectorRequest) Unset ¶

type NullableCreateUserAsset200Response ¶

type NullableCreateUserAsset200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserAsset200Response) Get ¶

func (NullableCreateUserAsset200Response) IsSet ¶

func (NullableCreateUserAsset200Response) MarshalJSON ¶

func (v NullableCreateUserAsset200Response) MarshalJSON() ([]byte, error)

func (*NullableCreateUserAsset200Response) Set ¶

func (*NullableCreateUserAsset200Response) UnmarshalJSON ¶

func (v *NullableCreateUserAsset200Response) UnmarshalJSON(src []byte) error

func (*NullableCreateUserAsset200Response) Unset ¶

type NullableCreateUserIdentityRequest ¶

type NullableCreateUserIdentityRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserIdentityRequest) Get ¶

func (NullableCreateUserIdentityRequest) IsSet ¶

func (NullableCreateUserIdentityRequest) MarshalJSON ¶

func (v NullableCreateUserIdentityRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUserIdentityRequest) Set ¶

func (*NullableCreateUserIdentityRequest) UnmarshalJSON ¶

func (v *NullableCreateUserIdentityRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUserIdentityRequest) Unset ¶

type NullableCreateUserMfaVerification200Response ¶

type NullableCreateUserMfaVerification200Response struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserMfaVerification200Response) Get ¶

func (NullableCreateUserMfaVerification200Response) IsSet ¶

func (NullableCreateUserMfaVerification200Response) MarshalJSON ¶

func (*NullableCreateUserMfaVerification200Response) Set ¶

func (*NullableCreateUserMfaVerification200Response) UnmarshalJSON ¶

func (*NullableCreateUserMfaVerification200Response) Unset ¶

type NullableCreateUserMfaVerification200ResponseOneOf ¶

type NullableCreateUserMfaVerification200ResponseOneOf struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserMfaVerification200ResponseOneOf) Get ¶

func (NullableCreateUserMfaVerification200ResponseOneOf) IsSet ¶

func (NullableCreateUserMfaVerification200ResponseOneOf) MarshalJSON ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf) Set ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf) UnmarshalJSON ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf) Unset ¶

type NullableCreateUserMfaVerification200ResponseOneOf1 ¶

type NullableCreateUserMfaVerification200ResponseOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserMfaVerification200ResponseOneOf1) Get ¶

func (NullableCreateUserMfaVerification200ResponseOneOf1) IsSet ¶

func (NullableCreateUserMfaVerification200ResponseOneOf1) MarshalJSON ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf1) Set ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf1) UnmarshalJSON ¶

func (*NullableCreateUserMfaVerification200ResponseOneOf1) Unset ¶

type NullableCreateUserMfaVerificationRequest ¶

type NullableCreateUserMfaVerificationRequest struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserMfaVerificationRequest) Get ¶

func (NullableCreateUserMfaVerificationRequest) IsSet ¶

func (NullableCreateUserMfaVerificationRequest) MarshalJSON ¶

func (*NullableCreateUserMfaVerificationRequest) Set ¶

func (*NullableCreateUserMfaVerificationRequest) UnmarshalJSON ¶

func (v *NullableCreateUserMfaVerificationRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUserMfaVerificationRequest) Unset ¶

type NullableCreateUserMfaVerificationRequestType ¶

type NullableCreateUserMfaVerificationRequestType struct {
	// contains filtered or unexported fields
}

func (NullableCreateUserMfaVerificationRequestType) Get ¶

func (NullableCreateUserMfaVerificationRequestType) IsSet ¶

func (NullableCreateUserMfaVerificationRequestType) MarshalJSON ¶

func (*NullableCreateUserMfaVerificationRequestType) Set ¶

func (*NullableCreateUserMfaVerificationRequestType) UnmarshalJSON ¶

func (*NullableCreateUserMfaVerificationRequestType) Unset ¶

type NullableCreateUserRequest ¶

type NullableCreateUserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableCreateUserRequest ¶

func NewNullableCreateUserRequest(val *CreateUserRequest) *NullableCreateUserRequest

func (NullableCreateUserRequest) Get ¶

func (NullableCreateUserRequest) IsSet ¶

func (v NullableCreateUserRequest) IsSet() bool

func (NullableCreateUserRequest) MarshalJSON ¶

func (v NullableCreateUserRequest) MarshalJSON() ([]byte, error)

func (*NullableCreateUserRequest) Set ¶

func (*NullableCreateUserRequest) UnmarshalJSON ¶

func (v *NullableCreateUserRequest) UnmarshalJSON(src []byte) error

func (*NullableCreateUserRequest) Unset ¶

func (v *NullableCreateUserRequest) Unset()

type NullableFloat32 ¶

type NullableFloat32 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat32 ¶

func NewNullableFloat32(val *float32) *NullableFloat32

func (NullableFloat32) Get ¶

func (v NullableFloat32) Get() *float32

func (NullableFloat32) IsSet ¶

func (v NullableFloat32) IsSet() bool

func (NullableFloat32) MarshalJSON ¶

func (v NullableFloat32) MarshalJSON() ([]byte, error)

func (*NullableFloat32) Set ¶

func (v *NullableFloat32) Set(val *float32)

func (*NullableFloat32) UnmarshalJSON ¶

func (v *NullableFloat32) UnmarshalJSON(src []byte) error

func (*NullableFloat32) Unset ¶

func (v *NullableFloat32) Unset()

type NullableFloat64 ¶

type NullableFloat64 struct {
	// contains filtered or unexported fields
}

func NewNullableFloat64 ¶

func NewNullableFloat64(val *float64) *NullableFloat64

func (NullableFloat64) Get ¶

func (v NullableFloat64) Get() *float64

func (NullableFloat64) IsSet ¶

func (v NullableFloat64) IsSet() bool

func (NullableFloat64) MarshalJSON ¶

func (v NullableFloat64) MarshalJSON() ([]byte, error)

func (*NullableFloat64) Set ¶

func (v *NullableFloat64) Set(val *float64)

func (*NullableFloat64) UnmarshalJSON ¶

func (v *NullableFloat64) UnmarshalJSON(src []byte) error

func (*NullableFloat64) Unset ¶

func (v *NullableFloat64) Unset()

type NullableGetActiveUserCounts200Response ¶

type NullableGetActiveUserCounts200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetActiveUserCounts200Response) Get ¶

func (NullableGetActiveUserCounts200Response) IsSet ¶

func (NullableGetActiveUserCounts200Response) MarshalJSON ¶

func (v NullableGetActiveUserCounts200Response) MarshalJSON() ([]byte, error)

func (*NullableGetActiveUserCounts200Response) Set ¶

func (*NullableGetActiveUserCounts200Response) UnmarshalJSON ¶

func (v *NullableGetActiveUserCounts200Response) UnmarshalJSON(src []byte) error

func (*NullableGetActiveUserCounts200Response) Unset ¶

type NullableGetActiveUserCounts200ResponseDauCurveInner ¶

type NullableGetActiveUserCounts200ResponseDauCurveInner struct {
	// contains filtered or unexported fields
}

func (NullableGetActiveUserCounts200ResponseDauCurveInner) Get ¶

func (NullableGetActiveUserCounts200ResponseDauCurveInner) IsSet ¶

func (NullableGetActiveUserCounts200ResponseDauCurveInner) MarshalJSON ¶

func (*NullableGetActiveUserCounts200ResponseDauCurveInner) Set ¶

func (*NullableGetActiveUserCounts200ResponseDauCurveInner) UnmarshalJSON ¶

func (*NullableGetActiveUserCounts200ResponseDauCurveInner) Unset ¶

type NullableGetAdminConsoleConfig200Response ¶

type NullableGetAdminConsoleConfig200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetAdminConsoleConfig200Response) Get ¶

func (NullableGetAdminConsoleConfig200Response) IsSet ¶

func (NullableGetAdminConsoleConfig200Response) MarshalJSON ¶

func (*NullableGetAdminConsoleConfig200Response) Set ¶

func (*NullableGetAdminConsoleConfig200Response) UnmarshalJSON ¶

func (v *NullableGetAdminConsoleConfig200Response) UnmarshalJSON(src []byte) error

func (*NullableGetAdminConsoleConfig200Response) Unset ¶

type NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification ¶

type NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification struct {
	// contains filtered or unexported fields
}

func (NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) Get ¶

func (NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) IsSet ¶

func (NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) MarshalJSON ¶

func (*NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) Set ¶

func (*NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) UnmarshalJSON ¶

func (*NullableGetAdminConsoleConfig200ResponseCheckedChargeNotification) Unset ¶

type NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification ¶

type NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification struct {
	// contains filtered or unexported fields
}

func (NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) Get ¶

func (NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) IsSet ¶

func (NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) MarshalJSON ¶

func (*NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) Set ¶

func (*NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) UnmarshalJSON ¶

func (*NullableGetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification) Unset ¶

type NullableGetApplication200Response ¶

type NullableGetApplication200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetApplication200Response) Get ¶

func (NullableGetApplication200Response) IsSet ¶

func (NullableGetApplication200Response) MarshalJSON ¶

func (v NullableGetApplication200Response) MarshalJSON() ([]byte, error)

func (*NullableGetApplication200Response) Set ¶

func (*NullableGetApplication200Response) UnmarshalJSON ¶

func (v *NullableGetApplication200Response) UnmarshalJSON(src []byte) error

func (*NullableGetApplication200Response) Unset ¶

type NullableGetApplicationSignInExperience200Response ¶

type NullableGetApplicationSignInExperience200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetApplicationSignInExperience200Response) Get ¶

func (NullableGetApplicationSignInExperience200Response) IsSet ¶

func (NullableGetApplicationSignInExperience200Response) MarshalJSON ¶

func (*NullableGetApplicationSignInExperience200Response) Set ¶

func (*NullableGetApplicationSignInExperience200Response) UnmarshalJSON ¶

func (*NullableGetApplicationSignInExperience200Response) Unset ¶

type NullableGetHasuraAuth200Response ¶

type NullableGetHasuraAuth200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetHasuraAuth200Response) Get ¶

func (NullableGetHasuraAuth200Response) IsSet ¶

func (NullableGetHasuraAuth200Response) MarshalJSON ¶

func (v NullableGetHasuraAuth200Response) MarshalJSON() ([]byte, error)

func (*NullableGetHasuraAuth200Response) Set ¶

func (*NullableGetHasuraAuth200Response) UnmarshalJSON ¶

func (v *NullableGetHasuraAuth200Response) UnmarshalJSON(src []byte) error

func (*NullableGetHasuraAuth200Response) Unset ¶

type NullableGetJwtCustomizer200Response ¶

type NullableGetJwtCustomizer200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200Response) Get ¶

func (NullableGetJwtCustomizer200Response) IsSet ¶

func (NullableGetJwtCustomizer200Response) MarshalJSON ¶

func (v NullableGetJwtCustomizer200Response) MarshalJSON() ([]byte, error)

func (*NullableGetJwtCustomizer200Response) Set ¶

func (*NullableGetJwtCustomizer200Response) UnmarshalJSON ¶

func (v *NullableGetJwtCustomizer200Response) UnmarshalJSON(src []byte) error

func (*NullableGetJwtCustomizer200Response) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOf ¶

type NullableGetJwtCustomizer200ResponseOneOf struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOf) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOf) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOf) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOf) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOf) UnmarshalJSON ¶

func (v *NullableGetJwtCustomizer200ResponseOneOf) UnmarshalJSON(src []byte) error

func (*NullableGetJwtCustomizer200ResponseOneOf) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOf1 ¶

type NullableGetJwtCustomizer200ResponseOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOf1) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOf1) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOf1) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOf1) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOf1) UnmarshalJSON ¶

func (v *NullableGetJwtCustomizer200ResponseOneOf1) UnmarshalJSON(src []byte) error

func (*NullableGetJwtCustomizer200ResponseOneOf1) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOf1TokenSample ¶

type NullableGetJwtCustomizer200ResponseOneOf1TokenSample struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOf1TokenSample) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOf1TokenSample) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOf1TokenSample) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOf1TokenSample) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOf1TokenSample) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOf1TokenSample) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSample ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSample struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSample) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSample) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSample) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSample) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSample) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSample) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUser ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUser struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUser) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserOrganizationRolesInner) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfile) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInner) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInner) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner ¶

type NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfContextSampleUserSsoIdentitiesInner) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfTokenSample ¶

type NullableGetJwtCustomizer200ResponseOneOfTokenSample struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfTokenSample) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfTokenSample) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfTokenSample) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSample) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSample) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSample) Unset ¶

type NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud ¶

type NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud struct {
	// contains filtered or unexported fields
}

func (NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) Get ¶

func (NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) IsSet ¶

func (NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) MarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) Set ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) UnmarshalJSON ¶

func (*NullableGetJwtCustomizer200ResponseOneOfTokenSampleAud) Unset ¶

type NullableGetNewUserCounts200Response ¶

type NullableGetNewUserCounts200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetNewUserCounts200Response) Get ¶

func (NullableGetNewUserCounts200Response) IsSet ¶

func (NullableGetNewUserCounts200Response) MarshalJSON ¶

func (v NullableGetNewUserCounts200Response) MarshalJSON() ([]byte, error)

func (*NullableGetNewUserCounts200Response) Set ¶

func (*NullableGetNewUserCounts200Response) UnmarshalJSON ¶

func (v *NullableGetNewUserCounts200Response) UnmarshalJSON(src []byte) error

func (*NullableGetNewUserCounts200Response) Unset ¶

type NullableGetNewUserCounts200ResponseToday ¶

type NullableGetNewUserCounts200ResponseToday struct {
	// contains filtered or unexported fields
}

func (NullableGetNewUserCounts200ResponseToday) Get ¶

func (NullableGetNewUserCounts200ResponseToday) IsSet ¶

func (NullableGetNewUserCounts200ResponseToday) MarshalJSON ¶

func (*NullableGetNewUserCounts200ResponseToday) Set ¶

func (*NullableGetNewUserCounts200ResponseToday) UnmarshalJSON ¶

func (v *NullableGetNewUserCounts200ResponseToday) UnmarshalJSON(src []byte) error

func (*NullableGetNewUserCounts200ResponseToday) Unset ¶

type NullableGetOidcKeys200ResponseInner ¶

type NullableGetOidcKeys200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableGetOidcKeys200ResponseInner) Get ¶

func (NullableGetOidcKeys200ResponseInner) IsSet ¶

func (NullableGetOidcKeys200ResponseInner) MarshalJSON ¶

func (v NullableGetOidcKeys200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableGetOidcKeys200ResponseInner) Set ¶

func (*NullableGetOidcKeys200ResponseInner) UnmarshalJSON ¶

func (v *NullableGetOidcKeys200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableGetOidcKeys200ResponseInner) Unset ¶

type NullableGetOrganizationInvitation200Response ¶

type NullableGetOrganizationInvitation200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetOrganizationInvitation200Response) Get ¶

func (NullableGetOrganizationInvitation200Response) IsSet ¶

func (NullableGetOrganizationInvitation200Response) MarshalJSON ¶

func (*NullableGetOrganizationInvitation200Response) Set ¶

func (*NullableGetOrganizationInvitation200Response) UnmarshalJSON ¶

func (*NullableGetOrganizationInvitation200Response) Unset ¶

type NullableGetOrganizationRole200Response ¶

type NullableGetOrganizationRole200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetOrganizationRole200Response) Get ¶

func (NullableGetOrganizationRole200Response) IsSet ¶

func (NullableGetOrganizationRole200Response) MarshalJSON ¶

func (v NullableGetOrganizationRole200Response) MarshalJSON() ([]byte, error)

func (*NullableGetOrganizationRole200Response) Set ¶

func (*NullableGetOrganizationRole200Response) UnmarshalJSON ¶

func (v *NullableGetOrganizationRole200Response) UnmarshalJSON(src []byte) error

func (*NullableGetOrganizationRole200Response) Unset ¶

type NullableGetSignInExp200Response ¶

type NullableGetSignInExp200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200Response) Get ¶

func (NullableGetSignInExp200Response) IsSet ¶

func (NullableGetSignInExp200Response) MarshalJSON ¶

func (v NullableGetSignInExp200Response) MarshalJSON() ([]byte, error)

func (*NullableGetSignInExp200Response) Set ¶

func (*NullableGetSignInExp200Response) UnmarshalJSON ¶

func (v *NullableGetSignInExp200Response) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200Response) Unset ¶

type NullableGetSignInExp200ResponseColor ¶

type NullableGetSignInExp200ResponseColor struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseColor) Get ¶

func (NullableGetSignInExp200ResponseColor) IsSet ¶

func (NullableGetSignInExp200ResponseColor) MarshalJSON ¶

func (v NullableGetSignInExp200ResponseColor) MarshalJSON() ([]byte, error)

func (*NullableGetSignInExp200ResponseColor) Set ¶

func (*NullableGetSignInExp200ResponseColor) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseColor) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseColor) Unset ¶

type NullableGetSignInExp200ResponseLanguageInfo ¶

type NullableGetSignInExp200ResponseLanguageInfo struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseLanguageInfo) Get ¶

func (NullableGetSignInExp200ResponseLanguageInfo) IsSet ¶

func (NullableGetSignInExp200ResponseLanguageInfo) MarshalJSON ¶

func (*NullableGetSignInExp200ResponseLanguageInfo) Set ¶

func (*NullableGetSignInExp200ResponseLanguageInfo) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseLanguageInfo) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseLanguageInfo) Unset ¶

type NullableGetSignInExp200ResponseMfa ¶

type NullableGetSignInExp200ResponseMfa struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseMfa) Get ¶

func (NullableGetSignInExp200ResponseMfa) IsSet ¶

func (NullableGetSignInExp200ResponseMfa) MarshalJSON ¶

func (v NullableGetSignInExp200ResponseMfa) MarshalJSON() ([]byte, error)

func (*NullableGetSignInExp200ResponseMfa) Set ¶

func (*NullableGetSignInExp200ResponseMfa) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseMfa) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseMfa) Unset ¶

type NullableGetSignInExp200ResponsePasswordPolicy ¶

type NullableGetSignInExp200ResponsePasswordPolicy struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponsePasswordPolicy) Get ¶

func (NullableGetSignInExp200ResponsePasswordPolicy) IsSet ¶

func (NullableGetSignInExp200ResponsePasswordPolicy) MarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicy) Set ¶

func (*NullableGetSignInExp200ResponsePasswordPolicy) UnmarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicy) Unset ¶

type NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes ¶

type NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) Get ¶

func (NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) IsSet ¶

func (NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) MarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) Set ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) UnmarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyCharacterTypes) Unset ¶

type NullableGetSignInExp200ResponsePasswordPolicyLength ¶

type NullableGetSignInExp200ResponsePasswordPolicyLength struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponsePasswordPolicyLength) Get ¶

func (NullableGetSignInExp200ResponsePasswordPolicyLength) IsSet ¶

func (NullableGetSignInExp200ResponsePasswordPolicyLength) MarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyLength) Set ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyLength) UnmarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyLength) Unset ¶

type NullableGetSignInExp200ResponsePasswordPolicyRejects ¶

type NullableGetSignInExp200ResponsePasswordPolicyRejects struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponsePasswordPolicyRejects) Get ¶

func (NullableGetSignInExp200ResponsePasswordPolicyRejects) IsSet ¶

func (NullableGetSignInExp200ResponsePasswordPolicyRejects) MarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyRejects) Set ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyRejects) UnmarshalJSON ¶

func (*NullableGetSignInExp200ResponsePasswordPolicyRejects) Unset ¶

type NullableGetSignInExp200ResponseSignIn ¶

type NullableGetSignInExp200ResponseSignIn struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseSignIn) Get ¶

func (NullableGetSignInExp200ResponseSignIn) IsSet ¶

func (NullableGetSignInExp200ResponseSignIn) MarshalJSON ¶

func (v NullableGetSignInExp200ResponseSignIn) MarshalJSON() ([]byte, error)

func (*NullableGetSignInExp200ResponseSignIn) Set ¶

func (*NullableGetSignInExp200ResponseSignIn) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseSignIn) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseSignIn) Unset ¶

type NullableGetSignInExp200ResponseSignInMethodsInner ¶

type NullableGetSignInExp200ResponseSignInMethodsInner struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseSignInMethodsInner) Get ¶

func (NullableGetSignInExp200ResponseSignInMethodsInner) IsSet ¶

func (NullableGetSignInExp200ResponseSignInMethodsInner) MarshalJSON ¶

func (*NullableGetSignInExp200ResponseSignInMethodsInner) Set ¶

func (*NullableGetSignInExp200ResponseSignInMethodsInner) UnmarshalJSON ¶

func (*NullableGetSignInExp200ResponseSignInMethodsInner) Unset ¶

type NullableGetSignInExp200ResponseSignUp ¶

type NullableGetSignInExp200ResponseSignUp struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseSignUp) Get ¶

func (NullableGetSignInExp200ResponseSignUp) IsSet ¶

func (NullableGetSignInExp200ResponseSignUp) MarshalJSON ¶

func (v NullableGetSignInExp200ResponseSignUp) MarshalJSON() ([]byte, error)

func (*NullableGetSignInExp200ResponseSignUp) Set ¶

func (*NullableGetSignInExp200ResponseSignUp) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseSignUp) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseSignUp) Unset ¶

type NullableGetSignInExp200ResponseSocialSignIn ¶

type NullableGetSignInExp200ResponseSocialSignIn struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExp200ResponseSocialSignIn) Get ¶

func (NullableGetSignInExp200ResponseSocialSignIn) IsSet ¶

func (NullableGetSignInExp200ResponseSocialSignIn) MarshalJSON ¶

func (*NullableGetSignInExp200ResponseSocialSignIn) Set ¶

func (*NullableGetSignInExp200ResponseSocialSignIn) UnmarshalJSON ¶

func (v *NullableGetSignInExp200ResponseSocialSignIn) UnmarshalJSON(src []byte) error

func (*NullableGetSignInExp200ResponseSocialSignIn) Unset ¶

type NullableGetSignInExperienceConfig200Response ¶

type NullableGetSignInExperienceConfig200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperienceConfig200Response) Get ¶

func (NullableGetSignInExperienceConfig200Response) IsSet ¶

func (NullableGetSignInExperienceConfig200Response) MarshalJSON ¶

func (*NullableGetSignInExperienceConfig200Response) Set ¶

func (*NullableGetSignInExperienceConfig200Response) UnmarshalJSON ¶

func (*NullableGetSignInExperienceConfig200Response) Unset ¶

type NullableGetSignInExperienceConfig200ResponseForgotPassword ¶

type NullableGetSignInExperienceConfig200ResponseForgotPassword struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperienceConfig200ResponseForgotPassword) Get ¶

func (NullableGetSignInExperienceConfig200ResponseForgotPassword) IsSet ¶

func (NullableGetSignInExperienceConfig200ResponseForgotPassword) MarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseForgotPassword) Set ¶

func (*NullableGetSignInExperienceConfig200ResponseForgotPassword) UnmarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseForgotPassword) Unset ¶

type NullableGetSignInExperienceConfig200ResponseGoogleOneTap ¶

type NullableGetSignInExperienceConfig200ResponseGoogleOneTap struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperienceConfig200ResponseGoogleOneTap) Get ¶

func (NullableGetSignInExperienceConfig200ResponseGoogleOneTap) IsSet ¶

func (NullableGetSignInExperienceConfig200ResponseGoogleOneTap) MarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseGoogleOneTap) Set ¶

func (*NullableGetSignInExperienceConfig200ResponseGoogleOneTap) UnmarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseGoogleOneTap) Unset ¶

type NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner ¶

type NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) Get ¶

func (NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) IsSet ¶

func (NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) MarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) Set ¶

func (*NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) UnmarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseSocialConnectorsInner) Unset ¶

type NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner ¶

type NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) Get ¶

func (NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) IsSet ¶

func (NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) MarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) Set ¶

func (*NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) UnmarshalJSON ¶

func (*NullableGetSignInExperienceConfig200ResponseSsoConnectorsInner) Unset ¶

type NullableGetSignInExperiencePhrases200ResponseValue ¶

type NullableGetSignInExperiencePhrases200ResponseValue struct {
	// contains filtered or unexported fields
}

func (NullableGetSignInExperiencePhrases200ResponseValue) Get ¶

func (NullableGetSignInExperiencePhrases200ResponseValue) IsSet ¶

func (NullableGetSignInExperiencePhrases200ResponseValue) MarshalJSON ¶

func (*NullableGetSignInExperiencePhrases200ResponseValue) Set ¶

func (*NullableGetSignInExperiencePhrases200ResponseValue) UnmarshalJSON ¶

func (*NullableGetSignInExperiencePhrases200ResponseValue) Unset ¶

type NullableGetSystemApplicationConfig200Response ¶

type NullableGetSystemApplicationConfig200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetSystemApplicationConfig200Response) Get ¶

func (NullableGetSystemApplicationConfig200Response) IsSet ¶

func (NullableGetSystemApplicationConfig200Response) MarshalJSON ¶

func (*NullableGetSystemApplicationConfig200Response) Set ¶

func (*NullableGetSystemApplicationConfig200Response) UnmarshalJSON ¶

func (*NullableGetSystemApplicationConfig200Response) Unset ¶

type NullableGetSystemApplicationConfig200ResponseProtectedApps ¶

type NullableGetSystemApplicationConfig200ResponseProtectedApps struct {
	// contains filtered or unexported fields
}

func (NullableGetSystemApplicationConfig200ResponseProtectedApps) Get ¶

func (NullableGetSystemApplicationConfig200ResponseProtectedApps) IsSet ¶

func (NullableGetSystemApplicationConfig200ResponseProtectedApps) MarshalJSON ¶

func (*NullableGetSystemApplicationConfig200ResponseProtectedApps) Set ¶

func (*NullableGetSystemApplicationConfig200ResponseProtectedApps) UnmarshalJSON ¶

func (*NullableGetSystemApplicationConfig200ResponseProtectedApps) Unset ¶

type NullableGetTotalUserCount200Response ¶

type NullableGetTotalUserCount200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetTotalUserCount200Response) Get ¶

func (NullableGetTotalUserCount200Response) IsSet ¶

func (NullableGetTotalUserCount200Response) MarshalJSON ¶

func (v NullableGetTotalUserCount200Response) MarshalJSON() ([]byte, error)

func (*NullableGetTotalUserCount200Response) Set ¶

func (*NullableGetTotalUserCount200Response) UnmarshalJSON ¶

func (v *NullableGetTotalUserCount200Response) UnmarshalJSON(src []byte) error

func (*NullableGetTotalUserCount200Response) Unset ¶

type NullableGetUser200Response ¶

type NullableGetUser200Response struct {
	// contains filtered or unexported fields
}

func NewNullableGetUser200Response ¶

func NewNullableGetUser200Response(val *GetUser200Response) *NullableGetUser200Response

func (NullableGetUser200Response) Get ¶

func (NullableGetUser200Response) IsSet ¶

func (v NullableGetUser200Response) IsSet() bool

func (NullableGetUser200Response) MarshalJSON ¶

func (v NullableGetUser200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUser200Response) Set ¶

func (*NullableGetUser200Response) UnmarshalJSON ¶

func (v *NullableGetUser200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUser200Response) Unset ¶

func (v *NullableGetUser200Response) Unset()

type NullableGetUser200ResponseSsoIdentitiesInner ¶

type NullableGetUser200ResponseSsoIdentitiesInner struct {
	// contains filtered or unexported fields
}

func (NullableGetUser200ResponseSsoIdentitiesInner) Get ¶

func (NullableGetUser200ResponseSsoIdentitiesInner) IsSet ¶

func (NullableGetUser200ResponseSsoIdentitiesInner) MarshalJSON ¶

func (*NullableGetUser200ResponseSsoIdentitiesInner) Set ¶

func (*NullableGetUser200ResponseSsoIdentitiesInner) UnmarshalJSON ¶

func (*NullableGetUser200ResponseSsoIdentitiesInner) Unset ¶

type NullableGetUserAssetServiceStatus200Response ¶

type NullableGetUserAssetServiceStatus200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetUserAssetServiceStatus200Response) Get ¶

func (NullableGetUserAssetServiceStatus200Response) IsSet ¶

func (NullableGetUserAssetServiceStatus200Response) MarshalJSON ¶

func (*NullableGetUserAssetServiceStatus200Response) Set ¶

func (*NullableGetUserAssetServiceStatus200Response) UnmarshalJSON ¶

func (*NullableGetUserAssetServiceStatus200Response) Unset ¶

type NullableGetUserAssetServiceStatus200ResponseStatus ¶

type NullableGetUserAssetServiceStatus200ResponseStatus struct {
	// contains filtered or unexported fields
}

func (NullableGetUserAssetServiceStatus200ResponseStatus) Get ¶

func (NullableGetUserAssetServiceStatus200ResponseStatus) IsSet ¶

func (NullableGetUserAssetServiceStatus200ResponseStatus) MarshalJSON ¶

func (*NullableGetUserAssetServiceStatus200ResponseStatus) Set ¶

func (*NullableGetUserAssetServiceStatus200ResponseStatus) UnmarshalJSON ¶

func (*NullableGetUserAssetServiceStatus200ResponseStatus) Unset ¶

type NullableGetUserHasPassword200Response ¶

type NullableGetUserHasPassword200Response struct {
	// contains filtered or unexported fields
}

func (NullableGetUserHasPassword200Response) Get ¶

func (NullableGetUserHasPassword200Response) IsSet ¶

func (NullableGetUserHasPassword200Response) MarshalJSON ¶

func (v NullableGetUserHasPassword200Response) MarshalJSON() ([]byte, error)

func (*NullableGetUserHasPassword200Response) Set ¶

func (*NullableGetUserHasPassword200Response) UnmarshalJSON ¶

func (v *NullableGetUserHasPassword200Response) UnmarshalJSON(src []byte) error

func (*NullableGetUserHasPassword200Response) Unset ¶

type NullableInt ¶

type NullableInt struct {
	// contains filtered or unexported fields
}

func NewNullableInt ¶

func NewNullableInt(val *int) *NullableInt

func (NullableInt) Get ¶

func (v NullableInt) Get() *int

func (NullableInt) IsSet ¶

func (v NullableInt) IsSet() bool

func (NullableInt) MarshalJSON ¶

func (v NullableInt) MarshalJSON() ([]byte, error)

func (*NullableInt) Set ¶

func (v *NullableInt) Set(val *int)

func (*NullableInt) UnmarshalJSON ¶

func (v *NullableInt) UnmarshalJSON(src []byte) error

func (*NullableInt) Unset ¶

func (v *NullableInt) Unset()

type NullableInt32 ¶

type NullableInt32 struct {
	// contains filtered or unexported fields
}

func NewNullableInt32 ¶

func NewNullableInt32(val *int32) *NullableInt32

func (NullableInt32) Get ¶

func (v NullableInt32) Get() *int32

func (NullableInt32) IsSet ¶

func (v NullableInt32) IsSet() bool

func (NullableInt32) MarshalJSON ¶

func (v NullableInt32) MarshalJSON() ([]byte, error)

func (*NullableInt32) Set ¶

func (v *NullableInt32) Set(val *int32)

func (*NullableInt32) UnmarshalJSON ¶

func (v *NullableInt32) UnmarshalJSON(src []byte) error

func (*NullableInt32) Unset ¶

func (v *NullableInt32) Unset()

type NullableInt64 ¶

type NullableInt64 struct {
	// contains filtered or unexported fields
}

func NewNullableInt64 ¶

func NewNullableInt64(val *int64) *NullableInt64

func (NullableInt64) Get ¶

func (v NullableInt64) Get() *int64

func (NullableInt64) IsSet ¶

func (v NullableInt64) IsSet() bool

func (NullableInt64) MarshalJSON ¶

func (v NullableInt64) MarshalJSON() ([]byte, error)

func (*NullableInt64) Set ¶

func (v *NullableInt64) Set(val *int64)

func (*NullableInt64) UnmarshalJSON ¶

func (v *NullableInt64) UnmarshalJSON(src []byte) error

func (*NullableInt64) Unset ¶

func (v *NullableInt64) Unset()

type NullableListApplicationOrganizations200ResponseInner ¶

type NullableListApplicationOrganizations200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationOrganizations200ResponseInner) Get ¶

func (NullableListApplicationOrganizations200ResponseInner) IsSet ¶

func (NullableListApplicationOrganizations200ResponseInner) MarshalJSON ¶

func (*NullableListApplicationOrganizations200ResponseInner) Set ¶

func (*NullableListApplicationOrganizations200ResponseInner) UnmarshalJSON ¶

func (*NullableListApplicationOrganizations200ResponseInner) Unset ¶

type NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner ¶

type NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) Get ¶

func (NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) IsSet ¶

func (NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) MarshalJSON ¶

func (*NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) Set ¶

func (*NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) UnmarshalJSON ¶

func (*NullableListApplicationOrganizations200ResponseInnerOrganizationRolesInner) Unset ¶

type NullableListApplicationRoles200ResponseInner ¶

type NullableListApplicationRoles200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationRoles200ResponseInner) Get ¶

func (NullableListApplicationRoles200ResponseInner) IsSet ¶

func (NullableListApplicationRoles200ResponseInner) MarshalJSON ¶

func (*NullableListApplicationRoles200ResponseInner) Set ¶

func (*NullableListApplicationRoles200ResponseInner) UnmarshalJSON ¶

func (*NullableListApplicationRoles200ResponseInner) Unset ¶

type NullableListApplicationUserConsentOrganizations200Response ¶

type NullableListApplicationUserConsentOrganizations200Response struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentOrganizations200Response) Get ¶

func (NullableListApplicationUserConsentOrganizations200Response) IsSet ¶

func (NullableListApplicationUserConsentOrganizations200Response) MarshalJSON ¶

func (*NullableListApplicationUserConsentOrganizations200Response) Set ¶

func (*NullableListApplicationUserConsentOrganizations200Response) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentOrganizations200Response) Unset ¶

type NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner ¶

type NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) Get ¶

func (NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) IsSet ¶

func (NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) MarshalJSON ¶

func (*NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) Set ¶

func (*NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentOrganizations200ResponseOrganizationsInner) Unset ¶

type NullableListApplicationUserConsentScopes200Response ¶

type NullableListApplicationUserConsentScopes200Response struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentScopes200Response) Get ¶

func (NullableListApplicationUserConsentScopes200Response) IsSet ¶

func (NullableListApplicationUserConsentScopes200Response) MarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200Response) Set ¶

func (*NullableListApplicationUserConsentScopes200Response) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200Response) Unset ¶

type NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner ¶

type NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) Get ¶

func (NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) IsSet ¶

func (NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) MarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) Set ¶

func (*NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseOrganizationScopesInner) Unset ¶

type NullableListApplicationUserConsentScopes200ResponseResourceScopesInner ¶

type NullableListApplicationUserConsentScopes200ResponseResourceScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) Get ¶

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) IsSet ¶

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) MarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) Set ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInner) Unset ¶

type NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource ¶

type NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) Get ¶

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) IsSet ¶

func (NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) MarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) Set ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) UnmarshalJSON ¶

func (*NullableListApplicationUserConsentScopes200ResponseResourceScopesInnerResource) Unset ¶

type NullableListApplications200ResponseInner ¶

type NullableListApplications200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInner) Get ¶

func (NullableListApplications200ResponseInner) IsSet ¶

func (NullableListApplications200ResponseInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInner) Set ¶

func (*NullableListApplications200ResponseInner) UnmarshalJSON ¶

func (v *NullableListApplications200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListApplications200ResponseInner) Unset ¶

type NullableListApplications200ResponseInnerCustomClientMetadata ¶

type NullableListApplications200ResponseInnerCustomClientMetadata struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerCustomClientMetadata) Get ¶

func (NullableListApplications200ResponseInnerCustomClientMetadata) IsSet ¶

func (NullableListApplications200ResponseInnerCustomClientMetadata) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerCustomClientMetadata) Set ¶

func (*NullableListApplications200ResponseInnerCustomClientMetadata) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerCustomClientMetadata) Unset ¶

type NullableListApplications200ResponseInnerOidcClientMetadata ¶

type NullableListApplications200ResponseInnerOidcClientMetadata struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerOidcClientMetadata) Get ¶

func (NullableListApplications200ResponseInnerOidcClientMetadata) IsSet ¶

func (NullableListApplications200ResponseInnerOidcClientMetadata) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadata) Set ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadata) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadata) Unset ¶

type NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner ¶

type NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) Get ¶

func (NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) IsSet ¶

func (NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) Set ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadata ¶

type NullableListApplications200ResponseInnerProtectedAppMetadata struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadata) Get ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadata) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadata) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadata) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadata) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadata) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) Get ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInner) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareData) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSsl) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerCloudflareDataSslValidationErrorsInner) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataCustomDomainsInnerDnsRecordsInner) Unset ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner ¶

type NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner struct {
	// contains filtered or unexported fields
}

func (NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) Get ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) IsSet ¶

func (NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) MarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) Set ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) UnmarshalJSON ¶

func (*NullableListApplications200ResponseInnerProtectedAppMetadataPageRulesInner) Unset ¶

type NullableListApplicationsIsThirdPartyParameter ¶

type NullableListApplicationsIsThirdPartyParameter struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationsIsThirdPartyParameter) Get ¶

func (NullableListApplicationsIsThirdPartyParameter) IsSet ¶

func (NullableListApplicationsIsThirdPartyParameter) MarshalJSON ¶

func (*NullableListApplicationsIsThirdPartyParameter) Set ¶

func (*NullableListApplicationsIsThirdPartyParameter) UnmarshalJSON ¶

func (*NullableListApplicationsIsThirdPartyParameter) Unset ¶

type NullableListApplicationsTypesParameter ¶

type NullableListApplicationsTypesParameter struct {
	// contains filtered or unexported fields
}

func (NullableListApplicationsTypesParameter) Get ¶

func (NullableListApplicationsTypesParameter) IsSet ¶

func (NullableListApplicationsTypesParameter) MarshalJSON ¶

func (v NullableListApplicationsTypesParameter) MarshalJSON() ([]byte, error)

func (*NullableListApplicationsTypesParameter) Set ¶

func (*NullableListApplicationsTypesParameter) UnmarshalJSON ¶

func (v *NullableListApplicationsTypesParameter) UnmarshalJSON(src []byte) error

func (*NullableListApplicationsTypesParameter) Unset ¶

type NullableListConnectorFactories200ResponseInner ¶

type NullableListConnectorFactories200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectorFactories200ResponseInner) Get ¶

func (NullableListConnectorFactories200ResponseInner) IsSet ¶

func (NullableListConnectorFactories200ResponseInner) MarshalJSON ¶

func (*NullableListConnectorFactories200ResponseInner) Set ¶

func (*NullableListConnectorFactories200ResponseInner) UnmarshalJSON ¶

func (*NullableListConnectorFactories200ResponseInner) Unset ¶

type NullableListConnectors200ResponseInner ¶

type NullableListConnectors200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInner) Get ¶

func (NullableListConnectors200ResponseInner) IsSet ¶

func (NullableListConnectors200ResponseInner) MarshalJSON ¶

func (v NullableListConnectors200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListConnectors200ResponseInner) Set ¶

func (*NullableListConnectors200ResponseInner) UnmarshalJSON ¶

func (v *NullableListConnectors200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListConnectors200ResponseInner) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInner ¶

type NullableListConnectors200ResponseInnerFormItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInner) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInner) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInner) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInner) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInner) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInner) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf1 ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf1SelectItemsInner) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf2 ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOf2 struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOf2) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfSelectItemsInner) Unset ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner ¶

type NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) Get ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) IsSet ¶

func (NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) Set ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerFormItemsInnerOneOfShowConditionsInner) Unset ¶

type NullableListConnectors200ResponseInnerMetadata ¶

type NullableListConnectors200ResponseInnerMetadata struct {
	// contains filtered or unexported fields
}

func (NullableListConnectors200ResponseInnerMetadata) Get ¶

func (NullableListConnectors200ResponseInnerMetadata) IsSet ¶

func (NullableListConnectors200ResponseInnerMetadata) MarshalJSON ¶

func (*NullableListConnectors200ResponseInnerMetadata) Set ¶

func (*NullableListConnectors200ResponseInnerMetadata) UnmarshalJSON ¶

func (*NullableListConnectors200ResponseInnerMetadata) Unset ¶

type NullableListCustomPhrases200ResponseInner ¶

type NullableListCustomPhrases200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListCustomPhrases200ResponseInner) Get ¶

func (NullableListCustomPhrases200ResponseInner) IsSet ¶

func (NullableListCustomPhrases200ResponseInner) MarshalJSON ¶

func (*NullableListCustomPhrases200ResponseInner) Set ¶

func (*NullableListCustomPhrases200ResponseInner) UnmarshalJSON ¶

func (v *NullableListCustomPhrases200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListCustomPhrases200ResponseInner) Unset ¶

type NullableListDomains200ResponseInner ¶

type NullableListDomains200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListDomains200ResponseInner) Get ¶

func (NullableListDomains200ResponseInner) IsSet ¶

func (NullableListDomains200ResponseInner) MarshalJSON ¶

func (v NullableListDomains200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListDomains200ResponseInner) Set ¶

func (*NullableListDomains200ResponseInner) UnmarshalJSON ¶

func (v *NullableListDomains200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListDomains200ResponseInner) Unset ¶

type NullableListHookRecentLogs200ResponseInner ¶

type NullableListHookRecentLogs200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListHookRecentLogs200ResponseInner) Get ¶

func (NullableListHookRecentLogs200ResponseInner) IsSet ¶

func (NullableListHookRecentLogs200ResponseInner) MarshalJSON ¶

func (*NullableListHookRecentLogs200ResponseInner) Set ¶

func (*NullableListHookRecentLogs200ResponseInner) UnmarshalJSON ¶

func (v *NullableListHookRecentLogs200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListHookRecentLogs200ResponseInner) Unset ¶

type NullableListHooks200ResponseInner ¶

type NullableListHooks200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListHooks200ResponseInner) Get ¶

func (NullableListHooks200ResponseInner) IsSet ¶

func (NullableListHooks200ResponseInner) MarshalJSON ¶

func (v NullableListHooks200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListHooks200ResponseInner) Set ¶

func (*NullableListHooks200ResponseInner) UnmarshalJSON ¶

func (v *NullableListHooks200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListHooks200ResponseInner) Unset ¶

type NullableListHooks200ResponseInnerConfig ¶

type NullableListHooks200ResponseInnerConfig struct {
	// contains filtered or unexported fields
}

func (NullableListHooks200ResponseInnerConfig) Get ¶

func (NullableListHooks200ResponseInnerConfig) IsSet ¶

func (NullableListHooks200ResponseInnerConfig) MarshalJSON ¶

func (v NullableListHooks200ResponseInnerConfig) MarshalJSON() ([]byte, error)

func (*NullableListHooks200ResponseInnerConfig) Set ¶

func (*NullableListHooks200ResponseInnerConfig) UnmarshalJSON ¶

func (v *NullableListHooks200ResponseInnerConfig) UnmarshalJSON(src []byte) error

func (*NullableListHooks200ResponseInnerConfig) Unset ¶

type NullableListHooks200ResponseInnerExecutionStats ¶

type NullableListHooks200ResponseInnerExecutionStats struct {
	// contains filtered or unexported fields
}

func (NullableListHooks200ResponseInnerExecutionStats) Get ¶

func (NullableListHooks200ResponseInnerExecutionStats) IsSet ¶

func (NullableListHooks200ResponseInnerExecutionStats) MarshalJSON ¶

func (*NullableListHooks200ResponseInnerExecutionStats) Set ¶

func (*NullableListHooks200ResponseInnerExecutionStats) UnmarshalJSON ¶

func (*NullableListHooks200ResponseInnerExecutionStats) Unset ¶

type NullableListJwtCustomizers200ResponseInner ¶

type NullableListJwtCustomizers200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListJwtCustomizers200ResponseInner) Get ¶

func (NullableListJwtCustomizers200ResponseInner) IsSet ¶

func (NullableListJwtCustomizers200ResponseInner) MarshalJSON ¶

func (*NullableListJwtCustomizers200ResponseInner) Set ¶

func (*NullableListJwtCustomizers200ResponseInner) UnmarshalJSON ¶

func (v *NullableListJwtCustomizers200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListJwtCustomizers200ResponseInner) Unset ¶

type NullableListJwtCustomizers200ResponseInnerOneOf ¶

type NullableListJwtCustomizers200ResponseInnerOneOf struct {
	// contains filtered or unexported fields
}

func (NullableListJwtCustomizers200ResponseInnerOneOf) Get ¶

func (NullableListJwtCustomizers200ResponseInnerOneOf) IsSet ¶

func (NullableListJwtCustomizers200ResponseInnerOneOf) MarshalJSON ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf) Set ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf) UnmarshalJSON ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf) Unset ¶

type NullableListJwtCustomizers200ResponseInnerOneOf1 ¶

type NullableListJwtCustomizers200ResponseInnerOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableListJwtCustomizers200ResponseInnerOneOf1) Get ¶

func (NullableListJwtCustomizers200ResponseInnerOneOf1) IsSet ¶

func (NullableListJwtCustomizers200ResponseInnerOneOf1) MarshalJSON ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf1) Set ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf1) UnmarshalJSON ¶

func (*NullableListJwtCustomizers200ResponseInnerOneOf1) Unset ¶

type NullableListLogs200ResponseInner ¶

type NullableListLogs200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListLogs200ResponseInner) Get ¶

func (NullableListLogs200ResponseInner) IsSet ¶

func (NullableListLogs200ResponseInner) MarshalJSON ¶

func (v NullableListLogs200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListLogs200ResponseInner) Set ¶

func (*NullableListLogs200ResponseInner) UnmarshalJSON ¶

func (v *NullableListLogs200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListLogs200ResponseInner) Unset ¶

type NullableListLogs200ResponseInnerPayload ¶

type NullableListLogs200ResponseInnerPayload struct {
	// contains filtered or unexported fields
}

func (NullableListLogs200ResponseInnerPayload) Get ¶

func (NullableListLogs200ResponseInnerPayload) IsSet ¶

func (NullableListLogs200ResponseInnerPayload) MarshalJSON ¶

func (v NullableListLogs200ResponseInnerPayload) MarshalJSON() ([]byte, error)

func (*NullableListLogs200ResponseInnerPayload) Set ¶

func (*NullableListLogs200ResponseInnerPayload) UnmarshalJSON ¶

func (v *NullableListLogs200ResponseInnerPayload) UnmarshalJSON(src []byte) error

func (*NullableListLogs200ResponseInnerPayload) Unset ¶

type NullableListLogs200ResponseInnerPayloadError ¶

type NullableListLogs200ResponseInnerPayloadError struct {
	// contains filtered or unexported fields
}

func (NullableListLogs200ResponseInnerPayloadError) Get ¶

func (NullableListLogs200ResponseInnerPayloadError) IsSet ¶

func (NullableListLogs200ResponseInnerPayloadError) MarshalJSON ¶

func (*NullableListLogs200ResponseInnerPayloadError) Set ¶

func (*NullableListLogs200ResponseInnerPayloadError) UnmarshalJSON ¶

func (*NullableListLogs200ResponseInnerPayloadError) Unset ¶

type NullableListOrganizationApplications200ResponseInner ¶

type NullableListOrganizationApplications200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationApplications200ResponseInner) Get ¶

func (NullableListOrganizationApplications200ResponseInner) IsSet ¶

func (NullableListOrganizationApplications200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationApplications200ResponseInner) Set ¶

func (*NullableListOrganizationApplications200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationApplications200ResponseInner) Unset ¶

type NullableListOrganizationJitEmailDomains200ResponseInner ¶

type NullableListOrganizationJitEmailDomains200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationJitEmailDomains200ResponseInner) Get ¶

func (NullableListOrganizationJitEmailDomains200ResponseInner) IsSet ¶

func (NullableListOrganizationJitEmailDomains200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationJitEmailDomains200ResponseInner) Set ¶

func (*NullableListOrganizationJitEmailDomains200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationJitEmailDomains200ResponseInner) Unset ¶

type NullableListOrganizationJitSsoConnectors200ResponseInner ¶

type NullableListOrganizationJitSsoConnectors200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationJitSsoConnectors200ResponseInner) Get ¶

func (NullableListOrganizationJitSsoConnectors200ResponseInner) IsSet ¶

func (NullableListOrganizationJitSsoConnectors200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInner) Set ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInner) Unset ¶

type NullableListOrganizationJitSsoConnectors200ResponseInnerBranding ¶

type NullableListOrganizationJitSsoConnectors200ResponseInnerBranding struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) Get ¶

func (NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) IsSet ¶

func (NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) MarshalJSON ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) Set ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) UnmarshalJSON ¶

func (*NullableListOrganizationJitSsoConnectors200ResponseInnerBranding) Unset ¶

type NullableListOrganizationRoleScopes200ResponseInner ¶

type NullableListOrganizationRoleScopes200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationRoleScopes200ResponseInner) Get ¶

func (NullableListOrganizationRoleScopes200ResponseInner) IsSet ¶

func (NullableListOrganizationRoleScopes200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationRoleScopes200ResponseInner) Set ¶

func (*NullableListOrganizationRoleScopes200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationRoleScopes200ResponseInner) Unset ¶

type NullableListOrganizationRoles200ResponseInner ¶

type NullableListOrganizationRoles200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationRoles200ResponseInner) Get ¶

func (NullableListOrganizationRoles200ResponseInner) IsSet ¶

func (NullableListOrganizationRoles200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationRoles200ResponseInner) Set ¶

func (*NullableListOrganizationRoles200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationRoles200ResponseInner) Unset ¶

type NullableListOrganizationRoles200ResponseInnerResourceScopesInner ¶

type NullableListOrganizationRoles200ResponseInnerResourceScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationRoles200ResponseInnerResourceScopesInner) Get ¶

func (NullableListOrganizationRoles200ResponseInnerResourceScopesInner) IsSet ¶

func (NullableListOrganizationRoles200ResponseInnerResourceScopesInner) MarshalJSON ¶

func (*NullableListOrganizationRoles200ResponseInnerResourceScopesInner) Set ¶

func (*NullableListOrganizationRoles200ResponseInnerResourceScopesInner) UnmarshalJSON ¶

func (*NullableListOrganizationRoles200ResponseInnerResourceScopesInner) Unset ¶

type NullableListOrganizationUsers200ResponseInner ¶

type NullableListOrganizationUsers200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizationUsers200ResponseInner) Get ¶

func (NullableListOrganizationUsers200ResponseInner) IsSet ¶

func (NullableListOrganizationUsers200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizationUsers200ResponseInner) Set ¶

func (*NullableListOrganizationUsers200ResponseInner) UnmarshalJSON ¶

func (*NullableListOrganizationUsers200ResponseInner) Unset ¶

type NullableListOrganizations200ResponseInner ¶

type NullableListOrganizations200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListOrganizations200ResponseInner) Get ¶

func (NullableListOrganizations200ResponseInner) IsSet ¶

func (NullableListOrganizations200ResponseInner) MarshalJSON ¶

func (*NullableListOrganizations200ResponseInner) Set ¶

func (*NullableListOrganizations200ResponseInner) UnmarshalJSON ¶

func (v *NullableListOrganizations200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListOrganizations200ResponseInner) Unset ¶

type NullableListResources200ResponseInner ¶

type NullableListResources200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListResources200ResponseInner) Get ¶

func (NullableListResources200ResponseInner) IsSet ¶

func (NullableListResources200ResponseInner) MarshalJSON ¶

func (v NullableListResources200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListResources200ResponseInner) Set ¶

func (*NullableListResources200ResponseInner) UnmarshalJSON ¶

func (v *NullableListResources200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListResources200ResponseInner) Unset ¶

type NullableListResources200ResponseInnerScopesInner ¶

type NullableListResources200ResponseInnerScopesInner struct {
	// contains filtered or unexported fields
}

func (NullableListResources200ResponseInnerScopesInner) Get ¶

func (NullableListResources200ResponseInnerScopesInner) IsSet ¶

func (NullableListResources200ResponseInnerScopesInner) MarshalJSON ¶

func (*NullableListResources200ResponseInnerScopesInner) Set ¶

func (*NullableListResources200ResponseInnerScopesInner) UnmarshalJSON ¶

func (*NullableListResources200ResponseInnerScopesInner) Unset ¶

type NullableListRoleScopes200ResponseInner ¶

type NullableListRoleScopes200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListRoleScopes200ResponseInner) Get ¶

func (NullableListRoleScopes200ResponseInner) IsSet ¶

func (NullableListRoleScopes200ResponseInner) MarshalJSON ¶

func (v NullableListRoleScopes200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListRoleScopes200ResponseInner) Set ¶

func (*NullableListRoleScopes200ResponseInner) UnmarshalJSON ¶

func (v *NullableListRoleScopes200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListRoleScopes200ResponseInner) Unset ¶

type NullableListRoles200ResponseInner ¶

type NullableListRoles200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListRoles200ResponseInner) Get ¶

func (NullableListRoles200ResponseInner) IsSet ¶

func (NullableListRoles200ResponseInner) MarshalJSON ¶

func (v NullableListRoles200ResponseInner) MarshalJSON() ([]byte, error)

func (*NullableListRoles200ResponseInner) Set ¶

func (*NullableListRoles200ResponseInner) UnmarshalJSON ¶

func (v *NullableListRoles200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListRoles200ResponseInner) Unset ¶

type NullableListRoles200ResponseInnerFeaturedApplicationsInner ¶

type NullableListRoles200ResponseInnerFeaturedApplicationsInner struct {
	// contains filtered or unexported fields
}

func (NullableListRoles200ResponseInnerFeaturedApplicationsInner) Get ¶

func (NullableListRoles200ResponseInnerFeaturedApplicationsInner) IsSet ¶

func (NullableListRoles200ResponseInnerFeaturedApplicationsInner) MarshalJSON ¶

func (*NullableListRoles200ResponseInnerFeaturedApplicationsInner) Set ¶

func (*NullableListRoles200ResponseInnerFeaturedApplicationsInner) UnmarshalJSON ¶

func (*NullableListRoles200ResponseInnerFeaturedApplicationsInner) Unset ¶

type NullableListRoles200ResponseInnerFeaturedUsersInner ¶

type NullableListRoles200ResponseInnerFeaturedUsersInner struct {
	// contains filtered or unexported fields
}

func (NullableListRoles200ResponseInnerFeaturedUsersInner) Get ¶

func (NullableListRoles200ResponseInnerFeaturedUsersInner) IsSet ¶

func (NullableListRoles200ResponseInnerFeaturedUsersInner) MarshalJSON ¶

func (*NullableListRoles200ResponseInnerFeaturedUsersInner) Set ¶

func (*NullableListRoles200ResponseInnerFeaturedUsersInner) UnmarshalJSON ¶

func (*NullableListRoles200ResponseInnerFeaturedUsersInner) Unset ¶

type NullableListSsoConnectorProviders200ResponseInner ¶

type NullableListSsoConnectorProviders200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListSsoConnectorProviders200ResponseInner) Get ¶

func (NullableListSsoConnectorProviders200ResponseInner) IsSet ¶

func (NullableListSsoConnectorProviders200ResponseInner) MarshalJSON ¶

func (*NullableListSsoConnectorProviders200ResponseInner) Set ¶

func (*NullableListSsoConnectorProviders200ResponseInner) UnmarshalJSON ¶

func (*NullableListSsoConnectorProviders200ResponseInner) Unset ¶

type NullableListSsoConnectors200ResponseInner ¶

type NullableListSsoConnectors200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListSsoConnectors200ResponseInner) Get ¶

func (NullableListSsoConnectors200ResponseInner) IsSet ¶

func (NullableListSsoConnectors200ResponseInner) MarshalJSON ¶

func (*NullableListSsoConnectors200ResponseInner) Set ¶

func (*NullableListSsoConnectors200ResponseInner) UnmarshalJSON ¶

func (v *NullableListSsoConnectors200ResponseInner) UnmarshalJSON(src []byte) error

func (*NullableListSsoConnectors200ResponseInner) Unset ¶

type NullableListUserMfaVerifications200ResponseInner ¶

type NullableListUserMfaVerifications200ResponseInner struct {
	// contains filtered or unexported fields
}

func (NullableListUserMfaVerifications200ResponseInner) Get ¶

func (NullableListUserMfaVerifications200ResponseInner) IsSet ¶

func (NullableListUserMfaVerifications200ResponseInner) MarshalJSON ¶

func (*NullableListUserMfaVerifications200ResponseInner) Set ¶

func (*NullableListUserMfaVerifications200ResponseInner) UnmarshalJSON ¶

func (*NullableListUserMfaVerifications200ResponseInner) Unset ¶

type NullableReplaceApplicationRolesRequest ¶

type NullableReplaceApplicationRolesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceApplicationRolesRequest) Get ¶

func (NullableReplaceApplicationRolesRequest) IsSet ¶

func (NullableReplaceApplicationRolesRequest) MarshalJSON ¶

func (v NullableReplaceApplicationRolesRequest) MarshalJSON() ([]byte, error)

func (*NullableReplaceApplicationRolesRequest) Set ¶

func (*NullableReplaceApplicationRolesRequest) UnmarshalJSON ¶

func (v *NullableReplaceApplicationRolesRequest) UnmarshalJSON(src []byte) error

func (*NullableReplaceApplicationRolesRequest) Unset ¶

type NullableReplaceApplicationSignInExperienceRequest ¶

type NullableReplaceApplicationSignInExperienceRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceApplicationSignInExperienceRequest) Get ¶

func (NullableReplaceApplicationSignInExperienceRequest) IsSet ¶

func (NullableReplaceApplicationSignInExperienceRequest) MarshalJSON ¶

func (*NullableReplaceApplicationSignInExperienceRequest) Set ¶

func (*NullableReplaceApplicationSignInExperienceRequest) UnmarshalJSON ¶

func (*NullableReplaceApplicationSignInExperienceRequest) Unset ¶

type NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl ¶

type NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl struct {
	// contains filtered or unexported fields
}

func (NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) Get ¶

func (NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) IsSet ¶

func (NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) MarshalJSON ¶

func (*NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) Set ¶

func (*NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) UnmarshalJSON ¶

func (*NullableReplaceApplicationSignInExperienceRequestTermsOfUseUrl) Unset ¶

type NullableReplaceApplicationUserConsentOrganizationsRequest ¶

type NullableReplaceApplicationUserConsentOrganizationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceApplicationUserConsentOrganizationsRequest) Get ¶

func (NullableReplaceApplicationUserConsentOrganizationsRequest) IsSet ¶

func (NullableReplaceApplicationUserConsentOrganizationsRequest) MarshalJSON ¶

func (*NullableReplaceApplicationUserConsentOrganizationsRequest) Set ¶

func (*NullableReplaceApplicationUserConsentOrganizationsRequest) UnmarshalJSON ¶

func (*NullableReplaceApplicationUserConsentOrganizationsRequest) Unset ¶

type NullableReplaceOrganizationApplicationRolesRequest ¶

type NullableReplaceOrganizationApplicationRolesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationApplicationRolesRequest) Get ¶

func (NullableReplaceOrganizationApplicationRolesRequest) IsSet ¶

func (NullableReplaceOrganizationApplicationRolesRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationApplicationRolesRequest) Set ¶

func (*NullableReplaceOrganizationApplicationRolesRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationApplicationRolesRequest) Unset ¶

type NullableReplaceOrganizationApplicationsRequest ¶

type NullableReplaceOrganizationApplicationsRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationApplicationsRequest) Get ¶

func (NullableReplaceOrganizationApplicationsRequest) IsSet ¶

func (NullableReplaceOrganizationApplicationsRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationApplicationsRequest) Set ¶

func (*NullableReplaceOrganizationApplicationsRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationApplicationsRequest) Unset ¶

type NullableReplaceOrganizationInvitationStatusRequest ¶

type NullableReplaceOrganizationInvitationStatusRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationInvitationStatusRequest) Get ¶

func (NullableReplaceOrganizationInvitationStatusRequest) IsSet ¶

func (NullableReplaceOrganizationInvitationStatusRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationInvitationStatusRequest) Set ¶

func (*NullableReplaceOrganizationInvitationStatusRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationInvitationStatusRequest) Unset ¶

type NullableReplaceOrganizationJitEmailDomainsRequest ¶

type NullableReplaceOrganizationJitEmailDomainsRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationJitEmailDomainsRequest) Get ¶

func (NullableReplaceOrganizationJitEmailDomainsRequest) IsSet ¶

func (NullableReplaceOrganizationJitEmailDomainsRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationJitEmailDomainsRequest) Set ¶

func (*NullableReplaceOrganizationJitEmailDomainsRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationJitEmailDomainsRequest) Unset ¶

type NullableReplaceOrganizationJitRolesRequest ¶

type NullableReplaceOrganizationJitRolesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationJitRolesRequest) Get ¶

func (NullableReplaceOrganizationJitRolesRequest) IsSet ¶

func (NullableReplaceOrganizationJitRolesRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationJitRolesRequest) Set ¶

func (*NullableReplaceOrganizationJitRolesRequest) UnmarshalJSON ¶

func (v *NullableReplaceOrganizationJitRolesRequest) UnmarshalJSON(src []byte) error

func (*NullableReplaceOrganizationJitRolesRequest) Unset ¶

type NullableReplaceOrganizationJitSsoConnectorsRequest ¶

type NullableReplaceOrganizationJitSsoConnectorsRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationJitSsoConnectorsRequest) Get ¶

func (NullableReplaceOrganizationJitSsoConnectorsRequest) IsSet ¶

func (NullableReplaceOrganizationJitSsoConnectorsRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationJitSsoConnectorsRequest) Set ¶

func (*NullableReplaceOrganizationJitSsoConnectorsRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationJitSsoConnectorsRequest) Unset ¶

type NullableReplaceOrganizationRoleResourceScopesRequest ¶

type NullableReplaceOrganizationRoleResourceScopesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationRoleResourceScopesRequest) Get ¶

func (NullableReplaceOrganizationRoleResourceScopesRequest) IsSet ¶

func (NullableReplaceOrganizationRoleResourceScopesRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationRoleResourceScopesRequest) Set ¶

func (*NullableReplaceOrganizationRoleResourceScopesRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationRoleResourceScopesRequest) Unset ¶

type NullableReplaceOrganizationRoleScopesRequest ¶

type NullableReplaceOrganizationRoleScopesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationRoleScopesRequest) Get ¶

func (NullableReplaceOrganizationRoleScopesRequest) IsSet ¶

func (NullableReplaceOrganizationRoleScopesRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationRoleScopesRequest) Set ¶

func (*NullableReplaceOrganizationRoleScopesRequest) UnmarshalJSON ¶

func (*NullableReplaceOrganizationRoleScopesRequest) Unset ¶

type NullableReplaceOrganizationUserRolesRequest ¶

type NullableReplaceOrganizationUserRolesRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationUserRolesRequest) Get ¶

func (NullableReplaceOrganizationUserRolesRequest) IsSet ¶

func (NullableReplaceOrganizationUserRolesRequest) MarshalJSON ¶

func (*NullableReplaceOrganizationUserRolesRequest) Set ¶

func (*NullableReplaceOrganizationUserRolesRequest) UnmarshalJSON ¶

func (v *NullableReplaceOrganizationUserRolesRequest) UnmarshalJSON(src []byte) error

func (*NullableReplaceOrganizationUserRolesRequest) Unset ¶

type NullableReplaceOrganizationUsersRequest ¶

type NullableReplaceOrganizationUsersRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceOrganizationUsersRequest) Get ¶

func (NullableReplaceOrganizationUsersRequest) IsSet ¶

func (NullableReplaceOrganizationUsersRequest) MarshalJSON ¶

func (v NullableReplaceOrganizationUsersRequest) MarshalJSON() ([]byte, error)

func (*NullableReplaceOrganizationUsersRequest) Set ¶

func (*NullableReplaceOrganizationUsersRequest) UnmarshalJSON ¶

func (v *NullableReplaceOrganizationUsersRequest) UnmarshalJSON(src []byte) error

func (*NullableReplaceOrganizationUsersRequest) Unset ¶

type NullableReplaceUserIdentityRequest ¶

type NullableReplaceUserIdentityRequest struct {
	// contains filtered or unexported fields
}

func (NullableReplaceUserIdentityRequest) Get ¶

func (NullableReplaceUserIdentityRequest) IsSet ¶

func (NullableReplaceUserIdentityRequest) MarshalJSON ¶

func (v NullableReplaceUserIdentityRequest) MarshalJSON() ([]byte, error)

func (*NullableReplaceUserIdentityRequest) Set ¶

func (*NullableReplaceUserIdentityRequest) UnmarshalJSON ¶

func (v *NullableReplaceUserIdentityRequest) UnmarshalJSON(src []byte) error

func (*NullableReplaceUserIdentityRequest) Unset ¶

type NullableRotateOidcKeysRequest ¶

type NullableRotateOidcKeysRequest struct {
	// contains filtered or unexported fields
}

func (NullableRotateOidcKeysRequest) Get ¶

func (NullableRotateOidcKeysRequest) IsSet ¶

func (NullableRotateOidcKeysRequest) MarshalJSON ¶

func (v NullableRotateOidcKeysRequest) MarshalJSON() ([]byte, error)

func (*NullableRotateOidcKeysRequest) Set ¶

func (*NullableRotateOidcKeysRequest) UnmarshalJSON ¶

func (v *NullableRotateOidcKeysRequest) UnmarshalJSON(src []byte) error

func (*NullableRotateOidcKeysRequest) Unset ¶

func (v *NullableRotateOidcKeysRequest) Unset()

type NullableString ¶

type NullableString struct {
	// contains filtered or unexported fields
}

func NewNullableString ¶

func NewNullableString(val *string) *NullableString

func (NullableString) Get ¶

func (v NullableString) Get() *string

func (NullableString) IsSet ¶

func (v NullableString) IsSet() bool

func (NullableString) MarshalJSON ¶

func (v NullableString) MarshalJSON() ([]byte, error)

func (*NullableString) Set ¶

func (v *NullableString) Set(val *string)

func (*NullableString) UnmarshalJSON ¶

func (v *NullableString) UnmarshalJSON(src []byte) error

func (*NullableString) Unset ¶

func (v *NullableString) Unset()

type NullableTestJwtCustomizerRequest ¶

type NullableTestJwtCustomizerRequest struct {
	// contains filtered or unexported fields
}

func (NullableTestJwtCustomizerRequest) Get ¶

func (NullableTestJwtCustomizerRequest) IsSet ¶

func (NullableTestJwtCustomizerRequest) MarshalJSON ¶

func (v NullableTestJwtCustomizerRequest) MarshalJSON() ([]byte, error)

func (*NullableTestJwtCustomizerRequest) Set ¶

func (*NullableTestJwtCustomizerRequest) UnmarshalJSON ¶

func (v *NullableTestJwtCustomizerRequest) UnmarshalJSON(src []byte) error

func (*NullableTestJwtCustomizerRequest) Unset ¶

type NullableTestJwtCustomizerRequestOneOf ¶

type NullableTestJwtCustomizerRequestOneOf struct {
	// contains filtered or unexported fields
}

func (NullableTestJwtCustomizerRequestOneOf) Get ¶

func (NullableTestJwtCustomizerRequestOneOf) IsSet ¶

func (NullableTestJwtCustomizerRequestOneOf) MarshalJSON ¶

func (v NullableTestJwtCustomizerRequestOneOf) MarshalJSON() ([]byte, error)

func (*NullableTestJwtCustomizerRequestOneOf) Set ¶

func (*NullableTestJwtCustomizerRequestOneOf) UnmarshalJSON ¶

func (v *NullableTestJwtCustomizerRequestOneOf) UnmarshalJSON(src []byte) error

func (*NullableTestJwtCustomizerRequestOneOf) Unset ¶

type NullableTestJwtCustomizerRequestOneOf1 ¶

type NullableTestJwtCustomizerRequestOneOf1 struct {
	// contains filtered or unexported fields
}

func (NullableTestJwtCustomizerRequestOneOf1) Get ¶

func (NullableTestJwtCustomizerRequestOneOf1) IsSet ¶

func (NullableTestJwtCustomizerRequestOneOf1) MarshalJSON ¶

func (v NullableTestJwtCustomizerRequestOneOf1) MarshalJSON() ([]byte, error)

func (*NullableTestJwtCustomizerRequestOneOf1) Set ¶

func (*NullableTestJwtCustomizerRequestOneOf1) UnmarshalJSON ¶

func (v *NullableTestJwtCustomizerRequestOneOf1) UnmarshalJSON(src []byte) error

func (*NullableTestJwtCustomizerRequestOneOf1) Unset ¶

type NullableTestJwtCustomizerRequestPayload ¶

type NullableTestJwtCustomizerRequestPayload struct {
	// contains filtered or unexported fields
}

func (NullableTestJwtCustomizerRequestPayload) Get ¶

func (NullableTestJwtCustomizerRequestPayload) IsSet ¶

func (NullableTestJwtCustomizerRequestPayload) MarshalJSON ¶

func (v NullableTestJwtCustomizerRequestPayload) MarshalJSON() ([]byte, error)

func (*NullableTestJwtCustomizerRequestPayload) Set ¶

func (*NullableTestJwtCustomizerRequestPayload) UnmarshalJSON ¶

func (v *NullableTestJwtCustomizerRequestPayload) UnmarshalJSON(src []byte) error

func (*NullableTestJwtCustomizerRequestPayload) Unset ¶

type NullableTime ¶

type NullableTime struct {
	// contains filtered or unexported fields
}

func NewNullableTime ¶

func NewNullableTime(val *time.Time) *NullableTime

func (NullableTime) Get ¶

func (v NullableTime) Get() *time.Time

func (NullableTime) IsSet ¶

func (v NullableTime) IsSet() bool

func (NullableTime) MarshalJSON ¶

func (v NullableTime) MarshalJSON() ([]byte, error)

func (*NullableTime) Set ¶

func (v *NullableTime) Set(val *time.Time)

func (*NullableTime) UnmarshalJSON ¶

func (v *NullableTime) UnmarshalJSON(src []byte) error

func (*NullableTime) Unset ¶

func (v *NullableTime) Unset()

type NullableTranslation ¶

type NullableTranslation struct {
	// contains filtered or unexported fields
}

func NewNullableTranslation ¶

func NewNullableTranslation(val *Translation) *NullableTranslation

func (NullableTranslation) Get ¶

func (NullableTranslation) IsSet ¶

func (v NullableTranslation) IsSet() bool

func (NullableTranslation) MarshalJSON ¶

func (v NullableTranslation) MarshalJSON() ([]byte, error)

func (*NullableTranslation) Set ¶

func (v *NullableTranslation) Set(val *Translation)

func (*NullableTranslation) UnmarshalJSON ¶

func (v *NullableTranslation) UnmarshalJSON(src []byte) error

func (*NullableTranslation) Unset ¶

func (v *NullableTranslation) Unset()

type NullableTranslationObject ¶

type NullableTranslationObject struct {
	// contains filtered or unexported fields
}

func NewNullableTranslationObject ¶

func NewNullableTranslationObject(val *TranslationObject) *NullableTranslationObject

func (NullableTranslationObject) Get ¶

func (NullableTranslationObject) IsSet ¶

func (v NullableTranslationObject) IsSet() bool

func (NullableTranslationObject) MarshalJSON ¶

func (v NullableTranslationObject) MarshalJSON() ([]byte, error)

func (*NullableTranslationObject) Set ¶

func (*NullableTranslationObject) UnmarshalJSON ¶

func (v *NullableTranslationObject) UnmarshalJSON(src []byte) error

func (*NullableTranslationObject) Unset ¶

func (v *NullableTranslationObject) Unset()

type NullableUpdateAdminConsoleConfigRequest ¶

type NullableUpdateAdminConsoleConfigRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateAdminConsoleConfigRequest) Get ¶

func (NullableUpdateAdminConsoleConfigRequest) IsSet ¶

func (NullableUpdateAdminConsoleConfigRequest) MarshalJSON ¶

func (v NullableUpdateAdminConsoleConfigRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateAdminConsoleConfigRequest) Set ¶

func (*NullableUpdateAdminConsoleConfigRequest) UnmarshalJSON ¶

func (v *NullableUpdateAdminConsoleConfigRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateAdminConsoleConfigRequest) Unset ¶

type NullableUpdateApplicationRequest ¶

type NullableUpdateApplicationRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateApplicationRequest) Get ¶

func (NullableUpdateApplicationRequest) IsSet ¶

func (NullableUpdateApplicationRequest) MarshalJSON ¶

func (v NullableUpdateApplicationRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateApplicationRequest) Set ¶

func (*NullableUpdateApplicationRequest) UnmarshalJSON ¶

func (v *NullableUpdateApplicationRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateApplicationRequest) Unset ¶

type NullableUpdateApplicationRequestOidcClientMetadata ¶

type NullableUpdateApplicationRequestOidcClientMetadata struct {
	// contains filtered or unexported fields
}

func (NullableUpdateApplicationRequestOidcClientMetadata) Get ¶

func (NullableUpdateApplicationRequestOidcClientMetadata) IsSet ¶

func (NullableUpdateApplicationRequestOidcClientMetadata) MarshalJSON ¶

func (*NullableUpdateApplicationRequestOidcClientMetadata) Set ¶

func (*NullableUpdateApplicationRequestOidcClientMetadata) UnmarshalJSON ¶

func (*NullableUpdateApplicationRequestOidcClientMetadata) Unset ¶

type NullableUpdateApplicationRequestProtectedAppMetadata ¶

type NullableUpdateApplicationRequestProtectedAppMetadata struct {
	// contains filtered or unexported fields
}

func (NullableUpdateApplicationRequestProtectedAppMetadata) Get ¶

func (NullableUpdateApplicationRequestProtectedAppMetadata) IsSet ¶

func (NullableUpdateApplicationRequestProtectedAppMetadata) MarshalJSON ¶

func (*NullableUpdateApplicationRequestProtectedAppMetadata) Set ¶

func (*NullableUpdateApplicationRequestProtectedAppMetadata) UnmarshalJSON ¶

func (*NullableUpdateApplicationRequestProtectedAppMetadata) Unset ¶

type NullableUpdateConnectorRequest ¶

type NullableUpdateConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateConnectorRequest) Get ¶

func (NullableUpdateConnectorRequest) IsSet ¶

func (NullableUpdateConnectorRequest) MarshalJSON ¶

func (v NullableUpdateConnectorRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateConnectorRequest) Set ¶

func (*NullableUpdateConnectorRequest) UnmarshalJSON ¶

func (v *NullableUpdateConnectorRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateConnectorRequest) Unset ¶

func (v *NullableUpdateConnectorRequest) Unset()

type NullableUpdateConnectorRequestMetadata ¶

type NullableUpdateConnectorRequestMetadata struct {
	// contains filtered or unexported fields
}

func (NullableUpdateConnectorRequestMetadata) Get ¶

func (NullableUpdateConnectorRequestMetadata) IsSet ¶

func (NullableUpdateConnectorRequestMetadata) MarshalJSON ¶

func (v NullableUpdateConnectorRequestMetadata) MarshalJSON() ([]byte, error)

func (*NullableUpdateConnectorRequestMetadata) Set ¶

func (*NullableUpdateConnectorRequestMetadata) UnmarshalJSON ¶

func (v *NullableUpdateConnectorRequestMetadata) UnmarshalJSON(src []byte) error

func (*NullableUpdateConnectorRequestMetadata) Unset ¶

type NullableUpdateHook200Response ¶

type NullableUpdateHook200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateHook200Response) Get ¶

func (NullableUpdateHook200Response) IsSet ¶

func (NullableUpdateHook200Response) MarshalJSON ¶

func (v NullableUpdateHook200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateHook200Response) Set ¶

func (*NullableUpdateHook200Response) UnmarshalJSON ¶

func (v *NullableUpdateHook200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateHook200Response) Unset ¶

func (v *NullableUpdateHook200Response) Unset()

type NullableUpdateHookRequest ¶

type NullableUpdateHookRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateHookRequest ¶

func NewNullableUpdateHookRequest(val *UpdateHookRequest) *NullableUpdateHookRequest

func (NullableUpdateHookRequest) Get ¶

func (NullableUpdateHookRequest) IsSet ¶

func (v NullableUpdateHookRequest) IsSet() bool

func (NullableUpdateHookRequest) MarshalJSON ¶

func (v NullableUpdateHookRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateHookRequest) Set ¶

func (*NullableUpdateHookRequest) UnmarshalJSON ¶

func (v *NullableUpdateHookRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateHookRequest) Unset ¶

func (v *NullableUpdateHookRequest) Unset()

type NullableUpdateOrganizationRequest ¶

type NullableUpdateOrganizationRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateOrganizationRequest) Get ¶

func (NullableUpdateOrganizationRequest) IsSet ¶

func (NullableUpdateOrganizationRequest) MarshalJSON ¶

func (v NullableUpdateOrganizationRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateOrganizationRequest) Set ¶

func (*NullableUpdateOrganizationRequest) UnmarshalJSON ¶

func (v *NullableUpdateOrganizationRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateOrganizationRequest) Unset ¶

type NullableUpdateOrganizationRoleRequest ¶

type NullableUpdateOrganizationRoleRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateOrganizationRoleRequest) Get ¶

func (NullableUpdateOrganizationRoleRequest) IsSet ¶

func (NullableUpdateOrganizationRoleRequest) MarshalJSON ¶

func (v NullableUpdateOrganizationRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateOrganizationRoleRequest) Set ¶

func (*NullableUpdateOrganizationRoleRequest) UnmarshalJSON ¶

func (v *NullableUpdateOrganizationRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateOrganizationRoleRequest) Unset ¶

type NullableUpdateOrganizationScopeRequest ¶

type NullableUpdateOrganizationScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateOrganizationScopeRequest) Get ¶

func (NullableUpdateOrganizationScopeRequest) IsSet ¶

func (NullableUpdateOrganizationScopeRequest) MarshalJSON ¶

func (v NullableUpdateOrganizationScopeRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateOrganizationScopeRequest) Set ¶

func (*NullableUpdateOrganizationScopeRequest) UnmarshalJSON ¶

func (v *NullableUpdateOrganizationScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateOrganizationScopeRequest) Unset ¶

type NullableUpdateResourceIsDefaultRequest ¶

type NullableUpdateResourceIsDefaultRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateResourceIsDefaultRequest) Get ¶

func (NullableUpdateResourceIsDefaultRequest) IsSet ¶

func (NullableUpdateResourceIsDefaultRequest) MarshalJSON ¶

func (v NullableUpdateResourceIsDefaultRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateResourceIsDefaultRequest) Set ¶

func (*NullableUpdateResourceIsDefaultRequest) UnmarshalJSON ¶

func (v *NullableUpdateResourceIsDefaultRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateResourceIsDefaultRequest) Unset ¶

type NullableUpdateResourceRequest ¶

type NullableUpdateResourceRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateResourceRequest) Get ¶

func (NullableUpdateResourceRequest) IsSet ¶

func (NullableUpdateResourceRequest) MarshalJSON ¶

func (v NullableUpdateResourceRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateResourceRequest) Set ¶

func (*NullableUpdateResourceRequest) UnmarshalJSON ¶

func (v *NullableUpdateResourceRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateResourceRequest) Unset ¶

func (v *NullableUpdateResourceRequest) Unset()

type NullableUpdateResourceScopeRequest ¶

type NullableUpdateResourceScopeRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateResourceScopeRequest) Get ¶

func (NullableUpdateResourceScopeRequest) IsSet ¶

func (NullableUpdateResourceScopeRequest) MarshalJSON ¶

func (v NullableUpdateResourceScopeRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateResourceScopeRequest) Set ¶

func (*NullableUpdateResourceScopeRequest) UnmarshalJSON ¶

func (v *NullableUpdateResourceScopeRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateResourceScopeRequest) Unset ¶

type NullableUpdateRoleRequest ¶

type NullableUpdateRoleRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateRoleRequest ¶

func NewNullableUpdateRoleRequest(val *UpdateRoleRequest) *NullableUpdateRoleRequest

func (NullableUpdateRoleRequest) Get ¶

func (NullableUpdateRoleRequest) IsSet ¶

func (v NullableUpdateRoleRequest) IsSet() bool

func (NullableUpdateRoleRequest) MarshalJSON ¶

func (v NullableUpdateRoleRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateRoleRequest) Set ¶

func (*NullableUpdateRoleRequest) UnmarshalJSON ¶

func (v *NullableUpdateRoleRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateRoleRequest) Unset ¶

func (v *NullableUpdateRoleRequest) Unset()

type NullableUpdateSignInExp200Response ¶

type NullableUpdateSignInExp200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200Response) Get ¶

func (NullableUpdateSignInExp200Response) IsSet ¶

func (NullableUpdateSignInExp200Response) MarshalJSON ¶

func (v NullableUpdateSignInExp200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExp200Response) Set ¶

func (*NullableUpdateSignInExp200Response) UnmarshalJSON ¶

func (v *NullableUpdateSignInExp200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExp200Response) Unset ¶

type NullableUpdateSignInExp200ResponseColor ¶

type NullableUpdateSignInExp200ResponseColor struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponseColor) Get ¶

func (NullableUpdateSignInExp200ResponseColor) IsSet ¶

func (NullableUpdateSignInExp200ResponseColor) MarshalJSON ¶

func (v NullableUpdateSignInExp200ResponseColor) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExp200ResponseColor) Set ¶

func (*NullableUpdateSignInExp200ResponseColor) UnmarshalJSON ¶

func (v *NullableUpdateSignInExp200ResponseColor) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExp200ResponseColor) Unset ¶

type NullableUpdateSignInExp200ResponseLanguageInfo ¶

type NullableUpdateSignInExp200ResponseLanguageInfo struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponseLanguageInfo) Get ¶

func (NullableUpdateSignInExp200ResponseLanguageInfo) IsSet ¶

func (NullableUpdateSignInExp200ResponseLanguageInfo) MarshalJSON ¶

func (*NullableUpdateSignInExp200ResponseLanguageInfo) Set ¶

func (*NullableUpdateSignInExp200ResponseLanguageInfo) UnmarshalJSON ¶

func (*NullableUpdateSignInExp200ResponseLanguageInfo) Unset ¶

type NullableUpdateSignInExp200ResponseMfa ¶

type NullableUpdateSignInExp200ResponseMfa struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponseMfa) Get ¶

func (NullableUpdateSignInExp200ResponseMfa) IsSet ¶

func (NullableUpdateSignInExp200ResponseMfa) MarshalJSON ¶

func (v NullableUpdateSignInExp200ResponseMfa) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExp200ResponseMfa) Set ¶

func (*NullableUpdateSignInExp200ResponseMfa) UnmarshalJSON ¶

func (v *NullableUpdateSignInExp200ResponseMfa) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExp200ResponseMfa) Unset ¶

type NullableUpdateSignInExp200ResponsePasswordPolicy ¶

type NullableUpdateSignInExp200ResponsePasswordPolicy struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponsePasswordPolicy) Get ¶

func (NullableUpdateSignInExp200ResponsePasswordPolicy) IsSet ¶

func (NullableUpdateSignInExp200ResponsePasswordPolicy) MarshalJSON ¶

func (*NullableUpdateSignInExp200ResponsePasswordPolicy) Set ¶

func (*NullableUpdateSignInExp200ResponsePasswordPolicy) UnmarshalJSON ¶

func (*NullableUpdateSignInExp200ResponsePasswordPolicy) Unset ¶

type NullableUpdateSignInExp200ResponseSignIn ¶

type NullableUpdateSignInExp200ResponseSignIn struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponseSignIn) Get ¶

func (NullableUpdateSignInExp200ResponseSignIn) IsSet ¶

func (NullableUpdateSignInExp200ResponseSignIn) MarshalJSON ¶

func (*NullableUpdateSignInExp200ResponseSignIn) Set ¶

func (*NullableUpdateSignInExp200ResponseSignIn) UnmarshalJSON ¶

func (v *NullableUpdateSignInExp200ResponseSignIn) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExp200ResponseSignIn) Unset ¶

type NullableUpdateSignInExp200ResponseSignUp ¶

type NullableUpdateSignInExp200ResponseSignUp struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExp200ResponseSignUp) Get ¶

func (NullableUpdateSignInExp200ResponseSignUp) IsSet ¶

func (NullableUpdateSignInExp200ResponseSignUp) MarshalJSON ¶

func (*NullableUpdateSignInExp200ResponseSignUp) Set ¶

func (*NullableUpdateSignInExp200ResponseSignUp) UnmarshalJSON ¶

func (v *NullableUpdateSignInExp200ResponseSignUp) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExp200ResponseSignUp) Unset ¶

type NullableUpdateSignInExpRequest ¶

type NullableUpdateSignInExpRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequest) Get ¶

func (NullableUpdateSignInExpRequest) IsSet ¶

func (NullableUpdateSignInExpRequest) MarshalJSON ¶

func (v NullableUpdateSignInExpRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExpRequest) Set ¶

func (*NullableUpdateSignInExpRequest) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequest) Unset ¶

func (v *NullableUpdateSignInExpRequest) Unset()

type NullableUpdateSignInExpRequestColor ¶

type NullableUpdateSignInExpRequestColor struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequestColor) Get ¶

func (NullableUpdateSignInExpRequestColor) IsSet ¶

func (NullableUpdateSignInExpRequestColor) MarshalJSON ¶

func (v NullableUpdateSignInExpRequestColor) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExpRequestColor) Set ¶

func (*NullableUpdateSignInExpRequestColor) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequestColor) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequestColor) Unset ¶

type NullableUpdateSignInExpRequestLanguageInfo ¶

type NullableUpdateSignInExpRequestLanguageInfo struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequestLanguageInfo) Get ¶

func (NullableUpdateSignInExpRequestLanguageInfo) IsSet ¶

func (NullableUpdateSignInExpRequestLanguageInfo) MarshalJSON ¶

func (*NullableUpdateSignInExpRequestLanguageInfo) Set ¶

func (*NullableUpdateSignInExpRequestLanguageInfo) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequestLanguageInfo) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequestLanguageInfo) Unset ¶

type NullableUpdateSignInExpRequestSignIn ¶

type NullableUpdateSignInExpRequestSignIn struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequestSignIn) Get ¶

func (NullableUpdateSignInExpRequestSignIn) IsSet ¶

func (NullableUpdateSignInExpRequestSignIn) MarshalJSON ¶

func (v NullableUpdateSignInExpRequestSignIn) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExpRequestSignIn) Set ¶

func (*NullableUpdateSignInExpRequestSignIn) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequestSignIn) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequestSignIn) Unset ¶

type NullableUpdateSignInExpRequestSignUp ¶

type NullableUpdateSignInExpRequestSignUp struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequestSignUp) Get ¶

func (NullableUpdateSignInExpRequestSignUp) IsSet ¶

func (NullableUpdateSignInExpRequestSignUp) MarshalJSON ¶

func (v NullableUpdateSignInExpRequestSignUp) MarshalJSON() ([]byte, error)

func (*NullableUpdateSignInExpRequestSignUp) Set ¶

func (*NullableUpdateSignInExpRequestSignUp) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequestSignUp) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequestSignUp) Unset ¶

type NullableUpdateSignInExpRequestTermsOfUseUrl ¶

type NullableUpdateSignInExpRequestTermsOfUseUrl struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSignInExpRequestTermsOfUseUrl) Get ¶

func (NullableUpdateSignInExpRequestTermsOfUseUrl) IsSet ¶

func (NullableUpdateSignInExpRequestTermsOfUseUrl) MarshalJSON ¶

func (*NullableUpdateSignInExpRequestTermsOfUseUrl) Set ¶

func (*NullableUpdateSignInExpRequestTermsOfUseUrl) UnmarshalJSON ¶

func (v *NullableUpdateSignInExpRequestTermsOfUseUrl) UnmarshalJSON(src []byte) error

func (*NullableUpdateSignInExpRequestTermsOfUseUrl) Unset ¶

type NullableUpdateSsoConnectorRequest ¶

type NullableUpdateSsoConnectorRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateSsoConnectorRequest) Get ¶

func (NullableUpdateSsoConnectorRequest) IsSet ¶

func (NullableUpdateSsoConnectorRequest) MarshalJSON ¶

func (v NullableUpdateSsoConnectorRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateSsoConnectorRequest) Set ¶

func (*NullableUpdateSsoConnectorRequest) UnmarshalJSON ¶

func (v *NullableUpdateSsoConnectorRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateSsoConnectorRequest) Unset ¶

type NullableUpdateUser200Response ¶

type NullableUpdateUser200Response struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUser200Response) Get ¶

func (NullableUpdateUser200Response) IsSet ¶

func (NullableUpdateUser200Response) MarshalJSON ¶

func (v NullableUpdateUser200Response) MarshalJSON() ([]byte, error)

func (*NullableUpdateUser200Response) Set ¶

func (*NullableUpdateUser200Response) UnmarshalJSON ¶

func (v *NullableUpdateUser200Response) UnmarshalJSON(src []byte) error

func (*NullableUpdateUser200Response) Unset ¶

func (v *NullableUpdateUser200Response) Unset()

type NullableUpdateUserCustomDataRequest ¶

type NullableUpdateUserCustomDataRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserCustomDataRequest) Get ¶

func (NullableUpdateUserCustomDataRequest) IsSet ¶

func (NullableUpdateUserCustomDataRequest) MarshalJSON ¶

func (v NullableUpdateUserCustomDataRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserCustomDataRequest) Set ¶

func (*NullableUpdateUserCustomDataRequest) UnmarshalJSON ¶

func (v *NullableUpdateUserCustomDataRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserCustomDataRequest) Unset ¶

type NullableUpdateUserIsSuspendedRequest ¶

type NullableUpdateUserIsSuspendedRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserIsSuspendedRequest) Get ¶

func (NullableUpdateUserIsSuspendedRequest) IsSet ¶

func (NullableUpdateUserIsSuspendedRequest) MarshalJSON ¶

func (v NullableUpdateUserIsSuspendedRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserIsSuspendedRequest) Set ¶

func (*NullableUpdateUserIsSuspendedRequest) UnmarshalJSON ¶

func (v *NullableUpdateUserIsSuspendedRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserIsSuspendedRequest) Unset ¶

type NullableUpdateUserPasswordRequest ¶

type NullableUpdateUserPasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserPasswordRequest) Get ¶

func (NullableUpdateUserPasswordRequest) IsSet ¶

func (NullableUpdateUserPasswordRequest) MarshalJSON ¶

func (v NullableUpdateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserPasswordRequest) Set ¶

func (*NullableUpdateUserPasswordRequest) UnmarshalJSON ¶

func (v *NullableUpdateUserPasswordRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserPasswordRequest) Unset ¶

type NullableUpdateUserProfileRequest ¶

type NullableUpdateUserProfileRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserProfileRequest) Get ¶

func (NullableUpdateUserProfileRequest) IsSet ¶

func (NullableUpdateUserProfileRequest) MarshalJSON ¶

func (v NullableUpdateUserProfileRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserProfileRequest) Set ¶

func (*NullableUpdateUserProfileRequest) UnmarshalJSON ¶

func (v *NullableUpdateUserProfileRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserProfileRequest) Unset ¶

type NullableUpdateUserProfileRequestProfile ¶

type NullableUpdateUserProfileRequestProfile struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserProfileRequestProfile) Get ¶

func (NullableUpdateUserProfileRequestProfile) IsSet ¶

func (NullableUpdateUserProfileRequestProfile) MarshalJSON ¶

func (v NullableUpdateUserProfileRequestProfile) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserProfileRequestProfile) Set ¶

func (*NullableUpdateUserProfileRequestProfile) UnmarshalJSON ¶

func (v *NullableUpdateUserProfileRequestProfile) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserProfileRequestProfile) Unset ¶

type NullableUpdateUserRequest ¶

type NullableUpdateUserRequest struct {
	// contains filtered or unexported fields
}

func NewNullableUpdateUserRequest ¶

func NewNullableUpdateUserRequest(val *UpdateUserRequest) *NullableUpdateUserRequest

func (NullableUpdateUserRequest) Get ¶

func (NullableUpdateUserRequest) IsSet ¶

func (v NullableUpdateUserRequest) IsSet() bool

func (NullableUpdateUserRequest) MarshalJSON ¶

func (v NullableUpdateUserRequest) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequest) Set ¶

func (*NullableUpdateUserRequest) UnmarshalJSON ¶

func (v *NullableUpdateUserRequest) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequest) Unset ¶

func (v *NullableUpdateUserRequest) Unset()

type NullableUpdateUserRequestAvatar ¶

type NullableUpdateUserRequestAvatar struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserRequestAvatar) Get ¶

func (NullableUpdateUserRequestAvatar) IsSet ¶

func (NullableUpdateUserRequestAvatar) MarshalJSON ¶

func (v NullableUpdateUserRequestAvatar) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequestAvatar) Set ¶

func (*NullableUpdateUserRequestAvatar) UnmarshalJSON ¶

func (v *NullableUpdateUserRequestAvatar) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequestAvatar) Unset ¶

type NullableUpdateUserRequestName ¶

type NullableUpdateUserRequestName struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserRequestName) Get ¶

func (NullableUpdateUserRequestName) IsSet ¶

func (NullableUpdateUserRequestName) MarshalJSON ¶

func (v NullableUpdateUserRequestName) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequestName) Set ¶

func (*NullableUpdateUserRequestName) UnmarshalJSON ¶

func (v *NullableUpdateUserRequestName) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequestName) Unset ¶

func (v *NullableUpdateUserRequestName) Unset()

type NullableUpdateUserRequestPrimaryEmail ¶

type NullableUpdateUserRequestPrimaryEmail struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserRequestPrimaryEmail) Get ¶

func (NullableUpdateUserRequestPrimaryEmail) IsSet ¶

func (NullableUpdateUserRequestPrimaryEmail) MarshalJSON ¶

func (v NullableUpdateUserRequestPrimaryEmail) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequestPrimaryEmail) Set ¶

func (*NullableUpdateUserRequestPrimaryEmail) UnmarshalJSON ¶

func (v *NullableUpdateUserRequestPrimaryEmail) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequestPrimaryEmail) Unset ¶

type NullableUpdateUserRequestPrimaryPhone ¶

type NullableUpdateUserRequestPrimaryPhone struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserRequestPrimaryPhone) Get ¶

func (NullableUpdateUserRequestPrimaryPhone) IsSet ¶

func (NullableUpdateUserRequestPrimaryPhone) MarshalJSON ¶

func (v NullableUpdateUserRequestPrimaryPhone) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequestPrimaryPhone) Set ¶

func (*NullableUpdateUserRequestPrimaryPhone) UnmarshalJSON ¶

func (v *NullableUpdateUserRequestPrimaryPhone) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequestPrimaryPhone) Unset ¶

type NullableUpdateUserRequestUsername ¶

type NullableUpdateUserRequestUsername struct {
	// contains filtered or unexported fields
}

func (NullableUpdateUserRequestUsername) Get ¶

func (NullableUpdateUserRequestUsername) IsSet ¶

func (NullableUpdateUserRequestUsername) MarshalJSON ¶

func (v NullableUpdateUserRequestUsername) MarshalJSON() ([]byte, error)

func (*NullableUpdateUserRequestUsername) Set ¶

func (*NullableUpdateUserRequestUsername) UnmarshalJSON ¶

func (v *NullableUpdateUserRequestUsername) UnmarshalJSON(src []byte) error

func (*NullableUpdateUserRequestUsername) Unset ¶

type NullableUpsertJwtCustomizerRequest ¶

type NullableUpsertJwtCustomizerRequest struct {
	// contains filtered or unexported fields
}

func (NullableUpsertJwtCustomizerRequest) Get ¶

func (NullableUpsertJwtCustomizerRequest) IsSet ¶

func (NullableUpsertJwtCustomizerRequest) MarshalJSON ¶

func (v NullableUpsertJwtCustomizerRequest) MarshalJSON() ([]byte, error)

func (*NullableUpsertJwtCustomizerRequest) Set ¶

func (*NullableUpsertJwtCustomizerRequest) UnmarshalJSON ¶

func (v *NullableUpsertJwtCustomizerRequest) UnmarshalJSON(src []byte) error

func (*NullableUpsertJwtCustomizerRequest) Unset ¶

type NullableVerifyUserPasswordRequest ¶

type NullableVerifyUserPasswordRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyUserPasswordRequest) Get ¶

func (NullableVerifyUserPasswordRequest) IsSet ¶

func (NullableVerifyUserPasswordRequest) MarshalJSON ¶

func (v NullableVerifyUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyUserPasswordRequest) Set ¶

func (*NullableVerifyUserPasswordRequest) UnmarshalJSON ¶

func (v *NullableVerifyUserPasswordRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyUserPasswordRequest) Unset ¶

type NullableVerifyVerificationCodeRequest ¶

type NullableVerifyVerificationCodeRequest struct {
	// contains filtered or unexported fields
}

func (NullableVerifyVerificationCodeRequest) Get ¶

func (NullableVerifyVerificationCodeRequest) IsSet ¶

func (NullableVerifyVerificationCodeRequest) MarshalJSON ¶

func (v NullableVerifyVerificationCodeRequest) MarshalJSON() ([]byte, error)

func (*NullableVerifyVerificationCodeRequest) Set ¶

func (*NullableVerifyVerificationCodeRequest) UnmarshalJSON ¶

func (v *NullableVerifyVerificationCodeRequest) UnmarshalJSON(src []byte) error

func (*NullableVerifyVerificationCodeRequest) Unset ¶

type OrganizationInvitationsAPIService ¶

type OrganizationInvitationsAPIService service

OrganizationInvitationsAPIService OrganizationInvitationsAPI service

func (*OrganizationInvitationsAPIService) CreateOrganizationInvitation ¶

CreateOrganizationInvitation Create organization invitation

Create an organization invitation and optionally send it via email. The tenant should have an email connector configured if you want to send the invitation via email at this point.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrganizationInvitationRequest

func (*OrganizationInvitationsAPIService) CreateOrganizationInvitationExecute ¶

func (a *OrganizationInvitationsAPIService) CreateOrganizationInvitationExecute(r ApiCreateOrganizationInvitationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationInvitationsAPIService) CreateOrganizationInvitationMessage ¶

CreateOrganizationInvitationMessage Resend invitation message

Resend the invitation message to the invitee.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization invitation.
@return ApiCreateOrganizationInvitationMessageRequest

func (*OrganizationInvitationsAPIService) CreateOrganizationInvitationMessageExecute ¶

func (a *OrganizationInvitationsAPIService) CreateOrganizationInvitationMessageExecute(r ApiCreateOrganizationInvitationMessageRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationInvitationsAPIService) DeleteOrganizationInvitation ¶

DeleteOrganizationInvitation Delete organization invitation

Delete an organization invitation by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization invitation.
@return ApiDeleteOrganizationInvitationRequest

func (*OrganizationInvitationsAPIService) DeleteOrganizationInvitationExecute ¶

func (a *OrganizationInvitationsAPIService) DeleteOrganizationInvitationExecute(r ApiDeleteOrganizationInvitationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationInvitationsAPIService) GetOrganizationInvitation ¶

GetOrganizationInvitation Get organization invitation

Get an organization invitation by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization invitation.
@return ApiGetOrganizationInvitationRequest

func (*OrganizationInvitationsAPIService) GetOrganizationInvitationExecute ¶

Execute executes the request

@return GetOrganizationInvitation200Response

func (*OrganizationInvitationsAPIService) ListOrganizationInvitations ¶

ListOrganizationInvitations Get organization invitations

Get organization invitations.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrganizationInvitationsRequest

func (*OrganizationInvitationsAPIService) ListOrganizationInvitationsExecute ¶

Execute executes the request

@return []GetOrganizationInvitation200Response

func (*OrganizationInvitationsAPIService) ReplaceOrganizationInvitationStatus ¶

ReplaceOrganizationInvitationStatus Update organization invitation status

Update the status of an organization invitation by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization invitation.
@return ApiReplaceOrganizationInvitationStatusRequest

func (*OrganizationInvitationsAPIService) ReplaceOrganizationInvitationStatusExecute ¶

Execute executes the request

@return GetOrganizationInvitation200Response

type OrganizationRolesAPIService ¶

type OrganizationRolesAPIService service

OrganizationRolesAPIService OrganizationRolesAPI service

func (*OrganizationRolesAPIService) CreateOrganizationRole ¶

CreateOrganizationRole Create an organization role

Create a new organization role with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrganizationRoleRequest

func (*OrganizationRolesAPIService) CreateOrganizationRoleExecute ¶

func (a *OrganizationRolesAPIService) CreateOrganizationRoleExecute(r ApiCreateOrganizationRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) CreateOrganizationRoleResourceScope ¶

CreateOrganizationRoleResourceScope Assign resource scopes to organization role

Assign resource scopes to the specified organization role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiCreateOrganizationRoleResourceScopeRequest

func (*OrganizationRolesAPIService) CreateOrganizationRoleResourceScopeExecute ¶

func (a *OrganizationRolesAPIService) CreateOrganizationRoleResourceScopeExecute(r ApiCreateOrganizationRoleResourceScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) CreateOrganizationRoleScope ¶

CreateOrganizationRoleScope Assign organization scopes to organization role

Assign organization scopes to the specified organization role

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiCreateOrganizationRoleScopeRequest

func (*OrganizationRolesAPIService) CreateOrganizationRoleScopeExecute ¶

func (a *OrganizationRolesAPIService) CreateOrganizationRoleScopeExecute(r ApiCreateOrganizationRoleScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) DeleteOrganizationRole ¶

DeleteOrganizationRole Delete organization role

Delete organization role by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiDeleteOrganizationRoleRequest

func (*OrganizationRolesAPIService) DeleteOrganizationRoleExecute ¶

func (a *OrganizationRolesAPIService) DeleteOrganizationRoleExecute(r ApiDeleteOrganizationRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) DeleteOrganizationRoleResourceScope ¶

func (a *OrganizationRolesAPIService) DeleteOrganizationRoleResourceScope(ctx context.Context, id string, scopeId string) ApiDeleteOrganizationRoleResourceScopeRequest

DeleteOrganizationRoleResourceScope Remove resource scope

Remove a resource scope assignment from the specified organization role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@param scopeId The unique identifier of the scope.
@return ApiDeleteOrganizationRoleResourceScopeRequest

func (*OrganizationRolesAPIService) DeleteOrganizationRoleResourceScopeExecute ¶

func (a *OrganizationRolesAPIService) DeleteOrganizationRoleResourceScopeExecute(r ApiDeleteOrganizationRoleResourceScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) DeleteOrganizationRoleScope ¶

func (a *OrganizationRolesAPIService) DeleteOrganizationRoleScope(ctx context.Context, id string, organizationScopeId string) ApiDeleteOrganizationRoleScopeRequest

DeleteOrganizationRoleScope Remove organization scope

Remove a organization scope assignment from the specified organization role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@param organizationScopeId The unique identifier of the organization scope.
@return ApiDeleteOrganizationRoleScopeRequest

func (*OrganizationRolesAPIService) DeleteOrganizationRoleScopeExecute ¶

func (a *OrganizationRolesAPIService) DeleteOrganizationRoleScopeExecute(r ApiDeleteOrganizationRoleScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) GetOrganizationRole ¶

GetOrganizationRole Get organization role

Get organization role details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiGetOrganizationRoleRequest

func (*OrganizationRolesAPIService) GetOrganizationRoleExecute ¶

Execute executes the request

@return GetOrganizationRole200Response

func (*OrganizationRolesAPIService) ListOrganizationRoleResourceScopes ¶

ListOrganizationRoleResourceScopes Get organization role resource scopes

Get all resource scopes that are assigned to the specified organization role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiListOrganizationRoleResourceScopesRequest

func (*OrganizationRolesAPIService) ListOrganizationRoleResourceScopesExecute ¶

Execute executes the request

@return []ListResources200ResponseInnerScopesInner

func (*OrganizationRolesAPIService) ListOrganizationRoleScopes ¶

ListOrganizationRoleScopes Get organization role scopes

Get all organization scopes that are assigned to the specified organization role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiListOrganizationRoleScopesRequest

func (*OrganizationRolesAPIService) ListOrganizationRoleScopesExecute ¶

Execute executes the request

@return []ListOrganizationRoleScopes200ResponseInner

func (*OrganizationRolesAPIService) ListOrganizationRoles ¶

ListOrganizationRoles Get organization roles

Get organization roles with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrganizationRolesRequest

func (*OrganizationRolesAPIService) ListOrganizationRolesExecute ¶

Execute executes the request

@return []ListOrganizationRoles200ResponseInner

func (*OrganizationRolesAPIService) ReplaceOrganizationRoleResourceScopes ¶

func (a *OrganizationRolesAPIService) ReplaceOrganizationRoleResourceScopes(ctx context.Context, id string) ApiReplaceOrganizationRoleResourceScopesRequest

ReplaceOrganizationRoleResourceScopes Replace resource scopes for organization role

Replace all resource scopes that are assigned to the specified organization role with the given resource scopes. This effectively removes all existing organization scope assignments and replaces them with the new ones.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiReplaceOrganizationRoleResourceScopesRequest

func (*OrganizationRolesAPIService) ReplaceOrganizationRoleResourceScopesExecute ¶

func (a *OrganizationRolesAPIService) ReplaceOrganizationRoleResourceScopesExecute(r ApiReplaceOrganizationRoleResourceScopesRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) ReplaceOrganizationRoleScopes ¶

ReplaceOrganizationRoleScopes Replace organization scopes for organization role

Replace all organization scopes that are assigned to the specified organization role with the given organization scopes. This effectively removes all existing organization scope assignments and replaces them with the new ones.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiReplaceOrganizationRoleScopesRequest

func (*OrganizationRolesAPIService) ReplaceOrganizationRoleScopesExecute ¶

func (a *OrganizationRolesAPIService) ReplaceOrganizationRoleScopesExecute(r ApiReplaceOrganizationRoleScopesRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationRolesAPIService) UpdateOrganizationRole ¶

UpdateOrganizationRole Update organization role

Update organization role details by ID with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization role.
@return ApiUpdateOrganizationRoleRequest

func (*OrganizationRolesAPIService) UpdateOrganizationRoleExecute ¶

Execute executes the request

@return GetOrganizationRole200Response

type OrganizationScopesAPIService ¶

type OrganizationScopesAPIService service

OrganizationScopesAPIService OrganizationScopesAPI service

func (*OrganizationScopesAPIService) CreateOrganizationScope ¶

CreateOrganizationScope Create an organization scope

Create a new organization scope with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrganizationScopeRequest

func (*OrganizationScopesAPIService) CreateOrganizationScopeExecute ¶

func (a *OrganizationScopesAPIService) CreateOrganizationScopeExecute(r ApiCreateOrganizationScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationScopesAPIService) DeleteOrganizationScope ¶

DeleteOrganizationScope Delete organization scope

Delete organization scope by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization scope.
@return ApiDeleteOrganizationScopeRequest

func (*OrganizationScopesAPIService) DeleteOrganizationScopeExecute ¶

func (a *OrganizationScopesAPIService) DeleteOrganizationScopeExecute(r ApiDeleteOrganizationScopeRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationScopesAPIService) GetOrganizationScope ¶

GetOrganizationScope Get organization scope

Get organization scope details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization scope.
@return ApiGetOrganizationScopeRequest

func (*OrganizationScopesAPIService) GetOrganizationScopeExecute ¶

Execute executes the request

@return ListOrganizationRoleScopes200ResponseInner

func (*OrganizationScopesAPIService) ListOrganizationScopes ¶

ListOrganizationScopes Get organization scopes

Get organization scopes that match with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrganizationScopesRequest

func (*OrganizationScopesAPIService) ListOrganizationScopesExecute ¶

Execute executes the request

@return []ListOrganizationRoleScopes200ResponseInner

func (*OrganizationScopesAPIService) UpdateOrganizationScope ¶

UpdateOrganizationScope Update organization scope

Update organization scope details by ID with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization scope.
@return ApiUpdateOrganizationScopeRequest

func (*OrganizationScopesAPIService) UpdateOrganizationScopeExecute ¶

Execute executes the request

@return ListOrganizationRoleScopes200ResponseInner

type OrganizationsAPIService ¶

type OrganizationsAPIService service

OrganizationsAPIService OrganizationsAPI service

func (*OrganizationsAPIService) AddOrganizationApplications ¶

AddOrganizationApplications Add organization application

Add an application to the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiAddOrganizationApplicationsRequest

func (*OrganizationsAPIService) AddOrganizationApplicationsExecute ¶

func (a *OrganizationsAPIService) AddOrganizationApplicationsExecute(r ApiAddOrganizationApplicationsRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) AddOrganizationUsers ¶

AddOrganizationUsers Add user members to organization

Add users as members to the specified organization with the given user IDs.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiAddOrganizationUsersRequest

func (*OrganizationsAPIService) AddOrganizationUsersExecute ¶

func (a *OrganizationsAPIService) AddOrganizationUsersExecute(r ApiAddOrganizationUsersRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) AssignOrganizationRolesToApplication ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToApplication(ctx context.Context, id string, applicationId string) ApiAssignOrganizationRolesToApplicationRequest

AssignOrganizationRolesToApplication Add organization application role

Add a role to the application in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param applicationId The unique identifier of the application.
@return ApiAssignOrganizationRolesToApplicationRequest

func (*OrganizationsAPIService) AssignOrganizationRolesToApplicationExecute ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToApplicationExecute(r ApiAssignOrganizationRolesToApplicationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) AssignOrganizationRolesToApplications ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToApplications(ctx context.Context, id string) ApiAssignOrganizationRolesToApplicationsRequest

AssignOrganizationRolesToApplications Assign roles to applications in an organization

Assign roles to applications in the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiAssignOrganizationRolesToApplicationsRequest

func (*OrganizationsAPIService) AssignOrganizationRolesToApplicationsExecute ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToApplicationsExecute(r ApiAssignOrganizationRolesToApplicationsRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) AssignOrganizationRolesToUser ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToUser(ctx context.Context, id string, userId string) ApiAssignOrganizationRolesToUserRequest

AssignOrganizationRolesToUser Assign roles to a user in an organization

Assign roles to a user in the specified organization with the provided data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@return ApiAssignOrganizationRolesToUserRequest

func (*OrganizationsAPIService) AssignOrganizationRolesToUserExecute ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToUserExecute(r ApiAssignOrganizationRolesToUserRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) AssignOrganizationRolesToUsers ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToUsers(ctx context.Context, id string) ApiAssignOrganizationRolesToUsersRequest

AssignOrganizationRolesToUsers Assign roles to organization user members

Assign roles to user members of the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiAssignOrganizationRolesToUsersRequest

func (*OrganizationsAPIService) AssignOrganizationRolesToUsersExecute ¶

func (a *OrganizationsAPIService) AssignOrganizationRolesToUsersExecute(r ApiAssignOrganizationRolesToUsersRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) CreateOrganization ¶

CreateOrganization Create an organization

Create a new organization with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateOrganizationRequest

func (*OrganizationsAPIService) CreateOrganizationExecute ¶

func (a *OrganizationsAPIService) CreateOrganizationExecute(r ApiCreateOrganizationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) CreateOrganizationJitEmailDomain ¶

func (a *OrganizationsAPIService) CreateOrganizationJitEmailDomain(ctx context.Context, id string) ApiCreateOrganizationJitEmailDomainRequest

CreateOrganizationJitEmailDomain Add organization JIT email domain

Add a new email domain for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiCreateOrganizationJitEmailDomainRequest

func (*OrganizationsAPIService) CreateOrganizationJitEmailDomainExecute ¶

func (a *OrganizationsAPIService) CreateOrganizationJitEmailDomainExecute(r ApiCreateOrganizationJitEmailDomainRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) CreateOrganizationJitRole ¶

CreateOrganizationJitRole Add organization JIT default roles

Add new organization roles that will be assigned to users during just-in-time provisioning.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiCreateOrganizationJitRoleRequest

func (*OrganizationsAPIService) CreateOrganizationJitRoleExecute ¶

func (a *OrganizationsAPIService) CreateOrganizationJitRoleExecute(r ApiCreateOrganizationJitRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) CreateOrganizationJitSsoConnector ¶

func (a *OrganizationsAPIService) CreateOrganizationJitSsoConnector(ctx context.Context, id string) ApiCreateOrganizationJitSsoConnectorRequest

CreateOrganizationJitSsoConnector Add organization JIT SSO connectors

Add new enterprise SSO connectors for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiCreateOrganizationJitSsoConnectorRequest

func (*OrganizationsAPIService) CreateOrganizationJitSsoConnectorExecute ¶

func (a *OrganizationsAPIService) CreateOrganizationJitSsoConnectorExecute(r ApiCreateOrganizationJitSsoConnectorRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganization ¶

DeleteOrganization Delete organization

Delete organization by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiDeleteOrganizationRequest

func (*OrganizationsAPIService) DeleteOrganizationApplication ¶

func (a *OrganizationsAPIService) DeleteOrganizationApplication(ctx context.Context, id string, applicationId string) ApiDeleteOrganizationApplicationRequest

DeleteOrganizationApplication Remove organization application

Remove an application from the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param applicationId The unique identifier of the application.
@return ApiDeleteOrganizationApplicationRequest

func (*OrganizationsAPIService) DeleteOrganizationApplicationExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationApplicationExecute(r ApiDeleteOrganizationApplicationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationApplicationRole ¶

func (a *OrganizationsAPIService) DeleteOrganizationApplicationRole(ctx context.Context, id string, applicationId string, organizationRoleId string) ApiDeleteOrganizationApplicationRoleRequest

DeleteOrganizationApplicationRole Remove organization application role

Remove a role from the application in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param applicationId The unique identifier of the application.
@param organizationRoleId The unique identifier of the organization role.
@return ApiDeleteOrganizationApplicationRoleRequest

func (*OrganizationsAPIService) DeleteOrganizationApplicationRoleExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationApplicationRoleExecute(r ApiDeleteOrganizationApplicationRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationExecute(r ApiDeleteOrganizationRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationJitEmailDomain ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitEmailDomain(ctx context.Context, id string, emailDomain string) ApiDeleteOrganizationJitEmailDomainRequest

DeleteOrganizationJitEmailDomain Remove organization JIT email domain

Remove an email domain for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param emailDomain The email domain to remove.
@return ApiDeleteOrganizationJitEmailDomainRequest

func (*OrganizationsAPIService) DeleteOrganizationJitEmailDomainExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitEmailDomainExecute(r ApiDeleteOrganizationJitEmailDomainRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationJitRole ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitRole(ctx context.Context, id string, organizationRoleId string) ApiDeleteOrganizationJitRoleRequest

DeleteOrganizationJitRole Remove organization JIT default role

Remove an organization role that will be assigned to users during just-in-time provisioning.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param organizationRoleId The unique identifier of the organization role.
@return ApiDeleteOrganizationJitRoleRequest

func (*OrganizationsAPIService) DeleteOrganizationJitRoleExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitRoleExecute(r ApiDeleteOrganizationJitRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationJitSsoConnector ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitSsoConnector(ctx context.Context, id string, ssoConnectorId string) ApiDeleteOrganizationJitSsoConnectorRequest

DeleteOrganizationJitSsoConnector Remove organization JIT SSO connector

Remove an enterprise SSO connector for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param ssoConnectorId The unique identifier of the sso connector.
@return ApiDeleteOrganizationJitSsoConnectorRequest

func (*OrganizationsAPIService) DeleteOrganizationJitSsoConnectorExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationJitSsoConnectorExecute(r ApiDeleteOrganizationJitSsoConnectorRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationUser ¶

func (a *OrganizationsAPIService) DeleteOrganizationUser(ctx context.Context, id string, userId string) ApiDeleteOrganizationUserRequest

DeleteOrganizationUser Remove user member from organization

Remove a user's membership from the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@return ApiDeleteOrganizationUserRequest

func (*OrganizationsAPIService) DeleteOrganizationUserExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationUserExecute(r ApiDeleteOrganizationUserRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) DeleteOrganizationUserRole ¶

func (a *OrganizationsAPIService) DeleteOrganizationUserRole(ctx context.Context, id string, userId string, organizationRoleId string) ApiDeleteOrganizationUserRoleRequest

DeleteOrganizationUserRole Remove a role from a user in an organization

Remove a role assignment from a user in the specified organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@param organizationRoleId The unique identifier of the organization role.
@return ApiDeleteOrganizationUserRoleRequest

func (*OrganizationsAPIService) DeleteOrganizationUserRoleExecute ¶

func (a *OrganizationsAPIService) DeleteOrganizationUserRoleExecute(r ApiDeleteOrganizationUserRoleRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) GetOrganization ¶

GetOrganization Get organization

Get organization details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiGetOrganizationRequest

func (*OrganizationsAPIService) GetOrganizationExecute ¶

Execute executes the request

@return ListApplicationUserConsentOrganizations200ResponseOrganizationsInner

func (*OrganizationsAPIService) ListOrganizationApplicationRoles ¶

func (a *OrganizationsAPIService) ListOrganizationApplicationRoles(ctx context.Context, id string, applicationId string) ApiListOrganizationApplicationRolesRequest

ListOrganizationApplicationRoles Get organization application roles

Get roles associated with the application in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param applicationId The unique identifier of the application.
@return ApiListOrganizationApplicationRolesRequest

func (*OrganizationsAPIService) ListOrganizationApplicationRolesExecute ¶

Execute executes the request

@return []GetOrganizationRole200Response

func (*OrganizationsAPIService) ListOrganizationApplications ¶

func (a *OrganizationsAPIService) ListOrganizationApplications(ctx context.Context, id string) ApiListOrganizationApplicationsRequest

ListOrganizationApplications Get organization applications

Get applications associated with the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiListOrganizationApplicationsRequest

func (*OrganizationsAPIService) ListOrganizationApplicationsExecute ¶

Execute executes the request

@return []ListOrganizationApplications200ResponseInner

func (*OrganizationsAPIService) ListOrganizationJitEmailDomains ¶

func (a *OrganizationsAPIService) ListOrganizationJitEmailDomains(ctx context.Context, id string) ApiListOrganizationJitEmailDomainsRequest

ListOrganizationJitEmailDomains Get organization JIT email domains

Get email domains for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiListOrganizationJitEmailDomainsRequest

func (*OrganizationsAPIService) ListOrganizationJitEmailDomainsExecute ¶

Execute executes the request

@return []ListOrganizationJitEmailDomains200ResponseInner

func (*OrganizationsAPIService) ListOrganizationJitRoles ¶

ListOrganizationJitRoles Get organization JIT default roles

Get organization roles that will be assigned to users during just-in-time provisioning.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiListOrganizationJitRolesRequest

func (*OrganizationsAPIService) ListOrganizationJitRolesExecute ¶

Execute executes the request

@return []GetOrganizationRole200Response

func (*OrganizationsAPIService) ListOrganizationJitSsoConnectors ¶

func (a *OrganizationsAPIService) ListOrganizationJitSsoConnectors(ctx context.Context, id string) ApiListOrganizationJitSsoConnectorsRequest

ListOrganizationJitSsoConnectors Get organization JIT SSO connectors

Get enterprise SSO connectors for just-in-time provisioning of users in the organization.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiListOrganizationJitSsoConnectorsRequest

func (*OrganizationsAPIService) ListOrganizationJitSsoConnectorsExecute ¶

Execute executes the request

@return []ListOrganizationJitSsoConnectors200ResponseInner

func (*OrganizationsAPIService) ListOrganizationUserRoles ¶

func (a *OrganizationsAPIService) ListOrganizationUserRoles(ctx context.Context, id string, userId string) ApiListOrganizationUserRolesRequest

ListOrganizationUserRoles Get roles for a user in an organization

Get roles assigned to a user in the specified organization with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@return ApiListOrganizationUserRolesRequest

func (*OrganizationsAPIService) ListOrganizationUserRolesExecute ¶

Execute executes the request

@return []GetOrganizationRole200Response

func (*OrganizationsAPIService) ListOrganizationUserScopes ¶

func (a *OrganizationsAPIService) ListOrganizationUserScopes(ctx context.Context, id string, userId string) ApiListOrganizationUserScopesRequest

ListOrganizationUserScopes Get scopes for a user in an organization tailored by the organization roles

Get scopes assigned to a user in the specified organization tailored by the organization roles. The scopes are derived from the organization roles assigned to the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@return ApiListOrganizationUserScopesRequest

func (*OrganizationsAPIService) ListOrganizationUserScopesExecute ¶

Execute executes the request

@return []ListOrganizationRoleScopes200ResponseInner

func (*OrganizationsAPIService) ListOrganizationUsers ¶

ListOrganizationUsers Get organization user members

Get users that are members of the specified organization for the given query with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiListOrganizationUsersRequest

func (*OrganizationsAPIService) ListOrganizationUsersExecute ¶

Execute executes the request

@return []ListOrganizationUsers200ResponseInner

func (*OrganizationsAPIService) ListOrganizations ¶

ListOrganizations Get organizations

Get organizations that match the given query with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListOrganizationsRequest

func (*OrganizationsAPIService) ListOrganizationsExecute ¶

Execute executes the request

@return []ListOrganizations200ResponseInner

func (*OrganizationsAPIService) ReplaceOrganizationApplicationRoles ¶

func (a *OrganizationsAPIService) ReplaceOrganizationApplicationRoles(ctx context.Context, id string, applicationId string) ApiReplaceOrganizationApplicationRolesRequest

ReplaceOrganizationApplicationRoles Replace organization application roles

Replace all roles associated with the application in the organization with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param applicationId The unique identifier of the application.
@return ApiReplaceOrganizationApplicationRolesRequest

func (*OrganizationsAPIService) ReplaceOrganizationApplicationRolesExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationApplicationRolesExecute(r ApiReplaceOrganizationApplicationRolesRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationApplications ¶

func (a *OrganizationsAPIService) ReplaceOrganizationApplications(ctx context.Context, id string) ApiReplaceOrganizationApplicationsRequest

ReplaceOrganizationApplications Replace organization applications

Replace all applications associated with the organization with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiReplaceOrganizationApplicationsRequest

func (*OrganizationsAPIService) ReplaceOrganizationApplicationsExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationApplicationsExecute(r ApiReplaceOrganizationApplicationsRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationJitEmailDomains ¶

func (a *OrganizationsAPIService) ReplaceOrganizationJitEmailDomains(ctx context.Context, id string) ApiReplaceOrganizationJitEmailDomainsRequest

ReplaceOrganizationJitEmailDomains Replace organization JIT email domains

Replace all just-in-time provisioning email domains for the organization with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiReplaceOrganizationJitEmailDomainsRequest

func (*OrganizationsAPIService) ReplaceOrganizationJitEmailDomainsExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationJitEmailDomainsExecute(r ApiReplaceOrganizationJitEmailDomainsRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationJitRoles ¶

ReplaceOrganizationJitRoles Replace organization JIT default roles

Replace all organization roles that will be assigned to users during just-in-time provisioning with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiReplaceOrganizationJitRolesRequest

func (*OrganizationsAPIService) ReplaceOrganizationJitRolesExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationJitRolesExecute(r ApiReplaceOrganizationJitRolesRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationJitSsoConnectors ¶

func (a *OrganizationsAPIService) ReplaceOrganizationJitSsoConnectors(ctx context.Context, id string) ApiReplaceOrganizationJitSsoConnectorsRequest

ReplaceOrganizationJitSsoConnectors Replace organization JIT SSO connectors

Replace all enterprise SSO connectors for just-in-time provisioning of users in the organization with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiReplaceOrganizationJitSsoConnectorsRequest

func (*OrganizationsAPIService) ReplaceOrganizationJitSsoConnectorsExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationJitSsoConnectorsExecute(r ApiReplaceOrganizationJitSsoConnectorsRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationUserRoles ¶

func (a *OrganizationsAPIService) ReplaceOrganizationUserRoles(ctx context.Context, id string, userId string) ApiReplaceOrganizationUserRolesRequest

ReplaceOrganizationUserRoles Update roles for a user in an organization

Update roles assigned to a user in the specified organization with the provided data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@param userId The unique identifier of the user.
@return ApiReplaceOrganizationUserRolesRequest

func (*OrganizationsAPIService) ReplaceOrganizationUserRolesExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationUserRolesExecute(r ApiReplaceOrganizationUserRolesRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) ReplaceOrganizationUsers ¶

ReplaceOrganizationUsers Replace organization user members

Replace all user members for the specified organization with the given users. This effectively removing all existing user memberships in the organization and adding the new users as members.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiReplaceOrganizationUsersRequest

func (*OrganizationsAPIService) ReplaceOrganizationUsersExecute ¶

func (a *OrganizationsAPIService) ReplaceOrganizationUsersExecute(r ApiReplaceOrganizationUsersRequest) (*http.Response, error)

Execute executes the request

func (*OrganizationsAPIService) UpdateOrganization ¶

UpdateOrganization Update organization

Update organization details by ID with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the organization.
@return ApiUpdateOrganizationRequest

func (*OrganizationsAPIService) UpdateOrganizationExecute ¶

Execute executes the request

@return ListApplicationUserConsentOrganizations200ResponseOrganizationsInner

type ReplaceApplicationRolesRequest ¶

type ReplaceApplicationRolesRequest struct {
	// An array of API resource role IDs to update for the application.
	RoleIds []string `json:"roleIds"`
}

ReplaceApplicationRolesRequest struct for ReplaceApplicationRolesRequest

func NewReplaceApplicationRolesRequest ¶

func NewReplaceApplicationRolesRequest(roleIds []string) *ReplaceApplicationRolesRequest

NewReplaceApplicationRolesRequest instantiates a new ReplaceApplicationRolesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceApplicationRolesRequestWithDefaults ¶

func NewReplaceApplicationRolesRequestWithDefaults() *ReplaceApplicationRolesRequest

NewReplaceApplicationRolesRequestWithDefaults instantiates a new ReplaceApplicationRolesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceApplicationRolesRequest) GetRoleIds ¶

func (o *ReplaceApplicationRolesRequest) GetRoleIds() []string

GetRoleIds returns the RoleIds field value

func (*ReplaceApplicationRolesRequest) GetRoleIdsOk ¶

func (o *ReplaceApplicationRolesRequest) GetRoleIdsOk() ([]string, bool)

GetRoleIdsOk returns a tuple with the RoleIds field value and a boolean to check if the value has been set.

func (ReplaceApplicationRolesRequest) MarshalJSON ¶

func (o ReplaceApplicationRolesRequest) MarshalJSON() ([]byte, error)

func (*ReplaceApplicationRolesRequest) SetRoleIds ¶

func (o *ReplaceApplicationRolesRequest) SetRoleIds(v []string)

SetRoleIds sets field value

func (ReplaceApplicationRolesRequest) ToMap ¶

func (o ReplaceApplicationRolesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceApplicationRolesRequest) UnmarshalJSON ¶

func (o *ReplaceApplicationRolesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceApplicationSignInExperienceRequest ¶

type ReplaceApplicationSignInExperienceRequest struct {
	Branding         *ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding,omitempty"`
	DisplayName      NullableString                                          `json:"displayName,omitempty"`
	TermsOfUseUrl    ReplaceApplicationSignInExperienceRequestTermsOfUseUrl  `json:"termsOfUseUrl"`
	PrivacyPolicyUrl ReplaceApplicationSignInExperienceRequestTermsOfUseUrl  `json:"privacyPolicyUrl"`
}

ReplaceApplicationSignInExperienceRequest struct for ReplaceApplicationSignInExperienceRequest

func NewReplaceApplicationSignInExperienceRequest ¶

NewReplaceApplicationSignInExperienceRequest instantiates a new ReplaceApplicationSignInExperienceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceApplicationSignInExperienceRequestWithDefaults ¶

func NewReplaceApplicationSignInExperienceRequestWithDefaults() *ReplaceApplicationSignInExperienceRequest

NewReplaceApplicationSignInExperienceRequestWithDefaults instantiates a new ReplaceApplicationSignInExperienceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceApplicationSignInExperienceRequest) GetBranding ¶

GetBranding returns the Branding field value if set, zero value otherwise.

func (*ReplaceApplicationSignInExperienceRequest) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceApplicationSignInExperienceRequest) GetDisplayName ¶

GetDisplayName returns the DisplayName field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReplaceApplicationSignInExperienceRequest) GetDisplayNameOk ¶

func (o *ReplaceApplicationSignInExperienceRequest) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReplaceApplicationSignInExperienceRequest) GetPrivacyPolicyUrl ¶

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value

func (*ReplaceApplicationSignInExperienceRequest) GetPrivacyPolicyUrlOk ¶

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value and a boolean to check if the value has been set.

func (*ReplaceApplicationSignInExperienceRequest) GetTermsOfUseUrl ¶

GetTermsOfUseUrl returns the TermsOfUseUrl field value

func (*ReplaceApplicationSignInExperienceRequest) GetTermsOfUseUrlOk ¶

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value and a boolean to check if the value has been set.

func (*ReplaceApplicationSignInExperienceRequest) HasBranding ¶

HasBranding returns a boolean if a field has been set.

func (*ReplaceApplicationSignInExperienceRequest) HasDisplayName ¶

func (o *ReplaceApplicationSignInExperienceRequest) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

func (ReplaceApplicationSignInExperienceRequest) MarshalJSON ¶

func (*ReplaceApplicationSignInExperienceRequest) SetBranding ¶

SetBranding gets a reference to the given ApiInteractionConsentGet200ResponseApplicationBranding and assigns it to the Branding field.

func (*ReplaceApplicationSignInExperienceRequest) SetDisplayName ¶

SetDisplayName gets a reference to the given NullableString and assigns it to the DisplayName field.

func (*ReplaceApplicationSignInExperienceRequest) SetDisplayNameNil ¶

func (o *ReplaceApplicationSignInExperienceRequest) SetDisplayNameNil()

SetDisplayNameNil sets the value for DisplayName to be an explicit nil

func (*ReplaceApplicationSignInExperienceRequest) SetPrivacyPolicyUrl ¶

SetPrivacyPolicyUrl sets field value

func (*ReplaceApplicationSignInExperienceRequest) SetTermsOfUseUrl ¶

SetTermsOfUseUrl sets field value

func (ReplaceApplicationSignInExperienceRequest) ToMap ¶

func (o ReplaceApplicationSignInExperienceRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceApplicationSignInExperienceRequest) UnmarshalJSON ¶

func (o *ReplaceApplicationSignInExperienceRequest) UnmarshalJSON(data []byte) (err error)

func (*ReplaceApplicationSignInExperienceRequest) UnsetDisplayName ¶

func (o *ReplaceApplicationSignInExperienceRequest) UnsetDisplayName()

UnsetDisplayName ensures that no value is present for DisplayName, not even an explicit nil

type ReplaceApplicationSignInExperienceRequestTermsOfUseUrl ¶

type ReplaceApplicationSignInExperienceRequestTermsOfUseUrl struct {
	String *string
}

ReplaceApplicationSignInExperienceRequestTermsOfUseUrl - struct for ReplaceApplicationSignInExperienceRequestTermsOfUseUrl

func StringAsReplaceApplicationSignInExperienceRequestTermsOfUseUrl ¶

func StringAsReplaceApplicationSignInExperienceRequestTermsOfUseUrl(v *string) ReplaceApplicationSignInExperienceRequestTermsOfUseUrl

stringAsReplaceApplicationSignInExperienceRequestTermsOfUseUrl is a convenience function that returns string wrapped in ReplaceApplicationSignInExperienceRequestTermsOfUseUrl

func (*ReplaceApplicationSignInExperienceRequestTermsOfUseUrl) GetActualInstance ¶

func (obj *ReplaceApplicationSignInExperienceRequestTermsOfUseUrl) GetActualInstance() interface{}

Get the actual instance

func (ReplaceApplicationSignInExperienceRequestTermsOfUseUrl) MarshalJSON ¶

Marshal data from the first non-nil pointers in the struct to JSON

func (*ReplaceApplicationSignInExperienceRequestTermsOfUseUrl) UnmarshalJSON ¶

Unmarshal JSON data into one of the pointers in the struct

type ReplaceApplicationUserConsentOrganizationsRequest ¶

type ReplaceApplicationUserConsentOrganizationsRequest struct {
	// A list of organization ids to be granted. <br/> All the existing organizations' access will be revoked if not in the list. <br/> If the list is empty, all the organizations' access will be revoked.
	OrganizationIds []string `json:"organizationIds"`
}

ReplaceApplicationUserConsentOrganizationsRequest struct for ReplaceApplicationUserConsentOrganizationsRequest

func NewReplaceApplicationUserConsentOrganizationsRequest ¶

func NewReplaceApplicationUserConsentOrganizationsRequest(organizationIds []string) *ReplaceApplicationUserConsentOrganizationsRequest

NewReplaceApplicationUserConsentOrganizationsRequest instantiates a new ReplaceApplicationUserConsentOrganizationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceApplicationUserConsentOrganizationsRequestWithDefaults ¶

func NewReplaceApplicationUserConsentOrganizationsRequestWithDefaults() *ReplaceApplicationUserConsentOrganizationsRequest

NewReplaceApplicationUserConsentOrganizationsRequestWithDefaults instantiates a new ReplaceApplicationUserConsentOrganizationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceApplicationUserConsentOrganizationsRequest) GetOrganizationIds ¶

GetOrganizationIds returns the OrganizationIds field value

func (*ReplaceApplicationUserConsentOrganizationsRequest) GetOrganizationIdsOk ¶

func (o *ReplaceApplicationUserConsentOrganizationsRequest) GetOrganizationIdsOk() ([]string, bool)

GetOrganizationIdsOk returns a tuple with the OrganizationIds field value and a boolean to check if the value has been set.

func (ReplaceApplicationUserConsentOrganizationsRequest) MarshalJSON ¶

func (*ReplaceApplicationUserConsentOrganizationsRequest) SetOrganizationIds ¶

func (o *ReplaceApplicationUserConsentOrganizationsRequest) SetOrganizationIds(v []string)

SetOrganizationIds sets field value

func (ReplaceApplicationUserConsentOrganizationsRequest) ToMap ¶

func (o ReplaceApplicationUserConsentOrganizationsRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceApplicationUserConsentOrganizationsRequest) UnmarshalJSON ¶

func (o *ReplaceApplicationUserConsentOrganizationsRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationApplicationRolesRequest ¶

type ReplaceOrganizationApplicationRolesRequest struct {
	// An array of role IDs to replace existing roles.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

ReplaceOrganizationApplicationRolesRequest struct for ReplaceOrganizationApplicationRolesRequest

func NewReplaceOrganizationApplicationRolesRequest ¶

func NewReplaceOrganizationApplicationRolesRequest(organizationRoleIds []string) *ReplaceOrganizationApplicationRolesRequest

NewReplaceOrganizationApplicationRolesRequest instantiates a new ReplaceOrganizationApplicationRolesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationApplicationRolesRequestWithDefaults ¶

func NewReplaceOrganizationApplicationRolesRequestWithDefaults() *ReplaceOrganizationApplicationRolesRequest

NewReplaceOrganizationApplicationRolesRequestWithDefaults instantiates a new ReplaceOrganizationApplicationRolesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationApplicationRolesRequest) GetOrganizationRoleIds ¶

func (o *ReplaceOrganizationApplicationRolesRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*ReplaceOrganizationApplicationRolesRequest) GetOrganizationRoleIdsOk ¶

func (o *ReplaceOrganizationApplicationRolesRequest) GetOrganizationRoleIdsOk() ([]string, bool)

GetOrganizationRoleIdsOk returns a tuple with the OrganizationRoleIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationApplicationRolesRequest) MarshalJSON ¶

func (*ReplaceOrganizationApplicationRolesRequest) SetOrganizationRoleIds ¶

func (o *ReplaceOrganizationApplicationRolesRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (ReplaceOrganizationApplicationRolesRequest) ToMap ¶

func (o ReplaceOrganizationApplicationRolesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationApplicationRolesRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationApplicationRolesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationApplicationsRequest ¶

type ReplaceOrganizationApplicationsRequest struct {
	// An array of application IDs to replace existing applications.
	ApplicationIds []string `json:"applicationIds"`
}

ReplaceOrganizationApplicationsRequest struct for ReplaceOrganizationApplicationsRequest

func NewReplaceOrganizationApplicationsRequest ¶

func NewReplaceOrganizationApplicationsRequest(applicationIds []string) *ReplaceOrganizationApplicationsRequest

NewReplaceOrganizationApplicationsRequest instantiates a new ReplaceOrganizationApplicationsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationApplicationsRequestWithDefaults ¶

func NewReplaceOrganizationApplicationsRequestWithDefaults() *ReplaceOrganizationApplicationsRequest

NewReplaceOrganizationApplicationsRequestWithDefaults instantiates a new ReplaceOrganizationApplicationsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationApplicationsRequest) GetApplicationIds ¶

func (o *ReplaceOrganizationApplicationsRequest) GetApplicationIds() []string

GetApplicationIds returns the ApplicationIds field value

func (*ReplaceOrganizationApplicationsRequest) GetApplicationIdsOk ¶

func (o *ReplaceOrganizationApplicationsRequest) GetApplicationIdsOk() ([]string, bool)

GetApplicationIdsOk returns a tuple with the ApplicationIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationApplicationsRequest) MarshalJSON ¶

func (o ReplaceOrganizationApplicationsRequest) MarshalJSON() ([]byte, error)

func (*ReplaceOrganizationApplicationsRequest) SetApplicationIds ¶

func (o *ReplaceOrganizationApplicationsRequest) SetApplicationIds(v []string)

SetApplicationIds sets field value

func (ReplaceOrganizationApplicationsRequest) ToMap ¶

func (o ReplaceOrganizationApplicationsRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationApplicationsRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationApplicationsRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationInvitationStatusRequest ¶

type ReplaceOrganizationInvitationStatusRequest struct {
	// The ID of the user who accepted the organization invitation. Required if the status is \"Accepted\".
	AcceptedUserId NullableString `json:"acceptedUserId,omitempty"`
	// The status of the organization invitation.
	Status string `json:"status"`
}

ReplaceOrganizationInvitationStatusRequest struct for ReplaceOrganizationInvitationStatusRequest

func NewReplaceOrganizationInvitationStatusRequest ¶

func NewReplaceOrganizationInvitationStatusRequest(status string) *ReplaceOrganizationInvitationStatusRequest

NewReplaceOrganizationInvitationStatusRequest instantiates a new ReplaceOrganizationInvitationStatusRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationInvitationStatusRequestWithDefaults ¶

func NewReplaceOrganizationInvitationStatusRequestWithDefaults() *ReplaceOrganizationInvitationStatusRequest

NewReplaceOrganizationInvitationStatusRequestWithDefaults instantiates a new ReplaceOrganizationInvitationStatusRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationInvitationStatusRequest) GetAcceptedUserId ¶

func (o *ReplaceOrganizationInvitationStatusRequest) GetAcceptedUserId() string

GetAcceptedUserId returns the AcceptedUserId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*ReplaceOrganizationInvitationStatusRequest) GetAcceptedUserIdOk ¶

func (o *ReplaceOrganizationInvitationStatusRequest) GetAcceptedUserIdOk() (*string, bool)

GetAcceptedUserIdOk returns a tuple with the AcceptedUserId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*ReplaceOrganizationInvitationStatusRequest) GetStatus ¶

GetStatus returns the Status field value

func (*ReplaceOrganizationInvitationStatusRequest) GetStatusOk ¶

GetStatusOk returns a tuple with the Status field value and a boolean to check if the value has been set.

func (*ReplaceOrganizationInvitationStatusRequest) HasAcceptedUserId ¶

func (o *ReplaceOrganizationInvitationStatusRequest) HasAcceptedUserId() bool

HasAcceptedUserId returns a boolean if a field has been set.

func (ReplaceOrganizationInvitationStatusRequest) MarshalJSON ¶

func (*ReplaceOrganizationInvitationStatusRequest) SetAcceptedUserId ¶

func (o *ReplaceOrganizationInvitationStatusRequest) SetAcceptedUserId(v string)

SetAcceptedUserId gets a reference to the given NullableString and assigns it to the AcceptedUserId field.

func (*ReplaceOrganizationInvitationStatusRequest) SetAcceptedUserIdNil ¶

func (o *ReplaceOrganizationInvitationStatusRequest) SetAcceptedUserIdNil()

SetAcceptedUserIdNil sets the value for AcceptedUserId to be an explicit nil

func (*ReplaceOrganizationInvitationStatusRequest) SetStatus ¶

SetStatus sets field value

func (ReplaceOrganizationInvitationStatusRequest) ToMap ¶

func (o ReplaceOrganizationInvitationStatusRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationInvitationStatusRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationInvitationStatusRequest) UnmarshalJSON(data []byte) (err error)

func (*ReplaceOrganizationInvitationStatusRequest) UnsetAcceptedUserId ¶

func (o *ReplaceOrganizationInvitationStatusRequest) UnsetAcceptedUserId()

UnsetAcceptedUserId ensures that no value is present for AcceptedUserId, not even an explicit nil

type ReplaceOrganizationJitEmailDomainsRequest ¶

type ReplaceOrganizationJitEmailDomainsRequest struct {
	// An array of email domains to replace existing email domains.
	EmailDomains []string `json:"emailDomains"`
}

ReplaceOrganizationJitEmailDomainsRequest struct for ReplaceOrganizationJitEmailDomainsRequest

func NewReplaceOrganizationJitEmailDomainsRequest ¶

func NewReplaceOrganizationJitEmailDomainsRequest(emailDomains []string) *ReplaceOrganizationJitEmailDomainsRequest

NewReplaceOrganizationJitEmailDomainsRequest instantiates a new ReplaceOrganizationJitEmailDomainsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationJitEmailDomainsRequestWithDefaults ¶

func NewReplaceOrganizationJitEmailDomainsRequestWithDefaults() *ReplaceOrganizationJitEmailDomainsRequest

NewReplaceOrganizationJitEmailDomainsRequestWithDefaults instantiates a new ReplaceOrganizationJitEmailDomainsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationJitEmailDomainsRequest) GetEmailDomains ¶

func (o *ReplaceOrganizationJitEmailDomainsRequest) GetEmailDomains() []string

GetEmailDomains returns the EmailDomains field value

func (*ReplaceOrganizationJitEmailDomainsRequest) GetEmailDomainsOk ¶

func (o *ReplaceOrganizationJitEmailDomainsRequest) GetEmailDomainsOk() ([]string, bool)

GetEmailDomainsOk returns a tuple with the EmailDomains field value and a boolean to check if the value has been set.

func (ReplaceOrganizationJitEmailDomainsRequest) MarshalJSON ¶

func (*ReplaceOrganizationJitEmailDomainsRequest) SetEmailDomains ¶

func (o *ReplaceOrganizationJitEmailDomainsRequest) SetEmailDomains(v []string)

SetEmailDomains sets field value

func (ReplaceOrganizationJitEmailDomainsRequest) ToMap ¶

func (o ReplaceOrganizationJitEmailDomainsRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationJitEmailDomainsRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationJitEmailDomainsRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationJitRolesRequest ¶

type ReplaceOrganizationJitRolesRequest struct {
	// An array of organization role IDs to replace existing organization roles.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

ReplaceOrganizationJitRolesRequest struct for ReplaceOrganizationJitRolesRequest

func NewReplaceOrganizationJitRolesRequest ¶

func NewReplaceOrganizationJitRolesRequest(organizationRoleIds []string) *ReplaceOrganizationJitRolesRequest

NewReplaceOrganizationJitRolesRequest instantiates a new ReplaceOrganizationJitRolesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationJitRolesRequestWithDefaults ¶

func NewReplaceOrganizationJitRolesRequestWithDefaults() *ReplaceOrganizationJitRolesRequest

NewReplaceOrganizationJitRolesRequestWithDefaults instantiates a new ReplaceOrganizationJitRolesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationJitRolesRequest) GetOrganizationRoleIds ¶

func (o *ReplaceOrganizationJitRolesRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*ReplaceOrganizationJitRolesRequest) GetOrganizationRoleIdsOk ¶

func (o *ReplaceOrganizationJitRolesRequest) GetOrganizationRoleIdsOk() ([]string, bool)

GetOrganizationRoleIdsOk returns a tuple with the OrganizationRoleIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationJitRolesRequest) MarshalJSON ¶

func (o ReplaceOrganizationJitRolesRequest) MarshalJSON() ([]byte, error)

func (*ReplaceOrganizationJitRolesRequest) SetOrganizationRoleIds ¶

func (o *ReplaceOrganizationJitRolesRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (ReplaceOrganizationJitRolesRequest) ToMap ¶

func (o ReplaceOrganizationJitRolesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationJitRolesRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationJitRolesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationJitSsoConnectorsRequest ¶

type ReplaceOrganizationJitSsoConnectorsRequest struct {
	// An array of SSO connector IDs to replace existing SSO connectors.
	SsoConnectorIds []string `json:"ssoConnectorIds"`
}

ReplaceOrganizationJitSsoConnectorsRequest struct for ReplaceOrganizationJitSsoConnectorsRequest

func NewReplaceOrganizationJitSsoConnectorsRequest ¶

func NewReplaceOrganizationJitSsoConnectorsRequest(ssoConnectorIds []string) *ReplaceOrganizationJitSsoConnectorsRequest

NewReplaceOrganizationJitSsoConnectorsRequest instantiates a new ReplaceOrganizationJitSsoConnectorsRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationJitSsoConnectorsRequestWithDefaults ¶

func NewReplaceOrganizationJitSsoConnectorsRequestWithDefaults() *ReplaceOrganizationJitSsoConnectorsRequest

NewReplaceOrganizationJitSsoConnectorsRequestWithDefaults instantiates a new ReplaceOrganizationJitSsoConnectorsRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationJitSsoConnectorsRequest) GetSsoConnectorIds ¶

func (o *ReplaceOrganizationJitSsoConnectorsRequest) GetSsoConnectorIds() []string

GetSsoConnectorIds returns the SsoConnectorIds field value

func (*ReplaceOrganizationJitSsoConnectorsRequest) GetSsoConnectorIdsOk ¶

func (o *ReplaceOrganizationJitSsoConnectorsRequest) GetSsoConnectorIdsOk() ([]string, bool)

GetSsoConnectorIdsOk returns a tuple with the SsoConnectorIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationJitSsoConnectorsRequest) MarshalJSON ¶

func (*ReplaceOrganizationJitSsoConnectorsRequest) SetSsoConnectorIds ¶

func (o *ReplaceOrganizationJitSsoConnectorsRequest) SetSsoConnectorIds(v []string)

SetSsoConnectorIds sets field value

func (ReplaceOrganizationJitSsoConnectorsRequest) ToMap ¶

func (o ReplaceOrganizationJitSsoConnectorsRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationJitSsoConnectorsRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationJitSsoConnectorsRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationRoleResourceScopesRequest ¶

type ReplaceOrganizationRoleResourceScopesRequest struct {
	// An array of resource scope IDs to replace existing scopes.
	ScopeIds []string `json:"scopeIds"`
}

ReplaceOrganizationRoleResourceScopesRequest struct for ReplaceOrganizationRoleResourceScopesRequest

func NewReplaceOrganizationRoleResourceScopesRequest ¶

func NewReplaceOrganizationRoleResourceScopesRequest(scopeIds []string) *ReplaceOrganizationRoleResourceScopesRequest

NewReplaceOrganizationRoleResourceScopesRequest instantiates a new ReplaceOrganizationRoleResourceScopesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationRoleResourceScopesRequestWithDefaults ¶

func NewReplaceOrganizationRoleResourceScopesRequestWithDefaults() *ReplaceOrganizationRoleResourceScopesRequest

NewReplaceOrganizationRoleResourceScopesRequestWithDefaults instantiates a new ReplaceOrganizationRoleResourceScopesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationRoleResourceScopesRequest) GetScopeIds ¶

GetScopeIds returns the ScopeIds field value

func (*ReplaceOrganizationRoleResourceScopesRequest) GetScopeIdsOk ¶

GetScopeIdsOk returns a tuple with the ScopeIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationRoleResourceScopesRequest) MarshalJSON ¶

func (*ReplaceOrganizationRoleResourceScopesRequest) SetScopeIds ¶

SetScopeIds sets field value

func (ReplaceOrganizationRoleResourceScopesRequest) ToMap ¶

func (o ReplaceOrganizationRoleResourceScopesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationRoleResourceScopesRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationRoleResourceScopesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationRoleScopesRequest ¶

type ReplaceOrganizationRoleScopesRequest struct {
	// An array of organization scope IDs to replace existing scopes.
	OrganizationScopeIds []string `json:"organizationScopeIds"`
}

ReplaceOrganizationRoleScopesRequest struct for ReplaceOrganizationRoleScopesRequest

func NewReplaceOrganizationRoleScopesRequest ¶

func NewReplaceOrganizationRoleScopesRequest(organizationScopeIds []string) *ReplaceOrganizationRoleScopesRequest

NewReplaceOrganizationRoleScopesRequest instantiates a new ReplaceOrganizationRoleScopesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationRoleScopesRequestWithDefaults ¶

func NewReplaceOrganizationRoleScopesRequestWithDefaults() *ReplaceOrganizationRoleScopesRequest

NewReplaceOrganizationRoleScopesRequestWithDefaults instantiates a new ReplaceOrganizationRoleScopesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationRoleScopesRequest) GetOrganizationScopeIds ¶

func (o *ReplaceOrganizationRoleScopesRequest) GetOrganizationScopeIds() []string

GetOrganizationScopeIds returns the OrganizationScopeIds field value

func (*ReplaceOrganizationRoleScopesRequest) GetOrganizationScopeIdsOk ¶

func (o *ReplaceOrganizationRoleScopesRequest) GetOrganizationScopeIdsOk() ([]string, bool)

GetOrganizationScopeIdsOk returns a tuple with the OrganizationScopeIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationRoleScopesRequest) MarshalJSON ¶

func (o ReplaceOrganizationRoleScopesRequest) MarshalJSON() ([]byte, error)

func (*ReplaceOrganizationRoleScopesRequest) SetOrganizationScopeIds ¶

func (o *ReplaceOrganizationRoleScopesRequest) SetOrganizationScopeIds(v []string)

SetOrganizationScopeIds sets field value

func (ReplaceOrganizationRoleScopesRequest) ToMap ¶

func (o ReplaceOrganizationRoleScopesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationRoleScopesRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationRoleScopesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationUserRolesRequest ¶

type ReplaceOrganizationUserRolesRequest struct {
	// An array of organization role IDs to update for the user.
	OrganizationRoleIds []string `json:"organizationRoleIds"`
}

ReplaceOrganizationUserRolesRequest struct for ReplaceOrganizationUserRolesRequest

func NewReplaceOrganizationUserRolesRequest ¶

func NewReplaceOrganizationUserRolesRequest(organizationRoleIds []string) *ReplaceOrganizationUserRolesRequest

NewReplaceOrganizationUserRolesRequest instantiates a new ReplaceOrganizationUserRolesRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationUserRolesRequestWithDefaults ¶

func NewReplaceOrganizationUserRolesRequestWithDefaults() *ReplaceOrganizationUserRolesRequest

NewReplaceOrganizationUserRolesRequestWithDefaults instantiates a new ReplaceOrganizationUserRolesRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationUserRolesRequest) GetOrganizationRoleIds ¶

func (o *ReplaceOrganizationUserRolesRequest) GetOrganizationRoleIds() []string

GetOrganizationRoleIds returns the OrganizationRoleIds field value

func (*ReplaceOrganizationUserRolesRequest) GetOrganizationRoleIdsOk ¶

func (o *ReplaceOrganizationUserRolesRequest) GetOrganizationRoleIdsOk() ([]string, bool)

GetOrganizationRoleIdsOk returns a tuple with the OrganizationRoleIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationUserRolesRequest) MarshalJSON ¶

func (o ReplaceOrganizationUserRolesRequest) MarshalJSON() ([]byte, error)

func (*ReplaceOrganizationUserRolesRequest) SetOrganizationRoleIds ¶

func (o *ReplaceOrganizationUserRolesRequest) SetOrganizationRoleIds(v []string)

SetOrganizationRoleIds sets field value

func (ReplaceOrganizationUserRolesRequest) ToMap ¶

func (o ReplaceOrganizationUserRolesRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationUserRolesRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationUserRolesRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceOrganizationUsersRequest ¶

type ReplaceOrganizationUsersRequest struct {
	// An array of user IDs to replace existing users.
	UserIds []string `json:"userIds"`
}

ReplaceOrganizationUsersRequest struct for ReplaceOrganizationUsersRequest

func NewReplaceOrganizationUsersRequest ¶

func NewReplaceOrganizationUsersRequest(userIds []string) *ReplaceOrganizationUsersRequest

NewReplaceOrganizationUsersRequest instantiates a new ReplaceOrganizationUsersRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceOrganizationUsersRequestWithDefaults ¶

func NewReplaceOrganizationUsersRequestWithDefaults() *ReplaceOrganizationUsersRequest

NewReplaceOrganizationUsersRequestWithDefaults instantiates a new ReplaceOrganizationUsersRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceOrganizationUsersRequest) GetUserIds ¶

func (o *ReplaceOrganizationUsersRequest) GetUserIds() []string

GetUserIds returns the UserIds field value

func (*ReplaceOrganizationUsersRequest) GetUserIdsOk ¶

func (o *ReplaceOrganizationUsersRequest) GetUserIdsOk() ([]string, bool)

GetUserIdsOk returns a tuple with the UserIds field value and a boolean to check if the value has been set.

func (ReplaceOrganizationUsersRequest) MarshalJSON ¶

func (o ReplaceOrganizationUsersRequest) MarshalJSON() ([]byte, error)

func (*ReplaceOrganizationUsersRequest) SetUserIds ¶

func (o *ReplaceOrganizationUsersRequest) SetUserIds(v []string)

SetUserIds sets field value

func (ReplaceOrganizationUsersRequest) ToMap ¶

func (o ReplaceOrganizationUsersRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceOrganizationUsersRequest) UnmarshalJSON ¶

func (o *ReplaceOrganizationUsersRequest) UnmarshalJSON(data []byte) (err error)

type ReplaceUserIdentityRequest ¶

type ReplaceUserIdentityRequest struct {
	// The user's social identity ID.
	UserId string `json:"userId"`
	// The user's social identity details.
	Details map[string]interface{} `json:"details,omitempty"`
}

ReplaceUserIdentityRequest struct for ReplaceUserIdentityRequest

func NewReplaceUserIdentityRequest ¶

func NewReplaceUserIdentityRequest(userId string) *ReplaceUserIdentityRequest

NewReplaceUserIdentityRequest instantiates a new ReplaceUserIdentityRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewReplaceUserIdentityRequestWithDefaults ¶

func NewReplaceUserIdentityRequestWithDefaults() *ReplaceUserIdentityRequest

NewReplaceUserIdentityRequestWithDefaults instantiates a new ReplaceUserIdentityRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*ReplaceUserIdentityRequest) GetDetails ¶

func (o *ReplaceUserIdentityRequest) GetDetails() map[string]interface{}

GetDetails returns the Details field value if set, zero value otherwise.

func (*ReplaceUserIdentityRequest) GetDetailsOk ¶

func (o *ReplaceUserIdentityRequest) GetDetailsOk() (map[string]interface{}, bool)

GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.

func (*ReplaceUserIdentityRequest) GetUserId ¶

func (o *ReplaceUserIdentityRequest) GetUserId() string

GetUserId returns the UserId field value

func (*ReplaceUserIdentityRequest) GetUserIdOk ¶

func (o *ReplaceUserIdentityRequest) GetUserIdOk() (*string, bool)

GetUserIdOk returns a tuple with the UserId field value and a boolean to check if the value has been set.

func (*ReplaceUserIdentityRequest) HasDetails ¶

func (o *ReplaceUserIdentityRequest) HasDetails() bool

HasDetails returns a boolean if a field has been set.

func (ReplaceUserIdentityRequest) MarshalJSON ¶

func (o ReplaceUserIdentityRequest) MarshalJSON() ([]byte, error)

func (*ReplaceUserIdentityRequest) SetDetails ¶

func (o *ReplaceUserIdentityRequest) SetDetails(v map[string]interface{})

SetDetails gets a reference to the given map[string]interface{} and assigns it to the Details field.

func (*ReplaceUserIdentityRequest) SetUserId ¶

func (o *ReplaceUserIdentityRequest) SetUserId(v string)

SetUserId sets field value

func (ReplaceUserIdentityRequest) ToMap ¶

func (o ReplaceUserIdentityRequest) ToMap() (map[string]interface{}, error)

func (*ReplaceUserIdentityRequest) UnmarshalJSON ¶

func (o *ReplaceUserIdentityRequest) UnmarshalJSON(data []byte) (err error)

type ResourcesAPIService ¶

type ResourcesAPIService service

ResourcesAPIService ResourcesAPI service

func (*ResourcesAPIService) CreateResource ¶

CreateResource Create an API resource

Create an API resource in the current tenant.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateResourceRequest

func (*ResourcesAPIService) CreateResourceExecute ¶

func (a *ResourcesAPIService) CreateResourceExecute(r ApiCreateResourceRequest) (*http.Response, error)

Execute executes the request

func (*ResourcesAPIService) CreateResourceScope ¶

func (a *ResourcesAPIService) CreateResourceScope(ctx context.Context, resourceId string) ApiCreateResourceScopeRequest

CreateResourceScope Create API resource scope

Create a new scope (permission) for an API resource.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceId The unique identifier of the resource.
@return ApiCreateResourceScopeRequest

func (*ResourcesAPIService) CreateResourceScopeExecute ¶

func (a *ResourcesAPIService) CreateResourceScopeExecute(r ApiCreateResourceScopeRequest) (*http.Response, error)

Execute executes the request

func (*ResourcesAPIService) DeleteResource ¶

DeleteResource Delete API resource

Delete an API resource by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the resource.
@return ApiDeleteResourceRequest

func (*ResourcesAPIService) DeleteResourceExecute ¶

func (a *ResourcesAPIService) DeleteResourceExecute(r ApiDeleteResourceRequest) (*http.Response, error)

Execute executes the request

func (*ResourcesAPIService) DeleteResourceScope ¶

func (a *ResourcesAPIService) DeleteResourceScope(ctx context.Context, resourceId string, scopeId string) ApiDeleteResourceScopeRequest

DeleteResourceScope Delete API resource scope

Delete an API resource scope (permission) from the given resource.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceId The unique identifier of the resource.
@param scopeId The unique identifier of the scope.
@return ApiDeleteResourceScopeRequest

func (*ResourcesAPIService) DeleteResourceScopeExecute ¶

func (a *ResourcesAPIService) DeleteResourceScopeExecute(r ApiDeleteResourceScopeRequest) (*http.Response, error)

Execute executes the request

func (*ResourcesAPIService) GetResource ¶

GetResource Get API resource

Get an API resource details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the resource.
@return ApiGetResourceRequest

func (*ResourcesAPIService) GetResourceExecute ¶

Execute executes the request

@return GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

func (*ResourcesAPIService) ListResourceScopes ¶

func (a *ResourcesAPIService) ListResourceScopes(ctx context.Context, resourceId string) ApiListResourceScopesRequest

ListResourceScopes Get API resource scopes

Get scopes (permissions) defined for an API resource.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceId The unique identifier of the resource.
@return ApiListResourceScopesRequest

func (*ResourcesAPIService) ListResourceScopesExecute ¶

Execute executes the request

@return []ListResources200ResponseInnerScopesInner

func (*ResourcesAPIService) ListResources ¶

ListResources Get API resources

Get API resources in the current tenant with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListResourcesRequest

func (*ResourcesAPIService) ListResourcesExecute ¶

Execute executes the request

@return []ListResources200ResponseInner

func (*ResourcesAPIService) UpdateResource ¶

UpdateResource Update API resource

Update an API resource details by ID with the given data. This method performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the resource.
@return ApiUpdateResourceRequest

func (*ResourcesAPIService) UpdateResourceExecute ¶

Execute executes the request

@return GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

func (*ResourcesAPIService) UpdateResourceIsDefault ¶

func (a *ResourcesAPIService) UpdateResourceIsDefault(ctx context.Context, id string) ApiUpdateResourceIsDefaultRequest

UpdateResourceIsDefault Set API resource as default

Set an API resource as the default resource for the current tenant.

Each tenant can have only one default API resource. If an API resource is set as default, the previously set default API resource will be set as non-default. See [this section](https://docs.logto.io/docs/references/resources/#default-api) for more information.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the resource.
@return ApiUpdateResourceIsDefaultRequest

func (*ResourcesAPIService) UpdateResourceIsDefaultExecute ¶

Execute executes the request

@return GetJwtCustomizer200ResponseOneOfContextSampleUserRolesInnerScopesInnerResource

func (*ResourcesAPIService) UpdateResourceScope ¶

func (a *ResourcesAPIService) UpdateResourceScope(ctx context.Context, resourceId string, scopeId string) ApiUpdateResourceScopeRequest

UpdateResourceScope Update API resource scope

Update an API resource scope (permission) for the given resource. This method performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param resourceId The unique identifier of the resource.
@param scopeId The unique identifier of the scope.
@return ApiUpdateResourceScopeRequest

func (*ResourcesAPIService) UpdateResourceScopeExecute ¶

Execute executes the request

@return ListResources200ResponseInnerScopesInner

type RolesAPIService ¶

type RolesAPIService service

RolesAPIService RolesAPI service

func (*RolesAPIService) CreateRole ¶

CreateRole Create a role

Create a new role with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateRoleRequest

func (*RolesAPIService) CreateRoleApplication ¶

func (a *RolesAPIService) CreateRoleApplication(ctx context.Context, id string) ApiCreateRoleApplicationRequest

CreateRoleApplication Assign role to applications

Assign a role to a list of applications. The role must have the type `Application`.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiCreateRoleApplicationRequest

func (*RolesAPIService) CreateRoleApplicationExecute ¶

func (a *RolesAPIService) CreateRoleApplicationExecute(r ApiCreateRoleApplicationRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) CreateRoleExecute ¶

Execute executes the request

@return ListApplicationRoles200ResponseInner

func (*RolesAPIService) CreateRoleScope ¶

func (a *RolesAPIService) CreateRoleScope(ctx context.Context, id string) ApiCreateRoleScopeRequest

CreateRoleScope Link scopes to role

Link a list of API resource scopes (permissions) to a role. The original linked scopes will be kept.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiCreateRoleScopeRequest

func (*RolesAPIService) CreateRoleScopeExecute ¶

func (a *RolesAPIService) CreateRoleScopeExecute(r ApiCreateRoleScopeRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) CreateRoleUser ¶

func (a *RolesAPIService) CreateRoleUser(ctx context.Context, id string) ApiCreateRoleUserRequest

CreateRoleUser Assign role to users

Assign a role to a list of users. The role must have the type `User`.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiCreateRoleUserRequest

func (*RolesAPIService) CreateRoleUserExecute ¶

func (a *RolesAPIService) CreateRoleUserExecute(r ApiCreateRoleUserRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) DeleteRole ¶

DeleteRole Delete role

Delete a role with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiDeleteRoleRequest

func (*RolesAPIService) DeleteRoleApplication ¶

func (a *RolesAPIService) DeleteRoleApplication(ctx context.Context, id string, applicationId string) ApiDeleteRoleApplicationRequest

DeleteRoleApplication Remove role from application

Remove the role from an application with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@param applicationId The unique identifier of the application.
@return ApiDeleteRoleApplicationRequest

func (*RolesAPIService) DeleteRoleApplicationExecute ¶

func (a *RolesAPIService) DeleteRoleApplicationExecute(r ApiDeleteRoleApplicationRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) DeleteRoleExecute ¶

func (a *RolesAPIService) DeleteRoleExecute(r ApiDeleteRoleRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) DeleteRoleScope ¶

func (a *RolesAPIService) DeleteRoleScope(ctx context.Context, id string, scopeId string) ApiDeleteRoleScopeRequest

DeleteRoleScope Unlink scope from role

Unlink an API resource scope (permission) from a role with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@param scopeId The unique identifier of the scope.
@return ApiDeleteRoleScopeRequest

func (*RolesAPIService) DeleteRoleScopeExecute ¶

func (a *RolesAPIService) DeleteRoleScopeExecute(r ApiDeleteRoleScopeRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) DeleteRoleUser ¶

func (a *RolesAPIService) DeleteRoleUser(ctx context.Context, id string, userId string) ApiDeleteRoleUserRequest

DeleteRoleUser Remove role from user

Remove a role from a user with the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@param userId The unique identifier of the user.
@return ApiDeleteRoleUserRequest

func (*RolesAPIService) DeleteRoleUserExecute ¶

func (a *RolesAPIService) DeleteRoleUserExecute(r ApiDeleteRoleUserRequest) (*http.Response, error)

Execute executes the request

func (*RolesAPIService) GetRole ¶

GetRole Get role

Get role details by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiGetRoleRequest

func (*RolesAPIService) GetRoleExecute ¶

Execute executes the request

@return ListApplicationRoles200ResponseInner

func (*RolesAPIService) ListRoleApplications ¶

func (a *RolesAPIService) ListRoleApplications(ctx context.Context, id string) ApiListRoleApplicationsRequest

ListRoleApplications Get role applications

Get applications that have the role assigned with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiListRoleApplicationsRequest

func (*RolesAPIService) ListRoleApplicationsExecute ¶

Execute executes the request

@return []ListApplications200ResponseInner

func (*RolesAPIService) ListRoleScopes ¶

func (a *RolesAPIService) ListRoleScopes(ctx context.Context, id string) ApiListRoleScopesRequest

ListRoleScopes Get role scopes

Get API resource scopes (permissions) linked with a role.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiListRoleScopesRequest

func (*RolesAPIService) ListRoleScopesExecute ¶

Execute executes the request

@return []ListRoleScopes200ResponseInner

func (*RolesAPIService) ListRoleUsers ¶

func (a *RolesAPIService) ListRoleUsers(ctx context.Context, id string) ApiListRoleUsersRequest

ListRoleUsers Get role users

Get users who have the role assigned with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiListRoleUsersRequest

func (*RolesAPIService) ListRoleUsersExecute ¶

Execute executes the request

@return []UpdateUser200Response

func (*RolesAPIService) ListRoles ¶

ListRoles Get roles

Get roles with filters and pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListRolesRequest

func (*RolesAPIService) ListRolesExecute ¶

Execute executes the request

@return []ListRoles200ResponseInner

func (*RolesAPIService) UpdateRole ¶

UpdateRole Update role

Update role details. This method performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the role.
@return ApiUpdateRoleRequest

func (*RolesAPIService) UpdateRoleExecute ¶

Execute executes the request

@return ListApplicationRoles200ResponseInner

type RotateOidcKeysRequest ¶

type RotateOidcKeysRequest struct {
	// The signing key algorithm the new generated private key is using.  Only applicable when `keyType` is `private-keys`.
	SigningKeyAlgorithm *string `json:"signingKeyAlgorithm,omitempty"`
}

RotateOidcKeysRequest struct for RotateOidcKeysRequest

func NewRotateOidcKeysRequest ¶

func NewRotateOidcKeysRequest() *RotateOidcKeysRequest

NewRotateOidcKeysRequest instantiates a new RotateOidcKeysRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewRotateOidcKeysRequestWithDefaults ¶

func NewRotateOidcKeysRequestWithDefaults() *RotateOidcKeysRequest

NewRotateOidcKeysRequestWithDefaults instantiates a new RotateOidcKeysRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*RotateOidcKeysRequest) GetSigningKeyAlgorithm ¶

func (o *RotateOidcKeysRequest) GetSigningKeyAlgorithm() string

GetSigningKeyAlgorithm returns the SigningKeyAlgorithm field value if set, zero value otherwise.

func (*RotateOidcKeysRequest) GetSigningKeyAlgorithmOk ¶

func (o *RotateOidcKeysRequest) GetSigningKeyAlgorithmOk() (*string, bool)

GetSigningKeyAlgorithmOk returns a tuple with the SigningKeyAlgorithm field value if set, nil otherwise and a boolean to check if the value has been set.

func (*RotateOidcKeysRequest) HasSigningKeyAlgorithm ¶

func (o *RotateOidcKeysRequest) HasSigningKeyAlgorithm() bool

HasSigningKeyAlgorithm returns a boolean if a field has been set.

func (RotateOidcKeysRequest) MarshalJSON ¶

func (o RotateOidcKeysRequest) MarshalJSON() ([]byte, error)

func (*RotateOidcKeysRequest) SetSigningKeyAlgorithm ¶

func (o *RotateOidcKeysRequest) SetSigningKeyAlgorithm(v string)

SetSigningKeyAlgorithm gets a reference to the given string and assigns it to the SigningKeyAlgorithm field.

func (RotateOidcKeysRequest) ToMap ¶

func (o RotateOidcKeysRequest) ToMap() (map[string]interface{}, error)

type SSOConnectorProvidersAPIService ¶

type SSOConnectorProvidersAPIService service

SSOConnectorProvidersAPIService SSOConnectorProvidersAPI service

func (*SSOConnectorProvidersAPIService) ListSsoConnectorProviders ¶

ListSsoConnectorProviders List all the supported SSO connector provider details

Get a complete list of supported SSO connector providers.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSsoConnectorProvidersRequest

func (*SSOConnectorProvidersAPIService) ListSsoConnectorProvidersExecute ¶

Execute executes the request

@return []ListSsoConnectorProviders200ResponseInner

type SSOConnectorsAPIService ¶

type SSOConnectorsAPIService service

SSOConnectorsAPIService SSOConnectorsAPI service

func (*SSOConnectorsAPIService) CreateSsoConnector ¶

CreateSsoConnector Create SSO connector

Create an new SSO connector instance for a given provider.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateSsoConnectorRequest

func (*SSOConnectorsAPIService) CreateSsoConnectorExecute ¶

Execute executes the request

@return ListOrganizationJitSsoConnectors200ResponseInner

func (*SSOConnectorsAPIService) DeleteSsoConnector ¶

DeleteSsoConnector Delete SSO connector

Delete an SSO connector by ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the sso connector.
@return ApiDeleteSsoConnectorRequest

func (*SSOConnectorsAPIService) DeleteSsoConnectorExecute ¶

func (a *SSOConnectorsAPIService) DeleteSsoConnectorExecute(r ApiDeleteSsoConnectorRequest) (*http.Response, error)

Execute executes the request

func (*SSOConnectorsAPIService) GetSsoConnector ¶

GetSsoConnector Get SSO connector

Get SSO connector data by ID. In addition to the raw SSO connector data, a copy of fetched or parsed IdP configs and a copy of connector provider's data will be attached.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the sso connector.
@return ApiGetSsoConnectorRequest

func (*SSOConnectorsAPIService) GetSsoConnectorExecute ¶

Execute executes the request

@return ListSsoConnectors200ResponseInner

func (*SSOConnectorsAPIService) ListSsoConnectors ¶

ListSsoConnectors List SSO connectors

Get SSO connectors with pagination. In addition to the raw SSO connector data, a copy of fetched or parsed IdP configs and a copy of connector provider's data will be attached.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListSsoConnectorsRequest

func (*SSOConnectorsAPIService) ListSsoConnectorsExecute ¶

Execute executes the request

@return []ListSsoConnectors200ResponseInner

func (*SSOConnectorsAPIService) UpdateSsoConnector ¶

UpdateSsoConnector Update SSO connector

Update an SSO connector by ID. This method performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param id The unique identifier of the sso connector.
@return ApiUpdateSsoConnectorRequest

func (*SSOConnectorsAPIService) UpdateSsoConnectorExecute ¶

Execute executes the request

@return ListSsoConnectors200ResponseInner

type ServerConfiguration ¶

type ServerConfiguration struct {
	URL         string
	Description string
	Variables   map[string]ServerVariable
}

ServerConfiguration stores the information about a server

type ServerConfigurations ¶

type ServerConfigurations []ServerConfiguration

ServerConfigurations stores multiple ServerConfiguration items

func (ServerConfigurations) URL ¶

func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error)

URL formats template on a index using given variables

type ServerVariable ¶

type ServerVariable struct {
	Description  string
	DefaultValue string
	EnumValues   []string
}

ServerVariable stores the information about a server variable

type SignInExperienceAPIService ¶

type SignInExperienceAPIService service

SignInExperienceAPIService SignInExperienceAPI service

func (*SignInExperienceAPIService) GetSignInExp ¶

GetSignInExp Get default sign-in experience settings

Get the default sign-in experience settings.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSignInExpRequest

func (*SignInExperienceAPIService) GetSignInExpExecute ¶

Execute executes the request

@return GetSignInExp200Response

func (*SignInExperienceAPIService) UpdateSignInExp ¶

UpdateSignInExp Update default sign-in experience settings

Update the default sign-in experience settings with the provided data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiUpdateSignInExpRequest

func (*SignInExperienceAPIService) UpdateSignInExpExecute ¶

Execute executes the request

@return UpdateSignInExp200Response

type StatusAPIService ¶

type StatusAPIService service

StatusAPIService StatusAPI service

func (*StatusAPIService) GetStatus ¶

GetStatus Health check

The traditional health check API. No authentication needed.

> **Note** > Even if 204 is returned, it does not guarantee all the APIs are working properly since they may depend on additional resources or external services.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetStatusRequest

func (*StatusAPIService) GetStatusExecute ¶

func (a *StatusAPIService) GetStatusExecute(r ApiGetStatusRequest) (*http.Response, error)

Execute executes the request

type SwaggerJsonAPIService ¶

type SwaggerJsonAPIService service

SwaggerJsonAPIService SwaggerJsonAPI service

func (*SwaggerJsonAPIService) GetSwaggerJson ¶

GetSwaggerJson Get Swagger JSON

The endpoint for the current JSON document. The JSON conforms to the [OpenAPI v3.0.1](https://spec.openapis.org/oas/v3.0.1) (a.k.a. Swagger) specification.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSwaggerJsonRequest

func (*SwaggerJsonAPIService) GetSwaggerJsonExecute ¶

func (a *SwaggerJsonAPIService) GetSwaggerJsonExecute(r ApiGetSwaggerJsonRequest) (*http.Response, error)

Execute executes the request

type SystemsAPIService ¶

type SystemsAPIService service

SystemsAPIService SystemsAPI service

func (*SystemsAPIService) GetSystemApplicationConfig ¶

func (a *SystemsAPIService) GetSystemApplicationConfig(ctx context.Context) ApiGetSystemApplicationConfigRequest

GetSystemApplicationConfig Get the application constants.

Get the application constants.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSystemApplicationConfigRequest

func (*SystemsAPIService) GetSystemApplicationConfigExecute ¶

Execute executes the request

@return GetSystemApplicationConfig200Response

type TestJwtCustomizerRequest ¶

type TestJwtCustomizerRequest struct {
	TestJwtCustomizerRequestOneOf  *TestJwtCustomizerRequestOneOf
	TestJwtCustomizerRequestOneOf1 *TestJwtCustomizerRequestOneOf1
}

TestJwtCustomizerRequest - struct for TestJwtCustomizerRequest

func TestJwtCustomizerRequestOneOf1AsTestJwtCustomizerRequest ¶

func TestJwtCustomizerRequestOneOf1AsTestJwtCustomizerRequest(v *TestJwtCustomizerRequestOneOf1) TestJwtCustomizerRequest

TestJwtCustomizerRequestOneOf1AsTestJwtCustomizerRequest is a convenience function that returns TestJwtCustomizerRequestOneOf1 wrapped in TestJwtCustomizerRequest

func TestJwtCustomizerRequestOneOfAsTestJwtCustomizerRequest ¶

func TestJwtCustomizerRequestOneOfAsTestJwtCustomizerRequest(v *TestJwtCustomizerRequestOneOf) TestJwtCustomizerRequest

TestJwtCustomizerRequestOneOfAsTestJwtCustomizerRequest is a convenience function that returns TestJwtCustomizerRequestOneOf wrapped in TestJwtCustomizerRequest

func (*TestJwtCustomizerRequest) GetActualInstance ¶

func (obj *TestJwtCustomizerRequest) GetActualInstance() interface{}

Get the actual instance

func (TestJwtCustomizerRequest) MarshalJSON ¶

func (src TestJwtCustomizerRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*TestJwtCustomizerRequest) UnmarshalJSON ¶

func (dst *TestJwtCustomizerRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type TestJwtCustomizerRequestOneOf ¶

type TestJwtCustomizerRequestOneOf struct {
	TokenType            string                                        `json:"tokenType"`
	EnvironmentVariables *map[string]string                            `json:"environmentVariables,omitempty"`
	Script               string                                        `json:"script"`
	Token                GetJwtCustomizer200ResponseOneOfTokenSample   `json:"token"`
	Context              GetJwtCustomizer200ResponseOneOfContextSample `json:"context"`
}

TestJwtCustomizerRequestOneOf struct for TestJwtCustomizerRequestOneOf

func NewTestJwtCustomizerRequestOneOf ¶

NewTestJwtCustomizerRequestOneOf instantiates a new TestJwtCustomizerRequestOneOf object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTestJwtCustomizerRequestOneOfWithDefaults ¶

func NewTestJwtCustomizerRequestOneOfWithDefaults() *TestJwtCustomizerRequestOneOf

NewTestJwtCustomizerRequestOneOfWithDefaults instantiates a new TestJwtCustomizerRequestOneOf object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TestJwtCustomizerRequestOneOf) GetContext ¶

GetContext returns the Context field value

func (*TestJwtCustomizerRequestOneOf) GetContextOk ¶

GetContextOk returns a tuple with the Context field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf) GetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf) GetEnvironmentVariables() map[string]string

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise.

func (*TestJwtCustomizerRequestOneOf) GetEnvironmentVariablesOk ¶

func (o *TestJwtCustomizerRequestOneOf) GetEnvironmentVariablesOk() (*map[string]string, bool)

GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf) GetScript ¶

func (o *TestJwtCustomizerRequestOneOf) GetScript() string

GetScript returns the Script field value

func (*TestJwtCustomizerRequestOneOf) GetScriptOk ¶

func (o *TestJwtCustomizerRequestOneOf) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf) GetToken ¶

GetToken returns the Token field value

func (*TestJwtCustomizerRequestOneOf) GetTokenOk ¶

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf) GetTokenType ¶

func (o *TestJwtCustomizerRequestOneOf) GetTokenType() string

GetTokenType returns the TokenType field value

func (*TestJwtCustomizerRequestOneOf) GetTokenTypeOk ¶

func (o *TestJwtCustomizerRequestOneOf) GetTokenTypeOk() (*string, bool)

GetTokenTypeOk returns a tuple with the TokenType field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf) HasEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (TestJwtCustomizerRequestOneOf) MarshalJSON ¶

func (o TestJwtCustomizerRequestOneOf) MarshalJSON() ([]byte, error)

func (*TestJwtCustomizerRequestOneOf) SetContext ¶

SetContext sets field value

func (*TestJwtCustomizerRequestOneOf) SetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables gets a reference to the given map[string]string and assigns it to the EnvironmentVariables field.

func (*TestJwtCustomizerRequestOneOf) SetScript ¶

func (o *TestJwtCustomizerRequestOneOf) SetScript(v string)

SetScript sets field value

func (*TestJwtCustomizerRequestOneOf) SetToken ¶

SetToken sets field value

func (*TestJwtCustomizerRequestOneOf) SetTokenType ¶

func (o *TestJwtCustomizerRequestOneOf) SetTokenType(v string)

SetTokenType sets field value

func (TestJwtCustomizerRequestOneOf) ToMap ¶

func (o TestJwtCustomizerRequestOneOf) ToMap() (map[string]interface{}, error)

func (*TestJwtCustomizerRequestOneOf) UnmarshalJSON ¶

func (o *TestJwtCustomizerRequestOneOf) UnmarshalJSON(data []byte) (err error)

type TestJwtCustomizerRequestOneOf1 ¶

type TestJwtCustomizerRequestOneOf1 struct {
	TokenType            string                                       `json:"tokenType"`
	EnvironmentVariables *map[string]string                           `json:"environmentVariables,omitempty"`
	Script               string                                       `json:"script"`
	Token                GetJwtCustomizer200ResponseOneOf1TokenSample `json:"token"`
}

TestJwtCustomizerRequestOneOf1 struct for TestJwtCustomizerRequestOneOf1

func NewTestJwtCustomizerRequestOneOf1 ¶

func NewTestJwtCustomizerRequestOneOf1(tokenType string, script string, token GetJwtCustomizer200ResponseOneOf1TokenSample) *TestJwtCustomizerRequestOneOf1

NewTestJwtCustomizerRequestOneOf1 instantiates a new TestJwtCustomizerRequestOneOf1 object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTestJwtCustomizerRequestOneOf1WithDefaults ¶

func NewTestJwtCustomizerRequestOneOf1WithDefaults() *TestJwtCustomizerRequestOneOf1

NewTestJwtCustomizerRequestOneOf1WithDefaults instantiates a new TestJwtCustomizerRequestOneOf1 object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TestJwtCustomizerRequestOneOf1) GetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf1) GetEnvironmentVariables() map[string]string

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise.

func (*TestJwtCustomizerRequestOneOf1) GetEnvironmentVariablesOk ¶

func (o *TestJwtCustomizerRequestOneOf1) GetEnvironmentVariablesOk() (*map[string]string, bool)

GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf1) GetScript ¶

func (o *TestJwtCustomizerRequestOneOf1) GetScript() string

GetScript returns the Script field value

func (*TestJwtCustomizerRequestOneOf1) GetScriptOk ¶

func (o *TestJwtCustomizerRequestOneOf1) GetScriptOk() (*string, bool)

GetScriptOk returns a tuple with the Script field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf1) GetToken ¶

GetToken returns the Token field value

func (*TestJwtCustomizerRequestOneOf1) GetTokenOk ¶

GetTokenOk returns a tuple with the Token field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf1) GetTokenType ¶

func (o *TestJwtCustomizerRequestOneOf1) GetTokenType() string

GetTokenType returns the TokenType field value

func (*TestJwtCustomizerRequestOneOf1) GetTokenTypeOk ¶

func (o *TestJwtCustomizerRequestOneOf1) GetTokenTypeOk() (*string, bool)

GetTokenTypeOk returns a tuple with the TokenType field value and a boolean to check if the value has been set.

func (*TestJwtCustomizerRequestOneOf1) HasEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf1) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (TestJwtCustomizerRequestOneOf1) MarshalJSON ¶

func (o TestJwtCustomizerRequestOneOf1) MarshalJSON() ([]byte, error)

func (*TestJwtCustomizerRequestOneOf1) SetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestOneOf1) SetEnvironmentVariables(v map[string]string)

SetEnvironmentVariables gets a reference to the given map[string]string and assigns it to the EnvironmentVariables field.

func (*TestJwtCustomizerRequestOneOf1) SetScript ¶

func (o *TestJwtCustomizerRequestOneOf1) SetScript(v string)

SetScript sets field value

func (*TestJwtCustomizerRequestOneOf1) SetToken ¶

SetToken sets field value

func (*TestJwtCustomizerRequestOneOf1) SetTokenType ¶

func (o *TestJwtCustomizerRequestOneOf1) SetTokenType(v string)

SetTokenType sets field value

func (TestJwtCustomizerRequestOneOf1) ToMap ¶

func (o TestJwtCustomizerRequestOneOf1) ToMap() (map[string]interface{}, error)

func (*TestJwtCustomizerRequestOneOf1) UnmarshalJSON ¶

func (o *TestJwtCustomizerRequestOneOf1) UnmarshalJSON(data []byte) (err error)

type TestJwtCustomizerRequestPayload ¶

type TestJwtCustomizerRequestPayload struct {
	// The code snippet of the JWT customizer.
	Script interface{} `json:"script,omitempty"`
	// The environment variables for the JWT customizer.
	EnvironmentVariables interface{} `json:"environmentVariables,omitempty"`
	// The sample context for the JWT customizer script testing purpose.
	ContextSample interface{} `json:"contextSample,omitempty"`
	// The sample token payload for the JWT customizer script testing purpose.
	TokenSample interface{} `json:"tokenSample,omitempty"`
}

TestJwtCustomizerRequestPayload struct for TestJwtCustomizerRequestPayload

func NewTestJwtCustomizerRequestPayload ¶

func NewTestJwtCustomizerRequestPayload() *TestJwtCustomizerRequestPayload

NewTestJwtCustomizerRequestPayload instantiates a new TestJwtCustomizerRequestPayload object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTestJwtCustomizerRequestPayloadWithDefaults ¶

func NewTestJwtCustomizerRequestPayloadWithDefaults() *TestJwtCustomizerRequestPayload

NewTestJwtCustomizerRequestPayloadWithDefaults instantiates a new TestJwtCustomizerRequestPayload object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TestJwtCustomizerRequestPayload) GetContextSample ¶

func (o *TestJwtCustomizerRequestPayload) GetContextSample() interface{}

GetContextSample returns the ContextSample field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TestJwtCustomizerRequestPayload) GetContextSampleOk ¶

func (o *TestJwtCustomizerRequestPayload) GetContextSampleOk() (*interface{}, bool)

GetContextSampleOk returns a tuple with the ContextSample field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TestJwtCustomizerRequestPayload) GetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestPayload) GetEnvironmentVariables() interface{}

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TestJwtCustomizerRequestPayload) GetEnvironmentVariablesOk ¶

func (o *TestJwtCustomizerRequestPayload) GetEnvironmentVariablesOk() (*interface{}, bool)

GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TestJwtCustomizerRequestPayload) GetScript ¶

func (o *TestJwtCustomizerRequestPayload) GetScript() interface{}

GetScript returns the Script field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TestJwtCustomizerRequestPayload) GetScriptOk ¶

func (o *TestJwtCustomizerRequestPayload) GetScriptOk() (*interface{}, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TestJwtCustomizerRequestPayload) GetTokenSample ¶

func (o *TestJwtCustomizerRequestPayload) GetTokenSample() interface{}

GetTokenSample returns the TokenSample field value if set, zero value otherwise (both if not set or set to explicit null).

func (*TestJwtCustomizerRequestPayload) GetTokenSampleOk ¶

func (o *TestJwtCustomizerRequestPayload) GetTokenSampleOk() (*interface{}, bool)

GetTokenSampleOk returns a tuple with the TokenSample field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*TestJwtCustomizerRequestPayload) HasContextSample ¶

func (o *TestJwtCustomizerRequestPayload) HasContextSample() bool

HasContextSample returns a boolean if a field has been set.

func (*TestJwtCustomizerRequestPayload) HasEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestPayload) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (*TestJwtCustomizerRequestPayload) HasScript ¶

func (o *TestJwtCustomizerRequestPayload) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*TestJwtCustomizerRequestPayload) HasTokenSample ¶

func (o *TestJwtCustomizerRequestPayload) HasTokenSample() bool

HasTokenSample returns a boolean if a field has been set.

func (TestJwtCustomizerRequestPayload) MarshalJSON ¶

func (o TestJwtCustomizerRequestPayload) MarshalJSON() ([]byte, error)

func (*TestJwtCustomizerRequestPayload) SetContextSample ¶

func (o *TestJwtCustomizerRequestPayload) SetContextSample(v interface{})

SetContextSample gets a reference to the given interface{} and assigns it to the ContextSample field.

func (*TestJwtCustomizerRequestPayload) SetEnvironmentVariables ¶

func (o *TestJwtCustomizerRequestPayload) SetEnvironmentVariables(v interface{})

SetEnvironmentVariables gets a reference to the given interface{} and assigns it to the EnvironmentVariables field.

func (*TestJwtCustomizerRequestPayload) SetScript ¶

func (o *TestJwtCustomizerRequestPayload) SetScript(v interface{})

SetScript gets a reference to the given interface{} and assigns it to the Script field.

func (*TestJwtCustomizerRequestPayload) SetTokenSample ¶

func (o *TestJwtCustomizerRequestPayload) SetTokenSample(v interface{})

SetTokenSample gets a reference to the given interface{} and assigns it to the TokenSample field.

func (TestJwtCustomizerRequestPayload) ToMap ¶

func (o TestJwtCustomizerRequestPayload) ToMap() (map[string]interface{}, error)

type Translation ¶

type Translation struct {
	String *string
}

Translation - struct for Translation

func StringAsTranslation ¶

func StringAsTranslation(v *string) Translation

stringAsTranslation is a convenience function that returns string wrapped in Translation

func (*Translation) GetActualInstance ¶

func (obj *Translation) GetActualInstance() interface{}

Get the actual instance

func (Translation) MarshalJSON ¶

func (src Translation) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*Translation) UnmarshalJSON ¶

func (dst *Translation) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type TranslationObject ¶

type TranslationObject struct {
	TranslationKey *Translation `json:"[translationKey],omitempty"`
}

TranslationObject struct for TranslationObject

func NewTranslationObject ¶

func NewTranslationObject() *TranslationObject

NewTranslationObject instantiates a new TranslationObject object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewTranslationObjectWithDefaults ¶

func NewTranslationObjectWithDefaults() *TranslationObject

NewTranslationObjectWithDefaults instantiates a new TranslationObject object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*TranslationObject) GetTranslationKey ¶

func (o *TranslationObject) GetTranslationKey() Translation

GetTranslationKey returns the TranslationKey field value if set, zero value otherwise.

func (*TranslationObject) GetTranslationKeyOk ¶

func (o *TranslationObject) GetTranslationKeyOk() (*Translation, bool)

GetTranslationKeyOk returns a tuple with the TranslationKey field value if set, nil otherwise and a boolean to check if the value has been set.

func (*TranslationObject) HasTranslationKey ¶

func (o *TranslationObject) HasTranslationKey() bool

HasTranslationKey returns a boolean if a field has been set.

func (TranslationObject) MarshalJSON ¶

func (o TranslationObject) MarshalJSON() ([]byte, error)

func (*TranslationObject) SetTranslationKey ¶

func (o *TranslationObject) SetTranslationKey(v Translation)

SetTranslationKey gets a reference to the given Translation and assigns it to the TranslationKey field.

func (TranslationObject) ToMap ¶

func (o TranslationObject) ToMap() (map[string]interface{}, error)

type UpdateAdminConsoleConfigRequest ¶

type UpdateAdminConsoleConfigRequest struct {
	SignInExperienceCustomized             *bool                                                                   `json:"signInExperienceCustomized,omitempty"`
	OrganizationCreated                    *bool                                                                   `json:"organizationCreated,omitempty"`
	DevelopmentTenantMigrationNotification *GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification `json:"developmentTenantMigrationNotification,omitempty"`
	CheckedChargeNotification              *GetAdminConsoleConfig200ResponseCheckedChargeNotification              `json:"checkedChargeNotification,omitempty"`
}

UpdateAdminConsoleConfigRequest struct for UpdateAdminConsoleConfigRequest

func NewUpdateAdminConsoleConfigRequest ¶

func NewUpdateAdminConsoleConfigRequest() *UpdateAdminConsoleConfigRequest

NewUpdateAdminConsoleConfigRequest instantiates a new UpdateAdminConsoleConfigRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateAdminConsoleConfigRequestWithDefaults ¶

func NewUpdateAdminConsoleConfigRequestWithDefaults() *UpdateAdminConsoleConfigRequest

NewUpdateAdminConsoleConfigRequestWithDefaults instantiates a new UpdateAdminConsoleConfigRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateAdminConsoleConfigRequest) GetCheckedChargeNotification ¶

GetCheckedChargeNotification returns the CheckedChargeNotification field value if set, zero value otherwise.

func (*UpdateAdminConsoleConfigRequest) GetCheckedChargeNotificationOk ¶

GetCheckedChargeNotificationOk returns a tuple with the CheckedChargeNotification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAdminConsoleConfigRequest) GetDevelopmentTenantMigrationNotification ¶

GetDevelopmentTenantMigrationNotification returns the DevelopmentTenantMigrationNotification field value if set, zero value otherwise.

func (*UpdateAdminConsoleConfigRequest) GetDevelopmentTenantMigrationNotificationOk ¶

GetDevelopmentTenantMigrationNotificationOk returns a tuple with the DevelopmentTenantMigrationNotification field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAdminConsoleConfigRequest) GetOrganizationCreated ¶

func (o *UpdateAdminConsoleConfigRequest) GetOrganizationCreated() bool

GetOrganizationCreated returns the OrganizationCreated field value if set, zero value otherwise.

func (*UpdateAdminConsoleConfigRequest) GetOrganizationCreatedOk ¶

func (o *UpdateAdminConsoleConfigRequest) GetOrganizationCreatedOk() (*bool, bool)

GetOrganizationCreatedOk returns a tuple with the OrganizationCreated field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAdminConsoleConfigRequest) GetSignInExperienceCustomized ¶

func (o *UpdateAdminConsoleConfigRequest) GetSignInExperienceCustomized() bool

GetSignInExperienceCustomized returns the SignInExperienceCustomized field value if set, zero value otherwise.

func (*UpdateAdminConsoleConfigRequest) GetSignInExperienceCustomizedOk ¶

func (o *UpdateAdminConsoleConfigRequest) GetSignInExperienceCustomizedOk() (*bool, bool)

GetSignInExperienceCustomizedOk returns a tuple with the SignInExperienceCustomized field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateAdminConsoleConfigRequest) HasCheckedChargeNotification ¶

func (o *UpdateAdminConsoleConfigRequest) HasCheckedChargeNotification() bool

HasCheckedChargeNotification returns a boolean if a field has been set.

func (*UpdateAdminConsoleConfigRequest) HasDevelopmentTenantMigrationNotification ¶

func (o *UpdateAdminConsoleConfigRequest) HasDevelopmentTenantMigrationNotification() bool

HasDevelopmentTenantMigrationNotification returns a boolean if a field has been set.

func (*UpdateAdminConsoleConfigRequest) HasOrganizationCreated ¶

func (o *UpdateAdminConsoleConfigRequest) HasOrganizationCreated() bool

HasOrganizationCreated returns a boolean if a field has been set.

func (*UpdateAdminConsoleConfigRequest) HasSignInExperienceCustomized ¶

func (o *UpdateAdminConsoleConfigRequest) HasSignInExperienceCustomized() bool

HasSignInExperienceCustomized returns a boolean if a field has been set.

func (UpdateAdminConsoleConfigRequest) MarshalJSON ¶

func (o UpdateAdminConsoleConfigRequest) MarshalJSON() ([]byte, error)

func (*UpdateAdminConsoleConfigRequest) SetCheckedChargeNotification ¶

SetCheckedChargeNotification gets a reference to the given GetAdminConsoleConfig200ResponseCheckedChargeNotification and assigns it to the CheckedChargeNotification field.

func (*UpdateAdminConsoleConfigRequest) SetDevelopmentTenantMigrationNotification ¶

SetDevelopmentTenantMigrationNotification gets a reference to the given GetAdminConsoleConfig200ResponseDevelopmentTenantMigrationNotification and assigns it to the DevelopmentTenantMigrationNotification field.

func (*UpdateAdminConsoleConfigRequest) SetOrganizationCreated ¶

func (o *UpdateAdminConsoleConfigRequest) SetOrganizationCreated(v bool)

SetOrganizationCreated gets a reference to the given bool and assigns it to the OrganizationCreated field.

func (*UpdateAdminConsoleConfigRequest) SetSignInExperienceCustomized ¶

func (o *UpdateAdminConsoleConfigRequest) SetSignInExperienceCustomized(v bool)

SetSignInExperienceCustomized gets a reference to the given bool and assigns it to the SignInExperienceCustomized field.

func (UpdateAdminConsoleConfigRequest) ToMap ¶

func (o UpdateAdminConsoleConfigRequest) ToMap() (map[string]interface{}, error)

type UpdateApplicationRequest ¶

type UpdateApplicationRequest struct {
	Name                 *string                                               `json:"name,omitempty"`
	Description          NullableString                                        `json:"description,omitempty"`
	OidcClientMetadata   *UpdateApplicationRequestOidcClientMetadata           `json:"oidcClientMetadata,omitempty"`
	CustomClientMetadata *ListApplications200ResponseInnerCustomClientMetadata `json:"customClientMetadata,omitempty"`
	ProtectedAppMetadata *UpdateApplicationRequestProtectedAppMetadata         `json:"protectedAppMetadata,omitempty"`
	// Whether the application has admin access. User can enable the admin access for Machine-to-Machine apps.
	IsAdmin *bool `json:"isAdmin,omitempty"`
}

UpdateApplicationRequest struct for UpdateApplicationRequest

func NewUpdateApplicationRequest ¶

func NewUpdateApplicationRequest() *UpdateApplicationRequest

NewUpdateApplicationRequest instantiates a new UpdateApplicationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateApplicationRequestWithDefaults ¶

func NewUpdateApplicationRequestWithDefaults() *UpdateApplicationRequest

NewUpdateApplicationRequestWithDefaults instantiates a new UpdateApplicationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateApplicationRequest) GetCustomClientMetadata ¶

GetCustomClientMetadata returns the CustomClientMetadata field value if set, zero value otherwise.

func (*UpdateApplicationRequest) GetCustomClientMetadataOk ¶

GetCustomClientMetadataOk returns a tuple with the CustomClientMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequest) GetDescription ¶

func (o *UpdateApplicationRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateApplicationRequest) GetDescriptionOk ¶

func (o *UpdateApplicationRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateApplicationRequest) GetIsAdmin ¶

func (o *UpdateApplicationRequest) GetIsAdmin() bool

GetIsAdmin returns the IsAdmin field value if set, zero value otherwise.

func (*UpdateApplicationRequest) GetIsAdminOk ¶

func (o *UpdateApplicationRequest) GetIsAdminOk() (*bool, bool)

GetIsAdminOk returns a tuple with the IsAdmin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequest) GetName ¶

func (o *UpdateApplicationRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateApplicationRequest) GetNameOk ¶

func (o *UpdateApplicationRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequest) GetOidcClientMetadata ¶

GetOidcClientMetadata returns the OidcClientMetadata field value if set, zero value otherwise.

func (*UpdateApplicationRequest) GetOidcClientMetadataOk ¶

GetOidcClientMetadataOk returns a tuple with the OidcClientMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequest) GetProtectedAppMetadata ¶

GetProtectedAppMetadata returns the ProtectedAppMetadata field value if set, zero value otherwise.

func (*UpdateApplicationRequest) GetProtectedAppMetadataOk ¶

GetProtectedAppMetadataOk returns a tuple with the ProtectedAppMetadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequest) HasCustomClientMetadata ¶

func (o *UpdateApplicationRequest) HasCustomClientMetadata() bool

HasCustomClientMetadata returns a boolean if a field has been set.

func (*UpdateApplicationRequest) HasDescription ¶

func (o *UpdateApplicationRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateApplicationRequest) HasIsAdmin ¶

func (o *UpdateApplicationRequest) HasIsAdmin() bool

HasIsAdmin returns a boolean if a field has been set.

func (*UpdateApplicationRequest) HasName ¶

func (o *UpdateApplicationRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateApplicationRequest) HasOidcClientMetadata ¶

func (o *UpdateApplicationRequest) HasOidcClientMetadata() bool

HasOidcClientMetadata returns a boolean if a field has been set.

func (*UpdateApplicationRequest) HasProtectedAppMetadata ¶

func (o *UpdateApplicationRequest) HasProtectedAppMetadata() bool

HasProtectedAppMetadata returns a boolean if a field has been set.

func (UpdateApplicationRequest) MarshalJSON ¶

func (o UpdateApplicationRequest) MarshalJSON() ([]byte, error)

func (*UpdateApplicationRequest) SetCustomClientMetadata ¶

SetCustomClientMetadata gets a reference to the given ListApplications200ResponseInnerCustomClientMetadata and assigns it to the CustomClientMetadata field.

func (*UpdateApplicationRequest) SetDescription ¶

func (o *UpdateApplicationRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateApplicationRequest) SetDescriptionNil ¶

func (o *UpdateApplicationRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateApplicationRequest) SetIsAdmin ¶

func (o *UpdateApplicationRequest) SetIsAdmin(v bool)

SetIsAdmin gets a reference to the given bool and assigns it to the IsAdmin field.

func (*UpdateApplicationRequest) SetName ¶

func (o *UpdateApplicationRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateApplicationRequest) SetOidcClientMetadata ¶

SetOidcClientMetadata gets a reference to the given UpdateApplicationRequestOidcClientMetadata and assigns it to the OidcClientMetadata field.

func (*UpdateApplicationRequest) SetProtectedAppMetadata ¶

SetProtectedAppMetadata gets a reference to the given UpdateApplicationRequestProtectedAppMetadata and assigns it to the ProtectedAppMetadata field.

func (UpdateApplicationRequest) ToMap ¶

func (o UpdateApplicationRequest) ToMap() (map[string]interface{}, error)

func (*UpdateApplicationRequest) UnsetDescription ¶

func (o *UpdateApplicationRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateApplicationRequestOidcClientMetadata ¶

type UpdateApplicationRequestOidcClientMetadata struct {
	RedirectUris                     []ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner `json:"redirectUris,omitempty"`
	PostLogoutRedirectUris           []string                                                              `json:"postLogoutRedirectUris,omitempty"`
	BackchannelLogoutUri             *string                                                               `json:"backchannelLogoutUri,omitempty"`
	BackchannelLogoutSessionRequired *bool                                                                 `json:"backchannelLogoutSessionRequired,omitempty"`
	LogoUri                          *string                                                               `json:"logoUri,omitempty"`
}

UpdateApplicationRequestOidcClientMetadata struct for UpdateApplicationRequestOidcClientMetadata

func NewUpdateApplicationRequestOidcClientMetadata ¶

func NewUpdateApplicationRequestOidcClientMetadata() *UpdateApplicationRequestOidcClientMetadata

NewUpdateApplicationRequestOidcClientMetadata instantiates a new UpdateApplicationRequestOidcClientMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateApplicationRequestOidcClientMetadataWithDefaults ¶

func NewUpdateApplicationRequestOidcClientMetadataWithDefaults() *UpdateApplicationRequestOidcClientMetadata

NewUpdateApplicationRequestOidcClientMetadataWithDefaults instantiates a new UpdateApplicationRequestOidcClientMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutSessionRequired ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutSessionRequired() bool

GetBackchannelLogoutSessionRequired returns the BackchannelLogoutSessionRequired field value if set, zero value otherwise.

func (*UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutSessionRequiredOk ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutSessionRequiredOk() (*bool, bool)

GetBackchannelLogoutSessionRequiredOk returns a tuple with the BackchannelLogoutSessionRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutUri ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutUri() string

GetBackchannelLogoutUri returns the BackchannelLogoutUri field value if set, zero value otherwise.

func (*UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutUriOk ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetBackchannelLogoutUriOk() (*string, bool)

GetBackchannelLogoutUriOk returns a tuple with the BackchannelLogoutUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestOidcClientMetadata) GetLogoUri ¶

GetLogoUri returns the LogoUri field value if set, zero value otherwise.

func (*UpdateApplicationRequestOidcClientMetadata) GetLogoUriOk ¶

GetLogoUriOk returns a tuple with the LogoUri field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestOidcClientMetadata) GetPostLogoutRedirectUris ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetPostLogoutRedirectUris() []string

GetPostLogoutRedirectUris returns the PostLogoutRedirectUris field value if set, zero value otherwise.

func (*UpdateApplicationRequestOidcClientMetadata) GetPostLogoutRedirectUrisOk ¶

func (o *UpdateApplicationRequestOidcClientMetadata) GetPostLogoutRedirectUrisOk() ([]string, bool)

GetPostLogoutRedirectUrisOk returns a tuple with the PostLogoutRedirectUris field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestOidcClientMetadata) GetRedirectUris ¶

GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.

func (*UpdateApplicationRequestOidcClientMetadata) GetRedirectUrisOk ¶

GetRedirectUrisOk returns a tuple with the RedirectUris field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestOidcClientMetadata) HasBackchannelLogoutSessionRequired ¶

func (o *UpdateApplicationRequestOidcClientMetadata) HasBackchannelLogoutSessionRequired() bool

HasBackchannelLogoutSessionRequired returns a boolean if a field has been set.

func (*UpdateApplicationRequestOidcClientMetadata) HasBackchannelLogoutUri ¶

func (o *UpdateApplicationRequestOidcClientMetadata) HasBackchannelLogoutUri() bool

HasBackchannelLogoutUri returns a boolean if a field has been set.

func (*UpdateApplicationRequestOidcClientMetadata) HasLogoUri ¶

HasLogoUri returns a boolean if a field has been set.

func (*UpdateApplicationRequestOidcClientMetadata) HasPostLogoutRedirectUris ¶

func (o *UpdateApplicationRequestOidcClientMetadata) HasPostLogoutRedirectUris() bool

HasPostLogoutRedirectUris returns a boolean if a field has been set.

func (*UpdateApplicationRequestOidcClientMetadata) HasRedirectUris ¶

func (o *UpdateApplicationRequestOidcClientMetadata) HasRedirectUris() bool

HasRedirectUris returns a boolean if a field has been set.

func (UpdateApplicationRequestOidcClientMetadata) MarshalJSON ¶

func (*UpdateApplicationRequestOidcClientMetadata) SetBackchannelLogoutSessionRequired ¶

func (o *UpdateApplicationRequestOidcClientMetadata) SetBackchannelLogoutSessionRequired(v bool)

SetBackchannelLogoutSessionRequired gets a reference to the given bool and assigns it to the BackchannelLogoutSessionRequired field.

func (*UpdateApplicationRequestOidcClientMetadata) SetBackchannelLogoutUri ¶

func (o *UpdateApplicationRequestOidcClientMetadata) SetBackchannelLogoutUri(v string)

SetBackchannelLogoutUri gets a reference to the given string and assigns it to the BackchannelLogoutUri field.

func (*UpdateApplicationRequestOidcClientMetadata) SetLogoUri ¶

SetLogoUri gets a reference to the given string and assigns it to the LogoUri field.

func (*UpdateApplicationRequestOidcClientMetadata) SetPostLogoutRedirectUris ¶

func (o *UpdateApplicationRequestOidcClientMetadata) SetPostLogoutRedirectUris(v []string)

SetPostLogoutRedirectUris gets a reference to the given []string and assigns it to the PostLogoutRedirectUris field.

func (*UpdateApplicationRequestOidcClientMetadata) SetRedirectUris ¶

SetRedirectUris gets a reference to the given []ListApplications200ResponseInnerOidcClientMetadataRedirectUrisInner and assigns it to the RedirectUris field.

func (UpdateApplicationRequestOidcClientMetadata) ToMap ¶

func (o UpdateApplicationRequestOidcClientMetadata) ToMap() (map[string]interface{}, error)

type UpdateApplicationRequestProtectedAppMetadata ¶

type UpdateApplicationRequestProtectedAppMetadata struct {
	Origin          *string                                                              `json:"origin,omitempty"`
	SessionDuration *float32                                                             `json:"sessionDuration,omitempty"`
	PageRules       []ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner `json:"pageRules,omitempty"`
}

UpdateApplicationRequestProtectedAppMetadata struct for UpdateApplicationRequestProtectedAppMetadata

func NewUpdateApplicationRequestProtectedAppMetadata ¶

func NewUpdateApplicationRequestProtectedAppMetadata() *UpdateApplicationRequestProtectedAppMetadata

NewUpdateApplicationRequestProtectedAppMetadata instantiates a new UpdateApplicationRequestProtectedAppMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateApplicationRequestProtectedAppMetadataWithDefaults ¶

func NewUpdateApplicationRequestProtectedAppMetadataWithDefaults() *UpdateApplicationRequestProtectedAppMetadata

NewUpdateApplicationRequestProtectedAppMetadataWithDefaults instantiates a new UpdateApplicationRequestProtectedAppMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateApplicationRequestProtectedAppMetadata) GetOrigin ¶

GetOrigin returns the Origin field value if set, zero value otherwise.

func (*UpdateApplicationRequestProtectedAppMetadata) GetOriginOk ¶

GetOriginOk returns a tuple with the Origin field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestProtectedAppMetadata) GetPageRules ¶

GetPageRules returns the PageRules field value if set, zero value otherwise.

func (*UpdateApplicationRequestProtectedAppMetadata) GetPageRulesOk ¶

GetPageRulesOk returns a tuple with the PageRules field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestProtectedAppMetadata) GetSessionDuration ¶

func (o *UpdateApplicationRequestProtectedAppMetadata) GetSessionDuration() float32

GetSessionDuration returns the SessionDuration field value if set, zero value otherwise.

func (*UpdateApplicationRequestProtectedAppMetadata) GetSessionDurationOk ¶

func (o *UpdateApplicationRequestProtectedAppMetadata) GetSessionDurationOk() (*float32, bool)

GetSessionDurationOk returns a tuple with the SessionDuration field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateApplicationRequestProtectedAppMetadata) HasOrigin ¶

HasOrigin returns a boolean if a field has been set.

func (*UpdateApplicationRequestProtectedAppMetadata) HasPageRules ¶

HasPageRules returns a boolean if a field has been set.

func (*UpdateApplicationRequestProtectedAppMetadata) HasSessionDuration ¶

func (o *UpdateApplicationRequestProtectedAppMetadata) HasSessionDuration() bool

HasSessionDuration returns a boolean if a field has been set.

func (UpdateApplicationRequestProtectedAppMetadata) MarshalJSON ¶

func (*UpdateApplicationRequestProtectedAppMetadata) SetOrigin ¶

SetOrigin gets a reference to the given string and assigns it to the Origin field.

func (*UpdateApplicationRequestProtectedAppMetadata) SetPageRules ¶

SetPageRules gets a reference to the given []ListApplications200ResponseInnerProtectedAppMetadataPageRulesInner and assigns it to the PageRules field.

func (*UpdateApplicationRequestProtectedAppMetadata) SetSessionDuration ¶

func (o *UpdateApplicationRequestProtectedAppMetadata) SetSessionDuration(v float32)

SetSessionDuration gets a reference to the given float32 and assigns it to the SessionDuration field.

func (UpdateApplicationRequestProtectedAppMetadata) ToMap ¶

func (o UpdateApplicationRequestProtectedAppMetadata) ToMap() (map[string]interface{}, error)

type UpdateConnectorRequest ¶

type UpdateConnectorRequest struct {
	// The connector config object that will be passed to the connector. The config object should be compatible with the connector factory.
	Config   map[string]interface{}          `json:"config,omitempty"`
	Metadata *UpdateConnectorRequestMetadata `json:"metadata,omitempty"`
	// Whether to sync user profile from the identity provider to Logto at each sign-in. If `false`, the user profile will only be synced when the user is created.
	SyncProfile *bool `json:"syncProfile,omitempty"`
}

UpdateConnectorRequest struct for UpdateConnectorRequest

func NewUpdateConnectorRequest ¶

func NewUpdateConnectorRequest() *UpdateConnectorRequest

NewUpdateConnectorRequest instantiates a new UpdateConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateConnectorRequestWithDefaults ¶

func NewUpdateConnectorRequestWithDefaults() *UpdateConnectorRequest

NewUpdateConnectorRequestWithDefaults instantiates a new UpdateConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateConnectorRequest) GetConfig ¶

func (o *UpdateConnectorRequest) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise.

func (*UpdateConnectorRequest) GetConfigOk ¶

func (o *UpdateConnectorRequest) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateConnectorRequest) GetMetadata ¶

GetMetadata returns the Metadata field value if set, zero value otherwise.

func (*UpdateConnectorRequest) GetMetadataOk ¶

GetMetadataOk returns a tuple with the Metadata field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateConnectorRequest) GetSyncProfile ¶

func (o *UpdateConnectorRequest) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value if set, zero value otherwise.

func (*UpdateConnectorRequest) GetSyncProfileOk ¶

func (o *UpdateConnectorRequest) GetSyncProfileOk() (*bool, bool)

GetSyncProfileOk returns a tuple with the SyncProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateConnectorRequest) HasConfig ¶

func (o *UpdateConnectorRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*UpdateConnectorRequest) HasMetadata ¶

func (o *UpdateConnectorRequest) HasMetadata() bool

HasMetadata returns a boolean if a field has been set.

func (*UpdateConnectorRequest) HasSyncProfile ¶

func (o *UpdateConnectorRequest) HasSyncProfile() bool

HasSyncProfile returns a boolean if a field has been set.

func (UpdateConnectorRequest) MarshalJSON ¶

func (o UpdateConnectorRequest) MarshalJSON() ([]byte, error)

func (*UpdateConnectorRequest) SetConfig ¶

func (o *UpdateConnectorRequest) SetConfig(v map[string]interface{})

SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.

func (*UpdateConnectorRequest) SetMetadata ¶

SetMetadata gets a reference to the given UpdateConnectorRequestMetadata and assigns it to the Metadata field.

func (*UpdateConnectorRequest) SetSyncProfile ¶

func (o *UpdateConnectorRequest) SetSyncProfile(v bool)

SetSyncProfile gets a reference to the given bool and assigns it to the SyncProfile field.

func (UpdateConnectorRequest) ToMap ¶

func (o UpdateConnectorRequest) ToMap() (map[string]interface{}, error)

type UpdateConnectorRequestMetadata ¶

type UpdateConnectorRequestMetadata struct {
	Target *string `json:"target,omitempty"`
	// Validator function
	Name     map[string]interface{} `json:"name,omitempty"`
	LogoDark NullableString         `json:"logoDark,omitempty"`
}

UpdateConnectorRequestMetadata Custom connector metadata, will be used to overwrite the default connector metadata.

func NewUpdateConnectorRequestMetadata ¶

func NewUpdateConnectorRequestMetadata() *UpdateConnectorRequestMetadata

NewUpdateConnectorRequestMetadata instantiates a new UpdateConnectorRequestMetadata object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateConnectorRequestMetadataWithDefaults ¶

func NewUpdateConnectorRequestMetadataWithDefaults() *UpdateConnectorRequestMetadata

NewUpdateConnectorRequestMetadataWithDefaults instantiates a new UpdateConnectorRequestMetadata object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetLogo returns the Logo field value if set, zero value otherwise.

func (*UpdateConnectorRequestMetadata) GetLogoDark ¶

func (o *UpdateConnectorRequestMetadata) GetLogoDark() string

GetLogoDark returns the LogoDark field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateConnectorRequestMetadata) GetLogoDarkOk ¶

func (o *UpdateConnectorRequestMetadata) GetLogoDarkOk() (*string, bool)

GetLogoDarkOk returns a tuple with the LogoDark field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateConnectorRequestMetadata) GetLogoOk ¶

func (o *UpdateConnectorRequestMetadata) GetLogoOk() (*string, bool)

GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateConnectorRequestMetadata) GetName ¶

func (o *UpdateConnectorRequestMetadata) GetName() map[string]interface{}

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateConnectorRequestMetadata) GetNameOk ¶

func (o *UpdateConnectorRequestMetadata) GetNameOk() (map[string]interface{}, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateConnectorRequestMetadata) GetTarget ¶

func (o *UpdateConnectorRequestMetadata) GetTarget() string

GetTarget returns the Target field value if set, zero value otherwise.

func (*UpdateConnectorRequestMetadata) GetTargetOk ¶

func (o *UpdateConnectorRequestMetadata) GetTargetOk() (*string, bool)

GetTargetOk returns a tuple with the Target field value if set, nil otherwise and a boolean to check if the value has been set.

func (o *UpdateConnectorRequestMetadata) HasLogo() bool

HasLogo returns a boolean if a field has been set.

func (*UpdateConnectorRequestMetadata) HasLogoDark ¶

func (o *UpdateConnectorRequestMetadata) HasLogoDark() bool

HasLogoDark returns a boolean if a field has been set.

func (*UpdateConnectorRequestMetadata) HasName ¶

func (o *UpdateConnectorRequestMetadata) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateConnectorRequestMetadata) HasTarget ¶

func (o *UpdateConnectorRequestMetadata) HasTarget() bool

HasTarget returns a boolean if a field has been set.

func (UpdateConnectorRequestMetadata) MarshalJSON ¶

func (o UpdateConnectorRequestMetadata) MarshalJSON() ([]byte, error)
func (o *UpdateConnectorRequestMetadata) SetLogo(v string)

SetLogo gets a reference to the given string and assigns it to the Logo field.

func (*UpdateConnectorRequestMetadata) SetLogoDark ¶

func (o *UpdateConnectorRequestMetadata) SetLogoDark(v string)

SetLogoDark gets a reference to the given NullableString and assigns it to the LogoDark field.

func (*UpdateConnectorRequestMetadata) SetLogoDarkNil ¶

func (o *UpdateConnectorRequestMetadata) SetLogoDarkNil()

SetLogoDarkNil sets the value for LogoDark to be an explicit nil

func (*UpdateConnectorRequestMetadata) SetName ¶

func (o *UpdateConnectorRequestMetadata) SetName(v map[string]interface{})

SetName gets a reference to the given map[string]interface{} and assigns it to the Name field.

func (*UpdateConnectorRequestMetadata) SetTarget ¶

func (o *UpdateConnectorRequestMetadata) SetTarget(v string)

SetTarget gets a reference to the given string and assigns it to the Target field.

func (UpdateConnectorRequestMetadata) ToMap ¶

func (o UpdateConnectorRequestMetadata) ToMap() (map[string]interface{}, error)

func (*UpdateConnectorRequestMetadata) UnsetLogoDark ¶

func (o *UpdateConnectorRequestMetadata) UnsetLogoDark()

UnsetLogoDark ensures that no value is present for LogoDark, not even an explicit nil

type UpdateHook200Response ¶

type UpdateHook200Response struct {
	TenantId   string                          `json:"tenantId"`
	Id         string                          `json:"id"`
	Name       string                          `json:"name"`
	Event      NullableString                  `json:"event"`
	Events     []string                        `json:"events"`
	Config     ListHooks200ResponseInnerConfig `json:"config"`
	SigningKey string                          `json:"signingKey"`
	Enabled    bool                            `json:"enabled"`
	CreatedAt  float32                         `json:"createdAt"`
}

UpdateHook200Response struct for UpdateHook200Response

func NewUpdateHook200Response ¶

func NewUpdateHook200Response(tenantId string, id string, name string, event NullableString, events []string, config ListHooks200ResponseInnerConfig, signingKey string, enabled bool, createdAt float32) *UpdateHook200Response

NewUpdateHook200Response instantiates a new UpdateHook200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateHook200ResponseWithDefaults ¶

func NewUpdateHook200ResponseWithDefaults() *UpdateHook200Response

NewUpdateHook200ResponseWithDefaults instantiates a new UpdateHook200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateHook200Response) GetConfig ¶

GetConfig returns the Config field value

func (*UpdateHook200Response) GetConfigOk ¶

GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetCreatedAt ¶

func (o *UpdateHook200Response) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*UpdateHook200Response) GetCreatedAtOk ¶

func (o *UpdateHook200Response) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetEnabled ¶

func (o *UpdateHook200Response) GetEnabled() bool

GetEnabled returns the Enabled field value

func (*UpdateHook200Response) GetEnabledOk ¶

func (o *UpdateHook200Response) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetEvent ¶

func (o *UpdateHook200Response) GetEvent() string

GetEvent returns the Event field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateHook200Response) GetEventOk ¶

func (o *UpdateHook200Response) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateHook200Response) GetEvents ¶

func (o *UpdateHook200Response) GetEvents() []string

GetEvents returns the Events field value

func (*UpdateHook200Response) GetEventsOk ¶

func (o *UpdateHook200Response) GetEventsOk() ([]string, bool)

GetEventsOk returns a tuple with the Events field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetId ¶

func (o *UpdateHook200Response) GetId() string

GetId returns the Id field value

func (*UpdateHook200Response) GetIdOk ¶

func (o *UpdateHook200Response) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetName ¶

func (o *UpdateHook200Response) GetName() string

GetName returns the Name field value

func (*UpdateHook200Response) GetNameOk ¶

func (o *UpdateHook200Response) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetSigningKey ¶

func (o *UpdateHook200Response) GetSigningKey() string

GetSigningKey returns the SigningKey field value

func (*UpdateHook200Response) GetSigningKeyOk ¶

func (o *UpdateHook200Response) GetSigningKeyOk() (*string, bool)

GetSigningKeyOk returns a tuple with the SigningKey field value and a boolean to check if the value has been set.

func (*UpdateHook200Response) GetTenantId ¶

func (o *UpdateHook200Response) GetTenantId() string

GetTenantId returns the TenantId field value

func (*UpdateHook200Response) GetTenantIdOk ¶

func (o *UpdateHook200Response) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (UpdateHook200Response) MarshalJSON ¶

func (o UpdateHook200Response) MarshalJSON() ([]byte, error)

func (*UpdateHook200Response) SetConfig ¶

SetConfig sets field value

func (*UpdateHook200Response) SetCreatedAt ¶

func (o *UpdateHook200Response) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*UpdateHook200Response) SetEnabled ¶

func (o *UpdateHook200Response) SetEnabled(v bool)

SetEnabled sets field value

func (*UpdateHook200Response) SetEvent ¶

func (o *UpdateHook200Response) SetEvent(v string)

SetEvent sets field value

func (*UpdateHook200Response) SetEvents ¶

func (o *UpdateHook200Response) SetEvents(v []string)

SetEvents sets field value

func (*UpdateHook200Response) SetId ¶

func (o *UpdateHook200Response) SetId(v string)

SetId sets field value

func (*UpdateHook200Response) SetName ¶

func (o *UpdateHook200Response) SetName(v string)

SetName sets field value

func (*UpdateHook200Response) SetSigningKey ¶

func (o *UpdateHook200Response) SetSigningKey(v string)

SetSigningKey sets field value

func (*UpdateHook200Response) SetTenantId ¶

func (o *UpdateHook200Response) SetTenantId(v string)

SetTenantId sets field value

func (UpdateHook200Response) ToMap ¶

func (o UpdateHook200Response) ToMap() (map[string]interface{}, error)

func (*UpdateHook200Response) UnmarshalJSON ¶

func (o *UpdateHook200Response) UnmarshalJSON(data []byte) (err error)

type UpdateHookRequest ¶

type UpdateHookRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The updated name of the hook.
	Name *string `json:"name,omitempty"`
	// Use `events` instead.
	// Deprecated
	Event NullableString `json:"event,omitempty"`
	// An array of updated hook events.
	Events    []string                 `json:"events,omitempty"`
	Config    *CreateHookRequestConfig `json:"config,omitempty"`
	Enabled   *bool                    `json:"enabled,omitempty"`
	CreatedAt *float32                 `json:"createdAt,omitempty"`
}

UpdateHookRequest struct for UpdateHookRequest

func NewUpdateHookRequest ¶

func NewUpdateHookRequest() *UpdateHookRequest

NewUpdateHookRequest instantiates a new UpdateHookRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateHookRequestWithDefaults ¶

func NewUpdateHookRequestWithDefaults() *UpdateHookRequest

NewUpdateHookRequestWithDefaults instantiates a new UpdateHookRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateHookRequest) GetConfig ¶

GetConfig returns the Config field value if set, zero value otherwise.

func (*UpdateHookRequest) GetConfigOk ¶

func (o *UpdateHookRequest) GetConfigOk() (*CreateHookRequestConfig, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) GetCreatedAt ¶

func (o *UpdateHookRequest) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*UpdateHookRequest) GetCreatedAtOk ¶

func (o *UpdateHookRequest) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) GetEnabled ¶

func (o *UpdateHookRequest) GetEnabled() bool

GetEnabled returns the Enabled field value if set, zero value otherwise.

func (*UpdateHookRequest) GetEnabledOk ¶

func (o *UpdateHookRequest) GetEnabledOk() (*bool, bool)

GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) GetEvent ¶

func (o *UpdateHookRequest) GetEvent() string

GetEvent returns the Event field value if set, zero value otherwise (both if not set or set to explicit null). Deprecated

func (*UpdateHookRequest) GetEventOk ¶

func (o *UpdateHookRequest) GetEventOk() (*string, bool)

GetEventOk returns a tuple with the Event field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned Deprecated

func (*UpdateHookRequest) GetEvents ¶

func (o *UpdateHookRequest) GetEvents() []string

GetEvents returns the Events field value if set, zero value otherwise.

func (*UpdateHookRequest) GetEventsOk ¶

func (o *UpdateHookRequest) GetEventsOk() ([]string, bool)

GetEventsOk returns a tuple with the Events field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) GetName ¶

func (o *UpdateHookRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateHookRequest) GetNameOk ¶

func (o *UpdateHookRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) GetTenantId ¶

func (o *UpdateHookRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateHookRequest) GetTenantIdOk ¶

func (o *UpdateHookRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateHookRequest) HasConfig ¶

func (o *UpdateHookRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*UpdateHookRequest) HasCreatedAt ¶

func (o *UpdateHookRequest) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*UpdateHookRequest) HasEnabled ¶

func (o *UpdateHookRequest) HasEnabled() bool

HasEnabled returns a boolean if a field has been set.

func (*UpdateHookRequest) HasEvent ¶

func (o *UpdateHookRequest) HasEvent() bool

HasEvent returns a boolean if a field has been set.

func (*UpdateHookRequest) HasEvents ¶

func (o *UpdateHookRequest) HasEvents() bool

HasEvents returns a boolean if a field has been set.

func (*UpdateHookRequest) HasName ¶

func (o *UpdateHookRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateHookRequest) HasTenantId ¶

func (o *UpdateHookRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (UpdateHookRequest) MarshalJSON ¶

func (o UpdateHookRequest) MarshalJSON() ([]byte, error)

func (*UpdateHookRequest) SetConfig ¶

SetConfig gets a reference to the given CreateHookRequestConfig and assigns it to the Config field.

func (*UpdateHookRequest) SetCreatedAt ¶

func (o *UpdateHookRequest) SetCreatedAt(v float32)

SetCreatedAt gets a reference to the given float32 and assigns it to the CreatedAt field.

func (*UpdateHookRequest) SetEnabled ¶

func (o *UpdateHookRequest) SetEnabled(v bool)

SetEnabled gets a reference to the given bool and assigns it to the Enabled field.

func (*UpdateHookRequest) SetEvent ¶

func (o *UpdateHookRequest) SetEvent(v string)

SetEvent gets a reference to the given NullableString and assigns it to the Event field. Deprecated

func (*UpdateHookRequest) SetEventNil ¶

func (o *UpdateHookRequest) SetEventNil()

SetEventNil sets the value for Event to be an explicit nil

func (*UpdateHookRequest) SetEvents ¶

func (o *UpdateHookRequest) SetEvents(v []string)

SetEvents gets a reference to the given []string and assigns it to the Events field.

func (*UpdateHookRequest) SetName ¶

func (o *UpdateHookRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateHookRequest) SetTenantId ¶

func (o *UpdateHookRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (UpdateHookRequest) ToMap ¶

func (o UpdateHookRequest) ToMap() (map[string]interface{}, error)

func (*UpdateHookRequest) UnsetEvent ¶

func (o *UpdateHookRequest) UnsetEvent()

UnsetEvent ensures that no value is present for Event, not even an explicit nil

type UpdateOrganizationRequest ¶

type UpdateOrganizationRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	Id       *string `json:"id,omitempty"`
	// The updated name of the organization.
	Name *string `json:"name,omitempty"`
	// The updated description of the organization.
	Description NullableString `json:"description,omitempty"`
	// arbitrary
	CustomData    map[string]interface{} `json:"customData,omitempty"`
	IsMfaRequired *bool                  `json:"isMfaRequired,omitempty"`
	CreatedAt     *float32               `json:"createdAt,omitempty"`
}

UpdateOrganizationRequest struct for UpdateOrganizationRequest

func NewUpdateOrganizationRequest ¶

func NewUpdateOrganizationRequest() *UpdateOrganizationRequest

NewUpdateOrganizationRequest instantiates a new UpdateOrganizationRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateOrganizationRequestWithDefaults ¶

func NewUpdateOrganizationRequestWithDefaults() *UpdateOrganizationRequest

NewUpdateOrganizationRequestWithDefaults instantiates a new UpdateOrganizationRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateOrganizationRequest) GetCreatedAt ¶

func (o *UpdateOrganizationRequest) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetCreatedAtOk ¶

func (o *UpdateOrganizationRequest) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) GetCustomData ¶

func (o *UpdateOrganizationRequest) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetCustomDataOk ¶

func (o *UpdateOrganizationRequest) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) GetDescription ¶

func (o *UpdateOrganizationRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateOrganizationRequest) GetDescriptionOk ¶

func (o *UpdateOrganizationRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateOrganizationRequest) GetId ¶

func (o *UpdateOrganizationRequest) GetId() string

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetIdOk ¶

func (o *UpdateOrganizationRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) GetIsMfaRequired ¶

func (o *UpdateOrganizationRequest) GetIsMfaRequired() bool

GetIsMfaRequired returns the IsMfaRequired field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetIsMfaRequiredOk ¶

func (o *UpdateOrganizationRequest) GetIsMfaRequiredOk() (*bool, bool)

GetIsMfaRequiredOk returns a tuple with the IsMfaRequired field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) GetName ¶

func (o *UpdateOrganizationRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetNameOk ¶

func (o *UpdateOrganizationRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) GetTenantId ¶

func (o *UpdateOrganizationRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateOrganizationRequest) GetTenantIdOk ¶

func (o *UpdateOrganizationRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRequest) HasCreatedAt ¶

func (o *UpdateOrganizationRequest) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasCustomData ¶

func (o *UpdateOrganizationRequest) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasDescription ¶

func (o *UpdateOrganizationRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasId ¶

func (o *UpdateOrganizationRequest) HasId() bool

HasId returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasIsMfaRequired ¶

func (o *UpdateOrganizationRequest) HasIsMfaRequired() bool

HasIsMfaRequired returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasName ¶

func (o *UpdateOrganizationRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateOrganizationRequest) HasTenantId ¶

func (o *UpdateOrganizationRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (UpdateOrganizationRequest) MarshalJSON ¶

func (o UpdateOrganizationRequest) MarshalJSON() ([]byte, error)

func (*UpdateOrganizationRequest) SetCreatedAt ¶

func (o *UpdateOrganizationRequest) SetCreatedAt(v float32)

SetCreatedAt gets a reference to the given float32 and assigns it to the CreatedAt field.

func (*UpdateOrganizationRequest) SetCustomData ¶

func (o *UpdateOrganizationRequest) SetCustomData(v map[string]interface{})

SetCustomData gets a reference to the given map[string]interface{} and assigns it to the CustomData field.

func (*UpdateOrganizationRequest) SetDescription ¶

func (o *UpdateOrganizationRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateOrganizationRequest) SetDescriptionNil ¶

func (o *UpdateOrganizationRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateOrganizationRequest) SetId ¶

func (o *UpdateOrganizationRequest) SetId(v string)

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateOrganizationRequest) SetIsMfaRequired ¶

func (o *UpdateOrganizationRequest) SetIsMfaRequired(v bool)

SetIsMfaRequired gets a reference to the given bool and assigns it to the IsMfaRequired field.

func (*UpdateOrganizationRequest) SetName ¶

func (o *UpdateOrganizationRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateOrganizationRequest) SetTenantId ¶

func (o *UpdateOrganizationRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (UpdateOrganizationRequest) ToMap ¶

func (o UpdateOrganizationRequest) ToMap() (map[string]interface{}, error)

func (*UpdateOrganizationRequest) UnsetDescription ¶

func (o *UpdateOrganizationRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateOrganizationRoleRequest ¶

type UpdateOrganizationRoleRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	Id       *string `json:"id,omitempty"`
	// The updated name of the organization role. It must be unique within the organization template.
	Name *string `json:"name,omitempty"`
	// The updated description of the organization role.
	Description NullableString `json:"description,omitempty"`
	Type        *string        `json:"type,omitempty"`
}

UpdateOrganizationRoleRequest struct for UpdateOrganizationRoleRequest

func NewUpdateOrganizationRoleRequest ¶

func NewUpdateOrganizationRoleRequest() *UpdateOrganizationRoleRequest

NewUpdateOrganizationRoleRequest instantiates a new UpdateOrganizationRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateOrganizationRoleRequestWithDefaults ¶

func NewUpdateOrganizationRoleRequestWithDefaults() *UpdateOrganizationRoleRequest

NewUpdateOrganizationRoleRequestWithDefaults instantiates a new UpdateOrganizationRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateOrganizationRoleRequest) GetDescription ¶

func (o *UpdateOrganizationRoleRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateOrganizationRoleRequest) GetDescriptionOk ¶

func (o *UpdateOrganizationRoleRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateOrganizationRoleRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateOrganizationRoleRequest) GetIdOk ¶

func (o *UpdateOrganizationRoleRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRoleRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateOrganizationRoleRequest) GetNameOk ¶

func (o *UpdateOrganizationRoleRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRoleRequest) GetTenantId ¶

func (o *UpdateOrganizationRoleRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateOrganizationRoleRequest) GetTenantIdOk ¶

func (o *UpdateOrganizationRoleRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRoleRequest) GetType ¶

GetType returns the Type field value if set, zero value otherwise.

func (*UpdateOrganizationRoleRequest) GetTypeOk ¶

func (o *UpdateOrganizationRoleRequest) GetTypeOk() (*string, bool)

GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationRoleRequest) HasDescription ¶

func (o *UpdateOrganizationRoleRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateOrganizationRoleRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*UpdateOrganizationRoleRequest) HasName ¶

func (o *UpdateOrganizationRoleRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateOrganizationRoleRequest) HasTenantId ¶

func (o *UpdateOrganizationRoleRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (*UpdateOrganizationRoleRequest) HasType ¶

func (o *UpdateOrganizationRoleRequest) HasType() bool

HasType returns a boolean if a field has been set.

func (UpdateOrganizationRoleRequest) MarshalJSON ¶

func (o UpdateOrganizationRoleRequest) MarshalJSON() ([]byte, error)

func (*UpdateOrganizationRoleRequest) SetDescription ¶

func (o *UpdateOrganizationRoleRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateOrganizationRoleRequest) SetDescriptionNil ¶

func (o *UpdateOrganizationRoleRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateOrganizationRoleRequest) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateOrganizationRoleRequest) SetName ¶

func (o *UpdateOrganizationRoleRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateOrganizationRoleRequest) SetTenantId ¶

func (o *UpdateOrganizationRoleRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (*UpdateOrganizationRoleRequest) SetType ¶

func (o *UpdateOrganizationRoleRequest) SetType(v string)

SetType gets a reference to the given string and assigns it to the Type field.

func (UpdateOrganizationRoleRequest) ToMap ¶

func (o UpdateOrganizationRoleRequest) ToMap() (map[string]interface{}, error)

func (*UpdateOrganizationRoleRequest) UnsetDescription ¶

func (o *UpdateOrganizationRoleRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateOrganizationScopeRequest ¶

type UpdateOrganizationScopeRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	Id       *string `json:"id,omitempty"`
	// The updated name of the organization scope. It must be unique within the organization template.
	Name *string `json:"name,omitempty"`
	// The updated description of the organization scope.
	Description NullableString `json:"description,omitempty"`
}

UpdateOrganizationScopeRequest struct for UpdateOrganizationScopeRequest

func NewUpdateOrganizationScopeRequest ¶

func NewUpdateOrganizationScopeRequest() *UpdateOrganizationScopeRequest

NewUpdateOrganizationScopeRequest instantiates a new UpdateOrganizationScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateOrganizationScopeRequestWithDefaults ¶

func NewUpdateOrganizationScopeRequestWithDefaults() *UpdateOrganizationScopeRequest

NewUpdateOrganizationScopeRequestWithDefaults instantiates a new UpdateOrganizationScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateOrganizationScopeRequest) GetDescription ¶

func (o *UpdateOrganizationScopeRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateOrganizationScopeRequest) GetDescriptionOk ¶

func (o *UpdateOrganizationScopeRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateOrganizationScopeRequest) GetId ¶

GetId returns the Id field value if set, zero value otherwise.

func (*UpdateOrganizationScopeRequest) GetIdOk ¶

func (o *UpdateOrganizationScopeRequest) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationScopeRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateOrganizationScopeRequest) GetNameOk ¶

func (o *UpdateOrganizationScopeRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationScopeRequest) GetTenantId ¶

func (o *UpdateOrganizationScopeRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateOrganizationScopeRequest) GetTenantIdOk ¶

func (o *UpdateOrganizationScopeRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateOrganizationScopeRequest) HasDescription ¶

func (o *UpdateOrganizationScopeRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateOrganizationScopeRequest) HasId ¶

HasId returns a boolean if a field has been set.

func (*UpdateOrganizationScopeRequest) HasName ¶

func (o *UpdateOrganizationScopeRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateOrganizationScopeRequest) HasTenantId ¶

func (o *UpdateOrganizationScopeRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (UpdateOrganizationScopeRequest) MarshalJSON ¶

func (o UpdateOrganizationScopeRequest) MarshalJSON() ([]byte, error)

func (*UpdateOrganizationScopeRequest) SetDescription ¶

func (o *UpdateOrganizationScopeRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateOrganizationScopeRequest) SetDescriptionNil ¶

func (o *UpdateOrganizationScopeRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateOrganizationScopeRequest) SetId ¶

SetId gets a reference to the given string and assigns it to the Id field.

func (*UpdateOrganizationScopeRequest) SetName ¶

func (o *UpdateOrganizationScopeRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateOrganizationScopeRequest) SetTenantId ¶

func (o *UpdateOrganizationScopeRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (UpdateOrganizationScopeRequest) ToMap ¶

func (o UpdateOrganizationScopeRequest) ToMap() (map[string]interface{}, error)

func (*UpdateOrganizationScopeRequest) UnsetDescription ¶

func (o *UpdateOrganizationScopeRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateResourceIsDefaultRequest ¶

type UpdateResourceIsDefaultRequest struct {
	// The updated value of the `isDefault` property.
	IsDefault bool `json:"isDefault"`
}

UpdateResourceIsDefaultRequest struct for UpdateResourceIsDefaultRequest

func NewUpdateResourceIsDefaultRequest ¶

func NewUpdateResourceIsDefaultRequest(isDefault bool) *UpdateResourceIsDefaultRequest

NewUpdateResourceIsDefaultRequest instantiates a new UpdateResourceIsDefaultRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateResourceIsDefaultRequestWithDefaults ¶

func NewUpdateResourceIsDefaultRequestWithDefaults() *UpdateResourceIsDefaultRequest

NewUpdateResourceIsDefaultRequestWithDefaults instantiates a new UpdateResourceIsDefaultRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateResourceIsDefaultRequest) GetIsDefault ¶

func (o *UpdateResourceIsDefaultRequest) GetIsDefault() bool

GetIsDefault returns the IsDefault field value

func (*UpdateResourceIsDefaultRequest) GetIsDefaultOk ¶

func (o *UpdateResourceIsDefaultRequest) GetIsDefaultOk() (*bool, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value and a boolean to check if the value has been set.

func (UpdateResourceIsDefaultRequest) MarshalJSON ¶

func (o UpdateResourceIsDefaultRequest) MarshalJSON() ([]byte, error)

func (*UpdateResourceIsDefaultRequest) SetIsDefault ¶

func (o *UpdateResourceIsDefaultRequest) SetIsDefault(v bool)

SetIsDefault sets field value

func (UpdateResourceIsDefaultRequest) ToMap ¶

func (o UpdateResourceIsDefaultRequest) ToMap() (map[string]interface{}, error)

func (*UpdateResourceIsDefaultRequest) UnmarshalJSON ¶

func (o *UpdateResourceIsDefaultRequest) UnmarshalJSON(data []byte) (err error)

type UpdateResourceRequest ¶

type UpdateResourceRequest struct {
	TenantId *string `json:"tenantId,omitempty"`
	// The updated name of the resource.
	Name *string `json:"name,omitempty"`
	// The updated access token TTL in seconds.
	AccessTokenTtl *float32 `json:"accessTokenTtl,omitempty"`
}

UpdateResourceRequest struct for UpdateResourceRequest

func NewUpdateResourceRequest ¶

func NewUpdateResourceRequest() *UpdateResourceRequest

NewUpdateResourceRequest instantiates a new UpdateResourceRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateResourceRequestWithDefaults ¶

func NewUpdateResourceRequestWithDefaults() *UpdateResourceRequest

NewUpdateResourceRequestWithDefaults instantiates a new UpdateResourceRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateResourceRequest) GetAccessTokenTtl ¶

func (o *UpdateResourceRequest) GetAccessTokenTtl() float32

GetAccessTokenTtl returns the AccessTokenTtl field value if set, zero value otherwise.

func (*UpdateResourceRequest) GetAccessTokenTtlOk ¶

func (o *UpdateResourceRequest) GetAccessTokenTtlOk() (*float32, bool)

GetAccessTokenTtlOk returns a tuple with the AccessTokenTtl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResourceRequest) GetName ¶

func (o *UpdateResourceRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateResourceRequest) GetNameOk ¶

func (o *UpdateResourceRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResourceRequest) GetTenantId ¶

func (o *UpdateResourceRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateResourceRequest) GetTenantIdOk ¶

func (o *UpdateResourceRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResourceRequest) HasAccessTokenTtl ¶

func (o *UpdateResourceRequest) HasAccessTokenTtl() bool

HasAccessTokenTtl returns a boolean if a field has been set.

func (*UpdateResourceRequest) HasName ¶

func (o *UpdateResourceRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateResourceRequest) HasTenantId ¶

func (o *UpdateResourceRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (UpdateResourceRequest) MarshalJSON ¶

func (o UpdateResourceRequest) MarshalJSON() ([]byte, error)

func (*UpdateResourceRequest) SetAccessTokenTtl ¶

func (o *UpdateResourceRequest) SetAccessTokenTtl(v float32)

SetAccessTokenTtl gets a reference to the given float32 and assigns it to the AccessTokenTtl field.

func (*UpdateResourceRequest) SetName ¶

func (o *UpdateResourceRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (*UpdateResourceRequest) SetTenantId ¶

func (o *UpdateResourceRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (UpdateResourceRequest) ToMap ¶

func (o UpdateResourceRequest) ToMap() (map[string]interface{}, error)

type UpdateResourceScopeRequest ¶

type UpdateResourceScopeRequest struct {
	// The updated name of the scope. It should be unique for the resource.
	Name        *string        `json:"name,omitempty"`
	Description NullableString `json:"description,omitempty"`
}

UpdateResourceScopeRequest struct for UpdateResourceScopeRequest

func NewUpdateResourceScopeRequest ¶

func NewUpdateResourceScopeRequest() *UpdateResourceScopeRequest

NewUpdateResourceScopeRequest instantiates a new UpdateResourceScopeRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateResourceScopeRequestWithDefaults ¶

func NewUpdateResourceScopeRequestWithDefaults() *UpdateResourceScopeRequest

NewUpdateResourceScopeRequestWithDefaults instantiates a new UpdateResourceScopeRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateResourceScopeRequest) GetDescription ¶

func (o *UpdateResourceScopeRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateResourceScopeRequest) GetDescriptionOk ¶

func (o *UpdateResourceScopeRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateResourceScopeRequest) GetName ¶

func (o *UpdateResourceScopeRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateResourceScopeRequest) GetNameOk ¶

func (o *UpdateResourceScopeRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateResourceScopeRequest) HasDescription ¶

func (o *UpdateResourceScopeRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateResourceScopeRequest) HasName ¶

func (o *UpdateResourceScopeRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (UpdateResourceScopeRequest) MarshalJSON ¶

func (o UpdateResourceScopeRequest) MarshalJSON() ([]byte, error)

func (*UpdateResourceScopeRequest) SetDescription ¶

func (o *UpdateResourceScopeRequest) SetDescription(v string)

SetDescription gets a reference to the given NullableString and assigns it to the Description field.

func (*UpdateResourceScopeRequest) SetDescriptionNil ¶

func (o *UpdateResourceScopeRequest) SetDescriptionNil()

SetDescriptionNil sets the value for Description to be an explicit nil

func (*UpdateResourceScopeRequest) SetName ¶

func (o *UpdateResourceScopeRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateResourceScopeRequest) ToMap ¶

func (o UpdateResourceScopeRequest) ToMap() (map[string]interface{}, error)

func (*UpdateResourceScopeRequest) UnsetDescription ¶

func (o *UpdateResourceScopeRequest) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

type UpdateRoleRequest ¶

type UpdateRoleRequest struct {
	// The name of the role. It should be unique within the tenant.
	Name        *string `json:"name,omitempty"`
	Description *string `json:"description,omitempty"`
	IsDefault   *bool   `json:"isDefault,omitempty"`
}

UpdateRoleRequest struct for UpdateRoleRequest

func NewUpdateRoleRequest ¶

func NewUpdateRoleRequest() *UpdateRoleRequest

NewUpdateRoleRequest instantiates a new UpdateRoleRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateRoleRequestWithDefaults ¶

func NewUpdateRoleRequestWithDefaults() *UpdateRoleRequest

NewUpdateRoleRequestWithDefaults instantiates a new UpdateRoleRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateRoleRequest) GetDescription ¶

func (o *UpdateRoleRequest) GetDescription() string

GetDescription returns the Description field value if set, zero value otherwise.

func (*UpdateRoleRequest) GetDescriptionOk ¶

func (o *UpdateRoleRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRoleRequest) GetIsDefault ¶

func (o *UpdateRoleRequest) GetIsDefault() bool

GetIsDefault returns the IsDefault field value if set, zero value otherwise.

func (*UpdateRoleRequest) GetIsDefaultOk ¶

func (o *UpdateRoleRequest) GetIsDefaultOk() (*bool, bool)

GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRoleRequest) GetName ¶

func (o *UpdateRoleRequest) GetName() string

GetName returns the Name field value if set, zero value otherwise.

func (*UpdateRoleRequest) GetNameOk ¶

func (o *UpdateRoleRequest) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateRoleRequest) HasDescription ¶

func (o *UpdateRoleRequest) HasDescription() bool

HasDescription returns a boolean if a field has been set.

func (*UpdateRoleRequest) HasIsDefault ¶

func (o *UpdateRoleRequest) HasIsDefault() bool

HasIsDefault returns a boolean if a field has been set.

func (*UpdateRoleRequest) HasName ¶

func (o *UpdateRoleRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (UpdateRoleRequest) MarshalJSON ¶

func (o UpdateRoleRequest) MarshalJSON() ([]byte, error)

func (*UpdateRoleRequest) SetDescription ¶

func (o *UpdateRoleRequest) SetDescription(v string)

SetDescription gets a reference to the given string and assigns it to the Description field.

func (*UpdateRoleRequest) SetIsDefault ¶

func (o *UpdateRoleRequest) SetIsDefault(v bool)

SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field.

func (*UpdateRoleRequest) SetName ¶

func (o *UpdateRoleRequest) SetName(v string)

SetName gets a reference to the given string and assigns it to the Name field.

func (UpdateRoleRequest) ToMap ¶

func (o UpdateRoleRequest) ToMap() (map[string]interface{}, error)

type UpdateSignInExp200Response ¶

type UpdateSignInExp200Response struct {
	TenantId                     string                                                 `json:"tenantId"`
	Id                           string                                                 `json:"id"`
	Color                        UpdateSignInExp200ResponseColor                        `json:"color"`
	Branding                     ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding"`
	LanguageInfo                 UpdateSignInExp200ResponseLanguageInfo                 `json:"languageInfo"`
	TermsOfUseUrl                NullableString                                         `json:"termsOfUseUrl"`
	PrivacyPolicyUrl             NullableString                                         `json:"privacyPolicyUrl"`
	AgreeToTermsPolicy           string                                                 `json:"agreeToTermsPolicy"`
	SignIn                       UpdateSignInExp200ResponseSignIn                       `json:"signIn"`
	SignUp                       UpdateSignInExp200ResponseSignUp                       `json:"signUp"`
	SocialSignIn                 GetSignInExp200ResponseSocialSignIn                    `json:"socialSignIn"`
	SocialSignInConnectorTargets []string                                               `json:"socialSignInConnectorTargets"`
	SignInMode                   string                                                 `json:"signInMode"`
	CustomCss                    NullableString                                         `json:"customCss"`
	CustomContent                map[string]string                                      `json:"customContent"`
	CustomUiAssetId              NullableString                                         `json:"customUiAssetId"`
	PasswordPolicy               UpdateSignInExp200ResponsePasswordPolicy               `json:"passwordPolicy"`
	Mfa                          UpdateSignInExp200ResponseMfa                          `json:"mfa"`
	SingleSignOnEnabled          bool                                                   `json:"singleSignOnEnabled"`
}

UpdateSignInExp200Response struct for UpdateSignInExp200Response

func NewUpdateSignInExp200Response ¶

func NewUpdateSignInExp200Response(tenantId string, id string, color UpdateSignInExp200ResponseColor, branding ApiInteractionConsentGet200ResponseApplicationBranding, languageInfo UpdateSignInExp200ResponseLanguageInfo, termsOfUseUrl NullableString, privacyPolicyUrl NullableString, agreeToTermsPolicy string, signIn UpdateSignInExp200ResponseSignIn, signUp UpdateSignInExp200ResponseSignUp, socialSignIn GetSignInExp200ResponseSocialSignIn, socialSignInConnectorTargets []string, signInMode string, customCss NullableString, customContent map[string]string, customUiAssetId NullableString, passwordPolicy UpdateSignInExp200ResponsePasswordPolicy, mfa UpdateSignInExp200ResponseMfa, singleSignOnEnabled bool) *UpdateSignInExp200Response

NewUpdateSignInExp200Response instantiates a new UpdateSignInExp200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseWithDefaults ¶

func NewUpdateSignInExp200ResponseWithDefaults() *UpdateSignInExp200Response

NewUpdateSignInExp200ResponseWithDefaults instantiates a new UpdateSignInExp200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200Response) GetAgreeToTermsPolicy ¶

func (o *UpdateSignInExp200Response) GetAgreeToTermsPolicy() string

GetAgreeToTermsPolicy returns the AgreeToTermsPolicy field value

func (*UpdateSignInExp200Response) GetAgreeToTermsPolicyOk ¶

func (o *UpdateSignInExp200Response) GetAgreeToTermsPolicyOk() (*string, bool)

GetAgreeToTermsPolicyOk returns a tuple with the AgreeToTermsPolicy field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetBranding ¶

GetBranding returns the Branding field value

func (*UpdateSignInExp200Response) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetColor ¶

GetColor returns the Color field value

func (*UpdateSignInExp200Response) GetColorOk ¶

GetColorOk returns a tuple with the Color field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetCustomContent ¶

func (o *UpdateSignInExp200Response) GetCustomContent() map[string]string

GetCustomContent returns the CustomContent field value

func (*UpdateSignInExp200Response) GetCustomContentOk ¶

func (o *UpdateSignInExp200Response) GetCustomContentOk() (*map[string]string, bool)

GetCustomContentOk returns a tuple with the CustomContent field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetCustomCss ¶

func (o *UpdateSignInExp200Response) GetCustomCss() string

GetCustomCss returns the CustomCss field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateSignInExp200Response) GetCustomCssOk ¶

func (o *UpdateSignInExp200Response) GetCustomCssOk() (*string, bool)

GetCustomCssOk returns a tuple with the CustomCss field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateSignInExp200Response) GetCustomUiAssetId ¶

func (o *UpdateSignInExp200Response) GetCustomUiAssetId() string

GetCustomUiAssetId returns the CustomUiAssetId field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateSignInExp200Response) GetCustomUiAssetIdOk ¶

func (o *UpdateSignInExp200Response) GetCustomUiAssetIdOk() (*string, bool)

GetCustomUiAssetIdOk returns a tuple with the CustomUiAssetId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateSignInExp200Response) GetId ¶

GetId returns the Id field value

func (*UpdateSignInExp200Response) GetIdOk ¶

func (o *UpdateSignInExp200Response) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetLanguageInfo ¶

GetLanguageInfo returns the LanguageInfo field value

func (*UpdateSignInExp200Response) GetLanguageInfoOk ¶

GetLanguageInfoOk returns a tuple with the LanguageInfo field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetMfa ¶

GetMfa returns the Mfa field value

func (*UpdateSignInExp200Response) GetMfaOk ¶

GetMfaOk returns a tuple with the Mfa field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetPasswordPolicy ¶

GetPasswordPolicy returns the PasswordPolicy field value

func (*UpdateSignInExp200Response) GetPasswordPolicyOk ¶

GetPasswordPolicyOk returns a tuple with the PasswordPolicy field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetPrivacyPolicyUrl ¶

func (o *UpdateSignInExp200Response) GetPrivacyPolicyUrl() string

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateSignInExp200Response) GetPrivacyPolicyUrlOk ¶

func (o *UpdateSignInExp200Response) GetPrivacyPolicyUrlOk() (*string, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateSignInExp200Response) GetSignIn ¶

GetSignIn returns the SignIn field value

func (*UpdateSignInExp200Response) GetSignInMode ¶

func (o *UpdateSignInExp200Response) GetSignInMode() string

GetSignInMode returns the SignInMode field value

func (*UpdateSignInExp200Response) GetSignInModeOk ¶

func (o *UpdateSignInExp200Response) GetSignInModeOk() (*string, bool)

GetSignInModeOk returns a tuple with the SignInMode field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetSignInOk ¶

GetSignInOk returns a tuple with the SignIn field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetSignUp ¶

GetSignUp returns the SignUp field value

func (*UpdateSignInExp200Response) GetSignUpOk ¶

GetSignUpOk returns a tuple with the SignUp field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetSingleSignOnEnabled ¶

func (o *UpdateSignInExp200Response) GetSingleSignOnEnabled() bool

GetSingleSignOnEnabled returns the SingleSignOnEnabled field value

func (*UpdateSignInExp200Response) GetSingleSignOnEnabledOk ¶

func (o *UpdateSignInExp200Response) GetSingleSignOnEnabledOk() (*bool, bool)

GetSingleSignOnEnabledOk returns a tuple with the SingleSignOnEnabled field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetSocialSignIn ¶

GetSocialSignIn returns the SocialSignIn field value

func (*UpdateSignInExp200Response) GetSocialSignInConnectorTargets ¶

func (o *UpdateSignInExp200Response) GetSocialSignInConnectorTargets() []string

GetSocialSignInConnectorTargets returns the SocialSignInConnectorTargets field value

func (*UpdateSignInExp200Response) GetSocialSignInConnectorTargetsOk ¶

func (o *UpdateSignInExp200Response) GetSocialSignInConnectorTargetsOk() ([]string, bool)

GetSocialSignInConnectorTargetsOk returns a tuple with the SocialSignInConnectorTargets field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetSocialSignInOk ¶

GetSocialSignInOk returns a tuple with the SocialSignIn field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetTenantId ¶

func (o *UpdateSignInExp200Response) GetTenantId() string

GetTenantId returns the TenantId field value

func (*UpdateSignInExp200Response) GetTenantIdOk ¶

func (o *UpdateSignInExp200Response) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200Response) GetTermsOfUseUrl ¶

func (o *UpdateSignInExp200Response) GetTermsOfUseUrl() string

GetTermsOfUseUrl returns the TermsOfUseUrl field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateSignInExp200Response) GetTermsOfUseUrlOk ¶

func (o *UpdateSignInExp200Response) GetTermsOfUseUrlOk() (*string, bool)

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (UpdateSignInExp200Response) MarshalJSON ¶

func (o UpdateSignInExp200Response) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200Response) SetAgreeToTermsPolicy ¶

func (o *UpdateSignInExp200Response) SetAgreeToTermsPolicy(v string)

SetAgreeToTermsPolicy sets field value

func (*UpdateSignInExp200Response) SetBranding ¶

SetBranding sets field value

func (*UpdateSignInExp200Response) SetColor ¶

SetColor sets field value

func (*UpdateSignInExp200Response) SetCustomContent ¶

func (o *UpdateSignInExp200Response) SetCustomContent(v map[string]string)

SetCustomContent sets field value

func (*UpdateSignInExp200Response) SetCustomCss ¶

func (o *UpdateSignInExp200Response) SetCustomCss(v string)

SetCustomCss sets field value

func (*UpdateSignInExp200Response) SetCustomUiAssetId ¶

func (o *UpdateSignInExp200Response) SetCustomUiAssetId(v string)

SetCustomUiAssetId sets field value

func (*UpdateSignInExp200Response) SetId ¶

func (o *UpdateSignInExp200Response) SetId(v string)

SetId sets field value

func (*UpdateSignInExp200Response) SetLanguageInfo ¶

SetLanguageInfo sets field value

func (*UpdateSignInExp200Response) SetMfa ¶

SetMfa sets field value

func (*UpdateSignInExp200Response) SetPasswordPolicy ¶

SetPasswordPolicy sets field value

func (*UpdateSignInExp200Response) SetPrivacyPolicyUrl ¶

func (o *UpdateSignInExp200Response) SetPrivacyPolicyUrl(v string)

SetPrivacyPolicyUrl sets field value

func (*UpdateSignInExp200Response) SetSignIn ¶

SetSignIn sets field value

func (*UpdateSignInExp200Response) SetSignInMode ¶

func (o *UpdateSignInExp200Response) SetSignInMode(v string)

SetSignInMode sets field value

func (*UpdateSignInExp200Response) SetSignUp ¶

SetSignUp sets field value

func (*UpdateSignInExp200Response) SetSingleSignOnEnabled ¶

func (o *UpdateSignInExp200Response) SetSingleSignOnEnabled(v bool)

SetSingleSignOnEnabled sets field value

func (*UpdateSignInExp200Response) SetSocialSignIn ¶

SetSocialSignIn sets field value

func (*UpdateSignInExp200Response) SetSocialSignInConnectorTargets ¶

func (o *UpdateSignInExp200Response) SetSocialSignInConnectorTargets(v []string)

SetSocialSignInConnectorTargets sets field value

func (*UpdateSignInExp200Response) SetTenantId ¶

func (o *UpdateSignInExp200Response) SetTenantId(v string)

SetTenantId sets field value

func (*UpdateSignInExp200Response) SetTermsOfUseUrl ¶

func (o *UpdateSignInExp200Response) SetTermsOfUseUrl(v string)

SetTermsOfUseUrl sets field value

func (UpdateSignInExp200Response) ToMap ¶

func (o UpdateSignInExp200Response) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200Response) UnmarshalJSON ¶

func (o *UpdateSignInExp200Response) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExp200ResponseColor ¶

type UpdateSignInExp200ResponseColor struct {
	PrimaryColor      string `json:"primaryColor"`
	IsDarkModeEnabled bool   `json:"isDarkModeEnabled"`
	DarkPrimaryColor  string `json:"darkPrimaryColor"`
}

UpdateSignInExp200ResponseColor struct for UpdateSignInExp200ResponseColor

func NewUpdateSignInExp200ResponseColor ¶

func NewUpdateSignInExp200ResponseColor(primaryColor string, isDarkModeEnabled bool, darkPrimaryColor string) *UpdateSignInExp200ResponseColor

NewUpdateSignInExp200ResponseColor instantiates a new UpdateSignInExp200ResponseColor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseColorWithDefaults ¶

func NewUpdateSignInExp200ResponseColorWithDefaults() *UpdateSignInExp200ResponseColor

NewUpdateSignInExp200ResponseColorWithDefaults instantiates a new UpdateSignInExp200ResponseColor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponseColor) GetDarkPrimaryColor ¶

func (o *UpdateSignInExp200ResponseColor) GetDarkPrimaryColor() string

GetDarkPrimaryColor returns the DarkPrimaryColor field value

func (*UpdateSignInExp200ResponseColor) GetDarkPrimaryColorOk ¶

func (o *UpdateSignInExp200ResponseColor) GetDarkPrimaryColorOk() (*string, bool)

GetDarkPrimaryColorOk returns a tuple with the DarkPrimaryColor field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseColor) GetIsDarkModeEnabled ¶

func (o *UpdateSignInExp200ResponseColor) GetIsDarkModeEnabled() bool

GetIsDarkModeEnabled returns the IsDarkModeEnabled field value

func (*UpdateSignInExp200ResponseColor) GetIsDarkModeEnabledOk ¶

func (o *UpdateSignInExp200ResponseColor) GetIsDarkModeEnabledOk() (*bool, bool)

GetIsDarkModeEnabledOk returns a tuple with the IsDarkModeEnabled field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseColor) GetPrimaryColor ¶

func (o *UpdateSignInExp200ResponseColor) GetPrimaryColor() string

GetPrimaryColor returns the PrimaryColor field value

func (*UpdateSignInExp200ResponseColor) GetPrimaryColorOk ¶

func (o *UpdateSignInExp200ResponseColor) GetPrimaryColorOk() (*string, bool)

GetPrimaryColorOk returns a tuple with the PrimaryColor field value and a boolean to check if the value has been set.

func (UpdateSignInExp200ResponseColor) MarshalJSON ¶

func (o UpdateSignInExp200ResponseColor) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200ResponseColor) SetDarkPrimaryColor ¶

func (o *UpdateSignInExp200ResponseColor) SetDarkPrimaryColor(v string)

SetDarkPrimaryColor sets field value

func (*UpdateSignInExp200ResponseColor) SetIsDarkModeEnabled ¶

func (o *UpdateSignInExp200ResponseColor) SetIsDarkModeEnabled(v bool)

SetIsDarkModeEnabled sets field value

func (*UpdateSignInExp200ResponseColor) SetPrimaryColor ¶

func (o *UpdateSignInExp200ResponseColor) SetPrimaryColor(v string)

SetPrimaryColor sets field value

func (UpdateSignInExp200ResponseColor) ToMap ¶

func (o UpdateSignInExp200ResponseColor) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200ResponseColor) UnmarshalJSON ¶

func (o *UpdateSignInExp200ResponseColor) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExp200ResponseLanguageInfo ¶

type UpdateSignInExp200ResponseLanguageInfo struct {
	AutoDetect       bool   `json:"autoDetect"`
	FallbackLanguage string `json:"fallbackLanguage"`
}

UpdateSignInExp200ResponseLanguageInfo struct for UpdateSignInExp200ResponseLanguageInfo

func NewUpdateSignInExp200ResponseLanguageInfo ¶

func NewUpdateSignInExp200ResponseLanguageInfo(autoDetect bool, fallbackLanguage string) *UpdateSignInExp200ResponseLanguageInfo

NewUpdateSignInExp200ResponseLanguageInfo instantiates a new UpdateSignInExp200ResponseLanguageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseLanguageInfoWithDefaults ¶

func NewUpdateSignInExp200ResponseLanguageInfoWithDefaults() *UpdateSignInExp200ResponseLanguageInfo

NewUpdateSignInExp200ResponseLanguageInfoWithDefaults instantiates a new UpdateSignInExp200ResponseLanguageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponseLanguageInfo) GetAutoDetect ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) GetAutoDetect() bool

GetAutoDetect returns the AutoDetect field value

func (*UpdateSignInExp200ResponseLanguageInfo) GetAutoDetectOk ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) GetAutoDetectOk() (*bool, bool)

GetAutoDetectOk returns a tuple with the AutoDetect field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseLanguageInfo) GetFallbackLanguage ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) GetFallbackLanguage() string

GetFallbackLanguage returns the FallbackLanguage field value

func (*UpdateSignInExp200ResponseLanguageInfo) GetFallbackLanguageOk ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) GetFallbackLanguageOk() (*string, bool)

GetFallbackLanguageOk returns a tuple with the FallbackLanguage field value and a boolean to check if the value has been set.

func (UpdateSignInExp200ResponseLanguageInfo) MarshalJSON ¶

func (o UpdateSignInExp200ResponseLanguageInfo) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200ResponseLanguageInfo) SetAutoDetect ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) SetAutoDetect(v bool)

SetAutoDetect sets field value

func (*UpdateSignInExp200ResponseLanguageInfo) SetFallbackLanguage ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) SetFallbackLanguage(v string)

SetFallbackLanguage sets field value

func (UpdateSignInExp200ResponseLanguageInfo) ToMap ¶

func (o UpdateSignInExp200ResponseLanguageInfo) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200ResponseLanguageInfo) UnmarshalJSON ¶

func (o *UpdateSignInExp200ResponseLanguageInfo) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExp200ResponseMfa ¶

type UpdateSignInExp200ResponseMfa struct {
	Factors []string `json:"factors"`
	Policy  string   `json:"policy"`
}

UpdateSignInExp200ResponseMfa struct for UpdateSignInExp200ResponseMfa

func NewUpdateSignInExp200ResponseMfa ¶

func NewUpdateSignInExp200ResponseMfa(factors []string, policy string) *UpdateSignInExp200ResponseMfa

NewUpdateSignInExp200ResponseMfa instantiates a new UpdateSignInExp200ResponseMfa object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseMfaWithDefaults ¶

func NewUpdateSignInExp200ResponseMfaWithDefaults() *UpdateSignInExp200ResponseMfa

NewUpdateSignInExp200ResponseMfaWithDefaults instantiates a new UpdateSignInExp200ResponseMfa object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponseMfa) GetFactors ¶

func (o *UpdateSignInExp200ResponseMfa) GetFactors() []string

GetFactors returns the Factors field value

func (*UpdateSignInExp200ResponseMfa) GetFactorsOk ¶

func (o *UpdateSignInExp200ResponseMfa) GetFactorsOk() ([]string, bool)

GetFactorsOk returns a tuple with the Factors field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseMfa) GetPolicy ¶

func (o *UpdateSignInExp200ResponseMfa) GetPolicy() string

GetPolicy returns the Policy field value

func (*UpdateSignInExp200ResponseMfa) GetPolicyOk ¶

func (o *UpdateSignInExp200ResponseMfa) GetPolicyOk() (*string, bool)

GetPolicyOk returns a tuple with the Policy field value and a boolean to check if the value has been set.

func (UpdateSignInExp200ResponseMfa) MarshalJSON ¶

func (o UpdateSignInExp200ResponseMfa) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200ResponseMfa) SetFactors ¶

func (o *UpdateSignInExp200ResponseMfa) SetFactors(v []string)

SetFactors sets field value

func (*UpdateSignInExp200ResponseMfa) SetPolicy ¶

func (o *UpdateSignInExp200ResponseMfa) SetPolicy(v string)

SetPolicy sets field value

func (UpdateSignInExp200ResponseMfa) ToMap ¶

func (o UpdateSignInExp200ResponseMfa) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200ResponseMfa) UnmarshalJSON ¶

func (o *UpdateSignInExp200ResponseMfa) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExp200ResponsePasswordPolicy ¶

type UpdateSignInExp200ResponsePasswordPolicy struct {
	Length         *GetSignInExp200ResponsePasswordPolicyLength         `json:"length,omitempty"`
	CharacterTypes *GetSignInExp200ResponsePasswordPolicyCharacterTypes `json:"characterTypes,omitempty"`
	Rejects        *GetSignInExp200ResponsePasswordPolicyRejects        `json:"rejects,omitempty"`
}

UpdateSignInExp200ResponsePasswordPolicy struct for UpdateSignInExp200ResponsePasswordPolicy

func NewUpdateSignInExp200ResponsePasswordPolicy ¶

func NewUpdateSignInExp200ResponsePasswordPolicy() *UpdateSignInExp200ResponsePasswordPolicy

NewUpdateSignInExp200ResponsePasswordPolicy instantiates a new UpdateSignInExp200ResponsePasswordPolicy object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponsePasswordPolicyWithDefaults ¶

func NewUpdateSignInExp200ResponsePasswordPolicyWithDefaults() *UpdateSignInExp200ResponsePasswordPolicy

NewUpdateSignInExp200ResponsePasswordPolicyWithDefaults instantiates a new UpdateSignInExp200ResponsePasswordPolicy object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponsePasswordPolicy) GetCharacterTypes ¶

GetCharacterTypes returns the CharacterTypes field value if set, zero value otherwise.

func (*UpdateSignInExp200ResponsePasswordPolicy) GetCharacterTypesOk ¶

GetCharacterTypesOk returns a tuple with the CharacterTypes field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponsePasswordPolicy) GetLength ¶

GetLength returns the Length field value if set, zero value otherwise.

func (*UpdateSignInExp200ResponsePasswordPolicy) GetLengthOk ¶

GetLengthOk returns a tuple with the Length field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponsePasswordPolicy) GetRejects ¶

GetRejects returns the Rejects field value if set, zero value otherwise.

func (*UpdateSignInExp200ResponsePasswordPolicy) GetRejectsOk ¶

GetRejectsOk returns a tuple with the Rejects field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponsePasswordPolicy) HasCharacterTypes ¶

func (o *UpdateSignInExp200ResponsePasswordPolicy) HasCharacterTypes() bool

HasCharacterTypes returns a boolean if a field has been set.

func (*UpdateSignInExp200ResponsePasswordPolicy) HasLength ¶

HasLength returns a boolean if a field has been set.

func (*UpdateSignInExp200ResponsePasswordPolicy) HasRejects ¶

HasRejects returns a boolean if a field has been set.

func (UpdateSignInExp200ResponsePasswordPolicy) MarshalJSON ¶

func (*UpdateSignInExp200ResponsePasswordPolicy) SetCharacterTypes ¶

SetCharacterTypes gets a reference to the given GetSignInExp200ResponsePasswordPolicyCharacterTypes and assigns it to the CharacterTypes field.

func (*UpdateSignInExp200ResponsePasswordPolicy) SetLength ¶

SetLength gets a reference to the given GetSignInExp200ResponsePasswordPolicyLength and assigns it to the Length field.

func (*UpdateSignInExp200ResponsePasswordPolicy) SetRejects ¶

SetRejects gets a reference to the given GetSignInExp200ResponsePasswordPolicyRejects and assigns it to the Rejects field.

func (UpdateSignInExp200ResponsePasswordPolicy) ToMap ¶

func (o UpdateSignInExp200ResponsePasswordPolicy) ToMap() (map[string]interface{}, error)

type UpdateSignInExp200ResponseSignIn ¶

type UpdateSignInExp200ResponseSignIn struct {
	Methods []GetSignInExp200ResponseSignInMethodsInner `json:"methods"`
}

UpdateSignInExp200ResponseSignIn struct for UpdateSignInExp200ResponseSignIn

func NewUpdateSignInExp200ResponseSignIn ¶

func NewUpdateSignInExp200ResponseSignIn(methods []GetSignInExp200ResponseSignInMethodsInner) *UpdateSignInExp200ResponseSignIn

NewUpdateSignInExp200ResponseSignIn instantiates a new UpdateSignInExp200ResponseSignIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseSignInWithDefaults ¶

func NewUpdateSignInExp200ResponseSignInWithDefaults() *UpdateSignInExp200ResponseSignIn

NewUpdateSignInExp200ResponseSignInWithDefaults instantiates a new UpdateSignInExp200ResponseSignIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponseSignIn) GetMethods ¶

GetMethods returns the Methods field value

func (*UpdateSignInExp200ResponseSignIn) GetMethodsOk ¶

GetMethodsOk returns a tuple with the Methods field value and a boolean to check if the value has been set.

func (UpdateSignInExp200ResponseSignIn) MarshalJSON ¶

func (o UpdateSignInExp200ResponseSignIn) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200ResponseSignIn) SetMethods ¶

SetMethods sets field value

func (UpdateSignInExp200ResponseSignIn) ToMap ¶

func (o UpdateSignInExp200ResponseSignIn) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200ResponseSignIn) UnmarshalJSON ¶

func (o *UpdateSignInExp200ResponseSignIn) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExp200ResponseSignUp ¶

type UpdateSignInExp200ResponseSignUp struct {
	Identifiers []string `json:"identifiers"`
	Password    bool     `json:"password"`
	Verify      bool     `json:"verify"`
}

UpdateSignInExp200ResponseSignUp struct for UpdateSignInExp200ResponseSignUp

func NewUpdateSignInExp200ResponseSignUp ¶

func NewUpdateSignInExp200ResponseSignUp(identifiers []string, password bool, verify bool) *UpdateSignInExp200ResponseSignUp

NewUpdateSignInExp200ResponseSignUp instantiates a new UpdateSignInExp200ResponseSignUp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExp200ResponseSignUpWithDefaults ¶

func NewUpdateSignInExp200ResponseSignUpWithDefaults() *UpdateSignInExp200ResponseSignUp

NewUpdateSignInExp200ResponseSignUpWithDefaults instantiates a new UpdateSignInExp200ResponseSignUp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExp200ResponseSignUp) GetIdentifiers ¶

func (o *UpdateSignInExp200ResponseSignUp) GetIdentifiers() []string

GetIdentifiers returns the Identifiers field value

func (*UpdateSignInExp200ResponseSignUp) GetIdentifiersOk ¶

func (o *UpdateSignInExp200ResponseSignUp) GetIdentifiersOk() ([]string, bool)

GetIdentifiersOk returns a tuple with the Identifiers field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseSignUp) GetPassword ¶

func (o *UpdateSignInExp200ResponseSignUp) GetPassword() bool

GetPassword returns the Password field value

func (*UpdateSignInExp200ResponseSignUp) GetPasswordOk ¶

func (o *UpdateSignInExp200ResponseSignUp) GetPasswordOk() (*bool, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*UpdateSignInExp200ResponseSignUp) GetVerify ¶

func (o *UpdateSignInExp200ResponseSignUp) GetVerify() bool

GetVerify returns the Verify field value

func (*UpdateSignInExp200ResponseSignUp) GetVerifyOk ¶

func (o *UpdateSignInExp200ResponseSignUp) GetVerifyOk() (*bool, bool)

GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.

func (UpdateSignInExp200ResponseSignUp) MarshalJSON ¶

func (o UpdateSignInExp200ResponseSignUp) MarshalJSON() ([]byte, error)

func (*UpdateSignInExp200ResponseSignUp) SetIdentifiers ¶

func (o *UpdateSignInExp200ResponseSignUp) SetIdentifiers(v []string)

SetIdentifiers sets field value

func (*UpdateSignInExp200ResponseSignUp) SetPassword ¶

func (o *UpdateSignInExp200ResponseSignUp) SetPassword(v bool)

SetPassword sets field value

func (*UpdateSignInExp200ResponseSignUp) SetVerify ¶

func (o *UpdateSignInExp200ResponseSignUp) SetVerify(v bool)

SetVerify sets field value

func (UpdateSignInExp200ResponseSignUp) ToMap ¶

func (o UpdateSignInExp200ResponseSignUp) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExp200ResponseSignUp) UnmarshalJSON ¶

func (o *UpdateSignInExp200ResponseSignUp) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExpRequest ¶

type UpdateSignInExpRequest struct {
	TenantId           *string                                                 `json:"tenantId,omitempty"`
	Color              *UpdateSignInExpRequestColor                            `json:"color,omitempty"`
	Branding           *ApiInteractionConsentGet200ResponseApplicationBranding `json:"branding,omitempty"`
	LanguageInfo       *UpdateSignInExpRequestLanguageInfo                     `json:"languageInfo,omitempty"`
	AgreeToTermsPolicy *string                                                 `json:"agreeToTermsPolicy,omitempty"`
	SignIn             *UpdateSignInExpRequestSignIn                           `json:"signIn,omitempty"`
	SignUp             *UpdateSignInExpRequestSignUp                           `json:"signUp,omitempty"`
	SocialSignIn       *GetSignInExp200ResponseSocialSignIn                    `json:"socialSignIn,omitempty"`
	// Specify the social sign-in connectors to display on the sign-in page.
	SocialSignInConnectorTargets []string       `json:"socialSignInConnectorTargets,omitempty"`
	SignInMode                   *string        `json:"signInMode,omitempty"`
	CustomCss                    NullableString `json:"customCss,omitempty"`
	// Custom content to display on experience flow pages. the page pathname will be the config key, the content will be the config value.
	CustomContent       *map[string]string                     `json:"customContent,omitempty"`
	CustomUiAssetId     NullableString                         `json:"customUiAssetId,omitempty"`
	PasswordPolicy      *GetSignInExp200ResponsePasswordPolicy `json:"passwordPolicy,omitempty"`
	Mfa                 *GetSignInExp200ResponseMfa            `json:"mfa,omitempty"`
	SingleSignOnEnabled *bool                                  `json:"singleSignOnEnabled,omitempty"`
	TermsOfUseUrl       *UpdateSignInExpRequestTermsOfUseUrl   `json:"termsOfUseUrl,omitempty"`
	PrivacyPolicyUrl    *UpdateSignInExpRequestTermsOfUseUrl   `json:"privacyPolicyUrl,omitempty"`
}

UpdateSignInExpRequest struct for UpdateSignInExpRequest

func NewUpdateSignInExpRequest ¶

func NewUpdateSignInExpRequest() *UpdateSignInExpRequest

NewUpdateSignInExpRequest instantiates a new UpdateSignInExpRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExpRequestWithDefaults ¶

func NewUpdateSignInExpRequestWithDefaults() *UpdateSignInExpRequest

NewUpdateSignInExpRequestWithDefaults instantiates a new UpdateSignInExpRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExpRequest) GetAgreeToTermsPolicy ¶

func (o *UpdateSignInExpRequest) GetAgreeToTermsPolicy() string

GetAgreeToTermsPolicy returns the AgreeToTermsPolicy field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetAgreeToTermsPolicyOk ¶

func (o *UpdateSignInExpRequest) GetAgreeToTermsPolicyOk() (*string, bool)

GetAgreeToTermsPolicyOk returns a tuple with the AgreeToTermsPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetBranding ¶

GetBranding returns the Branding field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetColor ¶

GetColor returns the Color field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetColorOk ¶

GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetCustomContent ¶

func (o *UpdateSignInExpRequest) GetCustomContent() map[string]string

GetCustomContent returns the CustomContent field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetCustomContentOk ¶

func (o *UpdateSignInExpRequest) GetCustomContentOk() (*map[string]string, bool)

GetCustomContentOk returns a tuple with the CustomContent field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetCustomCss ¶

func (o *UpdateSignInExpRequest) GetCustomCss() string

GetCustomCss returns the CustomCss field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateSignInExpRequest) GetCustomCssOk ¶

func (o *UpdateSignInExpRequest) GetCustomCssOk() (*string, bool)

GetCustomCssOk returns a tuple with the CustomCss field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateSignInExpRequest) GetCustomUiAssetId ¶

func (o *UpdateSignInExpRequest) GetCustomUiAssetId() string

GetCustomUiAssetId returns the CustomUiAssetId field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateSignInExpRequest) GetCustomUiAssetIdOk ¶

func (o *UpdateSignInExpRequest) GetCustomUiAssetIdOk() (*string, bool)

GetCustomUiAssetIdOk returns a tuple with the CustomUiAssetId field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateSignInExpRequest) GetLanguageInfo ¶

GetLanguageInfo returns the LanguageInfo field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetLanguageInfoOk ¶

GetLanguageInfoOk returns a tuple with the LanguageInfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetMfa ¶

GetMfa returns the Mfa field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetMfaOk ¶

GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetPasswordPolicy ¶

GetPasswordPolicy returns the PasswordPolicy field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetPasswordPolicyOk ¶

GetPasswordPolicyOk returns a tuple with the PasswordPolicy field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetPrivacyPolicyUrl ¶

GetPrivacyPolicyUrl returns the PrivacyPolicyUrl field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetPrivacyPolicyUrlOk ¶

func (o *UpdateSignInExpRequest) GetPrivacyPolicyUrlOk() (*UpdateSignInExpRequestTermsOfUseUrl, bool)

GetPrivacyPolicyUrlOk returns a tuple with the PrivacyPolicyUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSignIn ¶

GetSignIn returns the SignIn field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSignInMode ¶

func (o *UpdateSignInExpRequest) GetSignInMode() string

GetSignInMode returns the SignInMode field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSignInModeOk ¶

func (o *UpdateSignInExpRequest) GetSignInModeOk() (*string, bool)

GetSignInModeOk returns a tuple with the SignInMode field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSignInOk ¶

GetSignInOk returns a tuple with the SignIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSignUp ¶

GetSignUp returns the SignUp field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSignUpOk ¶

GetSignUpOk returns a tuple with the SignUp field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSingleSignOnEnabled ¶

func (o *UpdateSignInExpRequest) GetSingleSignOnEnabled() bool

GetSingleSignOnEnabled returns the SingleSignOnEnabled field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSingleSignOnEnabledOk ¶

func (o *UpdateSignInExpRequest) GetSingleSignOnEnabledOk() (*bool, bool)

GetSingleSignOnEnabledOk returns a tuple with the SingleSignOnEnabled field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSocialSignIn ¶

GetSocialSignIn returns the SocialSignIn field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSocialSignInConnectorTargets ¶

func (o *UpdateSignInExpRequest) GetSocialSignInConnectorTargets() []string

GetSocialSignInConnectorTargets returns the SocialSignInConnectorTargets field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetSocialSignInConnectorTargetsOk ¶

func (o *UpdateSignInExpRequest) GetSocialSignInConnectorTargetsOk() ([]string, bool)

GetSocialSignInConnectorTargetsOk returns a tuple with the SocialSignInConnectorTargets field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetSocialSignInOk ¶

GetSocialSignInOk returns a tuple with the SocialSignIn field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetTenantId ¶

func (o *UpdateSignInExpRequest) GetTenantId() string

GetTenantId returns the TenantId field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetTenantIdOk ¶

func (o *UpdateSignInExpRequest) GetTenantIdOk() (*string, bool)

GetTenantIdOk returns a tuple with the TenantId field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) GetTermsOfUseUrl ¶

GetTermsOfUseUrl returns the TermsOfUseUrl field value if set, zero value otherwise.

func (*UpdateSignInExpRequest) GetTermsOfUseUrlOk ¶

GetTermsOfUseUrlOk returns a tuple with the TermsOfUseUrl field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSignInExpRequest) HasAgreeToTermsPolicy ¶

func (o *UpdateSignInExpRequest) HasAgreeToTermsPolicy() bool

HasAgreeToTermsPolicy returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasBranding ¶

func (o *UpdateSignInExpRequest) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasColor ¶

func (o *UpdateSignInExpRequest) HasColor() bool

HasColor returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasCustomContent ¶

func (o *UpdateSignInExpRequest) HasCustomContent() bool

HasCustomContent returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasCustomCss ¶

func (o *UpdateSignInExpRequest) HasCustomCss() bool

HasCustomCss returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasCustomUiAssetId ¶

func (o *UpdateSignInExpRequest) HasCustomUiAssetId() bool

HasCustomUiAssetId returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasLanguageInfo ¶

func (o *UpdateSignInExpRequest) HasLanguageInfo() bool

HasLanguageInfo returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasMfa ¶

func (o *UpdateSignInExpRequest) HasMfa() bool

HasMfa returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasPasswordPolicy ¶

func (o *UpdateSignInExpRequest) HasPasswordPolicy() bool

HasPasswordPolicy returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasPrivacyPolicyUrl ¶

func (o *UpdateSignInExpRequest) HasPrivacyPolicyUrl() bool

HasPrivacyPolicyUrl returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSignIn ¶

func (o *UpdateSignInExpRequest) HasSignIn() bool

HasSignIn returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSignInMode ¶

func (o *UpdateSignInExpRequest) HasSignInMode() bool

HasSignInMode returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSignUp ¶

func (o *UpdateSignInExpRequest) HasSignUp() bool

HasSignUp returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSingleSignOnEnabled ¶

func (o *UpdateSignInExpRequest) HasSingleSignOnEnabled() bool

HasSingleSignOnEnabled returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSocialSignIn ¶

func (o *UpdateSignInExpRequest) HasSocialSignIn() bool

HasSocialSignIn returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasSocialSignInConnectorTargets ¶

func (o *UpdateSignInExpRequest) HasSocialSignInConnectorTargets() bool

HasSocialSignInConnectorTargets returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasTenantId ¶

func (o *UpdateSignInExpRequest) HasTenantId() bool

HasTenantId returns a boolean if a field has been set.

func (*UpdateSignInExpRequest) HasTermsOfUseUrl ¶

func (o *UpdateSignInExpRequest) HasTermsOfUseUrl() bool

HasTermsOfUseUrl returns a boolean if a field has been set.

func (UpdateSignInExpRequest) MarshalJSON ¶

func (o UpdateSignInExpRequest) MarshalJSON() ([]byte, error)

func (*UpdateSignInExpRequest) SetAgreeToTermsPolicy ¶

func (o *UpdateSignInExpRequest) SetAgreeToTermsPolicy(v string)

SetAgreeToTermsPolicy gets a reference to the given string and assigns it to the AgreeToTermsPolicy field.

func (*UpdateSignInExpRequest) SetBranding ¶

SetBranding gets a reference to the given ApiInteractionConsentGet200ResponseApplicationBranding and assigns it to the Branding field.

func (*UpdateSignInExpRequest) SetColor ¶

SetColor gets a reference to the given UpdateSignInExpRequestColor and assigns it to the Color field.

func (*UpdateSignInExpRequest) SetCustomContent ¶

func (o *UpdateSignInExpRequest) SetCustomContent(v map[string]string)

SetCustomContent gets a reference to the given map[string]string and assigns it to the CustomContent field.

func (*UpdateSignInExpRequest) SetCustomCss ¶

func (o *UpdateSignInExpRequest) SetCustomCss(v string)

SetCustomCss gets a reference to the given NullableString and assigns it to the CustomCss field.

func (*UpdateSignInExpRequest) SetCustomCssNil ¶

func (o *UpdateSignInExpRequest) SetCustomCssNil()

SetCustomCssNil sets the value for CustomCss to be an explicit nil

func (*UpdateSignInExpRequest) SetCustomUiAssetId ¶

func (o *UpdateSignInExpRequest) SetCustomUiAssetId(v string)

SetCustomUiAssetId gets a reference to the given NullableString and assigns it to the CustomUiAssetId field.

func (*UpdateSignInExpRequest) SetCustomUiAssetIdNil ¶

func (o *UpdateSignInExpRequest) SetCustomUiAssetIdNil()

SetCustomUiAssetIdNil sets the value for CustomUiAssetId to be an explicit nil

func (*UpdateSignInExpRequest) SetLanguageInfo ¶

SetLanguageInfo gets a reference to the given UpdateSignInExpRequestLanguageInfo and assigns it to the LanguageInfo field.

func (*UpdateSignInExpRequest) SetMfa ¶

SetMfa gets a reference to the given GetSignInExp200ResponseMfa and assigns it to the Mfa field.

func (*UpdateSignInExpRequest) SetPasswordPolicy ¶

SetPasswordPolicy gets a reference to the given GetSignInExp200ResponsePasswordPolicy and assigns it to the PasswordPolicy field.

func (*UpdateSignInExpRequest) SetPrivacyPolicyUrl ¶

SetPrivacyPolicyUrl gets a reference to the given UpdateSignInExpRequestTermsOfUseUrl and assigns it to the PrivacyPolicyUrl field.

func (*UpdateSignInExpRequest) SetSignIn ¶

SetSignIn gets a reference to the given UpdateSignInExpRequestSignIn and assigns it to the SignIn field.

func (*UpdateSignInExpRequest) SetSignInMode ¶

func (o *UpdateSignInExpRequest) SetSignInMode(v string)

SetSignInMode gets a reference to the given string and assigns it to the SignInMode field.

func (*UpdateSignInExpRequest) SetSignUp ¶

SetSignUp gets a reference to the given UpdateSignInExpRequestSignUp and assigns it to the SignUp field.

func (*UpdateSignInExpRequest) SetSingleSignOnEnabled ¶

func (o *UpdateSignInExpRequest) SetSingleSignOnEnabled(v bool)

SetSingleSignOnEnabled gets a reference to the given bool and assigns it to the SingleSignOnEnabled field.

func (*UpdateSignInExpRequest) SetSocialSignIn ¶

SetSocialSignIn gets a reference to the given GetSignInExp200ResponseSocialSignIn and assigns it to the SocialSignIn field.

func (*UpdateSignInExpRequest) SetSocialSignInConnectorTargets ¶

func (o *UpdateSignInExpRequest) SetSocialSignInConnectorTargets(v []string)

SetSocialSignInConnectorTargets gets a reference to the given []string and assigns it to the SocialSignInConnectorTargets field.

func (*UpdateSignInExpRequest) SetTenantId ¶

func (o *UpdateSignInExpRequest) SetTenantId(v string)

SetTenantId gets a reference to the given string and assigns it to the TenantId field.

func (*UpdateSignInExpRequest) SetTermsOfUseUrl ¶

SetTermsOfUseUrl gets a reference to the given UpdateSignInExpRequestTermsOfUseUrl and assigns it to the TermsOfUseUrl field.

func (UpdateSignInExpRequest) ToMap ¶

func (o UpdateSignInExpRequest) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExpRequest) UnsetCustomCss ¶

func (o *UpdateSignInExpRequest) UnsetCustomCss()

UnsetCustomCss ensures that no value is present for CustomCss, not even an explicit nil

func (*UpdateSignInExpRequest) UnsetCustomUiAssetId ¶

func (o *UpdateSignInExpRequest) UnsetCustomUiAssetId()

UnsetCustomUiAssetId ensures that no value is present for CustomUiAssetId, not even an explicit nil

type UpdateSignInExpRequestColor ¶

type UpdateSignInExpRequestColor struct {
	PrimaryColor      string `json:"primaryColor"`
	IsDarkModeEnabled bool   `json:"isDarkModeEnabled"`
	DarkPrimaryColor  string `json:"darkPrimaryColor"`
}

UpdateSignInExpRequestColor Specify the primary branding color for the sign-in page (both light/dark mode).

func NewUpdateSignInExpRequestColor ¶

func NewUpdateSignInExpRequestColor(primaryColor string, isDarkModeEnabled bool, darkPrimaryColor string) *UpdateSignInExpRequestColor

NewUpdateSignInExpRequestColor instantiates a new UpdateSignInExpRequestColor object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExpRequestColorWithDefaults ¶

func NewUpdateSignInExpRequestColorWithDefaults() *UpdateSignInExpRequestColor

NewUpdateSignInExpRequestColorWithDefaults instantiates a new UpdateSignInExpRequestColor object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExpRequestColor) GetDarkPrimaryColor ¶

func (o *UpdateSignInExpRequestColor) GetDarkPrimaryColor() string

GetDarkPrimaryColor returns the DarkPrimaryColor field value

func (*UpdateSignInExpRequestColor) GetDarkPrimaryColorOk ¶

func (o *UpdateSignInExpRequestColor) GetDarkPrimaryColorOk() (*string, bool)

GetDarkPrimaryColorOk returns a tuple with the DarkPrimaryColor field value and a boolean to check if the value has been set.

func (*UpdateSignInExpRequestColor) GetIsDarkModeEnabled ¶

func (o *UpdateSignInExpRequestColor) GetIsDarkModeEnabled() bool

GetIsDarkModeEnabled returns the IsDarkModeEnabled field value

func (*UpdateSignInExpRequestColor) GetIsDarkModeEnabledOk ¶

func (o *UpdateSignInExpRequestColor) GetIsDarkModeEnabledOk() (*bool, bool)

GetIsDarkModeEnabledOk returns a tuple with the IsDarkModeEnabled field value and a boolean to check if the value has been set.

func (*UpdateSignInExpRequestColor) GetPrimaryColor ¶

func (o *UpdateSignInExpRequestColor) GetPrimaryColor() string

GetPrimaryColor returns the PrimaryColor field value

func (*UpdateSignInExpRequestColor) GetPrimaryColorOk ¶

func (o *UpdateSignInExpRequestColor) GetPrimaryColorOk() (*string, bool)

GetPrimaryColorOk returns a tuple with the PrimaryColor field value and a boolean to check if the value has been set.

func (UpdateSignInExpRequestColor) MarshalJSON ¶

func (o UpdateSignInExpRequestColor) MarshalJSON() ([]byte, error)

func (*UpdateSignInExpRequestColor) SetDarkPrimaryColor ¶

func (o *UpdateSignInExpRequestColor) SetDarkPrimaryColor(v string)

SetDarkPrimaryColor sets field value

func (*UpdateSignInExpRequestColor) SetIsDarkModeEnabled ¶

func (o *UpdateSignInExpRequestColor) SetIsDarkModeEnabled(v bool)

SetIsDarkModeEnabled sets field value

func (*UpdateSignInExpRequestColor) SetPrimaryColor ¶

func (o *UpdateSignInExpRequestColor) SetPrimaryColor(v string)

SetPrimaryColor sets field value

func (UpdateSignInExpRequestColor) ToMap ¶

func (o UpdateSignInExpRequestColor) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExpRequestColor) UnmarshalJSON ¶

func (o *UpdateSignInExpRequestColor) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExpRequestLanguageInfo ¶

type UpdateSignInExpRequestLanguageInfo struct {
	AutoDetect       bool   `json:"autoDetect"`
	FallbackLanguage string `json:"fallbackLanguage"`
}

UpdateSignInExpRequestLanguageInfo Control the language detection policy for the sign-in page.

func NewUpdateSignInExpRequestLanguageInfo ¶

func NewUpdateSignInExpRequestLanguageInfo(autoDetect bool, fallbackLanguage string) *UpdateSignInExpRequestLanguageInfo

NewUpdateSignInExpRequestLanguageInfo instantiates a new UpdateSignInExpRequestLanguageInfo object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExpRequestLanguageInfoWithDefaults ¶

func NewUpdateSignInExpRequestLanguageInfoWithDefaults() *UpdateSignInExpRequestLanguageInfo

NewUpdateSignInExpRequestLanguageInfoWithDefaults instantiates a new UpdateSignInExpRequestLanguageInfo object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExpRequestLanguageInfo) GetAutoDetect ¶

func (o *UpdateSignInExpRequestLanguageInfo) GetAutoDetect() bool

GetAutoDetect returns the AutoDetect field value

func (*UpdateSignInExpRequestLanguageInfo) GetAutoDetectOk ¶

func (o *UpdateSignInExpRequestLanguageInfo) GetAutoDetectOk() (*bool, bool)

GetAutoDetectOk returns a tuple with the AutoDetect field value and a boolean to check if the value has been set.

func (*UpdateSignInExpRequestLanguageInfo) GetFallbackLanguage ¶

func (o *UpdateSignInExpRequestLanguageInfo) GetFallbackLanguage() string

GetFallbackLanguage returns the FallbackLanguage field value

func (*UpdateSignInExpRequestLanguageInfo) GetFallbackLanguageOk ¶

func (o *UpdateSignInExpRequestLanguageInfo) GetFallbackLanguageOk() (*string, bool)

GetFallbackLanguageOk returns a tuple with the FallbackLanguage field value and a boolean to check if the value has been set.

func (UpdateSignInExpRequestLanguageInfo) MarshalJSON ¶

func (o UpdateSignInExpRequestLanguageInfo) MarshalJSON() ([]byte, error)

func (*UpdateSignInExpRequestLanguageInfo) SetAutoDetect ¶

func (o *UpdateSignInExpRequestLanguageInfo) SetAutoDetect(v bool)

SetAutoDetect sets field value

func (*UpdateSignInExpRequestLanguageInfo) SetFallbackLanguage ¶

func (o *UpdateSignInExpRequestLanguageInfo) SetFallbackLanguage(v string)

SetFallbackLanguage sets field value

func (UpdateSignInExpRequestLanguageInfo) ToMap ¶

func (o UpdateSignInExpRequestLanguageInfo) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExpRequestLanguageInfo) UnmarshalJSON ¶

func (o *UpdateSignInExpRequestLanguageInfo) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExpRequestSignIn ¶

type UpdateSignInExpRequestSignIn struct {
	Methods []GetSignInExp200ResponseSignInMethodsInner `json:"methods"`
}

UpdateSignInExpRequestSignIn Sign-in method settings

func NewUpdateSignInExpRequestSignIn ¶

func NewUpdateSignInExpRequestSignIn(methods []GetSignInExp200ResponseSignInMethodsInner) *UpdateSignInExpRequestSignIn

NewUpdateSignInExpRequestSignIn instantiates a new UpdateSignInExpRequestSignIn object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExpRequestSignInWithDefaults ¶

func NewUpdateSignInExpRequestSignInWithDefaults() *UpdateSignInExpRequestSignIn

NewUpdateSignInExpRequestSignInWithDefaults instantiates a new UpdateSignInExpRequestSignIn object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExpRequestSignIn) GetMethods ¶

GetMethods returns the Methods field value

func (*UpdateSignInExpRequestSignIn) GetMethodsOk ¶

GetMethodsOk returns a tuple with the Methods field value and a boolean to check if the value has been set.

func (UpdateSignInExpRequestSignIn) MarshalJSON ¶

func (o UpdateSignInExpRequestSignIn) MarshalJSON() ([]byte, error)

func (*UpdateSignInExpRequestSignIn) SetMethods ¶

SetMethods sets field value

func (UpdateSignInExpRequestSignIn) ToMap ¶

func (o UpdateSignInExpRequestSignIn) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExpRequestSignIn) UnmarshalJSON ¶

func (o *UpdateSignInExpRequestSignIn) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExpRequestSignUp ¶

type UpdateSignInExpRequestSignUp struct {
	// Specify allowed identifiers when signing-up.
	Identifiers []string `json:"identifiers"`
	// Whether the user is required to set a password when signing-up.
	Password bool `json:"password"`
	// Whether the user is required to verify their email/phone when signing-up.
	Verify bool `json:"verify"`
}

UpdateSignInExpRequestSignUp Sign-up method settings

func NewUpdateSignInExpRequestSignUp ¶

func NewUpdateSignInExpRequestSignUp(identifiers []string, password bool, verify bool) *UpdateSignInExpRequestSignUp

NewUpdateSignInExpRequestSignUp instantiates a new UpdateSignInExpRequestSignUp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSignInExpRequestSignUpWithDefaults ¶

func NewUpdateSignInExpRequestSignUpWithDefaults() *UpdateSignInExpRequestSignUp

NewUpdateSignInExpRequestSignUpWithDefaults instantiates a new UpdateSignInExpRequestSignUp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSignInExpRequestSignUp) GetIdentifiers ¶

func (o *UpdateSignInExpRequestSignUp) GetIdentifiers() []string

GetIdentifiers returns the Identifiers field value

func (*UpdateSignInExpRequestSignUp) GetIdentifiersOk ¶

func (o *UpdateSignInExpRequestSignUp) GetIdentifiersOk() ([]string, bool)

GetIdentifiersOk returns a tuple with the Identifiers field value and a boolean to check if the value has been set.

func (*UpdateSignInExpRequestSignUp) GetPassword ¶

func (o *UpdateSignInExpRequestSignUp) GetPassword() bool

GetPassword returns the Password field value

func (*UpdateSignInExpRequestSignUp) GetPasswordOk ¶

func (o *UpdateSignInExpRequestSignUp) GetPasswordOk() (*bool, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (*UpdateSignInExpRequestSignUp) GetVerify ¶

func (o *UpdateSignInExpRequestSignUp) GetVerify() bool

GetVerify returns the Verify field value

func (*UpdateSignInExpRequestSignUp) GetVerifyOk ¶

func (o *UpdateSignInExpRequestSignUp) GetVerifyOk() (*bool, bool)

GetVerifyOk returns a tuple with the Verify field value and a boolean to check if the value has been set.

func (UpdateSignInExpRequestSignUp) MarshalJSON ¶

func (o UpdateSignInExpRequestSignUp) MarshalJSON() ([]byte, error)

func (*UpdateSignInExpRequestSignUp) SetIdentifiers ¶

func (o *UpdateSignInExpRequestSignUp) SetIdentifiers(v []string)

SetIdentifiers sets field value

func (*UpdateSignInExpRequestSignUp) SetPassword ¶

func (o *UpdateSignInExpRequestSignUp) SetPassword(v bool)

SetPassword sets field value

func (*UpdateSignInExpRequestSignUp) SetVerify ¶

func (o *UpdateSignInExpRequestSignUp) SetVerify(v bool)

SetVerify sets field value

func (UpdateSignInExpRequestSignUp) ToMap ¶

func (o UpdateSignInExpRequestSignUp) ToMap() (map[string]interface{}, error)

func (*UpdateSignInExpRequestSignUp) UnmarshalJSON ¶

func (o *UpdateSignInExpRequestSignUp) UnmarshalJSON(data []byte) (err error)

type UpdateSignInExpRequestTermsOfUseUrl ¶

type UpdateSignInExpRequestTermsOfUseUrl struct {
	String *string
}

UpdateSignInExpRequestTermsOfUseUrl - struct for UpdateSignInExpRequestTermsOfUseUrl

func StringAsUpdateSignInExpRequestTermsOfUseUrl ¶

func StringAsUpdateSignInExpRequestTermsOfUseUrl(v *string) UpdateSignInExpRequestTermsOfUseUrl

stringAsUpdateSignInExpRequestTermsOfUseUrl is a convenience function that returns string wrapped in UpdateSignInExpRequestTermsOfUseUrl

func (*UpdateSignInExpRequestTermsOfUseUrl) GetActualInstance ¶

func (obj *UpdateSignInExpRequestTermsOfUseUrl) GetActualInstance() interface{}

Get the actual instance

func (UpdateSignInExpRequestTermsOfUseUrl) MarshalJSON ¶

func (src UpdateSignInExpRequestTermsOfUseUrl) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateSignInExpRequestTermsOfUseUrl) UnmarshalJSON ¶

func (dst *UpdateSignInExpRequestTermsOfUseUrl) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpdateSsoConnectorRequest ¶

type UpdateSsoConnectorRequest struct {
	// arbitrary
	Config        map[string]interface{}                                    `json:"config,omitempty"`
	Domains       []string                                                  `json:"domains,omitempty"`
	Branding      *ListOrganizationJitSsoConnectors200ResponseInnerBranding `json:"branding,omitempty"`
	SyncProfile   *bool                                                     `json:"syncProfile,omitempty"`
	ConnectorName *string                                                   `json:"connectorName,omitempty"`
}

UpdateSsoConnectorRequest struct for UpdateSsoConnectorRequest

func NewUpdateSsoConnectorRequest ¶

func NewUpdateSsoConnectorRequest() *UpdateSsoConnectorRequest

NewUpdateSsoConnectorRequest instantiates a new UpdateSsoConnectorRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateSsoConnectorRequestWithDefaults ¶

func NewUpdateSsoConnectorRequestWithDefaults() *UpdateSsoConnectorRequest

NewUpdateSsoConnectorRequestWithDefaults instantiates a new UpdateSsoConnectorRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateSsoConnectorRequest) GetBranding ¶

GetBranding returns the Branding field value if set, zero value otherwise.

func (*UpdateSsoConnectorRequest) GetBrandingOk ¶

GetBrandingOk returns a tuple with the Branding field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSsoConnectorRequest) GetConfig ¶

func (o *UpdateSsoConnectorRequest) GetConfig() map[string]interface{}

GetConfig returns the Config field value if set, zero value otherwise.

func (*UpdateSsoConnectorRequest) GetConfigOk ¶

func (o *UpdateSsoConnectorRequest) GetConfigOk() (map[string]interface{}, bool)

GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSsoConnectorRequest) GetConnectorName ¶

func (o *UpdateSsoConnectorRequest) GetConnectorName() string

GetConnectorName returns the ConnectorName field value if set, zero value otherwise.

func (*UpdateSsoConnectorRequest) GetConnectorNameOk ¶

func (o *UpdateSsoConnectorRequest) GetConnectorNameOk() (*string, bool)

GetConnectorNameOk returns a tuple with the ConnectorName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSsoConnectorRequest) GetDomains ¶

func (o *UpdateSsoConnectorRequest) GetDomains() []string

GetDomains returns the Domains field value if set, zero value otherwise.

func (*UpdateSsoConnectorRequest) GetDomainsOk ¶

func (o *UpdateSsoConnectorRequest) GetDomainsOk() ([]string, bool)

GetDomainsOk returns a tuple with the Domains field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSsoConnectorRequest) GetSyncProfile ¶

func (o *UpdateSsoConnectorRequest) GetSyncProfile() bool

GetSyncProfile returns the SyncProfile field value if set, zero value otherwise.

func (*UpdateSsoConnectorRequest) GetSyncProfileOk ¶

func (o *UpdateSsoConnectorRequest) GetSyncProfileOk() (*bool, bool)

GetSyncProfileOk returns a tuple with the SyncProfile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateSsoConnectorRequest) HasBranding ¶

func (o *UpdateSsoConnectorRequest) HasBranding() bool

HasBranding returns a boolean if a field has been set.

func (*UpdateSsoConnectorRequest) HasConfig ¶

func (o *UpdateSsoConnectorRequest) HasConfig() bool

HasConfig returns a boolean if a field has been set.

func (*UpdateSsoConnectorRequest) HasConnectorName ¶

func (o *UpdateSsoConnectorRequest) HasConnectorName() bool

HasConnectorName returns a boolean if a field has been set.

func (*UpdateSsoConnectorRequest) HasDomains ¶

func (o *UpdateSsoConnectorRequest) HasDomains() bool

HasDomains returns a boolean if a field has been set.

func (*UpdateSsoConnectorRequest) HasSyncProfile ¶

func (o *UpdateSsoConnectorRequest) HasSyncProfile() bool

HasSyncProfile returns a boolean if a field has been set.

func (UpdateSsoConnectorRequest) MarshalJSON ¶

func (o UpdateSsoConnectorRequest) MarshalJSON() ([]byte, error)

func (*UpdateSsoConnectorRequest) SetBranding ¶

SetBranding gets a reference to the given ListOrganizationJitSsoConnectors200ResponseInnerBranding and assigns it to the Branding field.

func (*UpdateSsoConnectorRequest) SetConfig ¶

func (o *UpdateSsoConnectorRequest) SetConfig(v map[string]interface{})

SetConfig gets a reference to the given map[string]interface{} and assigns it to the Config field.

func (*UpdateSsoConnectorRequest) SetConnectorName ¶

func (o *UpdateSsoConnectorRequest) SetConnectorName(v string)

SetConnectorName gets a reference to the given string and assigns it to the ConnectorName field.

func (*UpdateSsoConnectorRequest) SetDomains ¶

func (o *UpdateSsoConnectorRequest) SetDomains(v []string)

SetDomains gets a reference to the given []string and assigns it to the Domains field.

func (*UpdateSsoConnectorRequest) SetSyncProfile ¶

func (o *UpdateSsoConnectorRequest) SetSyncProfile(v bool)

SetSyncProfile gets a reference to the given bool and assigns it to the SyncProfile field.

func (UpdateSsoConnectorRequest) ToMap ¶

func (o UpdateSsoConnectorRequest) ToMap() (map[string]interface{}, error)

type UpdateUser200Response ¶

type UpdateUser200Response struct {
	Id           string         `json:"id"`
	Username     NullableString `json:"username"`
	PrimaryEmail NullableString `json:"primaryEmail"`
	PrimaryPhone NullableString `json:"primaryPhone"`
	Name         NullableString `json:"name"`
	Avatar       NullableString `json:"avatar"`
	// arbitrary
	CustomData    map[string]interface{}                                                      `json:"customData"`
	Identities    map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue `json:"identities"`
	LastSignInAt  NullableFloat32                                                             `json:"lastSignInAt"`
	CreatedAt     float32                                                                     `json:"createdAt"`
	UpdatedAt     float32                                                                     `json:"updatedAt"`
	Profile       GetJwtCustomizer200ResponseOneOfContextSampleUserProfile                    `json:"profile"`
	ApplicationId NullableString                                                              `json:"applicationId"`
	IsSuspended   bool                                                                        `json:"isSuspended"`
	HasPassword   *bool                                                                       `json:"hasPassword,omitempty"`
	SsoIdentities []GetUser200ResponseSsoIdentitiesInner                                      `json:"ssoIdentities,omitempty"`
}

UpdateUser200Response struct for UpdateUser200Response

func NewUpdateUser200Response ¶

func NewUpdateUser200Response(id string, username NullableString, primaryEmail NullableString, primaryPhone NullableString, name NullableString, avatar NullableString, customData map[string]interface{}, identities map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue, lastSignInAt NullableFloat32, createdAt float32, updatedAt float32, profile GetJwtCustomizer200ResponseOneOfContextSampleUserProfile, applicationId NullableString, isSuspended bool) *UpdateUser200Response

NewUpdateUser200Response instantiates a new UpdateUser200Response object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUser200ResponseWithDefaults ¶

func NewUpdateUser200ResponseWithDefaults() *UpdateUser200Response

NewUpdateUser200ResponseWithDefaults instantiates a new UpdateUser200Response object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUser200Response) GetApplicationId ¶

func (o *UpdateUser200Response) GetApplicationId() string

GetApplicationId returns the ApplicationId field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetApplicationIdOk ¶

func (o *UpdateUser200Response) GetApplicationIdOk() (*string, bool)

GetApplicationIdOk returns a tuple with the ApplicationId field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetAvatar ¶

func (o *UpdateUser200Response) GetAvatar() string

GetAvatar returns the Avatar field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetAvatarOk ¶

func (o *UpdateUser200Response) GetAvatarOk() (*string, bool)

GetAvatarOk returns a tuple with the Avatar field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetCreatedAt ¶

func (o *UpdateUser200Response) GetCreatedAt() float32

GetCreatedAt returns the CreatedAt field value

func (*UpdateUser200Response) GetCreatedAtOk ¶

func (o *UpdateUser200Response) GetCreatedAtOk() (*float32, bool)

GetCreatedAtOk returns a tuple with the CreatedAt field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetCustomData ¶

func (o *UpdateUser200Response) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*UpdateUser200Response) GetCustomDataOk ¶

func (o *UpdateUser200Response) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetHasPassword ¶

func (o *UpdateUser200Response) GetHasPassword() bool

GetHasPassword returns the HasPassword field value if set, zero value otherwise.

func (*UpdateUser200Response) GetHasPasswordOk ¶

func (o *UpdateUser200Response) GetHasPasswordOk() (*bool, bool)

GetHasPasswordOk returns a tuple with the HasPassword field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetId ¶

func (o *UpdateUser200Response) GetId() string

GetId returns the Id field value

func (*UpdateUser200Response) GetIdOk ¶

func (o *UpdateUser200Response) GetIdOk() (*string, bool)

GetIdOk returns a tuple with the Id field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetIdentities ¶

GetIdentities returns the Identities field value

func (*UpdateUser200Response) GetIdentitiesOk ¶

GetIdentitiesOk returns a tuple with the Identities field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetIsSuspended ¶

func (o *UpdateUser200Response) GetIsSuspended() bool

GetIsSuspended returns the IsSuspended field value

func (*UpdateUser200Response) GetIsSuspendedOk ¶

func (o *UpdateUser200Response) GetIsSuspendedOk() (*bool, bool)

GetIsSuspendedOk returns a tuple with the IsSuspended field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetLastSignInAt ¶

func (o *UpdateUser200Response) GetLastSignInAt() float32

GetLastSignInAt returns the LastSignInAt field value If the value is explicit nil, the zero value for float32 will be returned

func (*UpdateUser200Response) GetLastSignInAtOk ¶

func (o *UpdateUser200Response) GetLastSignInAtOk() (*float32, bool)

GetLastSignInAtOk returns a tuple with the LastSignInAt field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetName ¶

func (o *UpdateUser200Response) GetName() string

GetName returns the Name field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetNameOk ¶

func (o *UpdateUser200Response) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetPrimaryEmail ¶

func (o *UpdateUser200Response) GetPrimaryEmail() string

GetPrimaryEmail returns the PrimaryEmail field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetPrimaryEmailOk ¶

func (o *UpdateUser200Response) GetPrimaryEmailOk() (*string, bool)

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetPrimaryPhone ¶

func (o *UpdateUser200Response) GetPrimaryPhone() string

GetPrimaryPhone returns the PrimaryPhone field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetPrimaryPhoneOk ¶

func (o *UpdateUser200Response) GetPrimaryPhoneOk() (*string, bool)

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) GetProfile ¶

GetProfile returns the Profile field value

func (*UpdateUser200Response) GetProfileOk ¶

GetProfileOk returns a tuple with the Profile field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetSsoIdentities ¶

GetSsoIdentities returns the SsoIdentities field value if set, zero value otherwise.

func (*UpdateUser200Response) GetSsoIdentitiesOk ¶

GetSsoIdentitiesOk returns a tuple with the SsoIdentities field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetUpdatedAt ¶

func (o *UpdateUser200Response) GetUpdatedAt() float32

GetUpdatedAt returns the UpdatedAt field value

func (*UpdateUser200Response) GetUpdatedAtOk ¶

func (o *UpdateUser200Response) GetUpdatedAtOk() (*float32, bool)

GetUpdatedAtOk returns a tuple with the UpdatedAt field value and a boolean to check if the value has been set.

func (*UpdateUser200Response) GetUsername ¶

func (o *UpdateUser200Response) GetUsername() string

GetUsername returns the Username field value If the value is explicit nil, the zero value for string will be returned

func (*UpdateUser200Response) GetUsernameOk ¶

func (o *UpdateUser200Response) GetUsernameOk() (*string, bool)

GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUser200Response) HasHasPassword ¶

func (o *UpdateUser200Response) HasHasPassword() bool

HasHasPassword returns a boolean if a field has been set.

func (*UpdateUser200Response) HasSsoIdentities ¶

func (o *UpdateUser200Response) HasSsoIdentities() bool

HasSsoIdentities returns a boolean if a field has been set.

func (UpdateUser200Response) MarshalJSON ¶

func (o UpdateUser200Response) MarshalJSON() ([]byte, error)

func (*UpdateUser200Response) SetApplicationId ¶

func (o *UpdateUser200Response) SetApplicationId(v string)

SetApplicationId sets field value

func (*UpdateUser200Response) SetAvatar ¶

func (o *UpdateUser200Response) SetAvatar(v string)

SetAvatar sets field value

func (*UpdateUser200Response) SetCreatedAt ¶

func (o *UpdateUser200Response) SetCreatedAt(v float32)

SetCreatedAt sets field value

func (*UpdateUser200Response) SetCustomData ¶

func (o *UpdateUser200Response) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (*UpdateUser200Response) SetHasPassword ¶

func (o *UpdateUser200Response) SetHasPassword(v bool)

SetHasPassword gets a reference to the given bool and assigns it to the HasPassword field.

func (*UpdateUser200Response) SetId ¶

func (o *UpdateUser200Response) SetId(v string)

SetId sets field value

func (*UpdateUser200Response) SetIdentities ¶

SetIdentities sets field value

func (*UpdateUser200Response) SetIsSuspended ¶

func (o *UpdateUser200Response) SetIsSuspended(v bool)

SetIsSuspended sets field value

func (*UpdateUser200Response) SetLastSignInAt ¶

func (o *UpdateUser200Response) SetLastSignInAt(v float32)

SetLastSignInAt sets field value

func (*UpdateUser200Response) SetName ¶

func (o *UpdateUser200Response) SetName(v string)

SetName sets field value

func (*UpdateUser200Response) SetPrimaryEmail ¶

func (o *UpdateUser200Response) SetPrimaryEmail(v string)

SetPrimaryEmail sets field value

func (*UpdateUser200Response) SetPrimaryPhone ¶

func (o *UpdateUser200Response) SetPrimaryPhone(v string)

SetPrimaryPhone sets field value

func (*UpdateUser200Response) SetProfile ¶

SetProfile sets field value

func (*UpdateUser200Response) SetSsoIdentities ¶

SetSsoIdentities gets a reference to the given []GetUser200ResponseSsoIdentitiesInner and assigns it to the SsoIdentities field.

func (*UpdateUser200Response) SetUpdatedAt ¶

func (o *UpdateUser200Response) SetUpdatedAt(v float32)

SetUpdatedAt sets field value

func (*UpdateUser200Response) SetUsername ¶

func (o *UpdateUser200Response) SetUsername(v string)

SetUsername sets field value

func (UpdateUser200Response) ToMap ¶

func (o UpdateUser200Response) ToMap() (map[string]interface{}, error)

func (*UpdateUser200Response) UnmarshalJSON ¶

func (o *UpdateUser200Response) UnmarshalJSON(data []byte) (err error)

type UpdateUserCustomDataRequest ¶

type UpdateUserCustomDataRequest struct {
	// Partial custom data object to update for the given user ID.
	CustomData map[string]interface{} `json:"customData"`
}

UpdateUserCustomDataRequest struct for UpdateUserCustomDataRequest

func NewUpdateUserCustomDataRequest ¶

func NewUpdateUserCustomDataRequest(customData map[string]interface{}) *UpdateUserCustomDataRequest

NewUpdateUserCustomDataRequest instantiates a new UpdateUserCustomDataRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserCustomDataRequestWithDefaults ¶

func NewUpdateUserCustomDataRequestWithDefaults() *UpdateUserCustomDataRequest

NewUpdateUserCustomDataRequestWithDefaults instantiates a new UpdateUserCustomDataRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserCustomDataRequest) GetCustomData ¶

func (o *UpdateUserCustomDataRequest) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value

func (*UpdateUserCustomDataRequest) GetCustomDataOk ¶

func (o *UpdateUserCustomDataRequest) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value and a boolean to check if the value has been set.

func (UpdateUserCustomDataRequest) MarshalJSON ¶

func (o UpdateUserCustomDataRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserCustomDataRequest) SetCustomData ¶

func (o *UpdateUserCustomDataRequest) SetCustomData(v map[string]interface{})

SetCustomData sets field value

func (UpdateUserCustomDataRequest) ToMap ¶

func (o UpdateUserCustomDataRequest) ToMap() (map[string]interface{}, error)

func (*UpdateUserCustomDataRequest) UnmarshalJSON ¶

func (o *UpdateUserCustomDataRequest) UnmarshalJSON(data []byte) (err error)

type UpdateUserIsSuspendedRequest ¶

type UpdateUserIsSuspendedRequest struct {
	// New suspension status for the user.
	IsSuspended bool `json:"isSuspended"`
}

UpdateUserIsSuspendedRequest struct for UpdateUserIsSuspendedRequest

func NewUpdateUserIsSuspendedRequest ¶

func NewUpdateUserIsSuspendedRequest(isSuspended bool) *UpdateUserIsSuspendedRequest

NewUpdateUserIsSuspendedRequest instantiates a new UpdateUserIsSuspendedRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserIsSuspendedRequestWithDefaults ¶

func NewUpdateUserIsSuspendedRequestWithDefaults() *UpdateUserIsSuspendedRequest

NewUpdateUserIsSuspendedRequestWithDefaults instantiates a new UpdateUserIsSuspendedRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserIsSuspendedRequest) GetIsSuspended ¶

func (o *UpdateUserIsSuspendedRequest) GetIsSuspended() bool

GetIsSuspended returns the IsSuspended field value

func (*UpdateUserIsSuspendedRequest) GetIsSuspendedOk ¶

func (o *UpdateUserIsSuspendedRequest) GetIsSuspendedOk() (*bool, bool)

GetIsSuspendedOk returns a tuple with the IsSuspended field value and a boolean to check if the value has been set.

func (UpdateUserIsSuspendedRequest) MarshalJSON ¶

func (o UpdateUserIsSuspendedRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserIsSuspendedRequest) SetIsSuspended ¶

func (o *UpdateUserIsSuspendedRequest) SetIsSuspended(v bool)

SetIsSuspended sets field value

func (UpdateUserIsSuspendedRequest) ToMap ¶

func (o UpdateUserIsSuspendedRequest) ToMap() (map[string]interface{}, error)

func (*UpdateUserIsSuspendedRequest) UnmarshalJSON ¶

func (o *UpdateUserIsSuspendedRequest) UnmarshalJSON(data []byte) (err error)

type UpdateUserPasswordRequest ¶

type UpdateUserPasswordRequest struct {
	// New password for the user.
	Password string `json:"password"`
}

UpdateUserPasswordRequest struct for UpdateUserPasswordRequest

func NewUpdateUserPasswordRequest ¶

func NewUpdateUserPasswordRequest(password string) *UpdateUserPasswordRequest

NewUpdateUserPasswordRequest instantiates a new UpdateUserPasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserPasswordRequestWithDefaults ¶

func NewUpdateUserPasswordRequestWithDefaults() *UpdateUserPasswordRequest

NewUpdateUserPasswordRequestWithDefaults instantiates a new UpdateUserPasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserPasswordRequest) GetPassword ¶

func (o *UpdateUserPasswordRequest) GetPassword() string

GetPassword returns the Password field value

func (*UpdateUserPasswordRequest) GetPasswordOk ¶

func (o *UpdateUserPasswordRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (UpdateUserPasswordRequest) MarshalJSON ¶

func (o UpdateUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserPasswordRequest) SetPassword ¶

func (o *UpdateUserPasswordRequest) SetPassword(v string)

SetPassword sets field value

func (UpdateUserPasswordRequest) ToMap ¶

func (o UpdateUserPasswordRequest) ToMap() (map[string]interface{}, error)

func (*UpdateUserPasswordRequest) UnmarshalJSON ¶

func (o *UpdateUserPasswordRequest) UnmarshalJSON(data []byte) (err error)

type UpdateUserProfileRequest ¶

type UpdateUserProfileRequest struct {
	Profile UpdateUserProfileRequestProfile `json:"profile"`
}

UpdateUserProfileRequest struct for UpdateUserProfileRequest

func NewUpdateUserProfileRequest ¶

func NewUpdateUserProfileRequest(profile UpdateUserProfileRequestProfile) *UpdateUserProfileRequest

NewUpdateUserProfileRequest instantiates a new UpdateUserProfileRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserProfileRequestWithDefaults ¶

func NewUpdateUserProfileRequestWithDefaults() *UpdateUserProfileRequest

NewUpdateUserProfileRequestWithDefaults instantiates a new UpdateUserProfileRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserProfileRequest) GetProfile ¶

GetProfile returns the Profile field value

func (*UpdateUserProfileRequest) GetProfileOk ¶

GetProfileOk returns a tuple with the Profile field value and a boolean to check if the value has been set.

func (UpdateUserProfileRequest) MarshalJSON ¶

func (o UpdateUserProfileRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserProfileRequest) SetProfile ¶

SetProfile sets field value

func (UpdateUserProfileRequest) ToMap ¶

func (o UpdateUserProfileRequest) ToMap() (map[string]interface{}, error)

func (*UpdateUserProfileRequest) UnmarshalJSON ¶

func (o *UpdateUserProfileRequest) UnmarshalJSON(data []byte) (err error)

type UpdateUserProfileRequestProfile ¶

type UpdateUserProfileRequestProfile struct {
	FamilyName        *string                                                          `json:"familyName,omitempty"`
	GivenName         *string                                                          `json:"givenName,omitempty"`
	MiddleName        *string                                                          `json:"middleName,omitempty"`
	Nickname          *string                                                          `json:"nickname,omitempty"`
	PreferredUsername *string                                                          `json:"preferredUsername,omitempty"`
	Profile           *string                                                          `json:"profile,omitempty"`
	Website           *string                                                          `json:"website,omitempty"`
	Gender            *string                                                          `json:"gender,omitempty"`
	Birthdate         *string                                                          `json:"birthdate,omitempty"`
	Zoneinfo          *string                                                          `json:"zoneinfo,omitempty"`
	Locale            *string                                                          `json:"locale,omitempty"`
	Address           *GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress `json:"address,omitempty"`
}

UpdateUserProfileRequestProfile Partial profile object to update for the given user ID.

func NewUpdateUserProfileRequestProfile ¶

func NewUpdateUserProfileRequestProfile() *UpdateUserProfileRequestProfile

NewUpdateUserProfileRequestProfile instantiates a new UpdateUserProfileRequestProfile object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserProfileRequestProfileWithDefaults ¶

func NewUpdateUserProfileRequestProfileWithDefaults() *UpdateUserProfileRequestProfile

NewUpdateUserProfileRequestProfileWithDefaults instantiates a new UpdateUserProfileRequestProfile object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserProfileRequestProfile) GetAddress ¶

GetAddress returns the Address field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetAddressOk ¶

GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetBirthdate ¶

func (o *UpdateUserProfileRequestProfile) GetBirthdate() string

GetBirthdate returns the Birthdate field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetBirthdateOk ¶

func (o *UpdateUserProfileRequestProfile) GetBirthdateOk() (*string, bool)

GetBirthdateOk returns a tuple with the Birthdate field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetFamilyName ¶

func (o *UpdateUserProfileRequestProfile) GetFamilyName() string

GetFamilyName returns the FamilyName field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetFamilyNameOk ¶

func (o *UpdateUserProfileRequestProfile) GetFamilyNameOk() (*string, bool)

GetFamilyNameOk returns a tuple with the FamilyName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetGender ¶

func (o *UpdateUserProfileRequestProfile) GetGender() string

GetGender returns the Gender field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetGenderOk ¶

func (o *UpdateUserProfileRequestProfile) GetGenderOk() (*string, bool)

GetGenderOk returns a tuple with the Gender field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetGivenName ¶

func (o *UpdateUserProfileRequestProfile) GetGivenName() string

GetGivenName returns the GivenName field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetGivenNameOk ¶

func (o *UpdateUserProfileRequestProfile) GetGivenNameOk() (*string, bool)

GetGivenNameOk returns a tuple with the GivenName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetLocale ¶

func (o *UpdateUserProfileRequestProfile) GetLocale() string

GetLocale returns the Locale field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetLocaleOk ¶

func (o *UpdateUserProfileRequestProfile) GetLocaleOk() (*string, bool)

GetLocaleOk returns a tuple with the Locale field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetMiddleName ¶

func (o *UpdateUserProfileRequestProfile) GetMiddleName() string

GetMiddleName returns the MiddleName field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetMiddleNameOk ¶

func (o *UpdateUserProfileRequestProfile) GetMiddleNameOk() (*string, bool)

GetMiddleNameOk returns a tuple with the MiddleName field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetNickname ¶

func (o *UpdateUserProfileRequestProfile) GetNickname() string

GetNickname returns the Nickname field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetNicknameOk ¶

func (o *UpdateUserProfileRequestProfile) GetNicknameOk() (*string, bool)

GetNicknameOk returns a tuple with the Nickname field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetPreferredUsername ¶

func (o *UpdateUserProfileRequestProfile) GetPreferredUsername() string

GetPreferredUsername returns the PreferredUsername field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetPreferredUsernameOk ¶

func (o *UpdateUserProfileRequestProfile) GetPreferredUsernameOk() (*string, bool)

GetPreferredUsernameOk returns a tuple with the PreferredUsername field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetProfile ¶

func (o *UpdateUserProfileRequestProfile) GetProfile() string

GetProfile returns the Profile field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetProfileOk ¶

func (o *UpdateUserProfileRequestProfile) GetProfileOk() (*string, bool)

GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetWebsite ¶

func (o *UpdateUserProfileRequestProfile) GetWebsite() string

GetWebsite returns the Website field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetWebsiteOk ¶

func (o *UpdateUserProfileRequestProfile) GetWebsiteOk() (*string, bool)

GetWebsiteOk returns a tuple with the Website field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) GetZoneinfo ¶

func (o *UpdateUserProfileRequestProfile) GetZoneinfo() string

GetZoneinfo returns the Zoneinfo field value if set, zero value otherwise.

func (*UpdateUserProfileRequestProfile) GetZoneinfoOk ¶

func (o *UpdateUserProfileRequestProfile) GetZoneinfoOk() (*string, bool)

GetZoneinfoOk returns a tuple with the Zoneinfo field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserProfileRequestProfile) HasAddress ¶

func (o *UpdateUserProfileRequestProfile) HasAddress() bool

HasAddress returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasBirthdate ¶

func (o *UpdateUserProfileRequestProfile) HasBirthdate() bool

HasBirthdate returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasFamilyName ¶

func (o *UpdateUserProfileRequestProfile) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasGender ¶

func (o *UpdateUserProfileRequestProfile) HasGender() bool

HasGender returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasGivenName ¶

func (o *UpdateUserProfileRequestProfile) HasGivenName() bool

HasGivenName returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasLocale ¶

func (o *UpdateUserProfileRequestProfile) HasLocale() bool

HasLocale returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasMiddleName ¶

func (o *UpdateUserProfileRequestProfile) HasMiddleName() bool

HasMiddleName returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasNickname ¶

func (o *UpdateUserProfileRequestProfile) HasNickname() bool

HasNickname returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasPreferredUsername ¶

func (o *UpdateUserProfileRequestProfile) HasPreferredUsername() bool

HasPreferredUsername returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasProfile ¶

func (o *UpdateUserProfileRequestProfile) HasProfile() bool

HasProfile returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasWebsite ¶

func (o *UpdateUserProfileRequestProfile) HasWebsite() bool

HasWebsite returns a boolean if a field has been set.

func (*UpdateUserProfileRequestProfile) HasZoneinfo ¶

func (o *UpdateUserProfileRequestProfile) HasZoneinfo() bool

HasZoneinfo returns a boolean if a field has been set.

func (UpdateUserProfileRequestProfile) MarshalJSON ¶

func (o UpdateUserProfileRequestProfile) MarshalJSON() ([]byte, error)

func (*UpdateUserProfileRequestProfile) SetAddress ¶

SetAddress gets a reference to the given GetJwtCustomizer200ResponseOneOfContextSampleUserProfileAddress and assigns it to the Address field.

func (*UpdateUserProfileRequestProfile) SetBirthdate ¶

func (o *UpdateUserProfileRequestProfile) SetBirthdate(v string)

SetBirthdate gets a reference to the given string and assigns it to the Birthdate field.

func (*UpdateUserProfileRequestProfile) SetFamilyName ¶

func (o *UpdateUserProfileRequestProfile) SetFamilyName(v string)

SetFamilyName gets a reference to the given string and assigns it to the FamilyName field.

func (*UpdateUserProfileRequestProfile) SetGender ¶

func (o *UpdateUserProfileRequestProfile) SetGender(v string)

SetGender gets a reference to the given string and assigns it to the Gender field.

func (*UpdateUserProfileRequestProfile) SetGivenName ¶

func (o *UpdateUserProfileRequestProfile) SetGivenName(v string)

SetGivenName gets a reference to the given string and assigns it to the GivenName field.

func (*UpdateUserProfileRequestProfile) SetLocale ¶

func (o *UpdateUserProfileRequestProfile) SetLocale(v string)

SetLocale gets a reference to the given string and assigns it to the Locale field.

func (*UpdateUserProfileRequestProfile) SetMiddleName ¶

func (o *UpdateUserProfileRequestProfile) SetMiddleName(v string)

SetMiddleName gets a reference to the given string and assigns it to the MiddleName field.

func (*UpdateUserProfileRequestProfile) SetNickname ¶

func (o *UpdateUserProfileRequestProfile) SetNickname(v string)

SetNickname gets a reference to the given string and assigns it to the Nickname field.

func (*UpdateUserProfileRequestProfile) SetPreferredUsername ¶

func (o *UpdateUserProfileRequestProfile) SetPreferredUsername(v string)

SetPreferredUsername gets a reference to the given string and assigns it to the PreferredUsername field.

func (*UpdateUserProfileRequestProfile) SetProfile ¶

func (o *UpdateUserProfileRequestProfile) SetProfile(v string)

SetProfile gets a reference to the given string and assigns it to the Profile field.

func (*UpdateUserProfileRequestProfile) SetWebsite ¶

func (o *UpdateUserProfileRequestProfile) SetWebsite(v string)

SetWebsite gets a reference to the given string and assigns it to the Website field.

func (*UpdateUserProfileRequestProfile) SetZoneinfo ¶

func (o *UpdateUserProfileRequestProfile) SetZoneinfo(v string)

SetZoneinfo gets a reference to the given string and assigns it to the Zoneinfo field.

func (UpdateUserProfileRequestProfile) ToMap ¶

func (o UpdateUserProfileRequestProfile) ToMap() (map[string]interface{}, error)

type UpdateUserRequest ¶

type UpdateUserRequest struct {
	Username     NullableUpdateUserRequestUsername     `json:"username,omitempty"`
	PrimaryEmail NullableUpdateUserRequestPrimaryEmail `json:"primaryEmail,omitempty"`
	PrimaryPhone NullableUpdateUserRequestPrimaryPhone `json:"primaryPhone,omitempty"`
	Name         NullableUpdateUserRequestName         `json:"name,omitempty"`
	Avatar       NullableUpdateUserRequestAvatar       `json:"avatar,omitempty"`
	// Custom data object to update for the given user ID. Note this will replace the entire custom data object.  If you want to perform a partial update, use the `PATCH /api/users/{userId}/custom-data` endpoint instead.
	CustomData map[string]interface{}                                    `json:"customData,omitempty"`
	Profile    *GetJwtCustomizer200ResponseOneOfContextSampleUserProfile `json:"profile,omitempty"`
}

UpdateUserRequest struct for UpdateUserRequest

func NewUpdateUserRequest ¶

func NewUpdateUserRequest() *UpdateUserRequest

NewUpdateUserRequest instantiates a new UpdateUserRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpdateUserRequestWithDefaults ¶

func NewUpdateUserRequestWithDefaults() *UpdateUserRequest

NewUpdateUserRequestWithDefaults instantiates a new UpdateUserRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpdateUserRequest) GetAvatar ¶

GetAvatar returns the Avatar field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateUserRequest) GetAvatarOk ¶

func (o *UpdateUserRequest) GetAvatarOk() (*UpdateUserRequestAvatar, bool)

GetAvatarOk returns a tuple with the Avatar field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUserRequest) GetCustomData ¶

func (o *UpdateUserRequest) GetCustomData() map[string]interface{}

GetCustomData returns the CustomData field value if set, zero value otherwise.

func (*UpdateUserRequest) GetCustomDataOk ¶

func (o *UpdateUserRequest) GetCustomDataOk() (map[string]interface{}, bool)

GetCustomDataOk returns a tuple with the CustomData field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserRequest) GetName ¶

GetName returns the Name field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateUserRequest) GetNameOk ¶

func (o *UpdateUserRequest) GetNameOk() (*UpdateUserRequestName, bool)

GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUserRequest) GetPrimaryEmail ¶

func (o *UpdateUserRequest) GetPrimaryEmail() UpdateUserRequestPrimaryEmail

GetPrimaryEmail returns the PrimaryEmail field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateUserRequest) GetPrimaryEmailOk ¶

func (o *UpdateUserRequest) GetPrimaryEmailOk() (*UpdateUserRequestPrimaryEmail, bool)

GetPrimaryEmailOk returns a tuple with the PrimaryEmail field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUserRequest) GetPrimaryPhone ¶

func (o *UpdateUserRequest) GetPrimaryPhone() UpdateUserRequestPrimaryPhone

GetPrimaryPhone returns the PrimaryPhone field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateUserRequest) GetPrimaryPhoneOk ¶

func (o *UpdateUserRequest) GetPrimaryPhoneOk() (*UpdateUserRequestPrimaryPhone, bool)

GetPrimaryPhoneOk returns a tuple with the PrimaryPhone field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUserRequest) GetProfile ¶

GetProfile returns the Profile field value if set, zero value otherwise.

func (*UpdateUserRequest) GetProfileOk ¶

GetProfileOk returns a tuple with the Profile field value if set, nil otherwise and a boolean to check if the value has been set.

func (*UpdateUserRequest) GetUsername ¶

GetUsername returns the Username field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpdateUserRequest) GetUsernameOk ¶

func (o *UpdateUserRequest) GetUsernameOk() (*UpdateUserRequestUsername, bool)

GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpdateUserRequest) HasAvatar ¶

func (o *UpdateUserRequest) HasAvatar() bool

HasAvatar returns a boolean if a field has been set.

func (*UpdateUserRequest) HasCustomData ¶

func (o *UpdateUserRequest) HasCustomData() bool

HasCustomData returns a boolean if a field has been set.

func (*UpdateUserRequest) HasName ¶

func (o *UpdateUserRequest) HasName() bool

HasName returns a boolean if a field has been set.

func (*UpdateUserRequest) HasPrimaryEmail ¶

func (o *UpdateUserRequest) HasPrimaryEmail() bool

HasPrimaryEmail returns a boolean if a field has been set.

func (*UpdateUserRequest) HasPrimaryPhone ¶

func (o *UpdateUserRequest) HasPrimaryPhone() bool

HasPrimaryPhone returns a boolean if a field has been set.

func (*UpdateUserRequest) HasProfile ¶

func (o *UpdateUserRequest) HasProfile() bool

HasProfile returns a boolean if a field has been set.

func (*UpdateUserRequest) HasUsername ¶

func (o *UpdateUserRequest) HasUsername() bool

HasUsername returns a boolean if a field has been set.

func (UpdateUserRequest) MarshalJSON ¶

func (o UpdateUserRequest) MarshalJSON() ([]byte, error)

func (*UpdateUserRequest) SetAvatar ¶

SetAvatar gets a reference to the given NullableUpdateUserRequestAvatar and assigns it to the Avatar field.

func (*UpdateUserRequest) SetAvatarNil ¶

func (o *UpdateUserRequest) SetAvatarNil()

SetAvatarNil sets the value for Avatar to be an explicit nil

func (*UpdateUserRequest) SetCustomData ¶

func (o *UpdateUserRequest) SetCustomData(v map[string]interface{})

SetCustomData gets a reference to the given map[string]interface{} and assigns it to the CustomData field.

func (*UpdateUserRequest) SetName ¶

SetName gets a reference to the given NullableUpdateUserRequestName and assigns it to the Name field.

func (*UpdateUserRequest) SetNameNil ¶

func (o *UpdateUserRequest) SetNameNil()

SetNameNil sets the value for Name to be an explicit nil

func (*UpdateUserRequest) SetPrimaryEmail ¶

func (o *UpdateUserRequest) SetPrimaryEmail(v UpdateUserRequestPrimaryEmail)

SetPrimaryEmail gets a reference to the given NullableUpdateUserRequestPrimaryEmail and assigns it to the PrimaryEmail field.

func (*UpdateUserRequest) SetPrimaryEmailNil ¶

func (o *UpdateUserRequest) SetPrimaryEmailNil()

SetPrimaryEmailNil sets the value for PrimaryEmail to be an explicit nil

func (*UpdateUserRequest) SetPrimaryPhone ¶

func (o *UpdateUserRequest) SetPrimaryPhone(v UpdateUserRequestPrimaryPhone)

SetPrimaryPhone gets a reference to the given NullableUpdateUserRequestPrimaryPhone and assigns it to the PrimaryPhone field.

func (*UpdateUserRequest) SetPrimaryPhoneNil ¶

func (o *UpdateUserRequest) SetPrimaryPhoneNil()

SetPrimaryPhoneNil sets the value for PrimaryPhone to be an explicit nil

func (*UpdateUserRequest) SetProfile ¶

SetProfile gets a reference to the given GetJwtCustomizer200ResponseOneOfContextSampleUserProfile and assigns it to the Profile field.

func (*UpdateUserRequest) SetUsername ¶

func (o *UpdateUserRequest) SetUsername(v UpdateUserRequestUsername)

SetUsername gets a reference to the given NullableUpdateUserRequestUsername and assigns it to the Username field.

func (*UpdateUserRequest) SetUsernameNil ¶

func (o *UpdateUserRequest) SetUsernameNil()

SetUsernameNil sets the value for Username to be an explicit nil

func (UpdateUserRequest) ToMap ¶

func (o UpdateUserRequest) ToMap() (map[string]interface{}, error)

func (*UpdateUserRequest) UnsetAvatar ¶

func (o *UpdateUserRequest) UnsetAvatar()

UnsetAvatar ensures that no value is present for Avatar, not even an explicit nil

func (*UpdateUserRequest) UnsetName ¶

func (o *UpdateUserRequest) UnsetName()

UnsetName ensures that no value is present for Name, not even an explicit nil

func (*UpdateUserRequest) UnsetPrimaryEmail ¶

func (o *UpdateUserRequest) UnsetPrimaryEmail()

UnsetPrimaryEmail ensures that no value is present for PrimaryEmail, not even an explicit nil

func (*UpdateUserRequest) UnsetPrimaryPhone ¶

func (o *UpdateUserRequest) UnsetPrimaryPhone()

UnsetPrimaryPhone ensures that no value is present for PrimaryPhone, not even an explicit nil

func (*UpdateUserRequest) UnsetUsername ¶

func (o *UpdateUserRequest) UnsetUsername()

UnsetUsername ensures that no value is present for Username, not even an explicit nil

type UpdateUserRequestAvatar ¶

type UpdateUserRequestAvatar struct {
	String *string
}

UpdateUserRequestAvatar - struct for UpdateUserRequestAvatar

func StringAsUpdateUserRequestAvatar ¶

func StringAsUpdateUserRequestAvatar(v *string) UpdateUserRequestAvatar

stringAsUpdateUserRequestAvatar is a convenience function that returns string wrapped in UpdateUserRequestAvatar

func (*UpdateUserRequestAvatar) GetActualInstance ¶

func (obj *UpdateUserRequestAvatar) GetActualInstance() interface{}

Get the actual instance

func (UpdateUserRequestAvatar) MarshalJSON ¶

func (src UpdateUserRequestAvatar) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateUserRequestAvatar) UnmarshalJSON ¶

func (dst *UpdateUserRequestAvatar) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpdateUserRequestName ¶

type UpdateUserRequestName struct {
	String *string
}

UpdateUserRequestName - struct for UpdateUserRequestName

func StringAsUpdateUserRequestName ¶

func StringAsUpdateUserRequestName(v *string) UpdateUserRequestName

stringAsUpdateUserRequestName is a convenience function that returns string wrapped in UpdateUserRequestName

func (*UpdateUserRequestName) GetActualInstance ¶

func (obj *UpdateUserRequestName) GetActualInstance() interface{}

Get the actual instance

func (UpdateUserRequestName) MarshalJSON ¶

func (src UpdateUserRequestName) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateUserRequestName) UnmarshalJSON ¶

func (dst *UpdateUserRequestName) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpdateUserRequestPrimaryEmail ¶

type UpdateUserRequestPrimaryEmail struct {
	String *string
}

UpdateUserRequestPrimaryEmail - Updated primary email address for the user. It should be unique across all users.

func StringAsUpdateUserRequestPrimaryEmail ¶

func StringAsUpdateUserRequestPrimaryEmail(v *string) UpdateUserRequestPrimaryEmail

stringAsUpdateUserRequestPrimaryEmail is a convenience function that returns string wrapped in UpdateUserRequestPrimaryEmail

func (*UpdateUserRequestPrimaryEmail) GetActualInstance ¶

func (obj *UpdateUserRequestPrimaryEmail) GetActualInstance() interface{}

Get the actual instance

func (UpdateUserRequestPrimaryEmail) MarshalJSON ¶

func (src UpdateUserRequestPrimaryEmail) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateUserRequestPrimaryEmail) UnmarshalJSON ¶

func (dst *UpdateUserRequestPrimaryEmail) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpdateUserRequestPrimaryPhone ¶

type UpdateUserRequestPrimaryPhone struct {
	String *string
}

UpdateUserRequestPrimaryPhone - Updated primary phone number for the user. It should be unique across all users.

func StringAsUpdateUserRequestPrimaryPhone ¶

func StringAsUpdateUserRequestPrimaryPhone(v *string) UpdateUserRequestPrimaryPhone

stringAsUpdateUserRequestPrimaryPhone is a convenience function that returns string wrapped in UpdateUserRequestPrimaryPhone

func (*UpdateUserRequestPrimaryPhone) GetActualInstance ¶

func (obj *UpdateUserRequestPrimaryPhone) GetActualInstance() interface{}

Get the actual instance

func (UpdateUserRequestPrimaryPhone) MarshalJSON ¶

func (src UpdateUserRequestPrimaryPhone) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateUserRequestPrimaryPhone) UnmarshalJSON ¶

func (dst *UpdateUserRequestPrimaryPhone) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpdateUserRequestUsername ¶

type UpdateUserRequestUsername struct {
	String *string
}

UpdateUserRequestUsername - Updated username for the user. It should be unique across all users.

func StringAsUpdateUserRequestUsername ¶

func StringAsUpdateUserRequestUsername(v *string) UpdateUserRequestUsername

stringAsUpdateUserRequestUsername is a convenience function that returns string wrapped in UpdateUserRequestUsername

func (*UpdateUserRequestUsername) GetActualInstance ¶

func (obj *UpdateUserRequestUsername) GetActualInstance() interface{}

Get the actual instance

func (UpdateUserRequestUsername) MarshalJSON ¶

func (src UpdateUserRequestUsername) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*UpdateUserRequestUsername) UnmarshalJSON ¶

func (dst *UpdateUserRequestUsername) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type UpsertJwtCustomizerRequest ¶

type UpsertJwtCustomizerRequest struct {
	// The script of the JWT customizer.
	Script interface{} `json:"script,omitempty"`
	// The environment variables for the JWT customizer.
	EnvironmentVariables interface{} `json:"environmentVariables,omitempty"`
	// The sample context for the JWT customizer script testing purpose.
	ContextSample interface{} `json:"contextSample,omitempty"`
	// The sample raw token payload for the JWT customizer script testing purpose.
	TokenSample interface{} `json:"tokenSample,omitempty"`
}

UpsertJwtCustomizerRequest struct for UpsertJwtCustomizerRequest

func NewUpsertJwtCustomizerRequest ¶

func NewUpsertJwtCustomizerRequest() *UpsertJwtCustomizerRequest

NewUpsertJwtCustomizerRequest instantiates a new UpsertJwtCustomizerRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewUpsertJwtCustomizerRequestWithDefaults ¶

func NewUpsertJwtCustomizerRequestWithDefaults() *UpsertJwtCustomizerRequest

NewUpsertJwtCustomizerRequestWithDefaults instantiates a new UpsertJwtCustomizerRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*UpsertJwtCustomizerRequest) GetContextSample ¶

func (o *UpsertJwtCustomizerRequest) GetContextSample() interface{}

GetContextSample returns the ContextSample field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpsertJwtCustomizerRequest) GetContextSampleOk ¶

func (o *UpsertJwtCustomizerRequest) GetContextSampleOk() (*interface{}, bool)

GetContextSampleOk returns a tuple with the ContextSample field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpsertJwtCustomizerRequest) GetEnvironmentVariables ¶

func (o *UpsertJwtCustomizerRequest) GetEnvironmentVariables() interface{}

GetEnvironmentVariables returns the EnvironmentVariables field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpsertJwtCustomizerRequest) GetEnvironmentVariablesOk ¶

func (o *UpsertJwtCustomizerRequest) GetEnvironmentVariablesOk() (*interface{}, bool)

GetEnvironmentVariablesOk returns a tuple with the EnvironmentVariables field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpsertJwtCustomizerRequest) GetScript ¶

func (o *UpsertJwtCustomizerRequest) GetScript() interface{}

GetScript returns the Script field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpsertJwtCustomizerRequest) GetScriptOk ¶

func (o *UpsertJwtCustomizerRequest) GetScriptOk() (*interface{}, bool)

GetScriptOk returns a tuple with the Script field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpsertJwtCustomizerRequest) GetTokenSample ¶

func (o *UpsertJwtCustomizerRequest) GetTokenSample() interface{}

GetTokenSample returns the TokenSample field value if set, zero value otherwise (both if not set or set to explicit null).

func (*UpsertJwtCustomizerRequest) GetTokenSampleOk ¶

func (o *UpsertJwtCustomizerRequest) GetTokenSampleOk() (*interface{}, bool)

GetTokenSampleOk returns a tuple with the TokenSample field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned

func (*UpsertJwtCustomizerRequest) HasContextSample ¶

func (o *UpsertJwtCustomizerRequest) HasContextSample() bool

HasContextSample returns a boolean if a field has been set.

func (*UpsertJwtCustomizerRequest) HasEnvironmentVariables ¶

func (o *UpsertJwtCustomizerRequest) HasEnvironmentVariables() bool

HasEnvironmentVariables returns a boolean if a field has been set.

func (*UpsertJwtCustomizerRequest) HasScript ¶

func (o *UpsertJwtCustomizerRequest) HasScript() bool

HasScript returns a boolean if a field has been set.

func (*UpsertJwtCustomizerRequest) HasTokenSample ¶

func (o *UpsertJwtCustomizerRequest) HasTokenSample() bool

HasTokenSample returns a boolean if a field has been set.

func (UpsertJwtCustomizerRequest) MarshalJSON ¶

func (o UpsertJwtCustomizerRequest) MarshalJSON() ([]byte, error)

func (*UpsertJwtCustomizerRequest) SetContextSample ¶

func (o *UpsertJwtCustomizerRequest) SetContextSample(v interface{})

SetContextSample gets a reference to the given interface{} and assigns it to the ContextSample field.

func (*UpsertJwtCustomizerRequest) SetEnvironmentVariables ¶

func (o *UpsertJwtCustomizerRequest) SetEnvironmentVariables(v interface{})

SetEnvironmentVariables gets a reference to the given interface{} and assigns it to the EnvironmentVariables field.

func (*UpsertJwtCustomizerRequest) SetScript ¶

func (o *UpsertJwtCustomizerRequest) SetScript(v interface{})

SetScript gets a reference to the given interface{} and assigns it to the Script field.

func (*UpsertJwtCustomizerRequest) SetTokenSample ¶

func (o *UpsertJwtCustomizerRequest) SetTokenSample(v interface{})

SetTokenSample gets a reference to the given interface{} and assigns it to the TokenSample field.

func (UpsertJwtCustomizerRequest) ToMap ¶

func (o UpsertJwtCustomizerRequest) ToMap() (map[string]interface{}, error)

type UserAssetsAPIService ¶

type UserAssetsAPIService service

UserAssetsAPIService UserAssetsAPI service

func (*UserAssetsAPIService) CreateUserAsset ¶

CreateUserAsset Upload asset

Upload a user asset.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserAssetRequest

func (*UserAssetsAPIService) CreateUserAssetExecute ¶

Execute executes the request

@return CreateUserAsset200Response

func (*UserAssetsAPIService) GetUserAssetServiceStatus ¶

func (a *UserAssetsAPIService) GetUserAssetServiceStatus(ctx context.Context) ApiGetUserAssetServiceStatusRequest

GetUserAssetServiceStatus Get service status

Get user assets service status.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetUserAssetServiceStatusRequest

func (*UserAssetsAPIService) GetUserAssetServiceStatusExecute ¶

Execute executes the request

@return GetUserAssetServiceStatus200Response

type UsersAPIService ¶

type UsersAPIService service

UsersAPIService UsersAPI service

func (*UsersAPIService) AssignUserRoles ¶

func (a *UsersAPIService) AssignUserRoles(ctx context.Context, userId string) ApiAssignUserRolesRequest

AssignUserRoles Assign roles to user

Assign API resource roles to the user. The roles will be added to the existing roles.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiAssignUserRolesRequest

func (*UsersAPIService) AssignUserRolesExecute ¶

func (a *UsersAPIService) AssignUserRolesExecute(r ApiAssignUserRolesRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) CreateUser ¶

CreateUser Create user

Create a new user with the given data.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateUserRequest

func (*UsersAPIService) CreateUserExecute ¶

Execute executes the request

@return UpdateUser200Response

func (*UsersAPIService) CreateUserIdentity ¶

func (a *UsersAPIService) CreateUserIdentity(ctx context.Context, userId string) ApiCreateUserIdentityRequest

CreateUserIdentity Link social identity to user

Link authenticated user identity from a social platform to a Logto user.

The usage of this API is usually coupled with `POST /connectors/:connectorId/authorization-uri`. With the help of these pair of APIs, you can implement a user profile page with the link social account feature in your application.

Note: Currently due to technical limitations, this API does not support the following connectors that rely on Logto interaction session: `@logto/connector-apple`, `@logto/connector-saml`, `@logto/connector-oidc` and `@logto/connector-oauth`.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiCreateUserIdentityRequest

func (*UsersAPIService) CreateUserIdentityExecute ¶

Execute executes the request

@return map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

func (*UsersAPIService) CreateUserMfaVerification ¶

func (a *UsersAPIService) CreateUserMfaVerification(ctx context.Context, userId string) ApiCreateUserMfaVerificationRequest

CreateUserMfaVerification Create an MFA verification for a user

Create a new MFA verification for a given user ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiCreateUserMfaVerificationRequest

func (*UsersAPIService) CreateUserMfaVerificationExecute ¶

Execute executes the request

@return CreateUserMfaVerification200Response

func (*UsersAPIService) DeleteUser ¶

func (a *UsersAPIService) DeleteUser(ctx context.Context, userId string) ApiDeleteUserRequest

DeleteUser Delete user

Delete user with the given ID. Note all associated data will be deleted cascadingly.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiDeleteUserRequest

func (*UsersAPIService) DeleteUserExecute ¶

func (a *UsersAPIService) DeleteUserExecute(r ApiDeleteUserRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) DeleteUserIdentity ¶

func (a *UsersAPIService) DeleteUserIdentity(ctx context.Context, userId string, target string) ApiDeleteUserIdentityRequest

DeleteUserIdentity Delete social identity from user

Delete a social identity from the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@param target
@return ApiDeleteUserIdentityRequest

func (*UsersAPIService) DeleteUserIdentityExecute ¶

Execute executes the request

@return UpdateUser200Response

func (*UsersAPIService) DeleteUserMfaVerification ¶

func (a *UsersAPIService) DeleteUserMfaVerification(ctx context.Context, userId string, verificationId string) ApiDeleteUserMfaVerificationRequest

DeleteUserMfaVerification Delete an MFA verification for a user

Delete an MFA verification for the user with the given verification ID. The verification ID must be associated with the given user ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@param verificationId The unique identifier of the verification.
@return ApiDeleteUserMfaVerificationRequest

func (*UsersAPIService) DeleteUserMfaVerificationExecute ¶

func (a *UsersAPIService) DeleteUserMfaVerificationExecute(r ApiDeleteUserMfaVerificationRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) DeleteUserRole ¶

func (a *UsersAPIService) DeleteUserRole(ctx context.Context, userId string, roleId string) ApiDeleteUserRoleRequest

DeleteUserRole Remove role from user

Remove an API resource role from the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@param roleId The unique identifier of the role.
@return ApiDeleteUserRoleRequest

func (*UsersAPIService) DeleteUserRoleExecute ¶

func (a *UsersAPIService) DeleteUserRoleExecute(r ApiDeleteUserRoleRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) GetUser ¶

func (a *UsersAPIService) GetUser(ctx context.Context, userId string) ApiGetUserRequest

GetUser Get user

Get user data for the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiGetUserRequest

func (*UsersAPIService) GetUserExecute ¶

Execute executes the request

@return GetUser200Response

func (*UsersAPIService) GetUserHasPassword ¶

func (a *UsersAPIService) GetUserHasPassword(ctx context.Context, userId string) ApiGetUserHasPasswordRequest

GetUserHasPassword Check if user has password

Check if the user with the given ID has a password set.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiGetUserHasPasswordRequest

func (*UsersAPIService) GetUserHasPasswordExecute ¶

Execute executes the request

@return GetUserHasPassword200Response

func (*UsersAPIService) ListUserCustomData ¶

func (a *UsersAPIService) ListUserCustomData(ctx context.Context, userId string) ApiListUserCustomDataRequest

ListUserCustomData Get user custom data

Get custom data for the given user ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiListUserCustomDataRequest

func (*UsersAPIService) ListUserCustomDataExecute ¶

func (a *UsersAPIService) ListUserCustomDataExecute(r ApiListUserCustomDataRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*UsersAPIService) ListUserMfaVerifications ¶

func (a *UsersAPIService) ListUserMfaVerifications(ctx context.Context, userId string) ApiListUserMfaVerificationsRequest

ListUserMfaVerifications Get user's MFA verifications

Get a user's existing MFA verifications for a given user ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiListUserMfaVerificationsRequest

func (*UsersAPIService) ListUserMfaVerificationsExecute ¶

Execute executes the request

@return []ListUserMfaVerifications200ResponseInner

func (*UsersAPIService) ListUserOrganizations ¶

func (a *UsersAPIService) ListUserOrganizations(ctx context.Context, userId string) ApiListUserOrganizationsRequest

ListUserOrganizations Get organizations for a user

Get all organizations that the user is a member of. In each organization object, the user's roles in that organization are included in the `organizationRoles` array.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiListUserOrganizationsRequest

func (*UsersAPIService) ListUserOrganizationsExecute ¶

Execute executes the request

@return []ListApplicationOrganizations200ResponseInner

func (*UsersAPIService) ListUserRoles ¶

func (a *UsersAPIService) ListUserRoles(ctx context.Context, userId string) ApiListUserRolesRequest

ListUserRoles Get roles for user

Get API resource roles assigned to the user with pagination.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiListUserRolesRequest

func (*UsersAPIService) ListUserRolesExecute ¶

Execute executes the request

@return []ListApplicationRoles200ResponseInner

func (*UsersAPIService) ListUsers ¶

ListUsers Get users

Get users with filters and pagination.

Logto provides a very flexible way to query users. You can filter users by almost any fields with multiple modes. To learn more about the query syntax, please refer to [Advanced user search](https://docs.logto.io/docs/recipes/manage-users/advanced-user-search/).

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiListUsersRequest

func (*UsersAPIService) ListUsersExecute ¶

Execute executes the request

@return []UpdateUser200Response

func (*UsersAPIService) ReplaceUserIdentity ¶

func (a *UsersAPIService) ReplaceUserIdentity(ctx context.Context, userId string, target string) ApiReplaceUserIdentityRequest

ReplaceUserIdentity Update social identity of user

Directly update a social identity of the user.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@param target
@return ApiReplaceUserIdentityRequest

func (*UsersAPIService) ReplaceUserIdentityExecute ¶

Execute executes the request

@return map[string]GetJwtCustomizer200ResponseOneOfContextSampleUserIdentitiesValue

func (*UsersAPIService) ReplaceUserRoles ¶

func (a *UsersAPIService) ReplaceUserRoles(ctx context.Context, userId string) ApiReplaceUserRolesRequest

ReplaceUserRoles Update roles for user

Update API resource roles assigned to the user. This will replace the existing roles.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiReplaceUserRolesRequest

func (*UsersAPIService) ReplaceUserRolesExecute ¶

func (a *UsersAPIService) ReplaceUserRolesExecute(r ApiReplaceUserRolesRequest) (*http.Response, error)

Execute executes the request

func (*UsersAPIService) UpdateUser ¶

func (a *UsersAPIService) UpdateUser(ctx context.Context, userId string) ApiUpdateUserRequest

UpdateUser Update user

Update user data for the given ID. This method performs a partial update.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiUpdateUserRequest

func (*UsersAPIService) UpdateUserCustomData ¶

func (a *UsersAPIService) UpdateUserCustomData(ctx context.Context, userId string) ApiUpdateUserCustomDataRequest

UpdateUserCustomData Update user custom data

Update custom data for the given user ID. This method performs a partial update of the custom data object.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiUpdateUserCustomDataRequest

func (*UsersAPIService) UpdateUserCustomDataExecute ¶

func (a *UsersAPIService) UpdateUserCustomDataExecute(r ApiUpdateUserCustomDataRequest) (map[string]interface{}, *http.Response, error)

Execute executes the request

@return map[string]interface{}

func (*UsersAPIService) UpdateUserExecute ¶

Execute executes the request

@return UpdateUser200Response

func (*UsersAPIService) UpdateUserIsSuspended ¶

func (a *UsersAPIService) UpdateUserIsSuspended(ctx context.Context, userId string) ApiUpdateUserIsSuspendedRequest

UpdateUserIsSuspended Update user suspension status

Update user suspension status for the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiUpdateUserIsSuspendedRequest

func (*UsersAPIService) UpdateUserIsSuspendedExecute ¶

Execute executes the request

@return UpdateUser200Response

func (*UsersAPIService) UpdateUserPassword ¶

func (a *UsersAPIService) UpdateUserPassword(ctx context.Context, userId string) ApiUpdateUserPasswordRequest

UpdateUserPassword Update user password

Update user password for the given ID.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiUpdateUserPasswordRequest

func (*UsersAPIService) UpdateUserPasswordExecute ¶

Execute executes the request

@return UpdateUser200Response

func (*UsersAPIService) UpdateUserProfile ¶

func (a *UsersAPIService) UpdateUserProfile(ctx context.Context, userId string) ApiUpdateUserProfileRequest

UpdateUserProfile Update user profile

Update profile for the given user ID. This method performs a partial update of the profile object.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiUpdateUserProfileRequest

func (*UsersAPIService) UpdateUserProfileExecute ¶

Execute executes the request

@return GetJwtCustomizer200ResponseOneOfContextSampleUserProfile

func (*UsersAPIService) VerifyUserPassword ¶

func (a *UsersAPIService) VerifyUserPassword(ctx context.Context, userId string) ApiVerifyUserPasswordRequest

VerifyUserPassword Verify user password

Test if the given password matches the user's password.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@param userId The unique identifier of the user.
@return ApiVerifyUserPasswordRequest

func (*UsersAPIService) VerifyUserPasswordExecute ¶

func (a *UsersAPIService) VerifyUserPasswordExecute(r ApiVerifyUserPasswordRequest) (*http.Response, error)

Execute executes the request

type VerificationCodesAPIService ¶

type VerificationCodesAPIService service

VerificationCodesAPIService VerificationCodesAPI service

func (*VerificationCodesAPIService) CreateVerificationCode ¶

CreateVerificationCode Request and send a verification code

Request a verification code for the provided identifier (email/phone). if you're using email as the identifier, you need to setup your email connector first. if you're using phone as the identifier, you need to setup your SMS connector first.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiCreateVerificationCodeRequest

func (*VerificationCodesAPIService) CreateVerificationCodeExecute ¶

func (a *VerificationCodesAPIService) CreateVerificationCodeExecute(r ApiCreateVerificationCodeRequest) (*http.Response, error)

Execute executes the request

func (*VerificationCodesAPIService) VerifyVerificationCode ¶

VerifyVerificationCode Verify a verification code

Verify a verification code for a specified identifier. if you're using email as the identifier, you need to setup your email connector first. if you're using phone as the identifier, you need to setup your SMS connector first.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiVerifyVerificationCodeRequest

func (*VerificationCodesAPIService) VerifyVerificationCodeExecute ¶

func (a *VerificationCodesAPIService) VerifyVerificationCodeExecute(r ApiVerifyVerificationCodeRequest) (*http.Response, error)

Execute executes the request

type VerifyUserPasswordRequest ¶

type VerifyUserPasswordRequest struct {
	// Password to verify.
	Password string `json:"password"`
}

VerifyUserPasswordRequest struct for VerifyUserPasswordRequest

func NewVerifyUserPasswordRequest ¶

func NewVerifyUserPasswordRequest(password string) *VerifyUserPasswordRequest

NewVerifyUserPasswordRequest instantiates a new VerifyUserPasswordRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

func NewVerifyUserPasswordRequestWithDefaults ¶

func NewVerifyUserPasswordRequestWithDefaults() *VerifyUserPasswordRequest

NewVerifyUserPasswordRequestWithDefaults instantiates a new VerifyUserPasswordRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

func (*VerifyUserPasswordRequest) GetPassword ¶

func (o *VerifyUserPasswordRequest) GetPassword() string

GetPassword returns the Password field value

func (*VerifyUserPasswordRequest) GetPasswordOk ¶

func (o *VerifyUserPasswordRequest) GetPasswordOk() (*string, bool)

GetPasswordOk returns a tuple with the Password field value and a boolean to check if the value has been set.

func (VerifyUserPasswordRequest) MarshalJSON ¶

func (o VerifyUserPasswordRequest) MarshalJSON() ([]byte, error)

func (*VerifyUserPasswordRequest) SetPassword ¶

func (o *VerifyUserPasswordRequest) SetPassword(v string)

SetPassword sets field value

func (VerifyUserPasswordRequest) ToMap ¶

func (o VerifyUserPasswordRequest) ToMap() (map[string]interface{}, error)

func (*VerifyUserPasswordRequest) UnmarshalJSON ¶

func (o *VerifyUserPasswordRequest) UnmarshalJSON(data []byte) (err error)

type VerifyVerificationCodeRequest ¶

type VerifyVerificationCodeRequest struct {
	ApiInteractionPutRequestIdentifierOneOf3 *ApiInteractionPutRequestIdentifierOneOf3
	ApiInteractionPutRequestIdentifierOneOf4 *ApiInteractionPutRequestIdentifierOneOf4
}

VerifyVerificationCodeRequest - struct for VerifyVerificationCodeRequest

func ApiInteractionPutRequestIdentifierOneOf3AsVerifyVerificationCodeRequest ¶

func ApiInteractionPutRequestIdentifierOneOf3AsVerifyVerificationCodeRequest(v *ApiInteractionPutRequestIdentifierOneOf3) VerifyVerificationCodeRequest

ApiInteractionPutRequestIdentifierOneOf3AsVerifyVerificationCodeRequest is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf3 wrapped in VerifyVerificationCodeRequest

func ApiInteractionPutRequestIdentifierOneOf4AsVerifyVerificationCodeRequest ¶

func ApiInteractionPutRequestIdentifierOneOf4AsVerifyVerificationCodeRequest(v *ApiInteractionPutRequestIdentifierOneOf4) VerifyVerificationCodeRequest

ApiInteractionPutRequestIdentifierOneOf4AsVerifyVerificationCodeRequest is a convenience function that returns ApiInteractionPutRequestIdentifierOneOf4 wrapped in VerifyVerificationCodeRequest

func (*VerifyVerificationCodeRequest) GetActualInstance ¶

func (obj *VerifyVerificationCodeRequest) GetActualInstance() interface{}

Get the actual instance

func (VerifyVerificationCodeRequest) MarshalJSON ¶

func (src VerifyVerificationCodeRequest) MarshalJSON() ([]byte, error)

Marshal data from the first non-nil pointers in the struct to JSON

func (*VerifyVerificationCodeRequest) UnmarshalJSON ¶

func (dst *VerifyVerificationCodeRequest) UnmarshalJSON(data []byte) error

Unmarshal JSON data into one of the pointers in the struct

type WellKnownAPIService ¶

type WellKnownAPIService service

WellKnownAPIService WellKnownAPI service

func (*WellKnownAPIService) GetSignInExperienceConfig ¶

func (a *WellKnownAPIService) GetSignInExperienceConfig(ctx context.Context) ApiGetSignInExperienceConfigRequest

GetSignInExperienceConfig Get full sign-in experience

Get the full sign-in experience configuration.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSignInExperienceConfigRequest

func (*WellKnownAPIService) GetSignInExperienceConfigExecute ¶

Execute executes the request

@return GetSignInExperienceConfig200Response

func (*WellKnownAPIService) GetSignInExperiencePhrases ¶

func (a *WellKnownAPIService) GetSignInExperiencePhrases(ctx context.Context) ApiGetSignInExperiencePhrasesRequest

GetSignInExperiencePhrases Get localized phrases

Get localized phrases based on the specified language.

@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
@return ApiGetSignInExperiencePhrasesRequest

func (*WellKnownAPIService) GetSignInExperiencePhrasesExecute ¶

Execute executes the request

@return map[string]GetSignInExperiencePhrases200ResponseValue

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL