No summary provided.
Constructs a new instance of the
RoleConnectionsAPI
className | Type | Optional | Description |
---|---|---|---|
rest | REST | No | None |
getMetadataRecords(applicationId, options?):Promise<RESTGetAPIApplicationRoleConnectionMetadataResult>
Gets the role connection metadata records for the application
Name | Type | Optional | Description |
---|---|---|---|
applicationId | Snowflake | No | The id of the application to get role connection metadata records for |
options | Pick<RequestData, 'signal'> | Yes | The options for fetching the role connection metadata records |
updateMetadataRecords(applicationId, body, options?):Promise<RESTPutAPIApplicationRoleConnectionMetadataResult>
Updates the role connection metadata records for the application
Name | Type | Optional | Description |
---|---|---|---|
applicationId | Snowflake | No | The id of the application to update role connection metadata records for |
body | RESTPutAPIApplicationRoleConnectionMetadataJSONBody | No | The new role connection metadata records |
options | Pick<RequestData, 'signal'> | Yes | The options for updating the role connection metadata records |