mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
E325 Removal - Part II (#49196)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -94,6 +94,7 @@ options:
|
||||
enabled:
|
||||
description:
|
||||
- Is this client enabled or not?
|
||||
type: bool
|
||||
|
||||
client_authenticator_type:
|
||||
description:
|
||||
@@ -157,6 +158,7 @@ options:
|
||||
This is 'bearerOnly' in the Keycloak REST API.
|
||||
aliases:
|
||||
- bearerOnly
|
||||
type: bool
|
||||
|
||||
consent_required:
|
||||
description:
|
||||
@@ -164,6 +166,7 @@ options:
|
||||
This is 'consentRequired' in the Keycloak REST API.
|
||||
aliases:
|
||||
- consentRequired
|
||||
type: bool
|
||||
|
||||
standard_flow_enabled:
|
||||
description:
|
||||
@@ -171,6 +174,7 @@ options:
|
||||
This is 'standardFlowEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- standardFlowEnabled
|
||||
type: bool
|
||||
|
||||
implicit_flow_enabled:
|
||||
description:
|
||||
@@ -178,6 +182,7 @@ options:
|
||||
This is 'implictFlowEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- implicitFlowEnabled
|
||||
type: bool
|
||||
|
||||
direct_access_grants_enabled:
|
||||
description:
|
||||
@@ -185,6 +190,7 @@ options:
|
||||
This is 'directAccessGrantsEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- directAccessGrantsEnabled
|
||||
type: bool
|
||||
|
||||
service_accounts_enabled:
|
||||
description:
|
||||
@@ -192,6 +198,7 @@ options:
|
||||
This is 'serviceAccountsEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- serviceAccountsEnabled
|
||||
type: bool
|
||||
|
||||
authorization_services_enabled:
|
||||
description:
|
||||
@@ -199,6 +206,7 @@ options:
|
||||
This is 'authorizationServicesEnabled' in the Keycloak REST API.
|
||||
aliases:
|
||||
- authorizationServicesEnabled
|
||||
type: bool
|
||||
|
||||
public_client:
|
||||
description:
|
||||
@@ -206,6 +214,7 @@ options:
|
||||
This is 'publicClient' in the Keycloak REST API.
|
||||
aliases:
|
||||
- publicClient
|
||||
type: bool
|
||||
|
||||
frontchannel_logout:
|
||||
description:
|
||||
@@ -213,6 +222,7 @@ options:
|
||||
This is 'frontchannelLogout' in the Keycloak REST API.
|
||||
aliases:
|
||||
- frontchannelLogout
|
||||
type: bool
|
||||
|
||||
protocol:
|
||||
description:
|
||||
@@ -225,6 +235,7 @@ options:
|
||||
This is 'fullScopeAllowed' in the Keycloak REST API.
|
||||
aliases:
|
||||
- fullScopeAllowed
|
||||
type: bool
|
||||
|
||||
node_re_registration_timeout:
|
||||
description:
|
||||
@@ -255,6 +266,7 @@ options:
|
||||
This is 'useTemplateConfig' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateConfig
|
||||
type: bool
|
||||
|
||||
use_template_scope:
|
||||
description:
|
||||
@@ -262,6 +274,7 @@ options:
|
||||
This is 'useTemplateScope' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateScope
|
||||
type: bool
|
||||
|
||||
use_template_mappers:
|
||||
description:
|
||||
@@ -269,6 +282,7 @@ options:
|
||||
This is 'useTemplateMappers' in the Keycloak REST API.
|
||||
aliases:
|
||||
- useTemplateMappers
|
||||
type: bool
|
||||
|
||||
surrogate_auth_required:
|
||||
description:
|
||||
@@ -276,6 +290,7 @@ options:
|
||||
This is 'surrogateAuthRequired' in the Keycloak REST API.
|
||||
aliases:
|
||||
- surrogateAuthRequired
|
||||
type: bool
|
||||
|
||||
authorization_settings:
|
||||
description:
|
||||
|
||||
@@ -69,6 +69,7 @@ options:
|
||||
description:
|
||||
- Is the "Full Scope Allowed" feature set for this client template or not.
|
||||
This is 'fullScopeAllowed' in the Keycloak REST API.
|
||||
type: bool
|
||||
|
||||
protocol_mappers:
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user