// ----- this file has been automatically generated - do not edit import { UAObject, UAMethod, UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { StatusCode } from "node-opcua-status-code" import { UAString } from "node-opcua-basic-types" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |KeyCredentialConfigurationType i=18001 | * |isAbstract |false | */ export interface UAKeyCredentialConfiguration_Base { resourceUri: UAProperty; profileUri: UAProperty; endpointUrls?: UAProperty; credentialId?: UAProperty; serviceStatus?: UAProperty; getEncryptingKey?: UAMethod; updateCredential?: UAMethod; deleteCredential?: UAMethod; } export interface UAKeyCredentialConfiguration extends UAObject, UAKeyCredentialConfiguration_Base { }