GetClientResult

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