Documentation
¶
Index ¶
- type RegisteredOwnersRequestBuilder
- func (m *RegisteredOwnersRequestBuilder) AppRoleAssignment() ...
- func (m *RegisteredOwnersRequestBuilder) Count() ...
- func (m *RegisteredOwnersRequestBuilder) CreateGetRequestInformation() (...)
- func (m *RegisteredOwnersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *RegisteredOwnersRequestBuilderGetRequestConfiguration) (...)
- func (m *RegisteredOwnersRequestBuilder) Endpoint() ...
- func (m *RegisteredOwnersRequestBuilder) Get() (...)
- func (m *RegisteredOwnersRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *RegisteredOwnersRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *RegisteredOwnersRequestBuilder) Ref() ...
- func (m *RegisteredOwnersRequestBuilder) ServicePrincipal() ...
- func (m *RegisteredOwnersRequestBuilder) User() ...
- type RegisteredOwnersRequestBuilderGetQueryParameters
- type RegisteredOwnersRequestBuilderGetRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegisteredOwnersRequestBuilder ¶
type RegisteredOwnersRequestBuilder struct {
// contains filtered or unexported fields
}
RegisteredOwnersRequestBuilder provides operations to manage the registeredOwners property of the microsoft.graph.device entity.
func NewRegisteredOwnersRequestBuilder ¶
func NewRegisteredOwnersRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RegisteredOwnersRequestBuilder
NewRegisteredOwnersRequestBuilder instantiates a new RegisteredOwnersRequestBuilder and sets the default values.
func NewRegisteredOwnersRequestBuilderInternal ¶
func NewRegisteredOwnersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *RegisteredOwnersRequestBuilder
NewRegisteredOwnersRequestBuilderInternal instantiates a new RegisteredOwnersRequestBuilder and sets the default values.
func (*RegisteredOwnersRequestBuilder) AppRoleAssignment ¶ added in v0.25.0
func (m *RegisteredOwnersRequestBuilder) AppRoleAssignment() *i58d81abe2a94e2e873f495b3f6bdebbf13ae06b03f1b58c6521100d5acada25b.AppRoleAssignmentRequestBuilder
AppRoleAssignment the appRoleAssignment property
func (*RegisteredOwnersRequestBuilder) Count ¶ added in v0.13.0
func (m *RegisteredOwnersRequestBuilder) Count() *i764856d5a0d4d32224ab2b48aa026d2cdef858237c89fdf7e542463f4cfcfaf3.CountRequestBuilder
Count the Count property
func (*RegisteredOwnersRequestBuilder) CreateGetRequestInformation ¶
func (m *RegisteredOwnersRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
func (*RegisteredOwnersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *RegisteredOwnersRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *RegisteredOwnersRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
func (*RegisteredOwnersRequestBuilder) Endpoint ¶ added in v0.25.0
func (m *RegisteredOwnersRequestBuilder) Endpoint() *ifb6aab027c17b4a3f323306d77c23d7c4148efc04152f28b877b9b61ab62ddbd.EndpointRequestBuilder
Endpoint the endpoint property
func (*RegisteredOwnersRequestBuilder) Get ¶
func (m *RegisteredOwnersRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
Get the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
func (*RegisteredOwnersRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *RegisteredOwnersRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *RegisteredOwnersRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DirectoryObjectCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
func (*RegisteredOwnersRequestBuilder) Ref ¶
func (m *RegisteredOwnersRequestBuilder) Ref() *ib5cc46b500e9b24fa270a613e8e49d845012dfb5efeb884206b23274ffedaa91.RefRequestBuilder
Ref the Ref property
func (*RegisteredOwnersRequestBuilder) ServicePrincipal ¶ added in v0.25.0
func (m *RegisteredOwnersRequestBuilder) ServicePrincipal() *icf24949f036260cdde78a7a1b7a3bd43d492d348b222c0088fc7b628e85f2f76.ServicePrincipalRequestBuilder
ServicePrincipal the servicePrincipal property
func (*RegisteredOwnersRequestBuilder) User ¶ added in v0.25.0
func (m *RegisteredOwnersRequestBuilder) User() *i1ab9540be26799d5e525377eae39b656dcfd671ed49f12f5ba1572b0c1c5ea15.UserRequestBuilder
User the user property
type RegisteredOwnersRequestBuilderGetQueryParameters ¶
type RegisteredOwnersRequestBuilderGetQueryParameters 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"`
}
RegisteredOwnersRequestBuilderGetQueryParameters the user that cloud joined the device or registered their personal device. The registered owner is set at the time of registration. Currently, there can be only one owner. Read-only. Nullable. Supports $expand.
type RegisteredOwnersRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type RegisteredOwnersRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *RegisteredOwnersRequestBuilderGetQueryParameters
}
RegisteredOwnersRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.