Credential Interface
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 |
---|---|
DateTime | endDate() |
DateTime | startDate() |
String | value() |
Inherited Members
Method Details
endDate
public DateTime endDate()
Returns:
end date.
startDate
public DateTime startDate()
Returns:
start date.
value
public 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