< Back

New-DatabricksBearerToken

Sat Jan 11, 2020 10:01 am

NAME New-DatabricksBearerToken



SYNOPSIS

Creates a new Bearer Token





SYNTAX

New-DatabricksBearerToken [[-LifetimeSeconds] <Int32>] [[-Comment] <String>] [<CommonParameters>]





DESCRIPTION

Creates a new Bearer Token





PARAMETERS

-LifetimeSeconds <Int32>

Number of seconds a token should be valid for. If ommitted the token will not expire.



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-Comment <String>

Optional comment



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





Author: Simon D'Morias / Data Thirst Ltd





RELATED LINKS