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:
startDate
public abstract OffsetDateTime startDate()
Gets start date.
Returns:
value
public abstract String value()
Gets key value.
Returns: