model

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 28, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Message

type Message struct {
	Message string
}

type Params

type Params struct {
	Code     string `json:"code,omitempty"`
	Upn      string `json:"upn,omitempty"`
	Name     string `json:"name,omitempty"`
	Audience string `json:"audience,omitempty"`
	Tenant   string `json:"tenant,omitempty"`
	Provider string `json:"provider,omitempty"`
	Redirect string `json:"redirect,omitempty"`
}

type SysApiUserDetail

type SysApiUserDetail struct {
	UPN    string   `json:"upn"`
	Origin string   `json:"origin"`
	Name   string   `json:"name"`
	Roles  []string `json:"roles"`
}

Jump to

Keyboard shortcuts

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