Interface PasswordCredential


  • public interface PasswordCredential
    An immutable client-side representation of PasswordCredential.
    • Method Detail

      • secretText

        String secretText()
        Gets the secretText property: The secretText property.
        Returns:
        the secretText value.
      • keyId

        String keyId()
        Gets the keyId property: The keyId property.
        Returns:
        the keyId value.
      • startDateTime

        OffsetDateTime startDateTime()
        Gets the startDateTime property: The startDateTime property.
        Returns:
        the startDateTime value.
      • endDateTime

        OffsetDateTime endDateTime()
        Gets the endDateTime property: The endDateTime property.
        Returns:
        the endDateTime value.
      • innerModel

        PasswordCredentialInner innerModel()
        Gets the inner com.azure.resourcemanager.azurestackhci.fluent.models.PasswordCredentialInner object.
        Returns:
        the inner object.