Documentation
¶
Index ¶
- func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type ApplicationTemplateItemRequestBuilder
- func (m *ApplicationTemplateItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ApplicationTemplateItemRequestBuilder) Instantiate() *ItemInstantiateRequestBuilder
- func (m *ApplicationTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ApplicationTemplateItemRequestBuilder) WithUrl(rawUrl string) *ApplicationTemplateItemRequestBuilder
- type ApplicationTemplateItemRequestBuilderGetQueryParameters
- type ApplicationTemplateItemRequestBuilderGetRequestConfiguration
- type ApplicationTemplatesRequestBuilder
- func (m *ApplicationTemplatesRequestBuilder) ByApplicationTemplateId(applicationTemplateId string) *ApplicationTemplateItemRequestBuilder
- func (m *ApplicationTemplatesRequestBuilder) Count() *CountRequestBuilder
- func (m *ApplicationTemplatesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ApplicationTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ApplicationTemplatesRequestBuilder) WithUrl(rawUrl string) *ApplicationTemplatesRequestBuilder
- type ApplicationTemplatesRequestBuilderGetQueryParameters
- type ApplicationTemplatesRequestBuilderGetRequestConfiguration
- type CountRequestBuilder
- type CountRequestBuilderGetQueryParameters
- type CountRequestBuilderGetRequestConfiguration
- type ItemInstantiatePostRequestBody
- func (m *ItemInstantiatePostRequestBody) GetAdditionalData() map[string]any
- func (m *ItemInstantiatePostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
- func (m *ItemInstantiatePostRequestBody) GetDisplayName() *string
- func (m *ItemInstantiatePostRequestBody) GetFieldDeserializers() ...
- func (m *ItemInstantiatePostRequestBody) GetServiceManagementReference() *string
- func (m *ItemInstantiatePostRequestBody) Serialize(...) error
- func (m *ItemInstantiatePostRequestBody) SetAdditionalData(value map[string]any)
- func (m *ItemInstantiatePostRequestBody) SetBackingStore(...)
- func (m *ItemInstantiatePostRequestBody) SetDisplayName(value *string)
- func (m *ItemInstantiatePostRequestBody) SetServiceManagementReference(value *string)
- type ItemInstantiatePostRequestBodyable
- type ItemInstantiateRequestBuilder
- func (m *ItemInstantiateRequestBuilder) Post(ctx context.Context, body ItemInstantiatePostRequestBodyable, ...) (...)
- func (m *ItemInstantiateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemInstantiatePostRequestBodyable, ...) (...)
- func (m *ItemInstantiateRequestBuilder) WithUrl(rawUrl string) *ItemInstantiateRequestBuilder
- type ItemInstantiateRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue ¶ added in v0.49.0
func CreateItemInstantiatePostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
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
func NewApplicationTemplateItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplateItemRequestBuilder
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
func (m *ApplicationTemplateItemRequestBuilder) Get(ctx context.Context, requestConfiguration *ApplicationTemplateItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApplicationTemplateable, error)
Get retrieve the properties of an applicationTemplate object. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license. 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
func (m *ApplicationTemplateItemRequestBuilder) Instantiate() *ItemInstantiateRequestBuilder
Instantiate provides operations to call the instantiate method. returns a *ItemInstantiateRequestBuilder when successful
func (*ApplicationTemplateItemRequestBuilder) ToGetRequestInformation ¶ added in v0.51.0
func (m *ApplicationTemplateItemRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationTemplateItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieve the properties of an applicationTemplate object. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license. returns a *RequestInformation when successful
func (*ApplicationTemplateItemRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *ApplicationTemplateItemRequestBuilder) WithUrl(rawUrl string) *ApplicationTemplateItemRequestBuilder
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. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license.
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 ¶
type ApplicationTemplatesRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ApplicationTemplatesRequestBuilder provides operations to manage the collection of applicationTemplate entities.
func NewApplicationTemplatesRequestBuilder ¶
func NewApplicationTemplatesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ApplicationTemplatesRequestBuilder
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
func (m *ApplicationTemplatesRequestBuilder) Count() *CountRequestBuilder
Count provides operations to count the resources in the collection. returns a *CountRequestBuilder when successful
func (*ApplicationTemplatesRequestBuilder) Get ¶
func (m *ApplicationTemplatesRequestBuilder) Get(ctx context.Context, requestConfiguration *ApplicationTemplatesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApplicationTemplateCollectionResponseable, error)
Get retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license. If a risk property is included in the request without appropriate license, a @microsoft.graph.licenseRequired OData annotation is returned in the response. 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
func (m *ApplicationTemplatesRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ApplicationTemplatesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieve a list of applicationTemplate objects from the Microsoft Entra application gallery. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license. If a risk property is included in the request without appropriate license, a @microsoft.graph.licenseRequired OData annotation is returned in the response. returns a *RequestInformation when successful
func (*ApplicationTemplatesRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *ApplicationTemplatesRequestBuilder) WithUrl(rawUrl string) *ApplicationTemplatesRequestBuilder
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. Details about optional risk properties such as riskScore and riskFactors are available with either the Microsoft Entra Suite or Microsoft Entra Internet Access license. If a risk property is included in the request without appropriate license, a @microsoft.graph.licenseRequired OData annotation is returned in the response.
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
type CountRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
CountRequestBuilder provides operations to count the resources in the collection.
func NewCountRequestBuilder ¶ added in v0.49.0
func NewCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CountRequestBuilder
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
func (m *CountRequestBuilder) Get(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*int32, error)
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
func (m *CountRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *CountRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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
func (m *ItemInstantiatePostRequestBody) GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
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
func (m *ItemInstantiatePostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
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
func (m *ItemInstantiatePostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
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
func (m *ItemInstantiatePostRequestBody) SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
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 ItemInstantiatePostRequestBodyable ¶ added in v0.49.0
type ItemInstantiatePostRequestBodyable interface {
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackedModel
i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
GetBackingStore() ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore
GetDisplayName() *string
GetServiceManagementReference() *string
SetBackingStore(value ie8677ce2c7e1b4c22e9c3827ecd078d41185424dd9eeb92b7d971ed2d49a392e.BackingStore)
SetDisplayName(value *string)
SetServiceManagementReference(value *string)
}
type ItemInstantiateRequestBuilder ¶ added in v0.49.0
type ItemInstantiateRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ItemInstantiateRequestBuilder provides operations to call the instantiate method.
func NewItemInstantiateRequestBuilder ¶ added in v0.49.0
func NewItemInstantiateRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemInstantiateRequestBuilder
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
func (m *ItemInstantiateRequestBuilder) Post(ctx context.Context, body ItemInstantiatePostRequestBodyable, requestConfiguration *ItemInstantiateRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ApplicationServicePrincipalable, error)
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
func (m *ItemInstantiateRequestBuilder) ToPostRequestInformation(ctx context.Context, body ItemInstantiatePostRequestBodyable, requestConfiguration *ItemInstantiateRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
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
func (m *ItemInstantiateRequestBuilder) WithUrl(rawUrl string) *ItemInstantiateRequestBuilder
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.