action keycloak_get_realm_components_id_sub_component_types { label: "List of subcomponent types that are available to configure for a particular parent component." provider: keycloak method: GET path: "/{realm}/components/{id}/sub-component-types" encoding: json input: { type: "object" properties: { type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }