Skip to contents

Creates a token on behalf of a service principal.

Usage

create_obo_token(
  client,
  application_id,
  comment = NULL,
  lifetime_seconds = NULL
)

tokenManagementCreateOboToken(
  client,
  application_id,
  comment = NULL,
  lifetime_seconds = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

application_id

Required. Application ID of the service principal.

comment

Comment that describes the purpose of the token.

lifetime_seconds

The number of seconds before the token expires.