namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition KeyCredentialConfigurationType i=18001
isAbstract false
interface UAKeyCredentialConfiguration_Base {
    deleteCredential?: UAMethod;
    endpointUrls?: UAProperty<UAString[], String>;
    getEncryptingKey?: UAMethod;
    profileUri: UAProperty<UAString, String>;
    resourceUri: UAProperty<UAString, String>;
    serviceStatus?: UAProperty<StatusCode, StatusCode>;
    updateCredential?: UAMethod;
}

Hierarchy (view full)

Properties

deleteCredential?: UAMethod
endpointUrls?: UAProperty<UAString[], String>
getEncryptingKey?: UAMethod
profileUri: UAProperty<UAString, String>
resourceUri: UAProperty<UAString, String>
serviceStatus?: UAProperty<StatusCode, StatusCode>
updateCredential?: UAMethod