Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreatedOnBehalfOfRequestBuilder ¶
type CreatedOnBehalfOfRequestBuilder struct {
// contains filtered or unexported fields
}
CreatedOnBehalfOfRequestBuilder builds and executes requests for operations under \groups\{group-id}\createdOnBehalfOf
func NewCreatedOnBehalfOfRequestBuilder ¶
func NewCreatedOnBehalfOfRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreatedOnBehalfOfRequestBuilder
NewCreatedOnBehalfOfRequestBuilder instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values.
func NewCreatedOnBehalfOfRequestBuilderInternal ¶
func NewCreatedOnBehalfOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *CreatedOnBehalfOfRequestBuilder
NewCreatedOnBehalfOfRequestBuilderInternal instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values.
func (*CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformation ¶
func (m *CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformation(options *CreatedOnBehalfOfRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
func (*CreatedOnBehalfOfRequestBuilder) Get ¶
func (m *CreatedOnBehalfOfRequestBuilder) Get(options *CreatedOnBehalfOfRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DirectoryObject, error)
Get the user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
type CreatedOnBehalfOfRequestBuilderGetOptions ¶
type CreatedOnBehalfOfRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *CreatedOnBehalfOfRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
CreatedOnBehalfOfRequestBuilderGetOptions options for Get
type CreatedOnBehalfOfRequestBuilderGetQueryParameters ¶
type CreatedOnBehalfOfRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
CreatedOnBehalfOfRequestBuilderGetQueryParameters the user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.