item

package
v0.47.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2022 License: MIT Imports: 29 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationItemRequestBuilder added in v0.12.0

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

ApplicationItemRequestBuilder provides operations to manage the collection of application entities.

func NewApplicationItemRequestBuilder added in v0.12.0

NewApplicationItemRequestBuilder instantiates a new ApplicationItemRequestBuilder and sets the default values.

func NewApplicationItemRequestBuilderInternal added in v0.12.0

func NewApplicationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationItemRequestBuilder

NewApplicationItemRequestBuilderInternal instantiates a new ApplicationItemRequestBuilder and sets the default values.

func (*ApplicationItemRequestBuilder) AddKey added in v0.12.0

AddKey provides operations to call the addKey method.

func (*ApplicationItemRequestBuilder) AddPassword added in v0.12.0

AddPassword provides operations to call the addPassword method.

func (*ApplicationItemRequestBuilder) CheckMemberGroups added in v0.12.0

CheckMemberGroups provides operations to call the checkMemberGroups method.

func (*ApplicationItemRequestBuilder) CheckMemberObjects added in v0.12.0

CheckMemberObjects provides operations to call the checkMemberObjects method.

func (*ApplicationItemRequestBuilder) CreateDeleteRequestInformation added in v0.12.0

CreateDeleteRequestInformation delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.

func (*ApplicationItemRequestBuilder) CreateGetRequestInformation added in v0.12.0

CreateGetRequestInformation get the properties and relationships of an application object.

func (*ApplicationItemRequestBuilder) CreatePatchRequestInformation added in v0.12.0

CreatePatchRequestInformation update the properties of an application object.

func (*ApplicationItemRequestBuilder) CreatedOnBehalfOf added in v0.12.0

CreatedOnBehalfOf provides operations to manage the createdOnBehalfOf property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) Delete added in v0.12.0

Delete delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days. After that time, they are permanently deleted.

func (*ApplicationItemRequestBuilder) ExtensionProperties added in v0.12.0

ExtensionProperties provides operations to manage the extensionProperties property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) ExtensionPropertiesById added in v0.12.0

ExtensionPropertiesById provides operations to manage the extensionProperties property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) FederatedIdentityCredentials added in v0.29.0

FederatedIdentityCredentials provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) FederatedIdentityCredentialsById added in v0.29.0

FederatedIdentityCredentialsById provides operations to manage the federatedIdentityCredentials property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) Get added in v0.12.0

Get get the properties and relationships of an application object.

func (*ApplicationItemRequestBuilder) GetMemberGroups added in v0.12.0

GetMemberGroups provides operations to call the getMemberGroups method.

func (*ApplicationItemRequestBuilder) GetMemberObjects added in v0.12.0

GetMemberObjects provides operations to call the getMemberObjects method.

func (*ApplicationItemRequestBuilder) HomeRealmDiscoveryPolicies added in v0.12.0

HomeRealmDiscoveryPolicies provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) HomeRealmDiscoveryPoliciesById added in v0.13.0

HomeRealmDiscoveryPoliciesById provides operations to manage the homeRealmDiscoveryPolicies property of the microsoft.graph.application entity.

Logo provides operations to manage the media for the application entity.

func (*ApplicationItemRequestBuilder) Owners added in v0.12.0

Owners provides operations to manage the owners property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) OwnersById added in v0.13.0

OwnersById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.applications.item.owners.item collection

func (*ApplicationItemRequestBuilder) RemoveKey added in v0.12.0

RemoveKey provides operations to call the removeKey method.

func (*ApplicationItemRequestBuilder) RemovePassword added in v0.12.0

RemovePassword provides operations to call the removePassword method.

func (*ApplicationItemRequestBuilder) Restore added in v0.12.0

Restore provides operations to call the restore method.

func (*ApplicationItemRequestBuilder) SetVerifiedPublisher added in v0.12.0

SetVerifiedPublisher provides operations to call the setVerifiedPublisher method.

func (*ApplicationItemRequestBuilder) TokenIssuancePolicies added in v0.12.0

TokenIssuancePolicies provides operations to manage the tokenIssuancePolicies property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) TokenIssuancePoliciesById added in v0.13.0

TokenIssuancePoliciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.applications.item.tokenIssuancePolicies.item collection

func (*ApplicationItemRequestBuilder) TokenLifetimePolicies added in v0.12.0

TokenLifetimePolicies provides operations to manage the tokenLifetimePolicies property of the microsoft.graph.application entity.

func (*ApplicationItemRequestBuilder) TokenLifetimePoliciesById added in v0.13.0

TokenLifetimePoliciesById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.applications.item.tokenLifetimePolicies.item collection

func (*ApplicationItemRequestBuilder) UnsetVerifiedPublisher added in v0.12.0

UnsetVerifiedPublisher provides operations to call the unsetVerifiedPublisher method.

type ApplicationItemRequestBuilderDeleteRequestConfiguration added in v0.22.0

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

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

type ApplicationItemRequestBuilderGetQueryParameters added in v0.12.0

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

ApplicationItemRequestBuilderGetQueryParameters get the properties and relationships of an application object.

type ApplicationItemRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type ApplicationItemRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

Jump to

Keyboard shortcuts

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