privacy

package
v1.44.0 Latest Latest
Warning

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

Go to latest
Published: May 30, 2024 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrivacyRequestBuilder

PrivacyRequestBuilder provides operations to manage the privacy singleton.

func NewPrivacyRequestBuilder

NewPrivacyRequestBuilder instantiates a new PrivacyRequestBuilder and sets the default values.

func NewPrivacyRequestBuilderInternal

func NewPrivacyRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PrivacyRequestBuilder

NewPrivacyRequestBuilderInternal instantiates a new PrivacyRequestBuilder and sets the default values.

func (*PrivacyRequestBuilder) Get

Get get privacy returns a Privacyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*PrivacyRequestBuilder) Patch

Patch update privacy returns a Privacyable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*PrivacyRequestBuilder) SubjectRightsRequests

SubjectRightsRequests provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. returns a *SubjectrightsrequestsSubjectRightsRequestsRequestBuilder when successful

func (*PrivacyRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get privacy returns a *RequestInformation when successful

func (*PrivacyRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update privacy returns a *RequestInformation when successful

func (*PrivacyRequestBuilder) 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 *PrivacyRequestBuilder when successful

type PrivacyRequestBuilderGetQueryParameters

type PrivacyRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

PrivacyRequestBuilderGetQueryParameters get privacy

type PrivacyRequestBuilderGetRequestConfiguration added in v0.22.0

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

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

type PrivacyRequestBuilderPatchRequestConfiguration added in v0.22.0

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

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

type SubjectrightsrequestsCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsCountRequestBuilder added in v1.44.0

NewSubjectrightsrequestsCountRequestBuilder instantiates a new SubjectrightsrequestsCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsCountRequestBuilder

NewSubjectrightsrequestsCountRequestBuilderInternal instantiates a new SubjectrightsrequestsCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsCountRequestBuilder when successful

type SubjectrightsrequestsCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsItemApproversCountRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemApproversCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversCountRequestBuilder

NewSubjectrightsrequestsItemApproversCountRequestBuilder instantiates a new SubjectrightsrequestsItemApproversCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversCountRequestBuilder

NewSubjectrightsrequestsItemApproversCountRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversCountRequestBuilder when successful

type SubjectrightsrequestsItemApproversCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsItemApproversCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsItemApproversCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder builds and executes requests for operations under \privacy\subjectRightsRequests\{subjectRightsRequest-id}\approvers\{user-id}\mailboxSettings

func NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder

NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder instantiates a new SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder

NewSubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder) Get added in v1.44.0

Get settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a MailboxSettingsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder) Patch added in v1.44.0

Patch update property mailboxSettings value. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a MailboxSettingsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update property mailboxSettings value. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder when successful

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder

NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder instantiates a new SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder

NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilder when successful

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder builds and executes requests for operations under \privacy\subjectRightsRequests\{subjectRightsRequest-id}\approvers\{user-id}\serviceProvisioningErrors

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder

NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder instantiates a new SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder

NewSubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) Get added in v1.44.0

Get errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a ServiceProvisioningErrorCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder when successful

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).

type SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversRequestBuilder provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemApproversRequestBuilder added in v1.44.0

NewSubjectrightsrequestsItemApproversRequestBuilder instantiates a new SubjectrightsrequestsItemApproversRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversRequestBuilder

NewSubjectrightsrequestsItemApproversRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversRequestBuilder) ByUserId added in v1.44.0

ByUserId provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversUserItemRequestBuilder when successful

func (*SubjectrightsrequestsItemApproversRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsItemApproversRequestBuilder) Get added in v1.44.0

Get collection of users who can approve the request. Currently only supported for requests of type delete. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a UserCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation collection of users who can approve the request. Currently only supported for requests of type delete. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversRequestBuilder when successful

type SubjectrightsrequestsItemApproversRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsItemApproversRequestBuilderGetQueryParameters collection of users who can approve the request. Currently only supported for requests of type delete.

type SubjectrightsrequestsItemApproversRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemApproversUserItemRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemApproversUserItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemApproversUserItemRequestBuilder provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemApproversUserItemRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemApproversUserItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversUserItemRequestBuilder

NewSubjectrightsrequestsItemApproversUserItemRequestBuilder instantiates a new SubjectrightsrequestsItemApproversUserItemRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemApproversUserItemRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemApproversUserItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemApproversUserItemRequestBuilder

NewSubjectrightsrequestsItemApproversUserItemRequestBuilderInternal instantiates a new SubjectrightsrequestsItemApproversUserItemRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemApproversUserItemRequestBuilder) Get added in v1.44.0

Get collection of users who can approve the request. Currently only supported for requests of type delete. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a Userable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemApproversUserItemRequestBuilder) MailboxSettings added in v1.44.0

MailboxSettings the mailboxSettings property returns a *SubjectrightsrequestsItemApproversItemMailboxsettingsMailboxSettingsRequestBuilder when successful

func (*SubjectrightsrequestsItemApproversUserItemRequestBuilder) ServiceProvisioningErrors added in v1.44.0

ServiceProvisioningErrors the serviceProvisioningErrors property returns a *SubjectrightsrequestsItemApproversItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder when successful

func (*SubjectrightsrequestsItemApproversUserItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation collection of users who can approve the request. Currently only supported for requests of type delete. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemApproversUserItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemApproversUserItemRequestBuilder when successful

type SubjectrightsrequestsItemApproversUserItemRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemApproversUserItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemApproversUserItemRequestBuilderGetQueryParameters collection of users who can approve the request. Currently only supported for requests of type delete.

type SubjectrightsrequestsItemApproversUserItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsCountRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsCountRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsCountRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsCountRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsItemCollaboratorsCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsItemCollaboratorsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder builds and executes requests for operations under \privacy\subjectRightsRequests\{subjectRightsRequest-id}\collaborators\{user-id}\mailboxSettings

func NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder) Get added in v1.44.0

Get settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a MailboxSettingsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder) Patch added in v1.44.0

Patch update property mailboxSettings value. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a MailboxSettingsable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update property mailboxSettings value. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderGetQueryParameters settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select.

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder builds and executes requests for operations under \privacy\subjectRightsRequests\{subjectRightsRequest-id}\collaborators\{user-id}\serviceProvisioningErrors

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) Get added in v1.44.0

Get errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a ServiceProvisioningErrorCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance). Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetQueryParameters errors published by a federated service describing a non-transient, service-specific error regarding the properties or link from a user object . Supports $filter (eq, not, for isResolved and serviceInstance).

type SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsRequestBuilder provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemCollaboratorsRequestBuilder added in v1.44.0

NewSubjectrightsrequestsItemCollaboratorsRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsRequestBuilder) ByUserId added in v1.44.0

ByUserId provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder when successful

func (*SubjectrightsrequestsItemCollaboratorsRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsItemCollaboratorsRequestBuilder) Get added in v1.44.0

Get collection of users who can collaborate on the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a UserCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation collection of users who can collaborate on the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsItemCollaboratorsRequestBuilderGetQueryParameters collection of users who can collaborate on the request.

type SubjectrightsrequestsItemCollaboratorsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder instantiates a new SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder

NewSubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderInternal instantiates a new SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder) Get added in v1.44.0

Get collection of users who can collaborate on the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a Userable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder) MailboxSettings added in v1.44.0

MailboxSettings the mailboxSettings property returns a *SubjectrightsrequestsItemCollaboratorsItemMailboxsettingsMailboxSettingsRequestBuilder when successful

func (*SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder) ServiceProvisioningErrors added in v1.44.0

ServiceProvisioningErrors the serviceProvisioningErrors property returns a *SubjectrightsrequestsItemCollaboratorsItemServiceprovisioningerrorsServiceProvisioningErrorsRequestBuilder when successful

func (*SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation collection of users who can collaborate on the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilder when successful

type SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderGetQueryParameters collection of users who can collaborate on the request.

type SubjectrightsrequestsItemCollaboratorsUserItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder provides operations to call the getFinalAttachment method.

func NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder

NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder instantiates a new SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder

NewSubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilderInternal instantiates a new SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder) Get added in v1.44.0

Get get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the final attachment for a subject rights request. The attachment is a zip file that contains all the files that were included by the privacy administrator. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder when successful

type SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder provides operations to call the getFinalReport method.

func NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder

NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder instantiates a new SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder

NewSubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilderInternal instantiates a new SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder) Get added in v1.44.0

Get get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a []byte when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the final report for a subject rights request. The report is a text file that contains information about the files that were included by the privacy administrator. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder when successful

type SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder

NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder instantiates a new SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder

NewSubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderInternal instantiates a new SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) Delete added in v1.44.0

Delete delete navigation property notes for privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) Get added in v1.44.0

Get list of notes associated with the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a AuthoredNoteable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) Patch added in v1.44.0

Patch update the navigation property notes in privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a AuthoredNoteable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property notes for privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation list of notes associated with the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the navigation property notes in privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder when successful

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderGetQueryParameters list of notes associated with the request.

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesCountRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemNotesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemNotesCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectrightsrequestsItemNotesCountRequestBuilder added in v1.44.0

NewSubjectrightsrequestsItemNotesCountRequestBuilder instantiates a new SubjectrightsrequestsItemNotesCountRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemNotesCountRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemNotesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemNotesCountRequestBuilder

NewSubjectrightsrequestsItemNotesCountRequestBuilderInternal instantiates a new SubjectrightsrequestsItemNotesCountRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemNotesCountRequestBuilder) Get added in v1.44.0

Get get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *int32 when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemNotesCountRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the number of the resource Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesCountRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemNotesCountRequestBuilder when successful

type SubjectrightsrequestsItemNotesCountRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemNotesCountRequestBuilderGetQueryParameters struct {
	// Filter items by property values
	Filter *string `uriparametername:"%24filter"`
	// Search items by search phrases
	Search *string `uriparametername:"%24search"`
}

SubjectrightsrequestsItemNotesCountRequestBuilderGetQueryParameters get the number of the resource

type SubjectrightsrequestsItemNotesCountRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemNotesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemNotesRequestBuilder provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemNotesRequestBuilder added in v1.44.0

NewSubjectrightsrequestsItemNotesRequestBuilder instantiates a new SubjectrightsrequestsItemNotesRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemNotesRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemNotesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemNotesRequestBuilder

NewSubjectrightsrequestsItemNotesRequestBuilderInternal instantiates a new SubjectrightsrequestsItemNotesRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemNotesRequestBuilder) ByAuthoredNoteId added in v1.44.0

ByAuthoredNoteId provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemNotesAuthoredNoteItemRequestBuilder when successful

func (*SubjectrightsrequestsItemNotesRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsItemNotesRequestBuilder) Get added in v1.44.0

Get get the list of authored notes assoicated with a subject rights request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a AuthoredNoteCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsItemNotesRequestBuilder) Post added in v1.44.0

Post create a new authoredNote object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a AuthoredNoteable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsItemNotesRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create a new authoredNote object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemNotesRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemNotesRequestBuilder when successful

type SubjectrightsrequestsItemNotesRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemNotesRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsItemNotesRequestBuilderGetQueryParameters get the list of authored notes assoicated with a subject rights request.

type SubjectrightsrequestsItemNotesRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemNotesRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsItemTeamRequestBuilder added in v1.44.0

type SubjectrightsrequestsItemTeamRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsItemTeamRequestBuilder provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity.

func NewSubjectrightsrequestsItemTeamRequestBuilder added in v1.44.0

NewSubjectrightsrequestsItemTeamRequestBuilder instantiates a new SubjectrightsrequestsItemTeamRequestBuilder and sets the default values.

func NewSubjectrightsrequestsItemTeamRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsItemTeamRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsItemTeamRequestBuilder

NewSubjectrightsrequestsItemTeamRequestBuilderInternal instantiates a new SubjectrightsrequestsItemTeamRequestBuilder and sets the default values.

func (*SubjectrightsrequestsItemTeamRequestBuilder) Get added in v1.44.0

Get information about the Microsoft Teams team that was created for the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a Teamable when successful returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsItemTeamRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation information about the Microsoft Teams team that was created for the request. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsItemTeamRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsItemTeamRequestBuilder when successful

type SubjectrightsrequestsItemTeamRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsItemTeamRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsItemTeamRequestBuilderGetQueryParameters information about the Microsoft Teams team that was created for the request.

type SubjectrightsrequestsItemTeamRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder added in v1.44.0

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity.

func NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder

NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilder instantiates a new SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder and sets the default values.

func NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder

NewSubjectrightsrequestsSubjectRightsRequestItemRequestBuilderInternal instantiates a new SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder and sets the default values.

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Approvers added in v1.44.0

Approvers provides operations to manage the approvers property of the microsoft.graph.subjectRightsRequest entity. returns a *SubjectrightsrequestsItemApproversRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Collaborators added in v1.44.0

Collaborators provides operations to manage the collaborators property of the microsoft.graph.subjectRightsRequest entity. returns a *SubjectrightsrequestsItemCollaboratorsRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Delete added in v1.44.0

Delete delete navigation property subjectRightsRequests for privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a ODataError error when the service returns a 4XX or 5XX status code

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Get added in v1.44.0

Get read the properties and relationships of a subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a SubjectRightsRequestable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) GetFinalAttachment added in v1.44.0

GetFinalAttachment provides operations to call the getFinalAttachment method. returns a *SubjectrightsrequestsItemGetfinalattachmentGetFinalAttachmentRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) GetFinalReport added in v1.44.0

GetFinalReport provides operations to call the getFinalReport method. returns a *SubjectrightsrequestsItemGetfinalreportGetFinalReportRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Notes added in v1.44.0

Notes provides operations to manage the notes property of the microsoft.graph.subjectRightsRequest entity. returns a *SubjectrightsrequestsItemNotesRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Patch added in v1.44.0

Patch update the properties of a subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a SubjectRightsRequestable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) Team added in v1.44.0

Team provides operations to manage the team property of the microsoft.graph.subjectRightsRequest entity. returns a *SubjectrightsrequestsItemTeamRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) ToDeleteRequestInformation added in v1.44.0

ToDeleteRequestInformation delete navigation property subjectRightsRequests for privacy Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation read the properties and relationships of a subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) ToPatchRequestInformation added in v1.44.0

ToPatchRequestInformation update the properties of a subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder when successful

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderDeleteRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters struct {
	// Expand related entities
	Expand []string `uriparametername:"%24expand"`
	// Select properties to be returned
	Select []string `uriparametername:"%24select"`
}

SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderGetQueryParameters read the properties and relationships of a subjectRightsRequest object.

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsSubjectRightsRequestItemRequestBuilderPatchRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilder added in v1.44.0

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectrightsrequestsSubjectRightsRequestsRequestBuilder provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity.

func NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilder added in v1.44.0

func NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsSubjectRightsRequestsRequestBuilder

NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilder instantiates a new SubjectrightsrequestsSubjectRightsRequestsRequestBuilder and sets the default values.

func NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilderInternal added in v1.44.0

func NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectrightsrequestsSubjectRightsRequestsRequestBuilder

NewSubjectrightsrequestsSubjectRightsRequestsRequestBuilderInternal instantiates a new SubjectrightsrequestsSubjectRightsRequestsRequestBuilder and sets the default values.

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) BySubjectRightsRequestId added in v1.44.0

BySubjectRightsRequestId provides operations to manage the subjectRightsRequests property of the microsoft.graph.privacy entity. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsSubjectRightsRequestItemRequestBuilder when successful

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) Count added in v1.44.0

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

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) Get added in v1.44.0

Get get a list of subjectRightsRequest objects and their properties. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a SubjectRightsRequestCollectionResponseable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) Post added in v1.44.0

Post create a new subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a SubjectRightsRequestable when successful returns a ODataError error when the service returns a 4XX or 5XX status code Find more info here

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) ToGetRequestInformation added in v1.44.0

ToGetRequestInformation get a list of subjectRightsRequest objects and their properties. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) ToPostRequestInformation added in v1.44.0

ToPostRequestInformation create a new subjectRightsRequest object. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *RequestInformation when successful

func (*SubjectrightsrequestsSubjectRightsRequestsRequestBuilder) WithUrl added in v1.44.0

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. Deprecated: The subject rights request API under Privacy is deprecated and will stop working on March 22, 2025. Please use the new API under Security. as of 2022-02/PrivacyDeprecate returns a *SubjectrightsrequestsSubjectRightsRequestsRequestBuilder when successful

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilderGetQueryParameters added in v1.44.0

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilderGetQueryParameters 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"`
}

SubjectrightsrequestsSubjectRightsRequestsRequestBuilderGetQueryParameters get a list of subjectRightsRequest objects and their properties.

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilderGetRequestConfiguration added in v1.44.0

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

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

type SubjectrightsrequestsSubjectRightsRequestsRequestBuilderPostRequestConfiguration added in v1.44.0

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

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

Source Files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL