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() |
abstract
Offset |
startDate() |
abstract String | value() |
Method Details
endDate
public abstract OffsetDateTime endDate()
Returns:
end date.
startDate
public abstract OffsetDateTime startDate()
Returns:
start date.
value
public abstract String value()
Returns:
key value.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java