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 (25.3.0.1000)
Syntaxpublic bool IsSecure { get; set; }Public Property IsSecure As Boolean
	Get
	Set
public:
property bool IsSecure {
	bool get ();
	void set (bool value);
}member IsSecure : bool with 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