Security Administration (ISecurityAdmin Interface) |
Changes the attributes of an ACT.
Category: ACT administration methods
Syntax |
SetAccessControlTemplateAttribs(tCtxt,ACTresource,ACT_attributes);
Parameters |
Details |
The SetAccessControlTemplateAttribs method can be used to rename an ACT, modify its description, and add or remove the ACT as the current default repository ACT. These changes are made by specifying new values for the Name=, Desc=, and Use= attributes.
The specified values replace the current values for the ACT identified by TCTXT or in ACTRESOURCE. For information about the attributes, see CreateAccessControlTemplate.
Exceptions Thrown |
The SAS Open Metadata Interface explicitly returns the following exceptions for the SetAccessControlTemplateAttribs method:
SECAD_INVALID_TC_HANDLE
SECAD_INVALID_RESOURCE_SPEC
SECAD_OBJECT_NOT_ACT
SECAD_ACT_ALREADY_EXISTS
SECAD_ACT_DOES_NOT_EXIST
SECAD_NOT_AUTHORIZED
Related Methods |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.