Package-level declarations

Types

Link copied to clipboard
data class GetAuthenticationExecutionPlainArgs(val parentFlowAlias: String, val providerId: String, val realmId: String) : ConvertibleToJava<GetAuthenticationExecutionPlainArgs>

A collection of arguments for invoking getAuthenticationExecution.

Link copied to clipboard
data class GetAuthenticationFlowPlainArgs(val alias: String, val realmId: String) : ConvertibleToJava<GetAuthenticationFlowPlainArgs>

A collection of arguments for invoking getAuthenticationFlow.

Link copied to clipboard
data class GetClientDescriptionConverterPlainArgs(val body: String, val realmId: String) : ConvertibleToJava<GetClientDescriptionConverterPlainArgs>

A collection of arguments for invoking getClientDescriptionConverter.

Link copied to clipboard
data class GetGroupPlainArgs(val name: String, val realmId: String) : ConvertibleToJava<GetGroupPlainArgs>

A collection of arguments for invoking getGroup.

Link copied to clipboard
Link copied to clipboard
data class GetRealmInternationalization(val defaultLocale: String, val supportedLocales: List<String>) : ConvertibleToJava<GetRealmInternationalization>
Link copied to clipboard
data class GetRealmKeysPlainArgs(val algorithms: List<String>? = null, val realmId: String, val statuses: List<String>? = null) : ConvertibleToJava<GetRealmKeysPlainArgs>

A collection of arguments for invoking getRealmKeys.

Link copied to clipboard
data class GetRealmOtpPolicy(val algorithm: String, val digits: Int, val initialCounter: Int, val lookAheadWindow: Int, val period: Int, val type: String) : ConvertibleToJava<GetRealmOtpPolicy>
Link copied to clipboard
Link copied to clipboard
data class GetRealmPlainArgs(val attributes: Map<String, String>? = null, val defaultDefaultClientScopes: List<String>? = null, val defaultOptionalClientScopes: List<String>? = null, val displayNameHtml: String? = null, val internationalizations: List<GetRealmInternationalization>? = null, val otpPolicy: GetRealmOtpPolicy? = null, val realm: String, val securityDefenses: List<GetRealmSecurityDefense>? = null, val smtpServers: List<GetRealmSmtpServer>? = null, val webAuthnPasswordlessPolicy: GetRealmWebAuthnPasswordlessPolicy? = null, val webAuthnPolicy: GetRealmWebAuthnPolicy? = null) : ConvertibleToJava<GetRealmPlainArgs>

A collection of arguments for invoking getRealm.

Link copied to clipboard
Link copied to clipboard
data class GetRealmSecurityDefense(val bruteForceDetections: List<GetRealmSecurityDefenseBruteForceDetection>, val headers: List<GetRealmSecurityDefenseHeader>) : ConvertibleToJava<GetRealmSecurityDefense>
data class GetRealmSecurityDefenseBruteForceDetection(val failureResetTimeSeconds: Int, val maxFailureWaitSeconds: Int, val maxLoginFailures: Int, val minimumQuickLoginWaitSeconds: Int, val permanentLockout: Boolean, val quickLoginCheckMilliSeconds: Int, val waitIncrementSeconds: Int) : ConvertibleToJava<GetRealmSecurityDefenseBruteForceDetection>
Link copied to clipboard
data class GetRealmSecurityDefenseHeader(val contentSecurityPolicy: String, val contentSecurityPolicyReportOnly: String, val referrerPolicy: String, val strictTransportSecurity: String, val xContentTypeOptions: String, val xFrameOptions: String, val xRobotsTag: String, val xXssProtection: String) : ConvertibleToJava<GetRealmSecurityDefenseHeader>
Link copied to clipboard
data class GetRealmSmtpServer(val auths: List<GetRealmSmtpServerAuth>, val envelopeFrom: String, val from: String, val fromDisplayName: String, val host: String, val port: String, val replyTo: String, val replyToDisplayName: String, val ssl: Boolean, val starttls: Boolean) : ConvertibleToJava<GetRealmSmtpServer>
Link copied to clipboard
data class GetRealmSmtpServerAuth(val password: String, val username: String) : ConvertibleToJava<GetRealmSmtpServerAuth>
Link copied to clipboard
Link copied to clipboard
data class GetRealmWebAuthnPasswordlessPolicy(val acceptableAaguids: List<String>, val attestationConveyancePreference: String, val authenticatorAttachment: String, val avoidSameAuthenticatorRegister: Boolean, val createTimeout: Int, val relyingPartyEntityName: String, val relyingPartyId: String, val requireResidentKey: String, val signatureAlgorithms: List<String>, val userVerificationRequirement: String) : ConvertibleToJava<GetRealmWebAuthnPasswordlessPolicy>
Link copied to clipboard
data class GetRealmWebAuthnPolicy(val acceptableAaguids: List<String>, val attestationConveyancePreference: String, val authenticatorAttachment: String, val avoidSameAuthenticatorRegister: Boolean, val createTimeout: Int, val relyingPartyEntityName: String, val relyingPartyId: String, val requireResidentKey: String, val signatureAlgorithms: List<String>, val userVerificationRequirement: String) : ConvertibleToJava<GetRealmWebAuthnPolicy>
Link copied to clipboard
data class GetRolePlainArgs(val clientId: String? = null, val name: String, val realmId: String) : ConvertibleToJava<GetRolePlainArgs>

A collection of arguments for invoking getRole.

Link copied to clipboard
Link copied to clipboard
data class GetUserPlainArgs(val realmId: String, val username: String) : ConvertibleToJava<GetUserPlainArgs>

A collection of arguments for invoking getUser.

Link copied to clipboard
Link copied to clipboard
data class GetUserRealmRolesPlainArgs(val realmId: String, val userId: String) : ConvertibleToJava<GetUserRealmRolesPlainArgs>

A collection of arguments for invoking getUserRealmRoles.

data class GroupPermissionsManageMembershipScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<GroupPermissionsManageMembershipScopeArgs>
Link copied to clipboard
data class GroupPermissionsManageMembersScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<GroupPermissionsManageMembersScopeArgs>
Link copied to clipboard
data class GroupPermissionsManageScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<GroupPermissionsManageScopeArgs>
Link copied to clipboard
data class GroupPermissionsViewMembersScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<GroupPermissionsViewMembersScopeArgs>
Link copied to clipboard
data class GroupPermissionsViewScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<GroupPermissionsViewScopeArgs>
Link copied to clipboard
data class RealmInternationalizationArgs(val defaultLocale: Output<String>, val supportedLocales: Output<List<String>>) : ConvertibleToJava<RealmInternationalizationArgs>
Link copied to clipboard
data class RealmOtpPolicyArgs(val algorithm: Output<String>? = null, val digits: Output<Int>? = null, val initialCounter: Output<Int>? = null, val lookAheadWindow: Output<Int>? = null, val period: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<RealmOtpPolicyArgs>
Link copied to clipboard
Link copied to clipboard
data class RealmSecurityDefensesArgs(val bruteForceDetection: Output<RealmSecurityDefensesBruteForceDetectionArgs>? = null, val headers: Output<RealmSecurityDefensesHeadersArgs>? = null) : ConvertibleToJava<RealmSecurityDefensesArgs>
data class RealmSecurityDefensesBruteForceDetectionArgs(val failureResetTimeSeconds: Output<Int>? = null, val maxFailureWaitSeconds: Output<Int>? = null, val maxLoginFailures: Output<Int>? = null, val minimumQuickLoginWaitSeconds: Output<Int>? = null, val permanentLockout: Output<Boolean>? = null, val quickLoginCheckMilliSeconds: Output<Int>? = null, val waitIncrementSeconds: Output<Int>? = null) : ConvertibleToJava<RealmSecurityDefensesBruteForceDetectionArgs>
Link copied to clipboard
data class RealmSecurityDefensesHeadersArgs(val contentSecurityPolicy: Output<String>? = null, val contentSecurityPolicyReportOnly: Output<String>? = null, val referrerPolicy: Output<String>? = null, val strictTransportSecurity: Output<String>? = null, val xContentTypeOptions: Output<String>? = null, val xFrameOptions: Output<String>? = null, val xRobotsTag: Output<String>? = null, val xXssProtection: Output<String>? = null) : ConvertibleToJava<RealmSecurityDefensesHeadersArgs>
Link copied to clipboard
data class RealmSmtpServerArgs(val auth: Output<RealmSmtpServerAuthArgs>? = null, val envelopeFrom: Output<String>? = null, val from: Output<String>, val fromDisplayName: Output<String>? = null, val host: Output<String>, val port: Output<String>? = null, val replyTo: Output<String>? = null, val replyToDisplayName: Output<String>? = null, val ssl: Output<Boolean>? = null, val starttls: Output<Boolean>? = null) : ConvertibleToJava<RealmSmtpServerArgs>
Link copied to clipboard
data class RealmSmtpServerAuthArgs(val password: Output<String>, val username: Output<String>) : ConvertibleToJava<RealmSmtpServerAuthArgs>
Link copied to clipboard
data class RealmUserProfileAttributeArgs(val annotations: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val enabledWhenScopes: Output<List<String>>? = null, val group: Output<String>? = null, val name: Output<String>, val permissions: Output<RealmUserProfileAttributePermissionsArgs>? = null, val requiredForRoles: Output<List<String>>? = null, val requiredForScopes: Output<List<String>>? = null, val validators: Output<List<RealmUserProfileAttributeValidatorArgs>>? = null) : ConvertibleToJava<RealmUserProfileAttributeArgs>
Link copied to clipboard
data class RealmUserProfileAttributePermissionsArgs(val edits: Output<List<String>>, val views: Output<List<String>>) : ConvertibleToJava<RealmUserProfileAttributePermissionsArgs>
Link copied to clipboard
data class RealmUserProfileAttributeValidatorArgs(val config: Output<Map<String, String>>? = null, val name: Output<String>) : ConvertibleToJava<RealmUserProfileAttributeValidatorArgs>
Link copied to clipboard
data class RealmUserProfileGroupArgs(val annotations: Output<Map<String, String>>? = null, val displayDescription: Output<String>? = null, val displayHeader: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<RealmUserProfileGroupArgs>
Link copied to clipboard
data class RealmWebAuthnPasswordlessPolicyArgs(val acceptableAaguids: Output<List<String>>? = null, val attestationConveyancePreference: Output<String>? = null, val authenticatorAttachment: Output<String>? = null, val avoidSameAuthenticatorRegister: Output<Boolean>? = null, val createTimeout: Output<Int>? = null, val relyingPartyEntityName: Output<String>? = null, val relyingPartyId: Output<String>? = null, val requireResidentKey: Output<String>? = null, val signatureAlgorithms: Output<List<String>>? = null, val userVerificationRequirement: Output<String>? = null) : ConvertibleToJava<RealmWebAuthnPasswordlessPolicyArgs>
Link copied to clipboard
data class RealmWebAuthnPolicyArgs(val acceptableAaguids: Output<List<String>>? = null, val attestationConveyancePreference: Output<String>? = null, val authenticatorAttachment: Output<String>? = null, val avoidSameAuthenticatorRegister: Output<Boolean>? = null, val createTimeout: Output<Int>? = null, val relyingPartyEntityName: Output<String>? = null, val relyingPartyId: Output<String>? = null, val requireResidentKey: Output<String>? = null, val signatureAlgorithms: Output<List<String>>? = null, val userVerificationRequirement: Output<String>? = null) : ConvertibleToJava<RealmWebAuthnPolicyArgs>
Link copied to clipboard
data class UserFederatedIdentityArgs(val identityProvider: Output<String>, val userId: Output<String>, val userName: Output<String>) : ConvertibleToJava<UserFederatedIdentityArgs>
Link copied to clipboard
data class UserInitialPasswordArgs(val temporary: Output<Boolean>? = null, val value: Output<String>) : ConvertibleToJava<UserInitialPasswordArgs>
Link copied to clipboard
data class UsersPermissionsImpersonateScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsImpersonateScopeArgs>
data class UsersPermissionsManageGroupMembershipScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsManageGroupMembershipScopeArgs>
Link copied to clipboard
data class UsersPermissionsManageScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsManageScopeArgs>
Link copied to clipboard
data class UsersPermissionsMapRolesScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsMapRolesScopeArgs>
data class UsersPermissionsUserImpersonatedScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsUserImpersonatedScopeArgs>
Link copied to clipboard
data class UsersPermissionsViewScopeArgs(val decisionStrategy: Output<String>? = null, val description: Output<String>? = null, val policies: Output<List<String>>? = null) : ConvertibleToJava<UsersPermissionsViewScopeArgs>