Credential Interface
Implements
public interface Credential
extends Indexable, HasId, HasName
An immutable client-side representation of an Azure AD credential.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Offset |
endDate()
Gets end date. |
abstract
Offset |
startDate()
Gets start date. |
abstract String |
value()
Gets key value. |
Method Details
endDate
public abstract OffsetDateTime endDate()
Gets end date.
Returns:
end date.
startDate
public abstract OffsetDateTime startDate()
Gets start date.
Returns:
start date.
value
public abstract String value()
Gets key value.
Returns:
key value.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java