*appName | String | The name of the app to be updated |
id | String | This is a unique auto-generated id |
name | String | Display name of the client |
description | String | The description of the app to be updated |
rootUrl | String | The root URL is known to be the entire URL, including a slash.(Example: http://www.testapp.com/) |
adminUrl | String | URL to the client's admin interface. The admin url template tag retrieves the url with the required protocol from the admin field of the current domain |
baseUrl | String | A consistent part or root of the address of your website (Example: http://www.demotest.com) |
surrogateAuthRequired | boolean | Whether or not it is required to substitute auth |
enabled | boolean | Is this enabled or not? |
appAuthenticatorType | String | Type of Two-factor verification to sign-in to your accounts |
secret | String | You may define a secret here when using the norm (otherwise one will be generated if it does not exit) |
registrationAccessToken | String | The registration authorization token offers access to the client registration service for clients |
defaultRoles | String | A list of this client's default roles. If the client functions referenced are not included, And if they already exist, they can be created. |
redirectUris | List(String) | Appropriate URIs for this client for redirection. |
webOrigins | List(String) | List of allowed origins. |
notBefore | Integer | Revoke all tokens for this client given previous to this date (this is a UNIX timestamp). |
bearerOnly | boolean | This client's access form is bearer-only. |
consentRequired | boolean | Users have to agree to client access if allowed. |
standardFlowEnabled | boolean | Enable or not to enable standard flow for this client. |
implicitFlowEnabled | boolean | Enable or not to enable implicit flow for this client. |
directAccessGrantsEnabled | boolean | Enable or not to enable directAccessGrants for this client. |
serviceAccountsEnabled | boolean | Enable or not to enable serviceAccounts for this client. |
authorizationServicesEnabled | boolean | Enable or not to enable authorizationServices for this client. |
directGrantsOnly | boolean | Enable or not to enable directGrantsOnly for this client. |
publicApp | boolean | Is the access type for this app is public or not? |
frontchannelLogout | boolean | For this client, frontchannel logout is or is not enabled. |
protocol | String | It defines the protocol for which this protocol mapper is involved. |
attributes | Map(String,String) | Based on the user requirement the user attributes can be updated. User can add any customized attribute in form of key value pair. |
authenticationFlowBindingOverrides | Map(String,String) | Describe the bug Configuring authenticationFlowBindingOverrides for a client appears not to be feasible. |
fullScopeAllowed | boolean | Whether or not the "Full Scope Allowed" function is set for this client. |
nodeReRegistrationTimeout | Integer | Cluster node timeout for this client's re-registration. |
registeredNodes | Map(String,String) | Registered cluster node dictation with (nodename) as the key and the (last time of registration) as the value. |
protocolMappers | List(ProtocolMapperRepresentation) | A list of client that describe protocol mappers. |
appTemplate | String | The template is a specialized version of the App Template client. |
useTemplateConfig | boolean | Whether or not to use the (client_template) configuration |
useTemplateScope | boolean | Whether or not to use the (client template) scope setup |
useTemplateMappers | boolean | Whether or not to use the (client-template) mapper setup |
defaultClientScopes | List(String) | A list of default client scopes. |
optionalClientScopes | List(String) | A list of optionalClientScopes. |
authorizationSettings | ResourceServerRepresentation | A data framework that determines this client's authorization settings. |
access | Map(String,Boolean) | A list of access type. |
origin | String | List of allowed origins. |