Documentation ¶
Index ¶
- type AppRoleAssignmentRequestBuilder
- func (m *AppRoleAssignmentRequestBuilder) CreateDeleteRequestInformation(options *AppRoleAssignmentRequestBuilderDeleteOptions) (...)
- func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformation(options *AppRoleAssignmentRequestBuilderGetOptions) (...)
- func (m *AppRoleAssignmentRequestBuilder) CreatePatchRequestInformation(options *AppRoleAssignmentRequestBuilderPatchOptions) (...)
- func (m *AppRoleAssignmentRequestBuilder) Delete(options *AppRoleAssignmentRequestBuilderDeleteOptions) error
- func (m *AppRoleAssignmentRequestBuilder) Get(options *AppRoleAssignmentRequestBuilderGetOptions) (...)
- func (m *AppRoleAssignmentRequestBuilder) Patch(options *AppRoleAssignmentRequestBuilderPatchOptions) error
- type AppRoleAssignmentRequestBuilderDeleteOptions
- type AppRoleAssignmentRequestBuilderGetOptions
- type AppRoleAssignmentRequestBuilderGetQueryParameters
- type AppRoleAssignmentRequestBuilderPatchOptions
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
}
Builds and executes requests for operations under \me\appRoleAssignments\{appRoleAssignment-id}
func NewAppRoleAssignmentRequestBuilder ¶
func NewAppRoleAssignmentRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AppRoleAssignmentRequestBuilder
Instantiates a new AppRoleAssignmentRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewAppRoleAssignmentRequestBuilderInternal ¶
func NewAppRoleAssignmentRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *AppRoleAssignmentRequestBuilder
Instantiates a new AppRoleAssignmentRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*AppRoleAssignmentRequestBuilder) CreateDeleteRequestInformation ¶
func (m *AppRoleAssignmentRequestBuilder) CreateDeleteRequestInformation(options *AppRoleAssignmentRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
func (*AppRoleAssignmentRequestBuilder) CreateGetRequestInformation ¶
func (m *AppRoleAssignmentRequestBuilder) CreateGetRequestInformation(options *AppRoleAssignmentRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
func (*AppRoleAssignmentRequestBuilder) CreatePatchRequestInformation ¶
func (m *AppRoleAssignmentRequestBuilder) CreatePatchRequestInformation(options *AppRoleAssignmentRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
func (*AppRoleAssignmentRequestBuilder) Delete ¶
func (m *AppRoleAssignmentRequestBuilder) Delete(options *AppRoleAssignmentRequestBuilderDeleteOptions) error
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
func (*AppRoleAssignmentRequestBuilder) Get ¶
func (m *AppRoleAssignmentRequestBuilder) Get(options *AppRoleAssignmentRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AppRoleAssignment, error)
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
func (*AppRoleAssignmentRequestBuilder) Patch ¶
func (m *AppRoleAssignmentRequestBuilder) Patch(options *AppRoleAssignmentRequestBuilderPatchOptions) error
Represents the app roles a user has been granted for an application. Supports $expand. Parameters:
- options : Options for the request
type AppRoleAssignmentRequestBuilderDeleteOptions ¶
type AppRoleAssignmentRequestBuilderDeleteOptions struct { // 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 }
Options for Delete
type AppRoleAssignmentRequestBuilderGetOptions ¶
type AppRoleAssignmentRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *AppRoleAssignmentRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Get
type AppRoleAssignmentRequestBuilderGetQueryParameters ¶
type AppRoleAssignmentRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select_escaped []string }
Represents the app roles a user has been granted for an application. Supports $expand.
type AppRoleAssignmentRequestBuilderPatchOptions ¶
type AppRoleAssignmentRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AppRoleAssignment // 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 }
Options for Patch