Interface Credential

All Superinterfaces:
HasId, HasName, Indexable
All Known Subinterfaces:
CertificateCredential, PasswordCredential

public interface Credential extends Indexable, HasId, HasName
An immutable client-side representation of an Azure AD credential.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joda.time.DateTime
     
    org.joda.time.DateTime
     
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key
  • Method Details

    • startDate

      org.joda.time.DateTime startDate()
      Returns:
      start date.
    • endDate

      org.joda.time.DateTime endDate()
      Returns:
      end date.
    • value

      String value()
      Returns:
      key value.