Class ApiKeysResult

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ApiKeysResult
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Schema for api keys.
    • Constructor Detail

      • ApiKeysResult

        public ApiKeysResult()
    • Method Detail

      • isOk

        public Boolean isOk()
        Gets the ok. ok.
        Returns:
        the ok
      • getKey

        public String getKey()
        Gets the key. The generated api key.
        Returns:
        the key
      • getPassword

        public String getPassword()
        Gets the password. The password associated with the api key.
        Returns:
        the password