Documentation
¶
Index ¶
- type ExcludesRequestBuilder
- func (m *ExcludesRequestBuilder) Count() ...
- func (m *ExcludesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ExcludesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ExcludesRequestBuilderGetRequestConfiguration) (...)
- func (m *ExcludesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *ExcludesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *ExcludesRequestBuilder) Get() (...)
- func (m *ExcludesRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ExcludesRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *ExcludesRequestBuilder) Post(...) (...)
- func (m *ExcludesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type ExcludesRequestBuilderGetQueryParameters
- type ExcludesRequestBuilderGetRequestConfiguration
- type ExcludesRequestBuilderPostRequestConfiguration
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 ¶ added in v0.13.0
func (m *ExcludesRequestBuilder) Count() *i65388cff1c5f1db013e14ef20c11735b7aaa74efcdce674fd27f40bcaa3eb438.CountRequestBuilder
Count the count property
func (*ExcludesRequestBuilder) CreateGetRequestInformation ¶
func (m *ExcludesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ExcludesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ExcludesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) CreatePostRequestInformation ¶
func (m *ExcludesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to excludes for policies
func (*ExcludesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ExcludesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, requestConfiguration *ExcludesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to excludes for policies
func (*ExcludesRequestBuilder) Get ¶
func (m *ExcludesRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetCollectionResponseable, error)
Get condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ExcludesRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ExcludesRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler condition sets which are excluded in this permission grant policy. Automatically expanded on GET.
func (*ExcludesRequestBuilder) Post ¶
func (m *ExcludesRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, error)
Post create new navigation property to excludes for policies
func (*ExcludesRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ExcludesRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, requestConfiguration *ExcludesRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.PermissionGrantConditionSetable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to excludes for policies
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 ExcludesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ExcludesRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ExcludesRequestBuilderGetQueryParameters }
ExcludesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ExcludesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type ExcludesRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ExcludesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.