export declare const $resourceConnectionDetails: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly description: "Primary key set by the server."; readonly isReadOnly: true; }; readonly resourceId: { readonly type: "string"; readonly description: "The id of the resource the connection object is associated to."; readonly isReadOnly: true; }; readonly resourceType: { readonly type: "Enum"; readonly isReadOnly: true; }; readonly name: { readonly type: "string"; readonly description: "The name of the connection object."; readonly isRequired: true; readonly maxLength: 255; }; readonly url: { readonly type: "string"; readonly description: "The url of the connection object."; readonly maxLength: 255; }; readonly properties: { readonly type: "array"; readonly contains: { readonly type: "resourceConnectionProperties"; }; }; readonly authentications: { readonly type: "array"; readonly contains: { readonly type: "resourceAuthenticationDetails"; }; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, resourceConnection."; readonly isReadOnly: true; }; }; };