namespace http://opcfoundation.org/UA/
nodeClass DataType
name SecurityGroupDataType
isAbstract false
interface DTSecurityGroup {
    groupProperties: DTKeyValuePair[];
    keyLifetime: number;
    maxFutureKeyCount: number;
    maxPastKeyCount: number;
    name: UAString;
    rolePermissions: DTRolePermission[];
    securityGroupFolder: UAString[];
    securityGroupId: UAString;
    securityPolicyUri: UAString;
}

Hierarchy (view full)

Properties

groupProperties: DTKeyValuePair[]
keyLifetime: number
maxFutureKeyCount: number
maxPastKeyCount: number
name: UAString
rolePermissions: DTRolePermission[]
securityGroupFolder: UAString[]
securityGroupId: UAString
securityPolicyUri: UAString