Package com.atlan.model.admin
Class ApiToken.ApiTokenAttributes
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.ApiToken.ApiTokenAttributes
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ApiToken
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
The actual API token that can be used as a bearer token.Time, in seconds, from createdAt after which the token will expire.Unique client identifier (GUID) of the API token.Epoch time, in milliseconds, at which the API token was created.User who created the API token.Explanation of the API token.Human-readable name provided when creating the token.Personas associated with the API token.Deprecated.Detailed permissions given to the API token.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Method Details
-
builder
-
toBuilder
-
getAccessTokenLifespan
Time, in seconds, from createdAt after which the token will expire. -
getAccessToken
The actual API token that can be used as a bearer token. -
getClientId
Unique client identifier (GUID) of the API token. -
getCreatedAt
Epoch time, in milliseconds, at which the API token was created. -
getCreatedBy
User who created the API token. -
getDescription
Explanation of the API token. -
getDisplayName
Human-readable name provided when creating the token. -
getPersonas
Personas associated with the API token. -
getPurposes
Deprecated.This was a possible future placeholder for purposes associated with the token, but no longer exists on payloads. It is left here purely for any existing code that may have referenced it, but should be removed from that code as it will be removed in the next major release from this object. -
getWorkspacePermissions
Detailed permissions given to the API token. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-