component-test/src/main/java/IdentityApiDocumentation.java [857:868]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        requestFields(
                                fieldWithPath("identifier").description("call endpoint set identifier"),
                                fieldWithPath("permittableEndpointGroupIdentifiers").type("List<String>").description("permittable group endpoint identifier")
                        )
                ));
      } catch (Exception e) {
        e.printStackTrace();
      }
    }
  }

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



component-test/src/main/java/IdentityApiDocumentation.java [900:911]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        requestFields(
                                fieldWithPath("identifier").description("call endpoint set identifier"),
                                fieldWithPath("permittableEndpointGroupIdentifiers").type("List<String>").description("permittable group endpoint identifier")
                        )
                ));
      } catch (Exception e) {
        e.printStackTrace();
      }
    }
  }

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



