Documentation ¶
Index ¶
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.unifiedRoleAssignmentScheduleRequest 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) CreateGetRequestInformation ¶
func (m *AppScopeRequestBuilder) CreateGetRequestInformation(options *AppScopeRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity.
func (*AppScopeRequestBuilder) Get ¶
func (m *AppScopeRequestBuilder) Get(options *AppScopeRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppScopeable, error)
Get read-only property with details of the app specific scope when the assignment scope is app specific. Containment entity.
type AppScopeRequestBuilderGetOptions ¶
type AppScopeRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AppScopeRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
AppScopeRequestBuilderGetOptions options for Get
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.