CustomAttributeInfoIsSecure Property

Gets or sets a value indicating whether this custom attribute is secure.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public bool IsSecure { get; set; }

Property Value

Type: Boolean
Remarks
A value of indicates that the value of the attribute may contain sensitive information, and should not be accessible to remote callers (e.g. through a REST API), unless for administrative purposes.

Furthermore, tenant administrators are not able to view the values of secure custom attributes when retrieving accounts or groups.

See Also