Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI Powershell

SetPIDatabaseSecurity.ACL Property

  • Last UpdatedDec 15, 2025
  • 2 minute read
SetPIDatabaseSecurity.ACL Property

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

Property Value

Type: ACL

See Also

In This Topic
TitleResults for “How to create a CRG?”Also Available in