item

package
v0.24.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 25, 2022 License: MIT Imports: 100 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

This section is empty.

Functions ¶

This section is empty.

Types ¶

type UserItemRequestBuilder ¶ added in v0.12.0

type UserItemRequestBuilder struct {
	// contains filtered or unexported fields
}

UserItemRequestBuilder provides operations to manage the collection of user entities.

func NewUserItemRequestBuilder ¶ added in v0.12.0

NewUserItemRequestBuilder instantiates a new UserItemRequestBuilder and sets the default values.

func NewUserItemRequestBuilderInternal ¶ added in v0.12.0

func NewUserItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserItemRequestBuilder

NewUserItemRequestBuilderInternal instantiates a new UserItemRequestBuilder and sets the default values.

func (*UserItemRequestBuilder) Activities ¶ added in v0.12.0

Activities the activities property

func (*UserItemRequestBuilder) ActivitiesById ¶ added in v0.12.0

ActivitiesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.activities.item collection

func (*UserItemRequestBuilder) AgreementAcceptances ¶ added in v0.12.0

AgreementAcceptances the agreementAcceptances property

func (*UserItemRequestBuilder) AgreementAcceptancesById ¶ added in v0.13.0

AgreementAcceptancesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.agreementAcceptances.item collection

func (*UserItemRequestBuilder) AppRoleAssignments ¶ added in v0.12.0

AppRoleAssignments the appRoleAssignments property

func (*UserItemRequestBuilder) AppRoleAssignmentsById ¶ added in v0.12.0

AppRoleAssignmentsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.appRoleAssignments.item collection

func (*UserItemRequestBuilder) AssignLicense ¶ added in v0.12.0

AssignLicense the assignLicense property

func (*UserItemRequestBuilder) Authentication ¶ added in v0.12.0

Authentication the authentication property

func (*UserItemRequestBuilder) Calendar ¶ added in v0.12.0

Calendar the calendar property

func (*UserItemRequestBuilder) CalendarGroups ¶ added in v0.12.0

CalendarGroups the calendarGroups property

func (*UserItemRequestBuilder) CalendarGroupsById ¶ added in v0.12.0

CalendarGroupsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarGroups.item collection

func (*UserItemRequestBuilder) CalendarView ¶ added in v0.12.0

CalendarView the calendarView property

func (*UserItemRequestBuilder) CalendarViewById ¶ added in v0.12.0

CalendarViewById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendarView.item collection

func (*UserItemRequestBuilder) Calendars ¶ added in v0.12.0

Calendars the calendars property

func (*UserItemRequestBuilder) CalendarsById ¶ added in v0.12.0

CalendarsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.calendars.item collection

func (*UserItemRequestBuilder) ChangePassword ¶ added in v0.12.0

ChangePassword the changePassword property

func (*UserItemRequestBuilder) Chats ¶ added in v0.12.0

Chats the chats property

func (*UserItemRequestBuilder) ChatsById ¶ added in v0.12.0

ChatsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.chats.item collection

func (*UserItemRequestBuilder) CheckMemberGroups ¶ added in v0.12.0

CheckMemberGroups the checkMemberGroups property

func (*UserItemRequestBuilder) CheckMemberObjects ¶ added in v0.12.0

CheckMemberObjects the checkMemberObjects property

func (*UserItemRequestBuilder) ContactFolders ¶ added in v0.12.0

ContactFolders the contactFolders property

func (*UserItemRequestBuilder) ContactFoldersById ¶ added in v0.12.0

ContactFoldersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.contactFolders.item collection

func (*UserItemRequestBuilder) Contacts ¶ added in v0.12.0

Contacts the contacts property

func (*UserItemRequestBuilder) ContactsById ¶ added in v0.12.0

ContactsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.contacts.item collection

func (*UserItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0

CreateDeleteRequestInformation in this tutorial, a fictitious company called Contoso Limited wishes to have its IT Helpdesk manage the lifecycle of employees’ access. The company has identified the Azure AD User Administrator role as the appropriate privileged role required by IT Helpdesk, and will use the PIM API to assign the role. You'll create a role-assignable security group for IT Helpdesk and using the PIM API, assign the security group eligibility to the User Administrator role. By assigning the eligible role to a security group, Contoso has a more efficient way to manage administrator access to resources such as Azure AD roles. For example: Assigning eligibility instead of a persistently active User Administrator privilege allows the company to enforce **just-in-time access**, which grants temporary permissions to carry out the privileged tasks. After defining the role eligibility, the eligible group member then activates their assignment for a temporary period. All records of role activations will be auditable by the company.

func (*UserItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0

CreateDeleteRequestInformationWithRequestConfiguration in this tutorial, a fictitious company called Contoso Limited wishes to have its IT Helpdesk manage the lifecycle of employees’ access. The company has identified the Azure AD User Administrator role as the appropriate privileged role required by IT Helpdesk, and will use the PIM API to assign the role. You'll create a role-assignable security group for IT Helpdesk and using the PIM API, assign the security group eligibility to the User Administrator role. By assigning the eligible role to a security group, Contoso has a more efficient way to manage administrator access to resources such as Azure AD roles. For example: Assigning eligibility instead of a persistently active User Administrator privilege allows the company to enforce **just-in-time access**, which grants temporary permissions to carry out the privileged tasks. After defining the role eligibility, the eligible group member then activates their assignment for a temporary period. All records of role activations will be auditable by the company.

func (*UserItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0

func (*UserItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0

func (*UserItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0

CreatePatchRequestInformation this article provides examples of how to assign, update, or remove different types of custom security attributes for users and applications (service principals). Custom security attributes can be assigned or updated only through a `PATCH` operation in an [Update user](/graph/api/user-update?view=graph-rest-beta&preserve-view=true) or [Update servicePrincipal](/graph/api/serviceprincipal-update?view=graph-rest-beta&preserve-view=true) request.

func (*UserItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0

CreatePatchRequestInformationWithRequestConfiguration this article provides examples of how to assign, update, or remove different types of custom security attributes for users and applications (service principals). Custom security attributes can be assigned or updated only through a `PATCH` operation in an [Update user](/graph/api/user-update?view=graph-rest-beta&preserve-view=true) or [Update servicePrincipal](/graph/api/serviceprincipal-update?view=graph-rest-beta&preserve-view=true) request.

func (*UserItemRequestBuilder) CreatedObjects ¶ added in v0.12.0

CreatedObjects the createdObjects property

func (*UserItemRequestBuilder) CreatedObjectsById ¶ added in v0.13.0

CreatedObjectsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.createdObjects.item collection

func (*UserItemRequestBuilder) Delete ¶ added in v0.12.0

func (m *UserItemRequestBuilder) Delete() error

Delete in this tutorial, a fictitious company called Contoso Limited wishes to have its IT Helpdesk manage the lifecycle of employees’ access. The company has identified the Azure AD User Administrator role as the appropriate privileged role required by IT Helpdesk, and will use the PIM API to assign the role. You'll create a role-assignable security group for IT Helpdesk and using the PIM API, assign the security group eligibility to the User Administrator role. By assigning the eligible role to a security group, Contoso has a more efficient way to manage administrator access to resources such as Azure AD roles. For example: Assigning eligibility instead of a persistently active User Administrator privilege allows the company to enforce **just-in-time access**, which grants temporary permissions to carry out the privileged tasks. After defining the role eligibility, the eligible group member then activates their assignment for a temporary period. All records of role activations will be auditable by the company.

func (*UserItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0

func (m *UserItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *UserItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error

DeleteWithRequestConfigurationAndResponseHandler in this tutorial, a fictitious company called Contoso Limited wishes to have its IT Helpdesk manage the lifecycle of employees’ access. The company has identified the Azure AD User Administrator role as the appropriate privileged role required by IT Helpdesk, and will use the PIM API to assign the role. You'll create a role-assignable security group for IT Helpdesk and using the PIM API, assign the security group eligibility to the User Administrator role. By assigning the eligible role to a security group, Contoso has a more efficient way to manage administrator access to resources such as Azure AD roles. For example: Assigning eligibility instead of a persistently active User Administrator privilege allows the company to enforce **just-in-time access**, which grants temporary permissions to carry out the privileged tasks. After defining the role eligibility, the eligible group member then activates their assignment for a temporary period. All records of role activations will be auditable by the company.

func (*UserItemRequestBuilder) DeviceManagementTroubleshootingEvents ¶ added in v0.12.0

DeviceManagementTroubleshootingEvents the deviceManagementTroubleshootingEvents property

func (*UserItemRequestBuilder) DeviceManagementTroubleshootingEventsById ¶ added in v0.12.0

DeviceManagementTroubleshootingEventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.deviceManagementTroubleshootingEvents.item collection

func (*UserItemRequestBuilder) DirectReports ¶ added in v0.12.0

DirectReports the directReports property

func (*UserItemRequestBuilder) DirectReportsById ¶ added in v0.13.0

DirectReportsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.directReports.item collection

func (*UserItemRequestBuilder) Drive ¶ added in v0.12.0

Drive the drive property

func (*UserItemRequestBuilder) Drives ¶ added in v0.12.0

Drives the drives property

func (*UserItemRequestBuilder) DrivesById ¶ added in v0.12.0

DrivesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.drives.item collection

func (*UserItemRequestBuilder) Events ¶ added in v0.12.0

Events the events property

func (*UserItemRequestBuilder) EventsById ¶ added in v0.12.0

EventsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.events.item collection

func (*UserItemRequestBuilder) ExportPersonalData ¶ added in v0.12.0

ExportPersonalData the exportPersonalData property

func (*UserItemRequestBuilder) Extensions ¶ added in v0.12.0

Extensions the extensions property

func (*UserItemRequestBuilder) ExtensionsById ¶ added in v0.12.0

ExtensionsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.extensions.item collection

func (*UserItemRequestBuilder) FindMeetingTimes ¶ added in v0.12.0

FindMeetingTimes the findMeetingTimes property

func (*UserItemRequestBuilder) FollowedSites ¶ added in v0.12.0

FollowedSites the followedSites property

func (*UserItemRequestBuilder) FollowedSitesById ¶ added in v0.13.0

FollowedSitesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.followedSites.item collection

func (*UserItemRequestBuilder) Get ¶ added in v0.12.0

func (*UserItemRequestBuilder) GetMailTips ¶ added in v0.12.0

GetMailTips the getMailTips property

func (*UserItemRequestBuilder) GetManagedAppDiagnosticStatuses ¶ added in v0.12.0

GetManagedAppDiagnosticStatuses provides operations to call the getManagedAppDiagnosticStatuses method.

func (*UserItemRequestBuilder) GetManagedAppPolicies ¶ added in v0.12.0

GetManagedAppPolicies provides operations to call the getManagedAppPolicies method.

func (*UserItemRequestBuilder) GetMemberGroups ¶ added in v0.12.0

GetMemberGroups the getMemberGroups property

func (*UserItemRequestBuilder) GetMemberObjects ¶ added in v0.12.0

GetMemberObjects the getMemberObjects property

func (*UserItemRequestBuilder) InferenceClassification ¶ added in v0.12.0

InferenceClassification the inferenceClassification property

func (*UserItemRequestBuilder) Insights ¶ added in v0.12.0

Insights the insights property

func (*UserItemRequestBuilder) JoinedTeams ¶ added in v0.12.0

JoinedTeams the joinedTeams property

func (*UserItemRequestBuilder) JoinedTeamsById ¶ added in v0.12.0

JoinedTeamsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.joinedTeams.item collection

func (*UserItemRequestBuilder) LicenseDetails ¶ added in v0.12.0

LicenseDetails the licenseDetails property

func (*UserItemRequestBuilder) LicenseDetailsById ¶ added in v0.12.0

LicenseDetailsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.licenseDetails.item collection

func (*UserItemRequestBuilder) MailFolders ¶ added in v0.12.0

MailFolders the mailFolders property

func (*UserItemRequestBuilder) MailFoldersById ¶ added in v0.12.0

MailFoldersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.mailFolders.item collection

func (*UserItemRequestBuilder) ManagedAppRegistrations ¶ added in v0.12.0

ManagedAppRegistrations the managedAppRegistrations property

func (*UserItemRequestBuilder) ManagedAppRegistrationsById ¶ added in v0.13.0

ManagedAppRegistrationsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.managedAppRegistrations.item collection

func (*UserItemRequestBuilder) ManagedDevices ¶ added in v0.12.0

ManagedDevices the managedDevices property

func (*UserItemRequestBuilder) ManagedDevicesById ¶ added in v0.12.0

ManagedDevicesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.managedDevices.item collection

func (*UserItemRequestBuilder) Manager ¶ added in v0.12.0

Manager the manager property

func (*UserItemRequestBuilder) MemberOf ¶ added in v0.12.0

MemberOf the memberOf property

func (*UserItemRequestBuilder) MemberOfById ¶ added in v0.13.0

MemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.memberOf.item collection

func (*UserItemRequestBuilder) Messages ¶ added in v0.12.0

Messages the messages property

func (*UserItemRequestBuilder) MessagesById ¶ added in v0.12.0

MessagesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.messages.item collection

func (*UserItemRequestBuilder) Oauth2PermissionGrants ¶ added in v0.12.0

Oauth2PermissionGrants the oauth2PermissionGrants property

func (*UserItemRequestBuilder) Oauth2PermissionGrantsById ¶ added in v0.13.0

Oauth2PermissionGrantsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.oauth2PermissionGrants.item collection

func (*UserItemRequestBuilder) Onenote ¶ added in v0.12.0

Onenote the onenote property

func (*UserItemRequestBuilder) OnlineMeetings ¶ added in v0.12.0

OnlineMeetings the onlineMeetings property

func (*UserItemRequestBuilder) OnlineMeetingsById ¶ added in v0.12.0

OnlineMeetingsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.onlineMeetings.item collection

func (*UserItemRequestBuilder) Outlook ¶ added in v0.12.0

Outlook the outlook property

func (*UserItemRequestBuilder) OwnedDevices ¶ added in v0.12.0

OwnedDevices the ownedDevices property

func (*UserItemRequestBuilder) OwnedDevicesById ¶ added in v0.13.0

OwnedDevicesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.ownedDevices.item collection

func (*UserItemRequestBuilder) OwnedObjects ¶ added in v0.12.0

OwnedObjects the ownedObjects property

func (*UserItemRequestBuilder) OwnedObjectsById ¶ added in v0.13.0

OwnedObjectsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.ownedObjects.item collection

func (*UserItemRequestBuilder) Patch ¶ added in v0.12.0

Patch this article provides examples of how to assign, update, or remove different types of custom security attributes for users and applications (service principals). Custom security attributes can be assigned or updated only through a `PATCH` operation in an [Update user](/graph/api/user-update?view=graph-rest-beta&preserve-view=true) or [Update servicePrincipal](/graph/api/serviceprincipal-update?view=graph-rest-beta&preserve-view=true) request.

func (*UserItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0

PatchWithRequestConfigurationAndResponseHandler this article provides examples of how to assign, update, or remove different types of custom security attributes for users and applications (service principals). Custom security attributes can be assigned or updated only through a `PATCH` operation in an [Update user](/graph/api/user-update?view=graph-rest-beta&preserve-view=true) or [Update servicePrincipal](/graph/api/serviceprincipal-update?view=graph-rest-beta&preserve-view=true) request.

func (*UserItemRequestBuilder) People ¶ added in v0.12.0

People the people property

func (*UserItemRequestBuilder) PeopleById ¶ added in v0.12.0

PeopleById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.people.item collection

func (*UserItemRequestBuilder) Photo ¶ added in v0.12.0

Photo the photo property

func (*UserItemRequestBuilder) Photos ¶ added in v0.12.0

Photos the photos property

func (*UserItemRequestBuilder) PhotosById ¶ added in v0.12.0

PhotosById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.photos.item collection

func (*UserItemRequestBuilder) Planner ¶ added in v0.12.0

Planner the planner property

func (*UserItemRequestBuilder) Presence ¶ added in v0.12.0

Presence the presence property

func (*UserItemRequestBuilder) RegisteredDevices ¶ added in v0.12.0

RegisteredDevices the registeredDevices property

func (*UserItemRequestBuilder) RegisteredDevicesById ¶ added in v0.13.0

RegisteredDevicesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.registeredDevices.item collection

func (*UserItemRequestBuilder) ReminderViewWithStartDateTimeWithEndDateTime ¶ added in v0.12.0

ReminderViewWithStartDateTimeWithEndDateTime provides operations to call the reminderView method.

func (*UserItemRequestBuilder) RemoveAllDevicesFromManagement ¶ added in v0.12.0

RemoveAllDevicesFromManagement the removeAllDevicesFromManagement property

func (*UserItemRequestBuilder) ReprocessLicenseAssignment ¶ added in v0.12.0

ReprocessLicenseAssignment the reprocessLicenseAssignment property

func (*UserItemRequestBuilder) Restore ¶ added in v0.12.0

Restore the restore property

func (*UserItemRequestBuilder) RevokeSignInSessions ¶ added in v0.12.0

RevokeSignInSessions the revokeSignInSessions property

func (*UserItemRequestBuilder) ScopedRoleMemberOf ¶ added in v0.12.0

ScopedRoleMemberOf the scopedRoleMemberOf property

func (*UserItemRequestBuilder) ScopedRoleMemberOfById ¶ added in v0.12.0

ScopedRoleMemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.scopedRoleMemberOf.item collection

func (*UserItemRequestBuilder) SendMail ¶ added in v0.12.0

SendMail the sendMail property

func (*UserItemRequestBuilder) Settings ¶ added in v0.12.0

Settings the settings property

func (*UserItemRequestBuilder) Teamwork ¶ added in v0.12.0

Teamwork the teamwork property

func (*UserItemRequestBuilder) Todo ¶ added in v0.12.0

Todo the todo property

func (*UserItemRequestBuilder) TransitiveMemberOf ¶ added in v0.12.0

TransitiveMemberOf the transitiveMemberOf property

func (*UserItemRequestBuilder) TransitiveMemberOfById ¶ added in v0.13.0

TransitiveMemberOfById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.users.item.transitiveMemberOf.item collection

func (*UserItemRequestBuilder) TranslateExchangeIds ¶ added in v0.12.0

TranslateExchangeIds the translateExchangeIds property

func (*UserItemRequestBuilder) WipeManagedAppRegistrationsByDeviceTag ¶ added in v0.12.0

WipeManagedAppRegistrationsByDeviceTag the wipeManagedAppRegistrationsByDeviceTag property

type UserItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0

type UserItemRequestBuilderDeleteRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

UserItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserItemRequestBuilderGetQueryParameters ¶ added in v0.12.0

type UserItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

UserItemRequestBuilderGetQueryParameters

type UserItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0

type UserItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *UserItemRequestBuilderGetQueryParameters
}

UserItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

type UserItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0

type UserItemRequestBuilderPatchRequestConfiguration struct {
	// Request headers
	Headers map[string]string
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

UserItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.

Directories ¶

Path Synopsis
ref

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL