Interface ServiceAccountQuery


public interface ServiceAccountQuery
Query object for service accounts.
Since:
7.0.0
  • Method Details

    • getActive

      Optional<Boolean> getActive()
      Returns:
      if true, then only fetch active service accounts, if false, then only fetch inactive service accounts. If None, then fetch all service accounts
    • getPhrase

      Optional<String> getPhrase()
      Returns:
      the phrase to search for in the service account name or display name or description.