applicationtemplates

package
v1.53.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2024 License: MIT Imports: 6 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue added in v0.49.0

CreateItemInstantiatePostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value returns a Parsable when successful

Types

type ApplicationTemplateItemRequestBuilder added in v0.49.0

type ApplicationTemplateItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

ApplicationTemplateItemRequestBuilder provides operations to manage the collection of applicationTemplate entities.

func NewApplicationTemplateItemRequestBuilder added in v0.49.0

NewApplicationTemplateItemRequestBuilder instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func NewApplicationTemplateItemRequestBuilderInternal added in v0.49.0

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

NewApplicationTemplateItemRequestBuilderInternal instantiates a new ApplicationTemplateItemRequestBuilder and sets the default values.

func (*ApplicationTemplateItemRequestBuilder) Get added in v0.49.0

Get retrieve the properties of an applicationTemplate object. returns a ApplicationTemplateable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApplicationTemplateItemRequestBuilder) Instantiate added in v0.49.0

Instantiate provides operations to call the instantiate method. returns a *ItemInstantiateRequestBuilder when successful

func (*ApplicationTemplateItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve the properties of an applicationTemplate object. returns a *RequestInformation when successful

func (*ApplicationTemplateItemRequestBuilder) WithUrl added in v1.18.0

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

type ApplicationTemplateItemRequestBuilderGetQueryParameters added in v0.49.0

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 ApplicationTemplateItemRequestBuilderGetRequestConfiguration added in v0.49.0

type ApplicationTemplateItemRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationTemplateItemRequestBuilderGetQueryParameters
}

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

type ApplicationTemplatesRequestBuilder

ApplicationTemplatesRequestBuilder provides operations to manage the collection of applicationTemplate entities.

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 added in v0.63.0

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

ByApplicationTemplateId provides operations to manage the collection of applicationTemplate entities. returns a *ApplicationTemplateItemRequestBuilder when successful

func (*ApplicationTemplatesRequestBuilder) Count added in v0.13.0

Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful

func (*ApplicationTemplatesRequestBuilder) Get

Get retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. returns a ApplicationTemplateCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ApplicationTemplatesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. returns a *RequestInformation when successful

func (*ApplicationTemplatesRequestBuilder) WithUrl added in v1.18.0

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

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 ApplicationTemplatesRequestBuilderGetRequestConfiguration added in v0.22.0

type ApplicationTemplatesRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *ApplicationTemplatesRequestBuilderGetQueryParameters
}

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

type CountRequestBuilder added in v0.49.0

CountRequestBuilder provides operations to count the resources in the collection.

func NewCountRequestBuilder added in v0.49.0

NewCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewCountRequestBuilderInternal added in v0.49.0

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

NewCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*CountRequestBuilder) Get added in v0.49.0

Get get the number of the resource returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*CountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource returns a *RequestInformation when successful

func (*CountRequestBuilder) WithUrl added in v1.18.0

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. returns a *CountRequestBuilder when successful

type CountRequestBuilderGetQueryParameters added in v0.53.0

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 CountRequestBuilderGetRequestConfiguration added in v0.49.0

type CountRequestBuilderGetRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
	// Request query parameters
	QueryParameters *CountRequestBuilderGetQueryParameters
}

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

type ItemInstantiatePostRequestBody added in v0.49.0

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

func NewItemInstantiatePostRequestBody added in v0.49.0

func NewItemInstantiatePostRequestBody() *ItemInstantiatePostRequestBody

NewItemInstantiatePostRequestBody instantiates a new ItemInstantiatePostRequestBody and sets the default values.

func (*ItemInstantiatePostRequestBody) GetAdditionalData added in v0.49.0

func (m *ItemInstantiatePostRequestBody) GetAdditionalData() map[string]any

GetAdditionalData gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. returns a map[string]any when successful

func (*ItemInstantiatePostRequestBody) GetBackingStore added in v0.56.0

GetBackingStore gets the BackingStore property value. Stores model information. returns a BackingStore when successful

func (*ItemInstantiatePostRequestBody) GetDisplayName added in v0.49.0

func (m *ItemInstantiatePostRequestBody) GetDisplayName() *string

GetDisplayName gets the displayName property value. The displayName property returns a *string when successful

func (*ItemInstantiatePostRequestBody) GetFieldDeserializers added in v0.49.0

GetFieldDeserializers the deserialization information for the current model returns a map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode)(error) when successful

func (*ItemInstantiatePostRequestBody) GetServiceManagementReference added in v1.52.0

func (m *ItemInstantiatePostRequestBody) GetServiceManagementReference() *string

GetServiceManagementReference gets the serviceManagementReference property value. The serviceManagementReference property returns a *string when successful

func (*ItemInstantiatePostRequestBody) Serialize added in v0.49.0

Serialize serializes information the current object

func (*ItemInstantiatePostRequestBody) SetAdditionalData added in v0.49.0

func (m *ItemInstantiatePostRequestBody) SetAdditionalData(value map[string]any)

SetAdditionalData sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.

func (*ItemInstantiatePostRequestBody) SetBackingStore added in v0.56.0

SetBackingStore sets the BackingStore property value. Stores model information.

func (*ItemInstantiatePostRequestBody) SetDisplayName added in v0.49.0

func (m *ItemInstantiatePostRequestBody) SetDisplayName(value *string)

SetDisplayName sets the displayName property value. The displayName property

func (*ItemInstantiatePostRequestBody) SetServiceManagementReference added in v1.52.0

func (m *ItemInstantiatePostRequestBody) SetServiceManagementReference(value *string)

SetServiceManagementReference sets the serviceManagementReference property value. The serviceManagementReference property

type ItemInstantiateRequestBuilder added in v0.49.0

ItemInstantiateRequestBuilder provides operations to call the instantiate method.

func NewItemInstantiateRequestBuilder added in v0.49.0

NewItemInstantiateRequestBuilder instantiates a new ItemInstantiateRequestBuilder and sets the default values.

func NewItemInstantiateRequestBuilderInternal added in v0.49.0

func NewItemInstantiateRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemInstantiateRequestBuilder

NewItemInstantiateRequestBuilderInternal instantiates a new ItemInstantiateRequestBuilder and sets the default values.

func (*ItemInstantiateRequestBuilder) Post added in v0.49.0

Post add an instance of an application from the Microsoft Entra application gallery into your directory. For non-gallery apps, use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO. returns a ApplicationServicePrincipalable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*ItemInstantiateRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation add an instance of an application from the Microsoft Entra application gallery into your directory. For non-gallery apps, use an application template with one of the following IDs to configure different single sign-on (SSO) modes like SAML SSO and password-based SSO. returns a *RequestInformation when successful

func (*ItemInstantiateRequestBuilder) WithUrl added in v1.18.0

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

type ItemInstantiateRequestBuilderPostRequestConfiguration added in v0.49.0

type ItemInstantiateRequestBuilderPostRequestConfiguration struct {
	// Request headers
	Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
	// Request options
	Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}

ItemInstantiateRequestBuilderPostRequestConfiguration 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