Documentation
¶
Index ¶
- type ServicePrincipalsWithAppIdRequestBuilder
- func (m *ServicePrincipalsWithAppIdRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *ServicePrincipalsWithAppIdRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *ServicePrincipalsWithAppIdRequestBuilder) Patch(ctx context.Context, ...) (...)
- func (m *ServicePrincipalsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *ServicePrincipalsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, ...) (...)
- func (m *ServicePrincipalsWithAppIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, ...) (...)
- func (m *ServicePrincipalsWithAppIdRequestBuilder) WithUrl(rawUrl string) *ServicePrincipalsWithAppIdRequestBuilder
- type ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration
- type ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters
- type ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration
- type ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServicePrincipalsWithAppIdRequestBuilder ¶
type ServicePrincipalsWithAppIdRequestBuilder struct {
i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}
ServicePrincipalsWithAppIdRequestBuilder provides operations to manage the collection of servicePrincipal entities.
func NewServicePrincipalsWithAppIdRequestBuilder ¶
func NewServicePrincipalsWithAppIdRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ServicePrincipalsWithAppIdRequestBuilder
NewServicePrincipalsWithAppIdRequestBuilder instantiates a new ServicePrincipalsWithAppIdRequestBuilder and sets the default values.
func NewServicePrincipalsWithAppIdRequestBuilderInternal ¶
func NewServicePrincipalsWithAppIdRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter, appId *string) *ServicePrincipalsWithAppIdRequestBuilder
NewServicePrincipalsWithAppIdRequestBuilderInternal instantiates a new ServicePrincipalsWithAppIdRequestBuilder and sets the default values.
func (*ServicePrincipalsWithAppIdRequestBuilder) Delete ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) Delete(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration) error
Delete delete a servicePrincipal object. This API can also delete an agentIdentityBlueprintPrincipal object by its ID. returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*ServicePrincipalsWithAppIdRequestBuilder) Get ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) Get(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable, error)
Get retrieve the properties and relationships of a servicePrincipal object. This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. returns a ServicePrincipalable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*ServicePrincipalsWithAppIdRequestBuilder) Patch ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable, error)
Patch create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. returns a ServicePrincipalable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here
func (*ServicePrincipalsWithAppIdRequestBuilder) ToDeleteRequestInformation ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) ToDeleteRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToDeleteRequestInformation delete a servicePrincipal object. This API can also delete an agentIdentityBlueprintPrincipal object by its ID. returns a *RequestInformation when successful
func (*ServicePrincipalsWithAppIdRequestBuilder) ToGetRequestInformation ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) ToGetRequestInformation(ctx context.Context, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToGetRequestInformation retrieve the properties and relationships of a servicePrincipal object. This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID. returns a *RequestInformation when successful
func (*ServicePrincipalsWithAppIdRequestBuilder) ToPatchRequestInformation ¶
func (m *ServicePrincipalsWithAppIdRequestBuilder) ToPatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ServicePrincipalable, requestConfiguration *ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
ToPatchRequestInformation create a new servicePrincipal object if it doesn't exist, or update the properties of an existing servicePrincipal object. This API can also create an agentIdentityBlueprintPrincipal object from an agentIdentityBlueprint if it doesn't exist, or update properties of an existing agentIdentityBlueprintPrincipal, when the @odata.type property is set to #microsoft.graph.agentIdentityBlueprintPrincipal. returns a *RequestInformation when successful
func (*ServicePrincipalsWithAppIdRequestBuilder) WithUrl ¶ added in v1.18.0
func (m *ServicePrincipalsWithAppIdRequestBuilder) WithUrl(rawUrl string) *ServicePrincipalsWithAppIdRequestBuilder
WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ServicePrincipalsWithAppIdRequestBuilder when successful
type ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration ¶
type ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ServicePrincipalsWithAppIdRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters ¶
type ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string "uriparametername:\"%24expand\""
// Select properties to be returned
Select []string "uriparametername:\"%24select\""
}
ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters retrieve the properties and relationships of a servicePrincipal object. This API can be used to get agentIdentityBlueprintPrincipal objects as well by their ID.
type ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration ¶
type ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *ServicePrincipalsWithAppIdRequestBuilderGetQueryParameters
}
ServicePrincipalsWithAppIdRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration ¶
type ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers *i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestHeaders
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
ServicePrincipalsWithAppIdRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.