Documentation ¶
Index ¶
- type CatalogsRequestBuilder
- func (m *CatalogsRequestBuilder) Count() ...
- func (m *CatalogsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *CatalogsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CatalogsRequestBuilderGetRequestConfiguration) (...)
- func (m *CatalogsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *CatalogsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *CatalogsRequestBuilder) Get() (...)
- func (m *CatalogsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CatalogsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *CatalogsRequestBuilder) Post(...) (...)
- func (m *CatalogsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- type CatalogsRequestBuilderGetQueryParameters
- type CatalogsRequestBuilderGetRequestConfiguration
- type CatalogsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CatalogsRequestBuilder ¶
type CatalogsRequestBuilder struct {
// contains filtered or unexported fields
}
CatalogsRequestBuilder provides operations to manage the catalogs property of the microsoft.graph.entitlementManagement entity.
func NewCatalogsRequestBuilder ¶
func NewCatalogsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilder instantiates a new CatalogsRequestBuilder and sets the default values.
func NewCatalogsRequestBuilderInternal ¶
func NewCatalogsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilderInternal instantiates a new CatalogsRequestBuilder and sets the default values.
func (*CatalogsRequestBuilder) Count ¶ added in v0.13.0
func (m *CatalogsRequestBuilder) Count() *ia7ea675ab9005512f77e177a7c5cdfc46a30bf4624b4be3eec7c3ed19be91b56.CountRequestBuilder
Count the count property
func (*CatalogsRequestBuilder) CreateGetRequestInformation ¶
func (m *CatalogsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation a container for access packages.
func (*CatalogsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CatalogsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *CatalogsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration a container for access packages.
func (*CatalogsRequestBuilder) CreatePostRequestInformation ¶
func (m *CatalogsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to catalogs for identityGovernance
func (*CatalogsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *CatalogsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, requestConfiguration *CatalogsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to catalogs for identityGovernance
func (*CatalogsRequestBuilder) Get ¶
func (m *CatalogsRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogCollectionResponseable, error)
Get a container for access packages.
func (*CatalogsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CatalogsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *CatalogsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler a container for access packages.
func (*CatalogsRequestBuilder) Post ¶
func (m *CatalogsRequestBuilder) Post(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, error)
Post create new navigation property to catalogs for identityGovernance
func (*CatalogsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *CatalogsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, requestConfiguration *CatalogsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to catalogs for identityGovernance
type CatalogsRequestBuilderGetQueryParameters ¶
type CatalogsRequestBuilderGetQueryParameters 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"` }
CatalogsRequestBuilderGetQueryParameters a container for access packages.
type CatalogsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CatalogsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CatalogsRequestBuilderGetQueryParameters }
CatalogsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type CatalogsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type CatalogsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
CatalogsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.