SetPIDatabaseSecurity.ACL Property
- Last UpdatedDec 15, 2025
- 2 minute read
ACL (Access Control List) object of security settings to be set on the PI Database Security entry
Namespace: OSIsoft.PowerShell
Assembly: OSIsoft.PowerShell (in OSIsoft.PowerShell.dll) Version: 2.2.3.0 (2.2.3.952)
Syntax
[ParameterAttribute(Position = 1, ParameterSetName = "Edit by ACL", Mandatory = true, HelpMessage = "Table Name")] [ValidateNotNullOrEmptyAttribute] public ACL ACL { get; set; }
<ParameterAttribute(Position := 1, ParameterSetName := "Edit by ACL", Mandatory := true, HelpMessage := "Table Name")> <ValidateNotNullOrEmptyAttribute> Public Property ACL As ACL Get Set Dim instance As SetPIDatabaseSecurity Dim value As ACL value = instance.ACL instance.ACL = value
public: [ParameterAttribute(Position = 1, ParameterSetName = L"Edit by ACL", Mandatory = true, HelpMessage = L"Table Name")] [ValidateNotNullOrEmptyAttribute] property ACL^ ACL { ACL^ get (); void set (ACL^ value); }
[<ParameterAttribute(Position = 1, ParameterSetName = "Edit by ACL", Mandatory = true, HelpMessage = "Table Name")>] [<ValidateNotNullOrEmptyAttribute>] member ACL : ACL with get, set