зеркало из https://github.com/Azure/AzureGraph.git
doc fixup
This commit is contained in:
Родитель
c792d729d4
Коммит
3f4b863c8a
|
@ -21,7 +21,7 @@
|
|||
#' - `list_created_objects(type=c("user", "group", "application", "servicePrincipal"))`: List directory objects (groups/apps/service principals) created by this user. Specify the `type` argument to filter the result for specific object type(s).
|
||||
#' - `list_owned_devices()`: List the devices owned by this user.
|
||||
#' - `list_registered_devices()`: List the devices registered by this user.
|
||||
#' - `reset_password(password=NULL, force_password_change=TRUE): Resets a user password. By default the new password will be randomly generated, and must be changed at next login.
|
||||
#' - `reset_password(password=NULL, force_password_change=TRUE)`: Resets a user password. By default the new password will be randomly generated, and must be changed at next login.
|
||||
#'
|
||||
#' @section Initialization:
|
||||
#' Creating new objects of this class should be done via the `create_user` and `get_user` methods of the [ms_graph] and [az_app] classes. Calling the `new()` method for this class only constructs the R object; it does not call the Microsoft Graph API to create the actual user account.
|
||||
|
|
|
@ -36,7 +36,7 @@ Base class representing an AAD user account.
|
|||
\item \code{list_created_objects(type=c("user", "group", "application", "servicePrincipal"))}: List directory objects (groups/apps/service principals) created by this user. Specify the \code{type} argument to filter the result for specific object type(s).
|
||||
\item \code{list_owned_devices()}: List the devices owned by this user.
|
||||
\item \code{list_registered_devices()}: List the devices registered by this user.
|
||||
\item `reset_password(password=NULL, force_password_change=TRUE): Resets a user password. By default the new password will be randomly generated, and must be changed at next login.
|
||||
\item \code{reset_password(password=NULL, force_password_change=TRUE)}: Resets a user password. By default the new password will be randomly generated, and must be changed at next login.
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче