We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb0201 commit faacf73Copy full SHA for faacf73
1 file changed
apiary.apib
@@ -8524,6 +8524,10 @@ Creates a new workspace for an existing configuration in [Development Branch](#r
8524
+ `snowflake-person-keypair` - PERSON type user is created with keypair authentication (publicKey required)
8525
+ `snowflake-service-keypair` - SERVICE type user is created with keypair authentication (publicKey required)
8526
+ publicKey: (optional, string) - Public key for user authentication. Required when loginType is set to `snowflake-person-keypair`.
8527
+ + useCase: (optional, enum[string]) - Use "reader" to create reader workspace.
8528
+ + Members
8529
+ + normal
8530
+ + reader
8531
8532
+ Request (application/json)
8533
+ Headers
0 commit comments