Partager via


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()

Gets end date.

abstract OffsetDateTime startDate()

Gets start date.

abstract String value()

Gets key value.

Method Details

endDate

public abstract OffsetDateTime endDate()

Gets end date.

Returns:

end date.

startDate

public abstract OffsetDateTime startDate()

Gets start date.

Returns:

start date.

value

public abstract String value()

Gets key value.

Returns:

key value.

Applies to