Documentation ¶
Index ¶
- type AppConsentRequestItemRequestBuilder
- func (m *AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *AppConsentRequestItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AppConsentRequestItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *AppConsentRequestItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *AppConsentRequestItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *AppConsentRequestItemRequestBuilder) Delete() error
- func (m *AppConsentRequestItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *AppConsentRequestItemRequestBuilder) Get() (...)
- func (m *AppConsentRequestItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *AppConsentRequestItemRequestBuilder) Patch(...) error
- func (m *AppConsentRequestItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *AppConsentRequestItemRequestBuilder) UserConsentRequests() ...
- func (m *AppConsentRequestItemRequestBuilder) UserConsentRequestsById(id string) ...
- type AppConsentRequestItemRequestBuilderDeleteRequestConfiguration
- type AppConsentRequestItemRequestBuilderGetQueryParameters
- type AppConsentRequestItemRequestBuilderGetRequestConfiguration
- type AppConsentRequestItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConsentRequestItemRequestBuilder ¶ added in v0.12.0
type AppConsentRequestItemRequestBuilder struct {
// contains filtered or unexported fields
}
AppConsentRequestItemRequestBuilder provides operations to manage the appConsentRequests property of the microsoft.graph.appConsentApprovalRoute entity.
func NewAppConsentRequestItemRequestBuilder ¶ added in v0.12.0
func NewAppConsentRequestItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppConsentRequestItemRequestBuilder
NewAppConsentRequestItemRequestBuilder instantiates a new AppConsentRequestItemRequestBuilder and sets the default values.
func NewAppConsentRequestItemRequestBuilderInternal ¶ added in v0.12.0
func NewAppConsentRequestItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppConsentRequestItemRequestBuilder
NewAppConsentRequestItemRequestBuilderInternal instantiates a new AppConsentRequestItemRequestBuilder and sets the default values.
func (*AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property appConsentRequests for identityGovernance
func (*AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property appConsentRequests for identityGovernance
func (*AppConsentRequestItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a collection of userConsentRequest objects for a specific application.
func (*AppConsentRequestItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration a collection of userConsentRequest objects for a specific application.
func (*AppConsentRequestItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property appConsentRequests in identityGovernance
func (*AppConsentRequestItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable, requestConfiguration *AppConsentRequestItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property appConsentRequests in identityGovernance
func (*AppConsentRequestItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) Delete() error
Delete delete navigation property appConsentRequests for identityGovernance
func (*AppConsentRequestItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property appConsentRequests for identityGovernance
func (*AppConsentRequestItemRequestBuilder) Get ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable, error)
Get a collection of userConsentRequest objects for a specific application.
func (*AppConsentRequestItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable, error)
GetWithRequestConfigurationAndResponseHandler a collection of userConsentRequest objects for a specific application.
func (*AppConsentRequestItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable) error
Patch update the navigation property appConsentRequests in identityGovernance
func (*AppConsentRequestItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentRequestable, requestConfiguration *AppConsentRequestItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property appConsentRequests in identityGovernance
func (*AppConsentRequestItemRequestBuilder) UserConsentRequests ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) UserConsentRequests() *i63dfb1e52f5856682f38d3afdbcef4b463452265df8c34850918bfd89997024a.UserConsentRequestsRequestBuilder
UserConsentRequests the userConsentRequests property
func (*AppConsentRequestItemRequestBuilder) UserConsentRequestsById ¶ added in v0.12.0
func (m *AppConsentRequestItemRequestBuilder) UserConsentRequestsById(id string) *ifa3e013a8e43b0f6a9c2b76b5ea457b89518aa935252d26190e29595f537e2d8.UserConsentRequestItemRequestBuilder
UserConsentRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.appConsent.appConsentRequests.item.userConsentRequests.item collection
type AppConsentRequestItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppConsentRequestItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppConsentRequestItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type AppConsentRequestItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AppConsentRequestItemRequestBuilderGetQueryParameters a collection of userConsentRequest objects for a specific application.
type AppConsentRequestItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AppConsentRequestItemRequestBuilderGetQueryParameters }
AppConsentRequestItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppConsentRequestItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppConsentRequestItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.