Package | Description |
---|---|
com.veeva.vault.vapil.api.request |
Methods to perform Vault API calls, with each method mapping to a Vault API endpoint
|
Modifier and Type | Method and Description |
---|---|
GroupRequest |
GroupRequest.setActive(Boolean active)
Set the active__v body parameter to create the group as active or inactive.
|
GroupRequest |
GroupRequest.setAllowDelegationAmongMembers(Boolean allowDelegationAmongMembers)
Set the allow_delegation_among_members__v body parameter to specifiy that members of this group will only
be allowed to delegate access to other members of the same group.
|
GroupRequest |
GroupRequest.setGroupDescription(String groupDescription)
Set the group_description__v body parameter add a description of the group
|
GroupRequest |
GroupRequest.setIncludeImplied(Boolean includeImplied)
To include the implied_members__v field in the response,
set includeImplied to true.
|
GroupRequest |
GroupRequest.setLabel(String label)
Set the label__v body parameter.
|
GroupRequest |
GroupRequest.setMembers(List<Integer> members)
Set the members__v body parameter to manually assign individual users to the group
|
GroupRequest |
GroupRequest.setSecurityProfiles(List<String> securityProfiles)
Set the security_profiles__v body parameter to automatically adds all users with the security profile
to the group.
|
Copyright © 2021. All rights reserved.