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") Integer createdAt, @Json(name = "updated_at") Integer updatedAt)

Properties

Link copied to clipboard
private final Integer 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 Integer updatedAt

Timestamp of when the credential was updated

Functions

Link copied to clipboard
public final Integer 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 Integer getUpdatedAt()

Timestamp of when the credential was updated