Documentation ¶
Index ¶
- type AppRoleAssignmentRequestBuilder
- func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformation() (...)
- func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AppRoleAssignmentRequestBuilderGetRequestConfiguration) (...)
- func (m *AppRoleAssignmentRequestBuilder) Get() (...)
- func (m *AppRoleAssignmentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AppRoleAssignmentRequestBuilderGetRequestConfiguration, ...) (...)
- type AppRoleAssignmentRequestBuilderGetQueryParameters
- type AppRoleAssignmentRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRoleAssignmentRequestBuilder ¶
type AppRoleAssignmentRequestBuilder struct {
// contains filtered or unexported fields
}
AppRoleAssignmentRequestBuilder casts the previous resource to appRoleAssignment.
func NewAppRoleAssignmentRequestBuilder ¶
func NewAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppRoleAssignmentRequestBuilder
NewAppRoleAssignmentRequestBuilder instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.
func NewAppRoleAssignmentRequestBuilderInternal ¶
func NewAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AppRoleAssignmentRequestBuilder
NewAppRoleAssignmentRequestBuilderInternal instantiates a new AppRoleAssignmentRequestBuilder and sets the default values.
func (*AppRoleAssignmentRequestBuilder) CreateGetRequestInformation ¶
func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
func (*AppRoleAssignmentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *AppRoleAssignmentRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
func (*AppRoleAssignmentRequestBuilder) Get ¶
func (m *AppRoleAssignmentRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, error)
Get get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
func (*AppRoleAssignmentRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶
func (m *AppRoleAssignmentRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *AppRoleAssignmentRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.AppRoleAssignmentable, error)
GetWithRequestConfigurationAndResponseHandler get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
type AppRoleAssignmentRequestBuilderGetQueryParameters ¶
type AppRoleAssignmentRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
AppRoleAssignmentRequestBuilderGetQueryParameters get the item of type microsoft.graph.directoryObject as microsoft.graph.appRoleAssignment
type AppRoleAssignmentRequestBuilderGetRequestConfiguration ¶
type AppRoleAssignmentRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *AppRoleAssignmentRequestBuilderGetQueryParameters }
AppRoleAssignmentRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.