Credential

public final class Credential

Constructors

Link copied to clipboard
public Credential Credential(@Json(name = "id") String id, @Json(name = "name") String name, @Json(name = "credential_type") CredentialType credentialType, @Json(name = "hashed_data") String hashedData, @Json(name = "created_at") Long createdAt, @Json(name = "updated_at") Long updatedAt)

Properties

Link copied to clipboard
private final Long createdAt

Timestamp of when the credential was created

Link copied to clipboard

The type of credential

Link copied to clipboard
private final String hashedData

Hashed value of the credential that you created

Link copied to clipboard
private final String id

Globally unique object identifier

Link copied to clipboard
private final String name

Name of the credential

Link copied to clipboard
private final Long updatedAt

Timestamp of when the credential was updated

Functions

Link copied to clipboard
public final Long getCreatedAt()

Timestamp of when the credential was created

Link copied to clipboard

The type of credential

Link copied to clipboard
public final String getHashedData()

Hashed value of the credential that you created

Link copied to clipboard
public final String getId()

Globally unique object identifier

Link copied to clipboard
public final String getName()

Name of the credential

Link copied to clipboard
public final Long getUpdatedAt()

Timestamp of when the credential was updated