privacy

package
v0.53.0 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 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

type PrivacyRequestBuilder struct {
	// contains filtered or unexported fields
}

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) SubjectRightsRequestsById

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

func (*PrivacyRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get privacy

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 {
	// contains filtered or unexported fields
}

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

func (*SubjectRightsRequestsCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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 SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder added in v0.49.0

type SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder struct {
	// contains filtered or unexported fields
}

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

func (*SubjectRightsRequestsItemGetFinalAttachmentRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function getFinalAttachment

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 {
	// contains filtered or unexported fields
}

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

func (*SubjectRightsRequestsItemGetFinalReportRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation invoke function getFinalReport

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 {
	// contains filtered or unexported fields
}

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

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) Get added in v0.49.0

Get list of notes associcated with the request.

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToDeleteRequestInformation added in v0.51.0

ToDeleteRequestInformation delete navigation property notes for privacy

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation list of notes associcated with the request.

func (*SubjectRightsRequestsItemNotesAuthoredNoteItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property notes in privacy

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 associcated 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 {
	// contains filtered or unexported fields
}

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

func (*SubjectRightsRequestsItemNotesCountRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get the number of the resource

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 {
	// contains filtered or unexported fields
}

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) 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. 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.

func (*SubjectRightsRequestsItemNotesRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new authoredNote object.

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.

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 {
	// contains filtered or unexported fields
}

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.

func (*SubjectRightsRequestsItemTeamRequestBuilder) ToGetRequestInformation added in v0.51.0

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

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

type SubjectRightsRequestsRequestBuilder struct {
	// contains filtered or unexported fields
}

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) 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. Find more info here

func (*SubjectRightsRequestsRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get a list of subjectRightsRequest objects and their properties.

func (*SubjectRightsRequestsRequestBuilder) ToPostRequestInformation added in v0.51.0

ToPostRequestInformation create a new subjectRightsRequest object.

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.

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 {
	// contains filtered or unexported fields
}

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) Delete added in v0.49.0

Delete delete navigation property subjectRightsRequests for privacy

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) Get added in v0.49.0

Get get subjectRightsRequests from privacy

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) NotesById added in v0.49.0

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

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

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToGetRequestInformation added in v0.51.0

ToGetRequestInformation get subjectRightsRequests from privacy

func (*SubjectRightsRequestsSubjectRightsRequestItemRequestBuilder) ToPatchRequestInformation added in v0.51.0

ToPatchRequestInformation update the navigation property subjectRightsRequests in privacy

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 get subjectRightsRequests from privacy

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.

Jump to

Keyboard shortcuts

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