Interface GetApplicationAccessScopeResponse.Builder

    • Method Detail

      • authorizedTargets

        GetApplicationAccessScopeResponse.Builder authorizedTargets​(Collection<String> authorizedTargets)

        An array of authorized targets associated with this access scope.

        Parameters:
        authorizedTargets - An array of authorized targets associated with this access scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedTargets

        GetApplicationAccessScopeResponse.Builder authorizedTargets​(String... authorizedTargets)

        An array of authorized targets associated with this access scope.

        Parameters:
        authorizedTargets - An array of authorized targets associated with this access scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        GetApplicationAccessScopeResponse.Builder scope​(String scope)

        The name of the access scope that can be used with the authorized targets.

        Parameters:
        scope - The name of the access scope that can be used with the authorized targets.
        Returns:
        Returns a reference to this object so that method calls can be chained together.