Documentation
¶
Index ¶
- type AssignmentRequestsRequestBuilder
- func (m *AssignmentRequestsRequestBuilder) Count() ...
- func (m *AssignmentRequestsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AssignmentRequestsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *AssignmentRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string) ...
- func (m *AssignmentRequestsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *AssignmentRequestsRequestBuilder) Post(ctx context.Context, ...) (...)
- type AssignmentRequestsRequestBuilderGetQueryParameters
- type AssignmentRequestsRequestBuilderGetRequestConfiguration
- type AssignmentRequestsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssignmentRequestsRequestBuilder ¶
type AssignmentRequestsRequestBuilder struct {
// contains filtered or unexported fields
}
AssignmentRequestsRequestBuilder provides operations to manage the assignmentRequests property of the microsoft.graph.entitlementManagement entity.
func NewAssignmentRequestsRequestBuilder ¶
func NewAssignmentRequestsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignmentRequestsRequestBuilder
NewAssignmentRequestsRequestBuilder instantiates a new AssignmentRequestsRequestBuilder and sets the default values.
func NewAssignmentRequestsRequestBuilderInternal ¶
func NewAssignmentRequestsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AssignmentRequestsRequestBuilder
NewAssignmentRequestsRequestBuilderInternal instantiates a new AssignmentRequestsRequestBuilder and sets the default values.
func (*AssignmentRequestsRequestBuilder) Count ¶ added in v0.13.0
func (m *AssignmentRequestsRequestBuilder) Count() *i086d7788125ccf97903405d29ff8052b8dc2894c2e4edab4734ab1182c1359e2.CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*AssignmentRequestsRequestBuilder) CreateGetRequestInformation ¶
func (m *AssignmentRequestsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AssignmentRequestsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation in Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.
func (*AssignmentRequestsRequestBuilder) CreatePostRequestInformation ¶
func (m *AssignmentRequestsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestable, requestConfiguration *AssignmentRequestsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation in Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, or to remove an access package assignment.
func (*AssignmentRequestsRequestBuilder) FilterByCurrentUserWithOn ¶
func (m *AssignmentRequestsRequestBuilder) FilterByCurrentUserWithOn(on *string) *if9b40be5c02c51541e5e3a4c0caa7d8e2d99360f8e5592a4844ffeec98623cc8.FilterByCurrentUserWithOnRequestBuilder
FilterByCurrentUserWithOn provides operations to call the filterByCurrentUser method.
func (*AssignmentRequestsRequestBuilder) Get ¶
func (m *AssignmentRequestsRequestBuilder) Get(ctx context.Context, requestConfiguration *AssignmentRequestsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestCollectionResponseable, error)
Get in Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.
func (*AssignmentRequestsRequestBuilder) Post ¶
func (m *AssignmentRequestsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestable, requestConfiguration *AssignmentRequestsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AccessPackageAssignmentRequestable, error)
Post in Azure AD Entitlement Management, create a new accessPackageAssignmentRequest object. This operation is used to assign a user to an access package, or to remove an access package assignment.
type AssignmentRequestsRequestBuilderGetQueryParameters ¶
type AssignmentRequestsRequestBuilderGetQueryParameters 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"`
}
AssignmentRequestsRequestBuilderGetQueryParameters in Azure AD entitlement management, retrieve a list of accessPackageAssignmentRequest objects. The resulting list includes all the assignment requests, current and well as expired, that the caller has access to read, across all catalogs and access packages.
type AssignmentRequestsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AssignmentRequestsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *AssignmentRequestsRequestBuilderGetQueryParameters
}
AssignmentRequestsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AssignmentRequestsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type AssignmentRequestsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
AssignmentRequestsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.