Access Control rules may provide access security for which of the following database objects?
Access Control rules may provide access security for which of the following database objects?
Access control rules may provide access security for specific rows, columns, or tables in a database. This ensures that different levels of access and permissions can be applied to various data elements, allowing for detailed security management over who can view, modify, or interact with specific parts of the data.
B. For a specific row, column, or table While all the options provided are valid for access control rules in ServiceNow, the most commonly associated database objects with access security in ServiceNow are specific rows, columns, or tables. Access control rules can be applied to these elements to define who can view, modify, or interact with the data stored within them.
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html At the beginning of the article it mentions the following statement: "The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record."
D is correct. The question asks about a specific database object. B is not a specific object. D is a specific object.
B is the correct answer as ACLs provide access to specific row (records), column (fields), or table itself. ACLs are defined by "TABLE.FIELD" and conditions within the ACL record can apply to specific records.
answer is wrong, is B
answer is B https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
"Each object consists of a type and name that uniquely identifies a particular table, field, or record." https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html This is not clear, because a column can be a field and record can be row. However, on this servicenow site: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/acl-rule-types.html Record themselves are not access controlled, but the table the record belongs to and the fields that belong to the record are acess controlled. So B and D are correct, but as a matter of semantics, B is less correct. https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/configuration-management/concept/cnfig-mgmt-and-cmdb.html
Answer is B
The object has been specified which is one of the requirement
B, is right... I'm getting worried about this site :(
B should be a correct answer
The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record.
B is the correct answer
ACL's secure an object. An object consists of a type and name that uniquely identifies a particular table, field, or record. What is a "Specific CMDB Configuration Item"? A record that satisfies the definition of an object.
I voted for B https://docs.servicenow.com/en-US/bundle/tokyo-platform-administration/page/administer/contextual-security/concept/access-control-rules.html Components of ACLs All access control list rules specify: The object and operation being secured The permissions required to access the object The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record.
Voting for B
B is correct
It should be B
B should be the answer
B is correct.. row level Column level and table level
It should be B
I don't think D is the right answer: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/contextual-security/concept/access-control-rules.html
B is the correct answer
b is correct
B is correct
Answer B is written in the singular tense and those items are stored on the database server, accessed via the application server, hence they are database objects. Role assignments can restrict or allow the visibility of those items. CI's are database objects too, but generally require more global access for use via service catalog and integration to extended task tables. Just my 2 cents.
B is correct
clear B
It's B
I vote that this should be B
The correct answer is: A. For a specific role, group, or user Access control rules in databases are typically used to manage and restrict access to specific database objects, such as tables, views, or stored procedures, based on the roles, groups, or individual users accessing the database. These rules ensure that only authorized users or groups can perform certain operations on the database objects.
B is Correct Answer
B is the correct one
i believe it is D
Since getting the row restricted can be achieved inside Database table