Google Apps Script API
Preparing search index...
google-apps-script-events
GoogleAppsScript
AdminDirectory
Collection
RolesCollection
Interface RolesCollection
interface
RolesCollection
{
get
(
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
;
insert
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
;
list
(
customer
:
string
)
:
Roles
;
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Roles
;
patch
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
;
remove
(
customer
:
string
,
roleId
:
string
)
:
void
;
update
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
;
}
Index
Methods
get
insert
list
patch
remove
update
Methods
get
get
(
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
Parameters
customer
:
string
roleId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
insert
insert
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
Parameters
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
customer
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
list
list
(
customer
:
string
)
:
Roles
Parameters
customer
:
string
Returns
Roles
list
(
customer
:
string
,
optionalArgs
:
object
)
:
Roles
Parameters
customer
:
string
optionalArgs
:
object
Returns
Roles
patch
patch
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
Parameters
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
customer
:
string
roleId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
remove
remove
(
customer
:
string
,
roleId
:
string
)
:
void
Parameters
customer
:
string
roleId
:
string
Returns
void
update
update
(
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
,
customer
:
string
,
roleId
:
string
,
)
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
Parameters
resource
:
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
customer
:
string
roleId
:
string
Returns
GoogleAppsScript
.
AdminDirectory
.
Schema
.
Role
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
insert
list
patch
remove
update
Google Apps Script API
Loading...