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 provides operations to manage the createdOnBehalfOf property of the microsoft.graph.group entity.
func NewCreatedOnBehalfOfRequestBuilder ¶
func NewCreatedOnBehalfOfRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreatedOnBehalfOfRequestBuilder
NewCreatedOnBehalfOfRequestBuilder instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values.
func NewCreatedOnBehalfOfRequestBuilderInternal ¶
func NewCreatedOnBehalfOfRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *CreatedOnBehalfOfRequestBuilder
NewCreatedOnBehalfOfRequestBuilderInternal instantiates a new CreatedOnBehalfOfRequestBuilder and sets the default values.
func (*CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformation ¶
func (m *CreatedOnBehalfOfRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *CreatedOnBehalfOfRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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(ctx context.Context, requestConfiguration *CreatedOnBehalfOfRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Get the user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
type CreatedOnBehalfOfRequestBuilderGetQueryParameters ¶
type CreatedOnBehalfOfRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
CreatedOnBehalfOfRequestBuilderGetQueryParameters the user (or application) that created the group. NOTE: This is not set if the user is an administrator. Read-only.
type CreatedOnBehalfOfRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type CreatedOnBehalfOfRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *CreatedOnBehalfOfRequestBuilderGetQueryParameters }
CreatedOnBehalfOfRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.