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 OffsetDateTime endDate()
abstract OffsetDateTime 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