Documentation ¶
Index ¶
- type CatalogsRequestBuilder
- func (m *CatalogsRequestBuilder) Count() ...
- func (m *CatalogsRequestBuilder) CreateGetRequestInformation(options *CatalogsRequestBuilderGetOptions) (...)
- func (m *CatalogsRequestBuilder) CreatePostRequestInformation(options *CatalogsRequestBuilderPostOptions) (...)
- func (m *CatalogsRequestBuilder) Get(options *CatalogsRequestBuilderGetOptions) (...)
- func (m *CatalogsRequestBuilder) Post(options *CatalogsRequestBuilderPostOptions) (...)
- type CatalogsRequestBuilderGetOptions
- type CatalogsRequestBuilderGetQueryParameters
- type CatalogsRequestBuilderPostOptions
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 ¶
func (m *CatalogsRequestBuilder) Count() *ia7ea675ab9005512f77e177a7c5cdfc46a30bf4624b4be3eec7c3ed19be91b56.CountRequestBuilder
Count the count property
func (*CatalogsRequestBuilder) CreateGetRequestInformation ¶
func (m *CatalogsRequestBuilder) CreateGetRequestInformation(options *CatalogsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents a collection of access packages.
func (*CatalogsRequestBuilder) CreatePostRequestInformation ¶
func (m *CatalogsRequestBuilder) CreatePostRequestInformation(options *CatalogsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to catalogs for identityGovernance
func (*CatalogsRequestBuilder) Get ¶
func (m *CatalogsRequestBuilder) Get(options *CatalogsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogCollectionResponseable, error)
Get represents a collection of access packages.
func (*CatalogsRequestBuilder) Post ¶
func (m *CatalogsRequestBuilder) Post(options *CatalogsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable, error)
Post create new navigation property to catalogs for identityGovernance
type CatalogsRequestBuilderGetOptions ¶
type CatalogsRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CatalogsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
CatalogsRequestBuilderGetOptions options for Get
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 represents a collection of access packages.
type CatalogsRequestBuilderPostOptions ¶
type CatalogsRequestBuilderPostOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageCatalogable // 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 }
CatalogsRequestBuilderPostOptions options for Post