Workgroups
Workgroups
Workgroups Objects
class Workgroups()This is a base object that contains all you can do about workgroups.
constructor
function constructor()Constructor
Arguments:
ReferenceInternalOpenGateAPI - to the API object.
update
function update() -> '*'Returns:
*
withAdministrative
function withAdministrative(administrative: boolean) -> 'Workgroups'Set the administrative attribute
Arguments:
administrativeboolean
Returns:
Workgroups
withDescription
function withDescription(description: string) -> 'Workgroups'Set the description attribute
Arguments:
descriptionstring - required field
Returns:
Workgroups
withDomainName
function withDomainName(domainName: string) -> 'Workgroups'Set the domain attribute
Arguments:
domainNamestring - required field
Returns:
Workgroups
withName
function withName(name: string) -> 'Workgroups'Set the name attribute
Arguments:
namestring - required field
Returns:
Workgroups