用户的 DEFAULT_ SECONDARY_ ROLES 对象属性的默认值更改为 (‘ALL’)¶
Attention
This behavior change is in the 2024_08 bundle.
For the current status of the bundle, refer to Bundle History.
Attention
注意:在下一个行为变更版本中,此变更只会显示在 SNOWFLAKE.ACCOUNT_USAGE.USERS 视图中。
此行为变更最初于 2024_07 捆绑包中引入。为了给用户额外的时间来评估这一变更,这一行为变更在 2024_08 中保持禁用。
This BCR affects all users. If a new or existing user has their DEFAULT_SECONDARY_ROLES object property unset, or set to NULL, then their
DEFAULT_SECONDARY_ROLES object property changes to ('ALL').
如果新用户或现有用户的 DEFAULT_SECONDARY_ROLES 对象属性已明确设置,则其 DEFAULT_SECONDARY_ROLES 对象属性不会改变。
Setting a user’s DEFAULT_SECONDARY_ROLES object property to () specifies that a user does not have secondary roles. If you want to
preserve the existing behavior of the DEFAULT_SECONDARY_ROLES object property in your account, you can use the following procedure to
explicitly set DEFAULT_SECONDARY_ROLES to an empty list:
For more information, see the community article (https://community.snowflake.com/s/article/default-secondary-roles-all-overview-and-additional-explanations)
- Before the change:
用户的 DEFAULT_SECONDARY_ROLES 对象属性的默认值是 NULL。
- After the change:
用户的 DEFAULT_SECONDARY_ROLES 对象属性的默认值是 (‘ALL’)。
参考:1692