Documentation
¶
Index ¶
- type UserFlowIdentityProvidersRequestBuilder
- func (m *UserFlowIdentityProvidersRequestBuilder) Count() ...
- func (m *UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformation() (...)
- func (m *UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *UserFlowIdentityProvidersRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *UserFlowIdentityProvidersRequestBuilder) Ref() ...
- type UserFlowIdentityProvidersRequestBuilderGetQueryParameters
- type UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserFlowIdentityProvidersRequestBuilder ¶
type UserFlowIdentityProvidersRequestBuilder struct {
// contains filtered or unexported fields
}
UserFlowIdentityProvidersRequestBuilder provides operations to manage the userFlowIdentityProviders property of the microsoft.graph.b2xIdentityUserFlow entity.
func NewUserFlowIdentityProvidersRequestBuilder ¶
func NewUserFlowIdentityProvidersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowIdentityProvidersRequestBuilder
NewUserFlowIdentityProvidersRequestBuilder instantiates a new UserFlowIdentityProvidersRequestBuilder and sets the default values.
func NewUserFlowIdentityProvidersRequestBuilderInternal ¶
func NewUserFlowIdentityProvidersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *UserFlowIdentityProvidersRequestBuilder
NewUserFlowIdentityProvidersRequestBuilderInternal instantiates a new UserFlowIdentityProvidersRequestBuilder and sets the default values.
func (*UserFlowIdentityProvidersRequestBuilder) Count ¶ added in v0.13.0
func (m *UserFlowIdentityProvidersRequestBuilder) Count() *i924f0760c651935ce26afba3cf1348d7af935115110567c070f46d26dd7488a6.CountRequestBuilder
Count the Count property
func (*UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformation ¶
func (m *UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get userFlowIdentityProviders from identity
func (*UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *UserFlowIdentityProvidersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get userFlowIdentityProviders from identity
func (*UserFlowIdentityProvidersRequestBuilder) Get ¶
func (m *UserFlowIdentityProvidersRequestBuilder) Get(ctx context.Context, requestConfiguration *UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.IdentityProviderBaseCollectionResponseable, error)
Get get userFlowIdentityProviders from identity
func (*UserFlowIdentityProvidersRequestBuilder) Ref ¶
func (m *UserFlowIdentityProvidersRequestBuilder) Ref() *id1418e897ecd09b3d256be063da8c4b869278ce8ee0614463dc6dedaeca5afc0.RefRequestBuilder
Ref the Ref property
type UserFlowIdentityProvidersRequestBuilderGetQueryParameters ¶
type UserFlowIdentityProvidersRequestBuilderGetQueryParameters 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"`
}
UserFlowIdentityProvidersRequestBuilderGetQueryParameters get userFlowIdentityProviders from identity
type UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *UserFlowIdentityProvidersRequestBuilderGetQueryParameters
}
UserFlowIdentityProvidersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.