Documentation ¶
Index ¶
- type InternalSponsorsRequestBuilder
- func (m *InternalSponsorsRequestBuilder) Count() ...
- func (m *InternalSponsorsRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *InternalSponsorsRequestBuilder) CreatePostRequestInformation(ctx context.Context, ...) (...)
- func (m *InternalSponsorsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *InternalSponsorsRequestBuilder) GetAvailableExtensionProperties() ...
- func (m *InternalSponsorsRequestBuilder) GetByIds() ...
- func (m *InternalSponsorsRequestBuilder) Post(ctx context.Context, ...) (...)
- func (m *InternalSponsorsRequestBuilder) Ref() ...
- func (m *InternalSponsorsRequestBuilder) ValidateProperties() ...
- type InternalSponsorsRequestBuilderGetQueryParameters
- type InternalSponsorsRequestBuilderGetRequestConfiguration
- type InternalSponsorsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalSponsorsRequestBuilder ¶
type InternalSponsorsRequestBuilder struct {
// contains filtered or unexported fields
}
InternalSponsorsRequestBuilder provides operations to manage the internalSponsors property of the microsoft.graph.connectedOrganization entity.
func NewInternalSponsorsRequestBuilder ¶
func NewInternalSponsorsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InternalSponsorsRequestBuilder
NewInternalSponsorsRequestBuilder instantiates a new InternalSponsorsRequestBuilder and sets the default values.
func NewInternalSponsorsRequestBuilderInternal ¶
func NewInternalSponsorsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *InternalSponsorsRequestBuilder
NewInternalSponsorsRequestBuilderInternal instantiates a new InternalSponsorsRequestBuilder and sets the default values.
func (*InternalSponsorsRequestBuilder) Count ¶ added in v0.13.0
func (m *InternalSponsorsRequestBuilder) Count() *i9e8a8d07dd5fe27e4521498cc553f9be7a34d37d286f715b64fb7fa1d6166ce8.CountRequestBuilder
Count provides operations to count the resources in the collection.
func (*InternalSponsorsRequestBuilder) CreateGetRequestInformation ¶
func (m *InternalSponsorsRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *InternalSponsorsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.
func (*InternalSponsorsRequestBuilder) CreatePostRequestInformation ¶
func (m *InternalSponsorsRequestBuilder) CreatePostRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *InternalSponsorsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to internalSponsors for identityGovernance
func (*InternalSponsorsRequestBuilder) Get ¶
func (m *InternalSponsorsRequestBuilder) Get(ctx context.Context, requestConfiguration *InternalSponsorsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.
func (*InternalSponsorsRequestBuilder) GetAvailableExtensionProperties ¶ added in v0.27.0
func (m *InternalSponsorsRequestBuilder) GetAvailableExtensionProperties() *ibe3c68382400e43720838e6007c1444aab7a6f83affe99b50bdd4d9c93e311e1.GetAvailableExtensionPropertiesRequestBuilder
GetAvailableExtensionProperties provides operations to call the getAvailableExtensionProperties method.
func (*InternalSponsorsRequestBuilder) GetByIds ¶ added in v0.27.0
func (m *InternalSponsorsRequestBuilder) GetByIds() *i6c6ee8847320ede3412bc8992aca7f3cbdd47de5a7e14011d6078f0ccb33b9d6.GetByIdsRequestBuilder
GetByIds provides operations to call the getByIds method.
func (*InternalSponsorsRequestBuilder) Post ¶
func (m *InternalSponsorsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, requestConfiguration *InternalSponsorsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectable, error)
Post create new navigation property to internalSponsors for identityGovernance
func (*InternalSponsorsRequestBuilder) Ref ¶ added in v0.27.0
func (m *InternalSponsorsRequestBuilder) Ref() *i34cc44f2000950b9f8b47997f99c99d1ae27bb35bc86cb44b9593abae249a97d.RefRequestBuilder
Ref provides operations to manage the collection of identityGovernance entities.
func (*InternalSponsorsRequestBuilder) ValidateProperties ¶ added in v0.27.0
func (m *InternalSponsorsRequestBuilder) ValidateProperties() *ib7ea0857d4a9ed2280396412308213bdaa23b8a1c263fe8515e98d0b85b35ede.ValidatePropertiesRequestBuilder
ValidateProperties provides operations to call the validateProperties method.
type InternalSponsorsRequestBuilderGetQueryParameters ¶
type InternalSponsorsRequestBuilderGetQueryParameters struct { // Include count of items Count *bool `uriparametername:"%24count"` // Expand related entities Expand []string `uriparametername:"%24expand"` // Filter items by property values Filter *string `uriparametername:"%24filter"` // Order items by property values Orderby []string `uriparametername:"%24orderby"` // Search items by search phrases Search *string `uriparametername:"%24search"` // Select properties to be returned Select []string `uriparametername:"%24select"` // Skip the first n items Skip *int32 `uriparametername:"%24skip"` // Show only the first n items Top *int32 `uriparametername:"%24top"` }
InternalSponsorsRequestBuilderGetQueryParameters retrieve a list of a connectedOrganization's internal sponsors. The internal sponsors are a set of users who can approve requests on behalf of other users from that connected organization.
type InternalSponsorsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type InternalSponsorsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *InternalSponsorsRequestBuilderGetQueryParameters }
InternalSponsorsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type InternalSponsorsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type InternalSponsorsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
InternalSponsorsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.