Documentation ¶
Index ¶
- type PermissionRequestBuilder
- func (m *PermissionRequestBuilder) CreateDeleteRequestInformation(options *PermissionRequestBuilderDeleteOptions) (...)
- func (m *PermissionRequestBuilder) CreateGetRequestInformation(options *PermissionRequestBuilderGetOptions) (...)
- func (m *PermissionRequestBuilder) CreatePatchRequestInformation(options *PermissionRequestBuilderPatchOptions) (...)
- func (m *PermissionRequestBuilder) Delete(options *PermissionRequestBuilderDeleteOptions) error
- func (m *PermissionRequestBuilder) Get(options *PermissionRequestBuilderGetOptions) (...)
- func (m *PermissionRequestBuilder) Grant() ...
- func (m *PermissionRequestBuilder) Patch(options *PermissionRequestBuilderPatchOptions) error
- type PermissionRequestBuilderDeleteOptions
- type PermissionRequestBuilderGetOptions
- type PermissionRequestBuilderGetQueryParameters
- type PermissionRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PermissionRequestBuilder ¶
type PermissionRequestBuilder struct {
// contains filtered or unexported fields
}
PermissionRequestBuilder provides operations to manage the permission property of the microsoft.graph.sharedDriveItem entity.
func NewPermissionRequestBuilder ¶
func NewPermissionRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PermissionRequestBuilder
NewPermissionRequestBuilder instantiates a new PermissionRequestBuilder and sets the default values.
func NewPermissionRequestBuilderInternal ¶
func NewPermissionRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PermissionRequestBuilder
NewPermissionRequestBuilderInternal instantiates a new PermissionRequestBuilder and sets the default values.
func (*PermissionRequestBuilder) CreateDeleteRequestInformation ¶
func (m *PermissionRequestBuilder) CreateDeleteRequestInformation(options *PermissionRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property permission for shares
func (*PermissionRequestBuilder) CreateGetRequestInformation ¶
func (m *PermissionRequestBuilder) CreateGetRequestInformation(options *PermissionRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation used to access the permission representing the underlying sharing link
func (*PermissionRequestBuilder) CreatePatchRequestInformation ¶
func (m *PermissionRequestBuilder) CreatePatchRequestInformation(options *PermissionRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property permission in shares
func (*PermissionRequestBuilder) Delete ¶
func (m *PermissionRequestBuilder) Delete(options *PermissionRequestBuilderDeleteOptions) error
Delete delete navigation property permission for shares
func (*PermissionRequestBuilder) Get ¶
func (m *PermissionRequestBuilder) Get(options *PermissionRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable, error)
Get used to access the permission representing the underlying sharing link
func (*PermissionRequestBuilder) Grant ¶
func (m *PermissionRequestBuilder) Grant() *ice16248649874c4f53a6ccca26d3222258367e4d96355a2112af001ede7238e8.GrantRequestBuilder
Grant the grant property
func (*PermissionRequestBuilder) Patch ¶
func (m *PermissionRequestBuilder) Patch(options *PermissionRequestBuilderPatchOptions) error
Patch update the navigation property permission in shares
type PermissionRequestBuilderDeleteOptions ¶
type PermissionRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PermissionRequestBuilderDeleteOptions options for Delete
type PermissionRequestBuilderGetOptions ¶
type PermissionRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *PermissionRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PermissionRequestBuilderGetOptions options for Get
type PermissionRequestBuilderGetQueryParameters ¶
type PermissionRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
PermissionRequestBuilderGetQueryParameters used to access the permission representing the underlying sharing link
type PermissionRequestBuilderPatchOptions ¶
type PermissionRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.Permissionable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
PermissionRequestBuilderPatchOptions options for Patch