Skip to content

OboToken

laktory.models.resources.databricks.OboToken ยค

Bases: BaseModel, PulumiResource, TerraformResource

Databricks On-Behalf-Of token

PARAMETER DESCRIPTION
application_id

Application ID of databricks.ServicePrincipal to create a PAT token for.

TYPE: str | VariableType DEFAULT: None

comment

Comment that describes the purpose of the token.

TYPE: str | VariableType DEFAULT: None

lifetime_seconds

The number of seconds before the token expires. Token resource is re-created when it expires. If no lifetime is specified, the token remains valid indefinitely.

TYPE: str | VariableType DEFAULT: None