component-test/src/main/java/IdentityApiDocumentation.java [94:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                      requestFields(
                              fieldWithPath("identifier").description("Identifier"),
                              fieldWithPath("permissions[].permittableEndpointGroupIdentifier").description("permittable endpoints"),
                              fieldWithPath("permissions[].allowedOperations").type("Set<AllowedOperation>").description("Set of allowed operations")
                      )
              ));

    } catch (Exception e) {
      e.printStackTrace();
    }
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/IdentityApiDocumentation.java [151:163]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        requestFields(
                                fieldWithPath("identifier").description("Identifier"),
                                fieldWithPath("permissions[].permittableEndpointGroupIdentifier").description("permittable endpoints"),
                                fieldWithPath("permissions[].allowedOperations").type("Set<AllowedOperation>").description("Set of allowed operations")
                        )
                ));
      } catch (Exception e) {
        e.printStackTrace();
      }
    }
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



