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