export declare const $resourceAuthenticationDetails: { readonly description: "The list of connection authentications."; 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 protocol: { readonly type: "string"; readonly description: "The authentication protocol."; readonly maxLength: 60; }; readonly protocolVersion: { readonly type: "string"; readonly description: "The authentication protocol version."; readonly maxLength: 60; }; readonly connectionDetailsId: { readonly type: "string"; readonly description: "The connection Id that the authentication object is associated to."; readonly isReadOnly: true; }; readonly properties: { readonly type: "array"; readonly contains: { readonly type: "resourceAuthenticationProperties"; }; }; readonly credentials: { readonly type: "array"; readonly contains: { readonly type: "resourceCredentialDetails"; }; }; readonly type: { readonly type: "string"; readonly description: "The type of this payload, resourceAuthenticationDetails."; readonly isReadOnly: true; }; }; };