applicationtemplates

package
v0.0.0-...-cf4b27f Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemMicrosoftGraphInstantiateInstantiatePostRequestBodyFromDiscriminatorValue

func CreateItemMicrosoftGraphInstantiateInstantiatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

CreateItemMicrosoftGraphInstantiateInstantiatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

Types

type ApplicationTemplateItemRequestBuilder

type ApplicationTemplateItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApplicationTemplateItemRequestBuilder builds and executes requests for operations under \applicationTemplates\{applicationTemplate-id}

func NewApplicationTemplateItemRequestBuilder

NewApplicationTemplateItemRequestBuilder instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func NewApplicationTemplateItemRequestBuilderInternal

func NewApplicationTemplateItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplateItemRequestBuilder

NewApplicationTemplateItemRequestBuilderInternal instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func (*ApplicationTemplateItemRequestBuilder) MicrosoftGraphInstantiate

MicrosoftGraphInstantiate the microsoftGraphInstantiate property

func (*ApplicationTemplateItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation retrieve the properties of an applicationTemplate object.

func (*ApplicationTemplateItemRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type ApplicationTemplateItemRequestBuilderGetQueryParameters

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

ApplicationTemplateItemRequestBuilderGetQueryParameters retrieve the properties of an applicationTemplate object.

type ApplicationTemplatesRequestBuilder

ApplicationTemplatesRequestBuilder builds and executes requests for operations under \applicationTemplates

func NewApplicationTemplatesRequestBuilder

NewApplicationTemplatesRequestBuilder instantiates a new ApplicationTemplatesRequestBuilder and sets the default values.

func NewApplicationTemplatesRequestBuilderInternal

func NewApplicationTemplatesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplatesRequestBuilder

NewApplicationTemplatesRequestBuilderInternal instantiates a new ApplicationTemplatesRequestBuilder and sets the default values.

func (*ApplicationTemplatesRequestBuilder) ByApplicationTemplateId

func (m *ApplicationTemplatesRequestBuilder) ByApplicationTemplateId(applicationTemplateId string) *ApplicationTemplateItemRequestBuilder

ByApplicationTemplateId gets an item from the github.com/hashicorp/vault-msgraph-sdk/applications.applicationTemplates.item collection

func (*ApplicationTemplatesRequestBuilder) Count

Count the Count property

func (*ApplicationTemplatesRequestBuilder) ToGetRequestInformation

ToGetRequestInformation retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.

func (*ApplicationTemplatesRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type ApplicationTemplatesRequestBuilderGetQueryParameters

type ApplicationTemplatesRequestBuilderGetQueryParameters struct {
	// Include count of items
	Count *bool `uriparametername:"%24count"`
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Order items by property values
	Orderby []string `uriparametername:"%24orderby"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
	// Skip the first n items
	Skip *int32 `uriparametername:"%24skip"`
	// Show only the first n items
	Top *int32 `uriparametername:"%24top"`
}

ApplicationTemplatesRequestBuilderGetQueryParameters retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery.

type CountRequestBuilder

CountRequestBuilder builds and executes requests for operations under \applicationTemplates\$count

func NewCountRequestBuilder

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal

func NewCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get

Get get the number of the resource

func (*CountRequestBuilder) WithUrl

func (m *CountRequestBuilder) WithUrl(rawUrl string) *CountRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

type CountRequestBuilderGetQueryParameters

type CountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

CountRequestBuilderGetQueryParameters get the number of the resource

type ItemMicrosoftGraphInstantiateInstantiatePostRequestBody

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

ItemMicrosoftGraphInstantiateInstantiatePostRequestBody

func NewItemMicrosoftGraphInstantiateInstantiatePostRequestBody

func NewItemMicrosoftGraphInstantiateInstantiatePostRequestBody() *ItemMicrosoftGraphInstantiateInstantiatePostRequestBody

NewItemMicrosoftGraphInstantiateInstantiatePostRequestBody instantiates a new ItemMicrosoftGraphInstantiateInstantiatePostRequestBody and sets the default values.

func (*ItemMicrosoftGraphInstantiateInstantiatePostRequestBody) GetDisplayName

GetDisplayName gets the displayName property value. The displayName property

func (*ItemMicrosoftGraphInstantiateInstantiatePostRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*ItemMicrosoftGraphInstantiateInstantiatePostRequestBody) Serialize

Serialize serializes information the current object

func (*ItemMicrosoftGraphInstantiateInstantiatePostRequestBody) SetDisplayName

SetDisplayName sets the displayName property value. The displayName property

type ItemMicrosoftGraphInstantiateInstantiatePostRequestBodyable

type ItemMicrosoftGraphInstantiateInstantiatePostRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetDisplayName() *string
	SetDisplayName(value *string)
}

ItemMicrosoftGraphInstantiateInstantiatePostRequestBodyable

type ItemMicrosoftGraphInstantiateRequestBuilder

type ItemMicrosoftGraphInstantiateRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ItemMicrosoftGraphInstantiateRequestBuilder builds and executes requests for operations under \applicationTemplates\{applicationTemplate-id}\microsoft.graph.instantiate

func NewItemMicrosoftGraphInstantiateRequestBuilder

NewItemMicrosoftGraphInstantiateRequestBuilder instantiates a new MicrosoftGraphInstantiateRequestBuilder and sets the default values.

func NewItemMicrosoftGraphInstantiateRequestBuilderInternal

func NewItemMicrosoftGraphInstantiateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemMicrosoftGraphInstantiateRequestBuilder

NewItemMicrosoftGraphInstantiateRequestBuilderInternal instantiates a new MicrosoftGraphInstantiateRequestBuilder and sets the default values.

func (*ItemMicrosoftGraphInstantiateRequestBuilder) Post

Post add an instance of an application from the Microsoft Entra application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621. Find more info here

func (*ItemMicrosoftGraphInstantiateRequestBuilder) ToPostRequestInformation

ToPostRequestInformation add an instance of an application from the Microsoft Entra application gallery into your directory. You can also use this API to instantiate non-gallery apps. Use the following ID for the applicationTemplate object: 8adf8e6e-67b2-4cf2-a259-e3dc5476c621.

func (*ItemMicrosoftGraphInstantiateRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

Jump to

Keyboard shortcuts

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