namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition AuthorizationServiceConfigurationType i=17852
isAbstract false
interface UAAuthorizationServiceConfiguration_Base {
    issuerEndpointUrl: UAProperty<UAString, String>;
    serviceCertificate: UAProperty<Buffer, ByteString>;
    serviceUri: UAProperty<UAString, String>;
}

Hierarchy (view full)

Properties

issuerEndpointUrl: UAProperty<UAString, String>
serviceCertificate: UAProperty<Buffer, ByteString>
serviceUri: UAProperty<UAString, String>