CloudId Parameter (Connect-Confluence Cmdlet)
Specifies the Cloud ID that identifies the authorized Atlassian site.
Syntax
Connect-Confluence -CloudId string
Data Type
cstr
Default Value
""
Remarks
The cmdlet uses the Cloud ID to route API requests to the correct Atlassian site associated with the authenticated account.
This value is returned automatically during OAuth 2.0 authentication and is included in the response from the GetOAuthAccessToken stored procedure.
Set this property only when you are manually performing the OAuth steps outside of the automated InitiateOAuth flow.
This property is useful when verifying which Atlassian site was authorized or when troubleshooting OAuth 2.0 configuration issues.