Documentation ¶
Index ¶
- type AppConsentRequestBuilder
- func (m *AppConsentRequestBuilder) AppConsentRequests() ...
- func (m *AppConsentRequestBuilder) AppConsentRequestsById(id string) ...
- func (m *AppConsentRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *AppConsentRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestBuilderDeleteRequestConfiguration) (...)
- func (m *AppConsentRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AppConsentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestBuilderGetRequestConfiguration) (...)
- func (m *AppConsentRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *AppConsentRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *AppConsentRequestBuilder) Delete() error
- func (m *AppConsentRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestBuilderDeleteRequestConfiguration, ...) error
- func (m *AppConsentRequestBuilder) Get() (...)
- func (m *AppConsentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *AppConsentRequestBuilder) Patch(...) error
- func (m *AppConsentRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type AppConsentRequestBuilderDeleteRequestConfiguration
- type AppConsentRequestBuilderGetQueryParameters
- type AppConsentRequestBuilderGetRequestConfiguration
- type AppConsentRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppConsentRequestBuilder ¶
type AppConsentRequestBuilder struct {
// contains filtered or unexported fields
}
AppConsentRequestBuilder provides operations to manage the appConsent property of the microsoft.graph.identityGovernance entity.
func NewAppConsentRequestBuilder ¶
func NewAppConsentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppConsentRequestBuilder
NewAppConsentRequestBuilder instantiates a new AppConsentRequestBuilder and sets the default values.
func NewAppConsentRequestBuilderInternal ¶
func NewAppConsentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppConsentRequestBuilder
NewAppConsentRequestBuilderInternal instantiates a new AppConsentRequestBuilder and sets the default values.
func (*AppConsentRequestBuilder) AppConsentRequests ¶
func (m *AppConsentRequestBuilder) AppConsentRequests() *id4ae8fd7e17c27b3ca8f7e9fef7622e9371afca56e135d14db5f2b9eaa120706.AppConsentRequestsRequestBuilder
AppConsentRequests the appConsentRequests property
func (*AppConsentRequestBuilder) AppConsentRequestsById ¶
func (m *AppConsentRequestBuilder) AppConsentRequestsById(id string) *i14c154ec7f87196523e6871f4753542ba473a41bf9fae51234d6eb39e8b23566.AppConsentRequestItemRequestBuilder
AppConsentRequestsById gets an item from the github.com/microsoftgraph/msgraph-sdk-go/.identityGovernance.appConsent.appConsentRequests.item collection
func (*AppConsentRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AppConsentRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property appConsent for identityGovernance
func (*AppConsentRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property appConsent for identityGovernance
func (*AppConsentRequestBuilder) CreateGetRequestInformation ¶
func (m *AppConsentRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get appConsent from identityGovernance
func (*AppConsentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AppConsentRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get appConsent from identityGovernance
func (*AppConsentRequestBuilder) CreatePatchRequestInformation ¶
func (m *AppConsentRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property appConsent in identityGovernance
func (*AppConsentRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable, requestConfiguration *AppConsentRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property appConsent in identityGovernance
func (*AppConsentRequestBuilder) Delete ¶
func (m *AppConsentRequestBuilder) Delete() error
Delete delete navigation property appConsent for identityGovernance
func (*AppConsentRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property appConsent for identityGovernance
func (*AppConsentRequestBuilder) Get ¶
func (m *AppConsentRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable, error)
Get get appConsent from identityGovernance
func (*AppConsentRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AppConsentRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable, error)
GetWithRequestConfigurationAndResponseHandler get appConsent from identityGovernance
func (*AppConsentRequestBuilder) Patch ¶
func (m *AppConsentRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable) error
Patch update the navigation property appConsent in identityGovernance
func (*AppConsentRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AppConsentRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppConsentApprovalRouteable, requestConfiguration *AppConsentRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property appConsent in identityGovernance
type AppConsentRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppConsentRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppConsentRequestBuilderGetQueryParameters ¶
type AppConsentRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AppConsentRequestBuilderGetQueryParameters get appConsent from identityGovernance
type AppConsentRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AppConsentRequestBuilderGetQueryParameters }
AppConsentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppConsentRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AppConsentRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppConsentRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.