namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition SecurityGroupType i=15471
isAbstract false
interface UASecurityGroup_Base {
    forceKeyRotation?: UAMethod;
    invalidateKeys?: UAMethod;
    keyLifetime: UAProperty<number, Double>;
    maxFutureKeyCount: UAProperty<number, UInt32>;
    maxPastKeyCount: UAProperty<number, UInt32>;
    securityGroupId: UAProperty<UAString, String>;
    securityPolicyUri: UAProperty<UAString, String>;
}

Hierarchy (view full)

Properties

forceKeyRotation?: UAMethod
invalidateKeys?: UAMethod
keyLifetime: UAProperty<number, Double>
maxFutureKeyCount: UAProperty<number, UInt32>
maxPastKeyCount: UAProperty<number, UInt32>
securityGroupId: UAProperty<UAString, String>
securityPolicyUri: UAProperty<UAString, String>