Back to Node Auth0

Interface ConnectionOptionsWindowsLive

docs/interfaces/management.Management.ConnectionOptionsWindowsLive.html

5.9.118.3 KB
Original Source

Interface ConnectionOptionsWindowsLive

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;
}

Hierarchy (View Summary)

Indexable

Accepts any additional properties

Index

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?

Properties

Optionalnon_persistent_attrs

non_persistent_attrs?: ConnectionNonPersistentAttrs

Optionalclient_id

client_id?: string

Optionalclient_secret

client_secret?: string

Optionalfreeform_scopes

freeform_scopes?: ConnectionScopeArray

Optionalscope

scope?: ConnectionScopeArray

Optionalset_user_root_attributes

set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum

Optionalstrategy_version

strategy_version?: number

Optionalupstream_params

upstream_params?: ConnectionUpstreamParams

Optionalapplications

applications?: boolean

When enabled, requests access to user's applications.

Optionalapplications_create

applications_create?: boolean

When enabled, requests permission to create applications.

Optionalbasic

basic?: boolean

When enabled, requests read access to user's basic profile information and contacts list.

Optionalbirthday

birthday?: boolean

When enabled, requests read access to user's birth day, month, and year.

Optionalcalendars

calendars?: boolean

When enabled, requests read access to user's calendars and events.

Optionalcalendars_update

calendars_update?: boolean

When enabled, requests read and write access to user's calendars and events.

Optionalcontacts_birthday

contacts_birthday?: boolean

When enabled, requests read access to contacts' birth day and birth month.

Optionalcontacts_calendars

contacts_calendars?: boolean

When enabled, requests read access to user's calendars and shared calendars/events from others.

Optionalcontacts_create

contacts_create?: boolean

When enabled, requests permission to create new contacts in user's address book.

Optionalcontacts_photos

contacts_photos?: boolean

When enabled, requests read access to user's and shared albums, photos, videos, and audio.

Optionalcontacts_skydrive

contacts_skydrive?: boolean

When enabled, requests read access to OneDrive files shared by other users.

Optionaldirectory_accessasuser_all

directory_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_all

directory_read_all?: boolean

When enabled, allows the app to read data in your organization's directory, such as users, groups, and apps.

Optionaldirectory_readwrite_all

directory_readwrite_all?: boolean

When enabled, allows the app to read and write data in your organization's directory, such as users and groups.

Optionalemails

emails?: boolean

When enabled, requests read access to personal, preferred, and business email addresses.

Optionalevents_create

events_create?: boolean

When enabled, requests permission to create events on user's default calendar.

Optionalgraph_calendars

graph_calendars?: boolean

When enabled, requests permission to read the user's calendars.

Optionalgraph_calendars_update

graph_calendars_update?: boolean

When enabled, requests permission to read and write the user's calendars.

Optionalgraph_contacts

graph_contacts?: boolean

When enabled, requests permission to read the user's contacts.

Optionalgraph_contacts_update

graph_contacts_update?: boolean

When enabled, requests permission to read and write the user's contacts.

Optionalgraph_device

graph_device?: boolean

When enabled, requests permission to read the user's device information.

Optionalgraph_device_command

graph_device_command?: boolean

When enabled, requests permission to send commands to the user's devices.

Optionalgraph_emails

graph_emails?: boolean

When enabled, requests permission to read the user's emails.

Optionalgraph_emails_update

graph_emails_update?: boolean

When enabled, requests permission to read and write the user's emails.

Optionalgraph_files

graph_files?: boolean

When enabled, requests permission to read the user's files.

Optionalgraph_files_all

graph_files_all?: boolean

When enabled, requests permission to read all files the user has access to.

Optionalgraph_files_all_update

graph_files_all_update?: boolean

When enabled, requests permission to read and write all files the user has access to.

Optionalgraph_files_update

graph_files_update?: boolean

When enabled, requests permission to read and write the user's files.

Optionalgraph_notes

graph_notes?: boolean

When enabled, requests permission to read the user's OneNote notebooks.

Optionalgraph_notes_create

graph_notes_create?: boolean

When enabled, requests permission to create new OneNote notebooks.

Optionalgraph_notes_update

graph_notes_update?: boolean

When enabled, requests permission to read and write the user's OneNote notebooks.

Optionalgraph_tasks

graph_tasks?: boolean

When enabled, requests permission to read the user's tasks.

Optionalgraph_tasks_update

graph_tasks_update?: boolean

When enabled, requests permission to read and write the user's tasks.

Optionalgraph_user

graph_user?: boolean

When enabled, requests permission to read the user's profile.

Optionalgraph_user_activity

graph_user_activity?: boolean

When enabled, requests permission to read the user's activity history.

Optionalgraph_user_update

graph_user_update?: boolean

When enabled, requests permission to read and write the user's profile.

Optionalgroup_read_all

group_read_all?: boolean

When enabled, allows the app to read all group properties and memberships.

Optionalgroup_readwrite_all

group_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_all

mail_readwrite_all?: boolean

When enabled, allows the app to create, read, update, and delete all mail in all mailboxes.

Optionalmail_send

mail_send?: boolean

When enabled, allows the app to send mail as users in the organization.

Optionalmessenger

messenger?: boolean

When enabled, requests access to user's Windows Live Messenger data.

Optionaloffline_access

offline_access?: boolean

When enabled, requests a refresh token for offline access.

Optionalphone_numbers

phone_numbers?: boolean

When enabled, requests read access to personal, business, and mobile phone numbers.

Optionalphotos

photos?: boolean

When enabled, requests read access to user's photos, videos, audio, and albums.

Optionalpostal_addresses

postal_addresses?: boolean

When enabled, requests read access to personal and business postal addresses.

Optionalrolemanagement_read_all

rolemanagement_read_all?: boolean

When enabled, allows the app to read the role-based access control (RBAC) settings for your company's directory.

Optionalrolemanagement_readwrite_directory

rolemanagement_readwrite_directory?: boolean

When enabled, allows the app to read and write the role-based access control (RBAC) settings for your company's directory.

Optionalshare

share?: boolean

When enabled, requests permission to share content with other users.

Optionalsignin

signin?: boolean

When enabled, provides single sign-in behavior for users already signed into their Microsoft account.

Optionalsites_read_all

sites_read_all?: boolean

When enabled, allows the app to read documents and list items in all SharePoint site collections.

Optionalsites_readwrite_all

sites_readwrite_all?: boolean

When enabled, allows the app to create, read, update, and delete documents and list items in all SharePoint site collections.

Optionalskydrive

skydrive?: boolean

When enabled, requests read access to user's files stored on OneDrive.

Optionalskydrive_update

skydrive_update?: boolean

When enabled, requests read and write access to user's OneDrive files.

Optionalteam_readbasic_all

team_readbasic_all?: boolean

When enabled, allows the app to read the names and descriptions of all teams.

Optionalteam_readwrite_all

team_readwrite_all?: boolean

When enabled, allows the app to read and write all teams' information and change team membership.

Optionaluser_read_all

user_read_all?: boolean

When enabled, allows the app to read the full set of profile properties, reports, and managers of all users.

Optionaluser_readbasic_all

user_readbasic_all?: boolean

When enabled, allows the app to read a basic set of profile properties of all users in the directory.

Optionalwork_profile

work_profile?: boolean

When enabled, requests read access to employer and work position information.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

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