This use case checks whether a RepositoryAttribute, which is an unshared LocalAttribute whose content is an IdentityAttribute, can be created without actually creating it. If a RepositoryAttribute can be created, this can be achieved by executing the Create a RepositoryAttribute use case.

Parameters

On Success

  • Returns a result that indicates if a RepositoryAttribute can be created based on the specified content.
  • If the isSuccess property of the result has the value true, the RepositoryAttribute can currently be created.
  • If the isSuccess property of the result has the value false, the RepositoryAttribute cannot currently be created. This may have the following reasons:

On Failure

  • The parameters are malformed.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: