docs/interfaces/management.Management.ConnectionOptionsWindowsLive.html
Options for the 'windowslive' connection
interface ConnectionOptionsWindowsLive {
non_persistent_attrs?: ConnectionNonPersistentAttrs;
client_id?: string;
client_secret?: string;
freeform_scopes?: ConnectionScopeArray;
scope?: ConnectionScopeArray;
set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
strategy_version?: number;
upstream_params?: ConnectionUpstreamParams;
applications?: boolean;
applications_create?: boolean;
basic?: boolean;
birthday?: boolean;
calendars?: boolean;
calendars_update?: boolean;
contacts_birthday?: boolean;
contacts_calendars?: boolean;
contacts_create?: boolean;
contacts_photos?: boolean;
contacts_skydrive?: boolean;
directory_accessasuser_all?: boolean;
directory_read_all?: boolean;
directory_readwrite_all?: boolean;
emails?: boolean;
events_create?: boolean;
graph_calendars?: boolean;
graph_calendars_update?: boolean;
graph_contacts?: boolean;
graph_contacts_update?: boolean;
graph_device?: boolean;
graph_device_command?: boolean;
graph_emails?: boolean;
graph_emails_update?: boolean;
graph_files?: boolean;
graph_files_all?: boolean;
graph_files_all_update?: boolean;
graph_files_update?: boolean;
graph_notes?: boolean;
graph_notes_create?: boolean;
graph_notes_update?: boolean;
graph_tasks?: boolean;
graph_tasks_update?: boolean;
graph_user?: boolean;
graph_user_activity?: boolean;
graph_user_update?: boolean;
group_read_all?: boolean;
group_readwrite_all?: boolean;
mail_readwrite_all?: boolean;
mail_send?: boolean;
messenger?: boolean;
offline_access?: boolean;
phone_numbers?: boolean;
photos?: boolean;
postal_addresses?: boolean;
rolemanagement_read_all?: boolean;
rolemanagement_readwrite_directory?: boolean;
share?: boolean;
signin?: boolean;
sites_read_all?: boolean;
sites_readwrite_all?: boolean;
skydrive?: boolean;
skydrive_update?: boolean;
team_readbasic_all?: boolean;
team_readwrite_all?: boolean;
user_read_all?: boolean;
user_readbasic_all?: boolean;
work_profile?: boolean;
key: string: any;
}
Accepts any additional properties
non_persistent_attrs?client_id?client_secret?freeform_scopes?scope?set_user_root_attributes?strategy_version?upstream_params?applications?applications_create?basic?birthday?calendars?calendars_update?contacts_birthday?contacts_calendars?contacts_create?contacts_photos?contacts_skydrive?directory_accessasuser_all?directory_read_all?directory_readwrite_all?emails?events_create?graph_calendars?graph_calendars_update?graph_contacts?graph_contacts_update?graph_device?graph_device_command?graph_emails?graph_emails_update?graph_files?graph_files_all?graph_files_all_update?graph_files_update?graph_notes?graph_notes_create?graph_notes_update?graph_tasks?graph_tasks_update?graph_user?graph_user_activity?graph_user_update?group_read_all?group_readwrite_all?mail_readwrite_all?mail_send?messenger?offline_access?phone_numbers?photos?postal_addresses?rolemanagement_read_all?rolemanagement_readwrite_directory?share?signin?sites_read_all?sites_readwrite_all?skydrive?skydrive_update?team_readbasic_all?team_readwrite_all?user_read_all?user_readbasic_all?work_profile?
Optionalnon_persistent_attrsnon_persistent_attrs?: ConnectionNonPersistentAttrs
Optionalclient_idclient_id?: string
Optionalclient_secretclient_secret?: string
Optionalfreeform_scopesfreeform_scopes?: ConnectionScopeArray
Optionalscopescope?: ConnectionScopeArray
Optionalset_user_root_attributesset_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum
Optionalstrategy_versionstrategy_version?: number
Optionalupstream_paramsupstream_params?: ConnectionUpstreamParams
Optionalapplicationsapplications?: boolean
When enabled, requests access to user's applications.
Optionalapplications_createapplications_create?: boolean
When enabled, requests permission to create applications.
Optionalbasicbasic?: boolean
When enabled, requests read access to user's basic profile information and contacts list.
Optionalbirthdaybirthday?: boolean
When enabled, requests read access to user's birth day, month, and year.
Optionalcalendarscalendars?: boolean
When enabled, requests read access to user's calendars and events.
Optionalcalendars_updatecalendars_update?: boolean
When enabled, requests read and write access to user's calendars and events.
Optionalcontacts_birthdaycontacts_birthday?: boolean
When enabled, requests read access to contacts' birth day and birth month.
Optionalcontacts_calendarscontacts_calendars?: boolean
When enabled, requests read access to user's calendars and shared calendars/events from others.
Optionalcontacts_createcontacts_create?: boolean
When enabled, requests permission to create new contacts in user's address book.
Optionalcontacts_photoscontacts_photos?: boolean
When enabled, requests read access to user's and shared albums, photos, videos, and audio.
Optionalcontacts_skydrivecontacts_skydrive?: boolean
When enabled, requests read access to OneDrive files shared by other users.
Optionaldirectory_accessasuser_alldirectory_accessasuser_all?: boolean
When enabled, allows the app to have the same access to information in the directory as the signed-in user.
Optionaldirectory_read_alldirectory_read_all?: boolean
When enabled, allows the app to read data in your organization's directory, such as users, groups, and apps.
Optionaldirectory_readwrite_alldirectory_readwrite_all?: boolean
When enabled, allows the app to read and write data in your organization's directory, such as users and groups.
Optionalemailsemails?: boolean
When enabled, requests read access to personal, preferred, and business email addresses.
Optionalevents_createevents_create?: boolean
When enabled, requests permission to create events on user's default calendar.
Optionalgraph_calendarsgraph_calendars?: boolean
When enabled, requests permission to read the user's calendars.
Optionalgraph_calendars_updategraph_calendars_update?: boolean
When enabled, requests permission to read and write the user's calendars.
Optionalgraph_contactsgraph_contacts?: boolean
When enabled, requests permission to read the user's contacts.
Optionalgraph_contacts_updategraph_contacts_update?: boolean
When enabled, requests permission to read and write the user's contacts.
Optionalgraph_devicegraph_device?: boolean
When enabled, requests permission to read the user's device information.
Optionalgraph_device_commandgraph_device_command?: boolean
When enabled, requests permission to send commands to the user's devices.
Optionalgraph_emailsgraph_emails?: boolean
When enabled, requests permission to read the user's emails.
Optionalgraph_emails_updategraph_emails_update?: boolean
When enabled, requests permission to read and write the user's emails.
Optionalgraph_filesgraph_files?: boolean
When enabled, requests permission to read the user's files.
Optionalgraph_files_allgraph_files_all?: boolean
When enabled, requests permission to read all files the user has access to.
Optionalgraph_files_all_updategraph_files_all_update?: boolean
When enabled, requests permission to read and write all files the user has access to.
Optionalgraph_files_updategraph_files_update?: boolean
When enabled, requests permission to read and write the user's files.
Optionalgraph_notesgraph_notes?: boolean
When enabled, requests permission to read the user's OneNote notebooks.
Optionalgraph_notes_creategraph_notes_create?: boolean
When enabled, requests permission to create new OneNote notebooks.
Optionalgraph_notes_updategraph_notes_update?: boolean
When enabled, requests permission to read and write the user's OneNote notebooks.
Optionalgraph_tasksgraph_tasks?: boolean
When enabled, requests permission to read the user's tasks.
Optionalgraph_tasks_updategraph_tasks_update?: boolean
When enabled, requests permission to read and write the user's tasks.
Optionalgraph_usergraph_user?: boolean
When enabled, requests permission to read the user's profile.
Optionalgraph_user_activitygraph_user_activity?: boolean
When enabled, requests permission to read the user's activity history.
Optionalgraph_user_updategraph_user_update?: boolean
When enabled, requests permission to read and write the user's profile.
Optionalgroup_read_allgroup_read_all?: boolean
When enabled, allows the app to read all group properties and memberships.
Optionalgroup_readwrite_allgroup_readwrite_all?: boolean
When enabled, allows the app to create groups, read all group properties and memberships, update group properties and memberships, and delete groups.
Optionalmail_readwrite_allmail_readwrite_all?: boolean
When enabled, allows the app to create, read, update, and delete all mail in all mailboxes.
Optionalmail_sendmail_send?: boolean
When enabled, allows the app to send mail as users in the organization.
Optionalmessengermessenger?: boolean
When enabled, requests access to user's Windows Live Messenger data.
Optionaloffline_accessoffline_access?: boolean
When enabled, requests a refresh token for offline access.
Optionalphone_numbersphone_numbers?: boolean
When enabled, requests read access to personal, business, and mobile phone numbers.
Optionalphotosphotos?: boolean
When enabled, requests read access to user's photos, videos, audio, and albums.
Optionalpostal_addressespostal_addresses?: boolean
When enabled, requests read access to personal and business postal addresses.
Optionalrolemanagement_read_allrolemanagement_read_all?: boolean
When enabled, allows the app to read the role-based access control (RBAC) settings for your company's directory.
Optionalrolemanagement_readwrite_directoryrolemanagement_readwrite_directory?: boolean
When enabled, allows the app to read and write the role-based access control (RBAC) settings for your company's directory.
Optionalshareshare?: boolean
When enabled, requests permission to share content with other users.
Optionalsigninsignin?: boolean
When enabled, provides single sign-in behavior for users already signed into their Microsoft account.
Optionalsites_read_allsites_read_all?: boolean
When enabled, allows the app to read documents and list items in all SharePoint site collections.
Optionalsites_readwrite_allsites_readwrite_all?: boolean
When enabled, allows the app to create, read, update, and delete documents and list items in all SharePoint site collections.
Optionalskydriveskydrive?: boolean
When enabled, requests read access to user's files stored on OneDrive.
Optionalskydrive_updateskydrive_update?: boolean
When enabled, requests read and write access to user's OneDrive files.
Optionalteam_readbasic_allteam_readbasic_all?: boolean
When enabled, allows the app to read the names and descriptions of all teams.
Optionalteam_readwrite_allteam_readwrite_all?: boolean
When enabled, allows the app to read and write all teams' information and change team membership.
Optionaluser_read_alluser_read_all?: boolean
When enabled, allows the app to read the full set of profile properties, reports, and managers of all users.
Optionaluser_readbasic_alluser_readbasic_all?: boolean
When enabled, allows the app to read a basic set of profile properties of all users in the directory.
Optionalwork_profilework_profile?: boolean
When enabled, requests read access to employer and work position information.
Member Visibility
ThemeOSLightDark
Properties non_persistent_attrsclient_idclient_secretfreeform_scopesscopeset_user_root_attributesstrategy_versionupstream_paramsapplicationsapplications_createbasicbirthdaycalendarscalendars_updatecontacts_birthdaycontacts_calendarscontacts_createcontacts_photoscontacts_skydrivedirectory_accessasuser_alldirectory_read_alldirectory_readwrite_allemailsevents_creategraph_calendarsgraph_calendars_updategraph_contactsgraph_contacts_updategraph_devicegraph_device_commandgraph_emailsgraph_emails_updategraph_filesgraph_files_allgraph_files_all_updategraph_files_updategraph_notesgraph_notes_creategraph_notes_updategraph_tasksgraph_tasks_updategraph_usergraph_user_activitygraph_user_updategroup_read_allgroup_readwrite_allmail_readwrite_allmail_sendmessengeroffline_accessphone_numbersphotospostal_addressesrolemanagement_read_allrolemanagement_readwrite_directorysharesigninsites_read_allsites_readwrite_allskydriveskydrive_updateteam_readbasic_allteam_readwrite_alluser_read_alluser_readbasic_allwork_profile