PAT Parameter (Connect-Confluence Cmdlet)
Specifies the personal access token used to authenticate the user when the authentication scheme is set to PAT.
Syntax
Connect-Confluence -PAT string
Data Type
cstr
Default Value
""
Remarks
Set this property to the personal access token generated in your Atlassian account. The token must belong to the user associated with the connection configuration.
PAT authentication is supported for Confluence Server sites that allow token-based access without OAuth or passwords.
PAT values grant the same access as the user who created them, so they should be stored securely and rotated as needed.
This property is useful when you prefer token-based authentication for Server or Data Center deployments that support Personal Access Tokens.
This is a required parameter.