![]() | SUMMARY | DETAIL |
Macros to manage and retrieve information about the members of a context.
Macro Summary | |
external | %lsaf_addmember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Adds a user or a group as a member of the specified context.
|
external | %lsaf_getassignedmembers(lsaf_path=, sas_dsname=work.lsafGetAssignedMembers);
Gets the metadata for all of the members that are assigned to the specified context. The ...
|
external | %lsaf_getpotentialmembers(lsaf_path=, sas_dsname=work.lsafGetPotentialMembers);
Gets the metadata for all of the users or groups that are available to be added as members ...
|
external | %lsaf_ismember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=, lsaf_includeImplicit=0);
Indicates whether a user or group is a member in the specified context.
|
external | %lsaf_removemember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Removes a user or a group as a member of the specified context.
|
Macro Detail |
%lsaf_addmember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the context to which to add the member.lsaf_member
-
- Required - The user ID of the user or the name of the group.lsaf_type
-
- Conditional - The type of member. Valid values (case-insensitive):lsaf_group_context
-
- Conditional - The context in which the group is defined, specified
%lsaf_getassignedmembers(lsaf_path=, sas_dsname=work.lsafGetAssignedMembers);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the context that contains the members.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_getpotentialmembers(lsaf_path=, sas_dsname=work.lsafGetPotentialMembers);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the context to determine potential members.sas_dsname
-
- Optional - The name of the output SAS data set to contain the metadata
%lsaf_ismember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=, lsaf_includeImplicit=0);
[ Exposure:
external
]
_lsafIsMember_
-
Indicates whether the user or group is a member of the specified context._lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The absolute path of the context.lsaf_member
-
- Required - The user ID or group name of the member.lsaf_type
-
- Conditional - The type of member. Valid values (case-insensitive):lsaf_group_context
-
- Conditional - The context in which the member group is defined,lsaf_includeImplicit
-
- Optional - Indicates whether to report that the user is an
%lsaf_removemember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
The return message._lsafRC_
-
The return code.lsaf_path
-
- Required - The path of the context from which to remove the member.lsaf_member
-
- Required - The ID of the user or the name of the group.lsaf_type
-
- Conditional - The type of the member. Valid values (case-insensitive):lsaf_group_context
-
- Conditional - The context in which the group to remove is defined,