privacy

package
v1.24.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 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) SubjectRightsRequests

func (m *PrivacyRequestBuilder) SubjectRightsRequests() *SubjectRightsRequestsRequestBuilder

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

func (*PrivacyRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get privacy

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.

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 v0.49.0

type SubjectRightsRequestsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsCountRequestBuilder added in v0.49.0

NewSubjectRightsRequestsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsCountRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsCountRequestBuilder

NewSubjectRightsRequestsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsCountRequestBuilder) Get added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsCountRequestBuilder) ToGetRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsCountRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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.18.0

type SubjectRightsRequestsItemApproversCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemApproversCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsItemApproversCountRequestBuilder added in v1.18.0

func NewSubjectRightsRequestsItemApproversCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversCountRequestBuilder

NewSubjectRightsRequestsItemApproversCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversCountRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemApproversCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversCountRequestBuilder

NewSubjectRightsRequestsItemApproversCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversCountRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversCountRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversCountRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversCountRequestBuilderGetQueryParameters added in v1.18.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.18.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 SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder added in v1.18.0

type SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder added in v1.18.0

func NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder

NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder

NewSubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderInternal instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder) Patch added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder) ToPatchRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderGetQueryParameters added in v1.18.0

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

SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderGetQueryParameters 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 SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderGetRequestConfiguration added in v1.18.0

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

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

type SubjectRightsRequestsItemApproversItemMailboxSettingsRequestBuilderPatchRequestConfiguration added in v1.18.0

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

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

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder

NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilderInternal added in v1.20.0

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder

NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder) Get added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder) ToGetRequestInformation added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilder) WithUrl added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsCountRequestBuilderGetQueryParameters added in v1.20.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.20.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 SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder

NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderInternal added in v1.20.0

func NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder

NewSubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderInternal instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder) Count added in v1.20.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder) Get added in v1.20.0

Get get serviceProvisioningErrors property 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder) ToGetRequestInformation added in v1.20.0

ToGetRequestInformation get serviceProvisioningErrors property 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilder) WithUrl added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderGetQueryParameters added in v1.20.0

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

SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderGetQueryParameters get serviceProvisioningErrors property value

type SubjectRightsRequestsItemApproversItemServiceProvisioningErrorsRequestBuilderGetRequestConfiguration added in v1.20.0

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

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

type SubjectRightsRequestsItemApproversRequestBuilder added in v1.18.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.18.0

NewSubjectRightsRequestsItemApproversRequestBuilder instantiates a new ApproversRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemApproversRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversRequestBuilder

NewSubjectRightsRequestsItemApproversRequestBuilderInternal instantiates a new ApproversRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversRequestBuilder) ByUserId added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversRequestBuilder) Count added in v1.18.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsItemApproversRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversRequestBuilderGetQueryParameters added in v1.18.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.18.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.18.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.18.0

func NewSubjectRightsRequestsItemApproversUserItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversUserItemRequestBuilder

NewSubjectRightsRequestsItemApproversUserItemRequestBuilder instantiates a new UserItemRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemApproversUserItemRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemApproversUserItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemApproversUserItemRequestBuilder

NewSubjectRightsRequestsItemApproversUserItemRequestBuilderInternal instantiates a new UserItemRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemApproversUserItemRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversUserItemRequestBuilder) MailboxSettings added in v1.18.0

MailboxSettings the mailboxSettings property

func (*SubjectRightsRequestsItemApproversUserItemRequestBuilder) ServiceProvisioningErrors added in v1.20.0

ServiceProvisioningErrors the serviceProvisioningErrors property

func (*SubjectRightsRequestsItemApproversUserItemRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemApproversUserItemRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemApproversUserItemRequestBuilderGetQueryParameters added in v1.18.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.18.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.18.0

type SubjectRightsRequestsItemCollaboratorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemCollaboratorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilder added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsCountRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsCountRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsCountRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsCountRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsCountRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsCountRequestBuilderGetQueryParameters added in v1.18.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.18.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 SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder added in v1.18.0

type SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderInternal instantiates a new MailboxSettingsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder) Patch added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder) ToPatchRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderGetQueryParameters added in v1.18.0

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

SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderGetQueryParameters 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 SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderGetRequestConfiguration added in v1.18.0

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

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

type SubjectRightsRequestsItemCollaboratorsItemMailboxSettingsRequestBuilderPatchRequestConfiguration added in v1.18.0

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

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

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder added in v1.20.0

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilderInternal added in v1.20.0

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder) Get added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder) ToGetRequestInformation added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilder) WithUrl added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsCountRequestBuilderGetQueryParameters added in v1.20.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.20.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 SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder added in v1.20.0

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderInternal added in v1.20.0

func NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderInternal instantiates a new ServiceProvisioningErrorsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder) Count added in v1.20.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder) Get added in v1.20.0

Get get serviceProvisioningErrors property 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder) ToGetRequestInformation added in v1.20.0

ToGetRequestInformation get serviceProvisioningErrors property 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilder) WithUrl added in v1.20.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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderGetQueryParameters added in v1.20.0

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

SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderGetQueryParameters get serviceProvisioningErrors property value

type SubjectRightsRequestsItemCollaboratorsItemServiceProvisioningErrorsRequestBuilderGetRequestConfiguration added in v1.20.0

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

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

type SubjectRightsRequestsItemCollaboratorsRequestBuilder added in v1.18.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.18.0

NewSubjectRightsRequestsItemCollaboratorsRequestBuilder instantiates a new CollaboratorsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsRequestBuilderInternal instantiates a new CollaboratorsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsRequestBuilder) ByUserId added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsRequestBuilder) Count added in v1.18.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsItemCollaboratorsRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsRequestBuilderGetQueryParameters added in v1.18.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.18.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.18.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.18.0

func NewSubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder instantiates a new UserItemRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemCollaboratorsUserItemRequestBuilderInternal added in v1.18.0

func NewSubjectRightsRequestsItemCollaboratorsUserItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder

NewSubjectRightsRequestsItemCollaboratorsUserItemRequestBuilderInternal instantiates a new UserItemRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder) Get added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder) MailboxSettings added in v1.18.0

MailboxSettings the mailboxSettings property

func (*SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder) ServiceProvisioningErrors added in v1.20.0

ServiceProvisioningErrors the serviceProvisioningErrors property

func (*SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder) ToGetRequestInformation added in v1.18.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemCollaboratorsUserItemRequestBuilderGetQueryParameters added in v1.18.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.18.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 SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder added in v0.49.0

type SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder provides operations to call the getFinalAttachment method.

func NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilder added in v0.49.0

func NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder

NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilder instantiates a new GetFinalAttachmentRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder

NewSubjectRightsRequestsItemGetFinalAttachmentRequestBuilderInternal instantiates a new GetFinalAttachmentRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder) Get added in v0.49.0

Get invoke function getFinalAttachment 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function getFinalAttachment 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemGetFinalAttachmentRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type SubjectRightsRequestsItemGetFinalReportRequestBuilder added in v0.49.0

type SubjectRightsRequestsItemGetFinalReportRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemGetFinalReportRequestBuilder provides operations to call the getFinalReport method.

func NewSubjectRightsRequestsItemGetFinalReportRequestBuilder added in v0.49.0

func NewSubjectRightsRequestsItemGetFinalReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemGetFinalReportRequestBuilder

NewSubjectRightsRequestsItemGetFinalReportRequestBuilder instantiates a new GetFinalReportRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemGetFinalReportRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemGetFinalReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemGetFinalReportRequestBuilder

NewSubjectRightsRequestsItemGetFinalReportRequestBuilderInternal instantiates a new GetFinalReportRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemGetFinalReportRequestBuilder) Get added in v0.49.0

Get invoke function getFinalReport 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemGetFinalReportRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function getFinalReport 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemGetFinalReportRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemGetFinalReportRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder added in v0.49.0

type SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder added in v0.49.0

func NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder

NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder instantiates a new AuthoredNoteItemRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder

NewSubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilderInternal instantiates a new AuthoredNoteItemRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) Delete added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) Get added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) Patch added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToDeleteRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToGetRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToPatchRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilderDeleteRequestConfiguration added in v0.49.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 v0.49.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 v0.49.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 v0.49.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 v0.49.0

type SubjectRightsRequestsItemNotesCountRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

SubjectRightsRequestsItemNotesCountRequestBuilder provides operations to count the resources in the collection.

func NewSubjectRightsRequestsItemNotesCountRequestBuilder added in v0.49.0

NewSubjectRightsRequestsItemNotesCountRequestBuilder instantiates a new CountRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemNotesCountRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemNotesCountRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemNotesCountRequestBuilder

NewSubjectRightsRequestsItemNotesCountRequestBuilderInternal instantiates a new CountRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemNotesCountRequestBuilder) Get added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesCountRequestBuilder) ToGetRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesCountRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemNotesCountRequestBuilderGetQueryParameters added in v0.53.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 v0.49.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 v0.49.0

type SubjectRightsRequestsItemNotesRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemNotesRequestBuilder added in v0.49.0

NewSubjectRightsRequestsItemNotesRequestBuilder instantiates a new NotesRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemNotesRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemNotesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemNotesRequestBuilder

NewSubjectRightsRequestsItemNotesRequestBuilderInternal instantiates a new NotesRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemNotesRequestBuilder) ByAuthoredNoteId added in v0.63.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsItemNotesRequestBuilder) Get added in v0.49.0

Get get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsItemNotesRequestBuilder) Post added in v0.49.0

Post create a new authoredNote object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsItemNotesRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the list of authored notes assoicated with a subject rights request. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new authoredNote object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemNotesRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemNotesRequestBuilderGetQueryParameters added in v0.49.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. This API is available in the following national cloud deployments.

type SubjectRightsRequestsItemNotesRequestBuilderGetRequestConfiguration added in v0.49.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 v0.49.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 v0.49.0

type SubjectRightsRequestsItemTeamRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsItemTeamRequestBuilder added in v0.49.0

NewSubjectRightsRequestsItemTeamRequestBuilder instantiates a new TeamRequestBuilder and sets the default values.

func NewSubjectRightsRequestsItemTeamRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsItemTeamRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsItemTeamRequestBuilder

NewSubjectRightsRequestsItemTeamRequestBuilderInternal instantiates a new TeamRequestBuilder and sets the default values.

func (*SubjectRightsRequestsItemTeamRequestBuilder) Get added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemTeamRequestBuilder) ToGetRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsItemTeamRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsItemTeamRequestBuilderGetQueryParameters added in v0.49.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 v0.49.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 SubjectRightsRequestsRequestBuilder added in v0.49.0

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

func NewSubjectRightsRequestsRequestBuilder added in v0.49.0

NewSubjectRightsRequestsRequestBuilder instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values.

func NewSubjectRightsRequestsRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsRequestBuilder

NewSubjectRightsRequestsRequestBuilderInternal instantiates a new SubjectRightsRequestsRequestBuilder and sets the default values.

func (*SubjectRightsRequestsRequestBuilder) BySubjectRightsRequestId added in v0.63.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsRequestBuilder) Count added in v0.49.0

Count provides operations to count the resources in the collection.

func (*SubjectRightsRequestsRequestBuilder) Get added in v0.49.0

Get get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsRequestBuilder) Post added in v0.49.0

Post create a new subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsRequestBuilderGetQueryParameters added in v0.49.0

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

SubjectRightsRequestsRequestBuilderGetQueryParameters get a list of subjectRightsRequest objects and their properties. This API is available in the following national cloud deployments.

type SubjectRightsRequestsRequestBuilderGetRequestConfiguration added in v0.49.0

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

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

type SubjectRightsRequestsRequestBuilderPostRequestConfiguration added in v0.49.0

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

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

type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder added in v0.49.0

type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

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

func NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilder added in v0.49.0

func NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder

NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilder instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values.

func NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilderInternal added in v0.49.0

func NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder

NewSubjectRightsRequestsSubjectRightsRequestItemRequestBuilderInternal instantiates a new SubjectRightsRequestItemRequestBuilder and sets the default values.

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Approvers added in v1.18.0

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

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Collaborators added in v1.18.0

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

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Delete added in v0.49.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Get added in v0.49.0

Get read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) GetFinalAttachment added in v0.49.0

GetFinalAttachment provides operations to call the getFinalAttachment method.

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) GetFinalReport added in v0.49.0

GetFinalReport provides operations to call the getFinalReport method.

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Notes added in v0.49.0

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

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Patch added in v0.49.0

Patch update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20 Find more info here

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Team added in v0.49.0

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

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToDeleteRequestInformation added in v0.51.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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation read the properties and relationships of a subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the properties of a subjectRightsRequest object. This API is available in the following national cloud deployments. 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 on 2022-03-22 and will be removed 2025-03-20

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) 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. 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 on 2022-03-22 and will be removed 2025-03-20

type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderDeleteRequestConfiguration added in v0.49.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 v0.49.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. This API is available in the following national cloud deployments.

type SubjectRightsRequestsSubjectRightsRequestItemRequestBuilderGetRequestConfiguration added in v0.49.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 v0.49.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.

Source Files

Jump to

Keyboard shortcuts

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