No summary provided.
Constructs a new instance of the 
RoleConnectionsAPI class| Name | 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, 'auth' | '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, 'auth' | 'signal'> | Yes | The options for updating the role connection metadata records |