msgraph

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Membership

type Membership struct {
	Id          string `json:"id"`
	DisplayName string `json:"displayName"`
}

type MembershipsResponse

type MembershipsResponse struct {
	Values []Membership `json:"value"`
}

type Organization

type Organization struct {
	Id          string `json:"id"`
	DisplayName string `json:"displayName"`
}

type OrganizationsResponse

type OrganizationsResponse struct {
	Values []Organization `json:"value"`
}

type User

type User struct {
	Id                string `json:"id"`
	UserPrincipalName string `json:"userPrincipalName"`
	DisplayName       string `json:"displayName"`
	Mail              string `json:"mail"`
}

Jump to

Keyboard shortcuts

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