Documentation ¶
Index ¶
- type AppScopeRequestBuilder
- func (m *AppScopeRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *AppScopeRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *AppScopeRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *AppScopeRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *AppScopeRequestBuilder) Get(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, ...)
- func (m *AppScopeRequestBuilder) Patch(ctx context.Context, ...) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, ...)
- type AppScopeRequestBuilderDeleteRequestConfiguration
- type AppScopeRequestBuilderGetQueryParameters
- type AppScopeRequestBuilderGetRequestConfiguration
- type AppScopeRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppScopeRequestBuilder ¶
type AppScopeRequestBuilder struct {
// contains filtered or unexported fields
}
AppScopeRequestBuilder provides operations to manage the appScope property of the microsoft.graph.unifiedRoleAssignment entity.
func NewAppScopeRequestBuilder ¶
func NewAppScopeRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppScopeRequestBuilder
NewAppScopeRequestBuilder instantiates a new AppScopeRequestBuilder and sets the default values.
func NewAppScopeRequestBuilderInternal ¶
func NewAppScopeRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppScopeRequestBuilder
NewAppScopeRequestBuilderInternal instantiates a new AppScopeRequestBuilder and sets the default values.
func (*AppScopeRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AppScopeRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *AppScopeRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property appScope for roleManagement
func (*AppScopeRequestBuilder) CreateGetRequestInformation ¶
func (m *AppScopeRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *AppScopeRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand.
func (*AppScopeRequestBuilder) CreatePatchRequestInformation ¶
func (m *AppScopeRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, requestConfiguration *AppScopeRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property appScope in roleManagement
func (*AppScopeRequestBuilder) Delete ¶
func (m *AppScopeRequestBuilder) Delete(ctx context.Context, requestConfiguration *AppScopeRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property appScope for roleManagement
func (*AppScopeRequestBuilder) Get ¶
func (m *AppScopeRequestBuilder) Get(ctx context.Context, requestConfiguration *AppScopeRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, error)
Get read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand.
func (*AppScopeRequestBuilder) Patch ¶
func (m *AppScopeRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, requestConfiguration *AppScopeRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, error)
Patch update the navigation property appScope in roleManagement
type AppScopeRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type AppScopeRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppScopeRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppScopeRequestBuilderGetQueryParameters ¶
type AppScopeRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AppScopeRequestBuilderGetQueryParameters read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity. Supports $expand.
type AppScopeRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type AppScopeRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AppScopeRequestBuilderGetQueryParameters }
AppScopeRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type AppScopeRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type AppScopeRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
AppScopeRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.