Module types/output
namespace openid
- ClientAuthenticationFlowBindingOverrides
- ClientAuthorization
- ClientGroupPolicyGroup
- ClientRolePolicyRole
- GetClientAuthenticationFlowBindingOverrides
- GetClientAuthorization
- GetClientServiceAccountUserFederatedIdentity
APIs
- GetRealmInternationalization
- GetRealmKeysKey
- GetRealmSecurityDefense
- GetRealmSecurityDefenseBruteForceDetection
- GetRealmSecurityDefenseHeader
- GetRealmSmtpServer
- GetRealmSmtpServerAuth
- RealmInternationalization
- RealmSecurityDefenses
- RealmSecurityDefensesBruteForceDetection
- RealmSecurityDefensesHeaders
- RealmSmtpServer
- RealmSmtpServerAuth
- UserFederatedIdentity
- UserInitialPassword
namespace openid
interface ClientAuthenticationFlowBindingOverrides
interface ClientAuthenticationFlowBindingOverridesproperty browserId
browserId?: undefined | string;property directGrantId
directGrantId?: undefined | string;interface ClientAuthorization
interface ClientAuthorizationproperty allowRemoteResourceManagement
allowRemoteResourceManagement?: undefined | false | true;property keepDefaults
keepDefaults?: undefined | false | true;property policyEnforcementMode
policyEnforcementMode: string;interface ClientGroupPolicyGroup
interface ClientGroupPolicyGroupproperty extendChildren
extendChildren: boolean;property id
id: string;property path
path: string;interface ClientRolePolicyRole
interface ClientRolePolicyRoleproperty id
id: string;property required
required: boolean;interface GetClientAuthenticationFlowBindingOverrides
interface GetClientAuthenticationFlowBindingOverridesproperty browserId
browserId: string;property directGrantId
directGrantId: string;interface GetClientAuthorization
interface GetClientAuthorizationproperty allowRemoteResourceManagement
allowRemoteResourceManagement: boolean;property policyEnforcementMode
policyEnforcementMode: string;interface GetClientServiceAccountUserFederatedIdentity
interface GetClientServiceAccountUserFederatedIdentityproperty identityProvider
identityProvider: string;property userId
userId: string;property userName
userName: string;APIs
interface GetRealmInternationalization
interface GetRealmInternationalizationproperty defaultLocale
defaultLocale: string;property supportedLocales
supportedLocales: string[];interface GetRealmKeysKey
interface GetRealmKeysKeyproperty algorithm
algorithm: string;property certificate
certificate: string;property kid
kid: string;property providerId
providerId: string;property providerPriority
providerPriority: number;property publicKey
publicKey: string;property status
status: string;property type
type: string;interface GetRealmSecurityDefense
interface GetRealmSecurityDefenseproperty bruteForceDetections
bruteForceDetections: GetRealmSecurityDefenseBruteForceDetection[];property headers
headers: GetRealmSecurityDefenseHeader[];interface GetRealmSecurityDefenseBruteForceDetection
interface GetRealmSecurityDefenseBruteForceDetectionproperty failureResetTimeSeconds
failureResetTimeSeconds: number;property maxFailureWaitSeconds
maxFailureWaitSeconds: number;property maxLoginFailures
maxLoginFailures: number;property minimumQuickLoginWaitSeconds
minimumQuickLoginWaitSeconds: number;property permanentLockout
permanentLockout: boolean;property quickLoginCheckMilliSeconds
quickLoginCheckMilliSeconds: number;property waitIncrementSeconds
waitIncrementSeconds: number;interface GetRealmSecurityDefenseHeader
interface GetRealmSecurityDefenseHeaderproperty contentSecurityPolicy
contentSecurityPolicy: string;property contentSecurityPolicyReportOnly
contentSecurityPolicyReportOnly: string;property strictTransportSecurity
strictTransportSecurity: string;property xContentTypeOptions
xContentTypeOptions: string;property xFrameOptions
xFrameOptions: string;property xRobotsTag
xRobotsTag: string;property xXssProtection
xXssProtection: string;interface GetRealmSmtpServer
interface GetRealmSmtpServerproperty auths
auths: GetRealmSmtpServerAuth[];property envelopeFrom
envelopeFrom: string;property from
from: string;property fromDisplayName
fromDisplayName: string;property host
host: string;property port
port: string;property replyTo
replyTo: string;property replyToDisplayName
replyToDisplayName: string;property ssl
ssl: boolean;property starttls
starttls: boolean;interface GetRealmSmtpServerAuth
interface GetRealmSmtpServerAuthproperty password
password: string;property username
username: string;interface RealmInternationalization
interface RealmInternationalizationproperty defaultLocale
defaultLocale: string;property supportedLocales
supportedLocales: string[];interface RealmSecurityDefenses
interface RealmSecurityDefensesproperty bruteForceDetection
bruteForceDetection?: outputs.RealmSecurityDefensesBruteForceDetection;property headers
headers?: outputs.RealmSecurityDefensesHeaders;interface RealmSecurityDefensesBruteForceDetection
interface RealmSecurityDefensesBruteForceDetectionproperty failureResetTimeSeconds
failureResetTimeSeconds?: undefined | number;property maxFailureWaitSeconds
maxFailureWaitSeconds?: undefined | number;property maxLoginFailures
maxLoginFailures?: undefined | number;property minimumQuickLoginWaitSeconds
minimumQuickLoginWaitSeconds?: undefined | number;property permanentLockout
permanentLockout?: undefined | false | true;property quickLoginCheckMilliSeconds
quickLoginCheckMilliSeconds?: undefined | number;property waitIncrementSeconds
waitIncrementSeconds?: undefined | number;interface RealmSecurityDefensesHeaders
interface RealmSecurityDefensesHeadersproperty contentSecurityPolicy
contentSecurityPolicy?: undefined | string;property contentSecurityPolicyReportOnly
contentSecurityPolicyReportOnly?: undefined | string;property strictTransportSecurity
strictTransportSecurity?: undefined | string;property xContentTypeOptions
xContentTypeOptions?: undefined | string;property xFrameOptions
xFrameOptions?: undefined | string;property xRobotsTag
xRobotsTag?: undefined | string;property xXssProtection
xXssProtection?: undefined | string;interface RealmSmtpServer
interface RealmSmtpServerproperty auth
auth?: outputs.RealmSmtpServerAuth;property envelopeFrom
envelopeFrom?: undefined | string;property from
from: string;property fromDisplayName
fromDisplayName?: undefined | string;property host
host: string;property port
port?: undefined | string;property replyTo
replyTo?: undefined | string;property replyToDisplayName
replyToDisplayName?: undefined | string;property ssl
ssl?: undefined | false | true;property starttls
starttls?: undefined | false | true;interface RealmSmtpServerAuth
interface RealmSmtpServerAuthproperty password
password: string;property username
username: string;interface UserFederatedIdentity
interface UserFederatedIdentityproperty identityProvider
identityProvider: string;property userId
userId: string;property userName
userName: string;interface UserInitialPassword
interface UserInitialPasswordproperty temporary
temporary?: undefined | false | true;property value
value: string;