Tests whether access to a record type can be controlled with access and action security privileges.
Security can be managed at the database, record type, and field levels. This method tests security properties at the record type level.
Security cannot be managed by Rational® ClearQuest® APIs. To manage security, you need to use Rational ClearQuest Designer and the Rational ClearQuest client.
VBScript
entitydef.CanBeSecurityContext
Perl
$entitydef->CanBeSecurityContext();
VBScript
can_be_secure = entitydef.CanBeSecurityContext
Perl
$can_be_secure = $entitydef->CanBeSecurityContext();