Documentation
¶
Index ¶
- type AllowedGroupsRequestBuilder
- func (m *AllowedGroupsRequestBuilder) Count() ...
- func (m *AllowedGroupsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AllowedGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AllowedGroupsRequestBuilderGetRequestConfiguration) (...)
- func (m *AllowedGroupsRequestBuilder) Get() (...)
- func (m *AllowedGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AllowedGroupsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *AllowedGroupsRequestBuilder) Ref() ...
- type AllowedGroupsRequestBuilderGetQueryParameters
- type AllowedGroupsRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowedGroupsRequestBuilder ¶
type AllowedGroupsRequestBuilder struct {
// contains filtered or unexported fields
}
AllowedGroupsRequestBuilder provides operations to manage the allowedGroups property of the microsoft.graph.printerShare entity.
func NewAllowedGroupsRequestBuilder ¶
func NewAllowedGroupsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AllowedGroupsRequestBuilder
NewAllowedGroupsRequestBuilder instantiates a new AllowedGroupsRequestBuilder and sets the default values.
func NewAllowedGroupsRequestBuilderInternal ¶
func NewAllowedGroupsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AllowedGroupsRequestBuilder
NewAllowedGroupsRequestBuilderInternal instantiates a new AllowedGroupsRequestBuilder and sets the default values.
func (*AllowedGroupsRequestBuilder) Count ¶ added in v0.13.0
func (m *AllowedGroupsRequestBuilder) Count() *i647e3e8ba60d13ec826f53bdc5dfa381dbef8b36e6db3d906684d954ea2532b3.CountRequestBuilder
Count the count property
func (*AllowedGroupsRequestBuilder) CreateGetRequestInformation ¶
func (m *AllowedGroupsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the groups whose users have access to print using the printer.
func (*AllowedGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *AllowedGroupsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AllowedGroupsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the groups whose users have access to print using the printer.
func (*AllowedGroupsRequestBuilder) Get ¶
func (m *AllowedGroupsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupCollectionResponseable, error)
Get the groups whose users have access to print using the printer.
func (*AllowedGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *AllowedGroupsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AllowedGroupsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.GroupCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the groups whose users have access to print using the printer.
func (*AllowedGroupsRequestBuilder) Ref ¶
func (m *AllowedGroupsRequestBuilder) Ref() *i3618d16e9f96f71930e05a5ffd7e9f975dcd6f084db12a5aa1f82e13193cea4f.RefRequestBuilder
Ref the ref property
type AllowedGroupsRequestBuilderGetQueryParameters ¶
type AllowedGroupsRequestBuilderGetQueryParameters 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"`
}
AllowedGroupsRequestBuilderGetQueryParameters the groups whose users have access to print using the printer.
type AllowedGroupsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AllowedGroupsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AllowedGroupsRequestBuilderGetQueryParameters
}
AllowedGroupsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.