NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-modeler
UAKeyCredentialConfiguration_Base
Interface UAKeyCredentialConfiguration_Base
namespace
http://opcfoundation.org/UA/
nodeClass
ObjectType
typedDefinition
KeyCredentialConfigurationType i=18001
isAbstract
false
interface
UAKeyCredentialConfiguration_Base
{
credentialId
?:
UAProperty
<
UAString
,
String
>
;
deleteCredential
?:
UAMethod
<
UAMethodEvents
>
;
endpointUrls
?:
UAProperty
<
UAString
[]
,
String
>
;
getEncryptingKey
?:
UAMethod
<
UAMethodEvents
>
;
profileUri
:
UAProperty
<
UAString
,
String
>
;
resourceUri
:
UAProperty
<
UAString
,
String
>
;
serviceStatus
?:
UAProperty
<
StatusCode
,
StatusCode
>
;
updateCredential
?:
UAMethod
<
UAMethodEvents
>
;
}
Hierarchy (
View Summary
)
UAKeyCredentialConfiguration_Base
UAKeyCredentialConfiguration
Index
Properties
credential
Id?
delete
Credential?
endpoint
Urls?
get
Encrypting
Key?
profile
Uri
resource
Uri
service
Status?
update
Credential?
Properties
Optional
credential
Id
credentialId
?:
UAProperty
<
UAString
,
String
>
Optional
delete
Credential
deleteCredential
?:
UAMethod
<
UAMethodEvents
>
Optional
endpoint
Urls
endpointUrls
?:
UAProperty
<
UAString
[]
,
String
>
Optional
get
Encrypting
Key
getEncryptingKey
?:
UAMethod
<
UAMethodEvents
>
profile
Uri
profileUri
:
UAProperty
<
UAString
,
String
>
resource
Uri
resourceUri
:
UAProperty
<
UAString
,
String
>
Optional
service
Status
serviceStatus
?:
UAProperty
<
StatusCode
,
StatusCode
>
Optional
update
Credential
updateCredential
?:
UAMethod
<
UAMethodEvents
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
credential
Id
delete
Credential
endpoint
Urls
get
Encrypting
Key
profile
Uri
resource
Uri
service
Status
update
Credential
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...