@@ -20,24 +20,25 @@ groups will be deleted. If you define `groups` but set an empty array, keycloak
2020
2121## Supported full managed resources
2222
23- | Type | Additional Information | Resource Name |
24- | ---------------------------------| ----------------------------------------------------------------------------------| ----------------------------------|
25- | Groups | - | ` group ` |
26- | Required Actions | You have to copy the default one to you import json. | ` required-action ` |
27- | Client Scopes | - | ` client-scope ` |
28- | Scope Mappings | - | ` scope-mapping ` |
29- | Client Scope Mappings | - | ` client-scope-mapping ` |
30- | Roles | - | ` role ` |
31- | Components | You have to copy the default components to you import json. | ` component ` |
32- | Sub Components | You have to copy the default components to you import json. | ` sub-component ` |
33- | Authentication Flows | You have to copy the default components to you import json, expect builtin flows | ` authentication-flow ` |
34- | Identity Providers | - | ` identity-provider ` |
35- | Identity Provider Mappers | - | ` identity-provider-mapper ` |
36- | Clients | - | ` client ` |
37- | Clients Authorization Resources | The 'Default Resource' is always included. | ` client-authorization-resources ` |
38- | Clients Authorization Policies | - | ` client-authorization-policies ` |
39- | Clients Authorization Scopes | - | ` client-authorization-scopes ` |
40- | Message Bundles | Only message bundles imported with config-cli will be managed/deleted. | ` message-bundles ` |
23+ <<<<<<< HEAD
24+ | Type | Additional Information | Resource Name |
25+ | ---------------------------------| -------------------------------------------------------------------------------------------------| ----------------------------------|
26+ | Groups | - | ` group ` |
27+ | Required Actions | You have to copy the default one to you import json. | ` required-action ` |
28+ | Client Scopes | - | ` client-scope ` |
29+ | Scope Mappings | - | ` scope-mapping ` |
30+ | Client Scope Mappings | - | ` client-scope-mapping ` |
31+ | Roles | If not set as 'full', the attributes of realm-level role will be updated instead of override. | ` role ` |
32+ | Components | You have to copy the default components to you import json. | ` component ` |
33+ | Sub Components | You have to copy the default components to you import json. | ` sub-component ` |
34+ | Authentication Flows | You have to copy the default components to you import json, expect builtin flows | ` authentication-flow ` |
35+ | Identity Providers | - | ` identity-provider ` |
36+ | Identity Provider Mappers | - | ` identity-provider-mapper ` |
37+ | Clients | - | ` client ` |
38+ | Clients Authorization Resources | The 'Default Resource' is always included. | ` client-authorization-resources ` |
39+ | Clients Authorization Policies | - | ` client-authorization-policies ` |
40+ | Clients Authorization Scopes | - | ` client-authorization-scopes ` |
41+ | Message Bundles | Only message bundles imported with config-cli will be managed/deleted. | ` message-bundles ` |
4142
4243## Disable deletion of managed entities
4344
0 commit comments