Documentation
¶
Index ¶
- type ExcludesRequestBuilder
- func (m *ExcludesRequestBuilder) Count() ...
- func (m *ExcludesRequestBuilder) CreateGetRequestInformation(options *ExcludesRequestBuilderGetOptions) (...)
- func (m *ExcludesRequestBuilder) CreatePostRequestInformation(options *ExcludesRequestBuilderPostOptions) (...)
- func (m *ExcludesRequestBuilder) Get(options *ExcludesRequestBuilderGetOptions) (...)
- func (m *ExcludesRequestBuilder) Post(options *ExcludesRequestBuilderPostOptions) (...)
- type ExcludesRequestBuilderGetOptions
- type ExcludesRequestBuilderGetQueryParameters
- type ExcludesRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcludesRequestBuilder ¶
type ExcludesRequestBuilder struct {
// contains filtered or unexported fields
}
ExcludesRequestBuilder provides operations to manage the excludes property of the microsoft.graph.permissionGrantPolicy entity.
func NewExcludesRequestBuilder ¶
func NewExcludesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExcludesRequestBuilder
NewExcludesRequestBuilder instantiates a new ExcludesRequestBuilder and sets the default values.
func NewExcludesRequestBuilderInternal ¶
func NewExcludesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ExcludesRequestBuilder
NewExcludesRequestBuilderInternal instantiates a new ExcludesRequestBuilder and sets the default values.
func (*ExcludesRequestBuilder) Count ¶
func (m *ExcludesRequestBuilder) Count() *i65388cff1c5f1db013e14ef20c11735b7aaa74efcdce674fd27f40bcaa3eb438.CountRequestBuilder
Count the count property
func (*ExcludesRequestBuilder) CreateGetRequestInformation ¶
func (m *ExcludesRequestBuilder) CreateGetRequestInformation(options *ExcludesRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) CreatePostRequestInformation ¶
func (m *ExcludesRequestBuilder) CreatePostRequestInformation(options *ExcludesRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to excludes for policies
func (*ExcludesRequestBuilder) Get ¶
func (m *ExcludesRequestBuilder) Get(options *ExcludesRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetCollectionResponseable, error)
Get condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) Post ¶
func (m *ExcludesRequestBuilder) Post(options *ExcludesRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, error)
Post create new navigation property to excludes for policies
type ExcludesRequestBuilderGetOptions ¶
type ExcludesRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ExcludesRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
ExcludesRequestBuilderGetOptions options for Get
type ExcludesRequestBuilderGetQueryParameters ¶
type ExcludesRequestBuilderGetQueryParameters 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"` }
ExcludesRequestBuilderGetQueryParameters condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
type ExcludesRequestBuilderPostOptions ¶
type ExcludesRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable // 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 }
ExcludesRequestBuilderPostOptions options for Post