ClientArgs

constructor(accessTokenLifespan: Output<String>? = null, accessType: Output<String>? = null, adminUrl: Output<String>? = null, authenticationFlowBindingOverrides: Output<ClientAuthenticationFlowBindingOverridesArgs>? = null, authorization: Output<ClientAuthorizationArgs>? = null, backchannelLogoutRevokeOfflineSessions: Output<Boolean>? = null, backchannelLogoutSessionRequired: Output<Boolean>? = null, backchannelLogoutUrl: Output<String>? = null, baseUrl: Output<String>? = null, clientAuthenticatorType: Output<String>? = null, clientId: Output<String>? = null, clientOfflineSessionIdleTimeout: Output<String>? = null, clientOfflineSessionMaxLifespan: Output<String>? = null, clientSecret: Output<String>? = null, clientSessionIdleTimeout: Output<String>? = null, clientSessionMaxLifespan: Output<String>? = null, consentRequired: Output<Boolean>? = null, consentScreenText: Output<String>? = null, description: Output<String>? = null, directAccessGrantsEnabled: Output<Boolean>? = null, displayOnConsentScreen: Output<Boolean>? = null, enabled: Output<Boolean>? = null, excludeSessionStateFromAuthResponse: Output<Boolean>? = null, extraConfig: Output<Map<String, String>>? = null, frontchannelLogoutEnabled: Output<Boolean>? = null, frontchannelLogoutUrl: Output<String>? = null, fullScopeAllowed: Output<Boolean>? = null, implicitFlowEnabled: Output<Boolean>? = null, import: Output<Boolean>? = null, loginTheme: Output<String>? = null, name: Output<String>? = null, oauth2DeviceAuthorizationGrantEnabled: Output<Boolean>? = null, oauth2DeviceCodeLifespan: Output<String>? = null, oauth2DevicePollingInterval: Output<String>? = null, pkceCodeChallengeMethod: Output<String>? = null, realmId: Output<String>? = null, rootUrl: Output<String>? = null, serviceAccountsEnabled: Output<Boolean>? = null, standardFlowEnabled: Output<Boolean>? = null, useRefreshTokens: Output<Boolean>? = null, useRefreshTokensClientCredentials: Output<Boolean>? = null, validPostLogoutRedirectUris: Output<List<String>>? = null, validRedirectUris: Output<List<String>>? = null, webOrigins: Output<List<String>>? = null)