- Schema:
PRIVACY_POLICIES view¶
This Account Usage view provides the privacy policies in your account.
Each row in this view corresponds to a different privacy policy.
Columns¶
Column Name |
Data Type |
Description |
---|---|---|
|
NUMBER |
Internal/system-generated identifier for the privacy policy. |
|
VARCHAR |
Name of the privacy policy. |
|
NUMBER |
Internal/system-generated identifier for the schema in which the policy resides. |
|
VARCHAR |
Schema that contains the privacy policy. |
|
NUMBER |
Internal/system-generated identifier for the database in which the policy resides. |
|
VARCHAR |
Database to which the privacy policy belongs. |
|
VARCHAR |
Name of the role that owns the privacy policy. |
|
VARCHAR |
Type signature of the privacy policy’s arguments. |
|
VARCHAR |
Return value data type. |
|
VARCHAR |
Privacy policy definition. |
|
VARIANT |
Comments entered for the privacy policy (if any). |
|
TIMESTAMP_LTZ |
Date and time when the privacy policy was created. |
|
TIMESTAMP_LTZ |
Date and time when the privacy policy was last altered. |
|
TIMESTAMP_LTZ |
Date and time when the privacy policy was dropped. |
|
VARCHAR |
The type of role that owns the object, for example |
Usage notes¶
Latency for the view may be up to 120 minutes (2 hours).
The view only displays objects for which the current role for the session has been granted access privileges.