Interface AuthorizationProviderContract.UpdateStages.WithDisplayName

All Known Subinterfaces:
AuthorizationProviderContract.Update
Enclosing interface:
AuthorizationProviderContract.UpdateStages

public static interface AuthorizationProviderContract.UpdateStages.WithDisplayName
The stage of the AuthorizationProviderContract update allowing to specify displayName.
  • Method Details

    • withDisplayName

      AuthorizationProviderContract.Update withDisplayName(String displayName)
      Specifies the displayName property: Authorization Provider name. Must be 1 to 300 characters long..
      Parameters:
      displayName - Authorization Provider name. Must be 1 to 300 characters long.
      Returns:
      the next definition stage.