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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilder instantiates a new CatalogsRequestBuilder and sets the default values.
func NewCatalogsRequestBuilderInternal ¶
func NewCatalogsRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CatalogsRequestBuilder
NewCatalogsRequestBuilderInternal instantiates a new CatalogsRequestBuilder and sets the default values.
func (*CatalogsRequestBuilder) CreateGetRequestInformation ¶
func (m *CatalogsRequestBuilder) CreateGetRequestInformation(options *CatalogsRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation represents a group of access packages.
func (*CatalogsRequestBuilder) CreatePostRequestInformation ¶
func (m *CatalogsRequestBuilder) CreatePostRequestInformation(options *CatalogsRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation create new navigation property to catalogs for identityGovernance
func (*CatalogsRequestBuilder) Get ¶
func (m *CatalogsRequestBuilder) Get(options *CatalogsRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalogCollectionResponseable, error)
Get represents a group of access packages.
func (*CatalogsRequestBuilder) Post ¶
func (m *CatalogsRequestBuilder) Post(options *CatalogsRequestBuilderPostOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalogable, error)
Post create new navigation property to catalogs for identityGovernance
type CatalogsRequestBuilderGetOptions ¶
type CatalogsRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *CatalogsRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
CatalogsRequestBuilderGetOptions options for Get
type CatalogsRequestBuilderGetQueryParameters ¶
type CatalogsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool // Expand related entities Expand []string // Filter items by property values Filter *string // Order items by property values Orderby []string // Search items by search phrases Search *string // Select properties to be returned Select []string // Skip the first n items Skip *int32 // Show only the first n items Top *int32 }
CatalogsRequestBuilderGetQueryParameters represents a group of access packages.
type CatalogsRequestBuilderPostOptions ¶
type CatalogsRequestBuilderPostOptions struct { // Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AccessPackageCatalogable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
CatalogsRequestBuilderPostOptions options for Post