Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { ID types.String `tfsdk:"id"` ClientId types.String `tfsdk:"client_id"` ClientSecret types.String `tfsdk:"client_secret"` ClientName types.String `tfsdk:"client_name"` ClientDisplayName types.String `tfsdk:"client_display_name"` ClientType types.String `tfsdk:"client_type"` IsRememberMeSelected types.Bool `tfsdk:"is_remember_me_selected"` AllowDisposableEmail types.Bool `tfsdk:"allow_disposable_email"` FdsEnabled types.Bool `tfsdk:"fds_enabled"` EnablePasswordlessAuth types.Bool `tfsdk:"enable_passwordless_auth"` EnableDeduplication types.Bool `tfsdk:"enable_deduplication"` MobileNumberVerificationRequired types.Bool `tfsdk:"mobile_number_verification_required"` HostedPageGroup types.String `tfsdk:"hosted_page_group"` PrimaryColor types.String `tfsdk:"primary_color"` AccentColor types.String `tfsdk:"accent_color"` AutoLoginAfterRegister types.Bool `tfsdk:"auto_login_after_register"` CompanyName types.String `tfsdk:"company_name"` CompanyAddress types.String `tfsdk:"company_address"` CompanyWebsite types.String `tfsdk:"company_website"` TokenLifetimeInSeconds types.Int64 `tfsdk:"token_lifetime_in_seconds"` IdTokenLifetimeInSeconds types.Int64 `tfsdk:"id_token_lifetime_in_seconds"` RefreshTokenLifetimeInSeconds types.Int64 `tfsdk:"refresh_token_lifetime_in_seconds"` EmailVerificationRequired types.Bool `tfsdk:"email_verification_required"` EnableBotDetection types.Bool `tfsdk:"enable_bot_detection"` IsLoginSuccessPageEnabled types.Bool `tfsdk:"is_login_success_page_enabled"` AllowGuestLogin types.Bool `tfsdk:"allow_guest_login"` JweEnabled types.Bool `tfsdk:"jwe_enabled"` AlwaysAskMfa types.Bool `tfsdk:"always_ask_mfa"` PasswordPolicy types.String `tfsdk:"password_policy"` RegisterWithLoginInformation types.Bool `tfsdk:"register_with_login_information"` AppKey types.Object `tfsdk:"app_key"` AllowLoginWith []string `tfsdk:"allow_login_with"` RedirectUris []string `tfsdk:"redirect_uris"` AllowedLogoutUrls []string `tfsdk:"allowed_logout_urls"` SocialProviders []SocialProvider `tfsdk:"social_providers"` AdditionalAccessTokenPayload []string `tfsdk:"additional_access_token_payload"` Scopes []string `tfsdk:"allowed_scopes"` AllowedFields []string `tfsdk:"allowed_fields"` RequiredFields []string `tfsdk:"required_fields"` ConsentRefs []string `tfsdk:"consent_refs"` ResponseTypes []string `tfsdk:"response_types"` GrantTypes []string `tfsdk:"grant_types"` AllowedWebOrigins []string `tfsdk:"allowed_web_origins"` AllowedOrigins []string `tfsdk:"allowed_origins"` AllowedMfa []string `tfsdk:"allowed_mfa"` }
type ConsentInstance ¶
type HookAPIKeyDetails ¶
type HostedPageGroup ¶
type PasswordPolicy ¶
type PasswordPolicy struct { ID types.String `tfsdk:"id"` PolicyName types.String `tfsdk:"policy_name"` MinimumLength types.Int64 `tfsdk:"minimum_length"` NoOfDigits types.Int64 `tfsdk:"no_of_digits"` LowerAndUpperCase types.Bool `tfsdk:"lower_and_upper_case"` NoOfSpecialChars types.Int64 `tfsdk:"no_of_special_chars"` }
type SocialProvider ¶
Click to show internal directories.
Click to hide internal directories.