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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java