Search
18 result(s) for ApplicationId
-
OPC-10000-81 – OPC Unified Architecture - Part 81: UAFX Connecting Devices and Information Model10.2 ApplicationIdApplicationId The ApplicationId is used to store an identifier, which can be a Numeric , String , Guid , or ByteString . The ApplicationId DataType is formally defined in Table 123 . Table 123 - ApplicationId ... union Name Type Description ApplicationId Union Subtype of Union defined in OPC 10000-5 IdNumeric 0:UInt32 A numeric identifier IdString 0:String A string identifier limited
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Servicespass in an application record with the application information. If the Method succeeds an ApplicationId is returned. This ApplicationId should be persisted for further interaction with the GDS regarding this ... CertificateGroups used by the application. The selected CertificateGroupIds should be persisted together with the ApplicationId . Registration end options The following options are possible to complete the registration with the CertificateManager
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services6.5.4 FindApplicationsFindApplications FindApplications is used to find the ApplicationId for an approved OPC UA Application (see 6.5.6 ). The returned applications array shall be of size 1 or 0. If the returned
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services6.5.8 UnregisterApplicationsupported, the GDS shall generate the ApplicationRegistrationChanged AuditEventType (see 6.5.12 ). Signature UnregisterApplication( [in] NodeId ApplicationId ); Argument Description ApplicationId The identifier assigned by the GDS to the application. Method Result Codes ... defined in Call Service) Result Code Description Bad_NotFound The ApplicationId is not known to the GDS. Bad_UserAccessDenied The current user does not have the rights required to unregister
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services6.5.9 GetApplicationused to find an application known to the GDS. Signature GetApplication( [in] NodeId ApplicationId [out] ApplicationRecordDataType Application ); Argument Description ApplicationId The ApplicationId that identifies the application of interest. Application ... application record that matches the ApplicationId. The ApplicationRecordDataType is defined in 6.5.5 Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId is not known
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Servicesinformation The OPC UA Application requires the following information to execute the PullManagement workflow ApplicationId NodeId of the OPC UA Application in the CertificateManager . CertificateGroupIds NodeIds for each CertificateGroup ... requests are pending for a CertificateGroup , the FinishRequest Method is called directly with the ApplicationId and the RequestId for the pending signing request. The repeat count
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.3 StartSigningRequestCertificate is returned in the FinishRequest response. Signature StartSigningRequest( [in] NodeId ApplicationId [in] NodeId CertificateGroupId [in] NodeId CertificateTypeId [in] ByteString CertificateRequest [out] NodeId RequestId ); Argument Description ApplicationId The identifier assigned ... fails. Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument One or more of the CertificateGroupId
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.4 StartNewKeyPairRequestCertificate and Private Key . are returned in the FinishRequest response. Signature StartNewKeyPairRequest( [in] NodeId ApplicationId [in] NodeId CertificateGroupId [in] NodeId CertificateTypeId [in] String SubjectName [in] String[] DomainNames [in] String PrivateKeyFormat ... String PrivateKeyPassword [out] NodeId RequestId ); Argument Description ApplicationId The identifier assigned to the application by the CertificateManager . CertificateGroupId The NodeId of the CertificateGroup which provides the context
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.5 FinishRequestcertificate request started with a call to StartNewKeyPairRequest or StartSigningRequest . Signature FinishRequest ( [in] NodeId ApplicationId [in] NodeId RequestId [out] ByteString Certificate [out] ByteString PrivateKey [out] ByteString[] IssuerCertificates ); Argument Description ApplicationId ... succeeds. Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument The RequestId is does not reference
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.6 RevokeCertificatesupported, the CertificateManager shall generate the CertificateRevokedAuditEventType on success. Signature RevokeCertificate ( [in] NodeId ApplicationId [in] ByteString Certificate ); Argument Description ApplicationId The identifier assigned to the application by the CertificateManager . Certificate ... revoke. Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument The certificate is not a Certificate
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.7 GetCertificateGroupsGetCertificateGroups The GetCertificateGroups Method returns the CertificateGroups assigned to application. Signature GetCertificateGroups( [in] NodeId ApplicationId [out] NodeId[] CertificateGroupIds ); Argument Description ApplicationId The identifier assigned to the application ... Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_UserAccessDenied The current user does not have
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.8 GetCertificatesRole, the ApplicationAdmin Privilege , or the ApplicationSelfAdmin Privilege (see 7.2 ). Signature GetCertificates( [in] NodeId ApplicationId [in] NodeId CertificateGroupId [out] NodeId[] CertificateTypeIds [out] ByteString[] Certificates ); Argument Description ApplicationId The identifier assigned ... valid. Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument The CertificateGroupId is not recognized
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.9 GetTrustListretrieve the NodeId of a TrustList assigned to an application. Signature GetTrustList( [in] NodeId ApplicationId [in] NodeId CertificateGroupId [out] NodeId TrustListId ); Argument Description ApplicationId The identifier assigned to the application ... Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument The CertificateGroupId parameter is not valid
-
OPC-10000-12 – OPC Unified Architecture - Part 12: Discovery and Global Services7.9.10 GetCertificateStatusRole, the ApplicationAdmin Privilege , or the ApplicationSelfAdmin Privilege (see 7.2 ). Signature GetCertificateStatus( [in] NodeId ApplicationId [in] NodeId CertificateGroupId [in] NodeId CertificateTypeId [out] Boolean UpdateRequired ); Argument Description ApplicationId The identifier assigned ... Certificate . Method Result Codes (defined in Call Service) Result Code Description Bad_NotFound The ApplicationId does not refer to a registered application. Bad_InvalidArgument The CertificateGroupId or CertificateTypeId parameter
-
OPC-10000-17 – OPC Unified Architecture - Part 17: Alias Namesprocessing. The following steps describe the processing: First the Subscriber looks up the ApplicationId and connects to the appropriate Server (if it does not already have a connection
-
OPC-10000-21 – OPC Unified Architecture - Part 21: Device Onboarding7.1 Overviewchooses a valid DeviceIdentity Certificate and returns it in the response along with a ApplicationId which is used to request new Certificates . The DCA reconnects using a new SecureChannel with
-
OPC-10000-21 – OPC Unified Architecture - Part 21: Device Onboarding7.2 Pull Managementerror. If a valid Ticket is found the Registrar returns a DeviceIdentity Certificate and ApplicationId which the Device is expected to used to request the DCA Certificate
-
OPC-10000-81 – OPC Unified Architecture - Part 81: UAFX Connecting Devices and Information Modelused. UniqueIdentifier is maintained by the creator of the identifier. This field is of ApplicationId DataType to allow the creator to create any type of identifier. An ApplicationId DataType allows