Class SecretDetails

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

    public class SecretDetails
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    secret details.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SecretDetails.Builder
      Builder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String key()
      Gets the key.
      SecretDetails.Builder newBuilder()
      New builder.
      java.lang.String secretName()
      Gets the secretName.
      java.lang.String secretUrn()
      Gets the secretUrn.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • key

        public java.lang.String key()
        Gets the key. secret key.
        Returns:
        the key
      • secretName

        public java.lang.String secretName()
        Gets the secretName. secret name.
        Returns:
        the secretName
      • secretUrn

        public java.lang.String secretUrn()
        Gets the secretUrn. secret urn.
        Returns:
        the secretUrn