Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationPlatformCredentialMethodDeviceClient ¶
func NewAuthenticationPlatformCredentialMethodDeviceClientWithBaseURI ¶
func NewAuthenticationPlatformCredentialMethodDeviceClientWithBaseURI(sdkApi sdkEnv.Api) (*AuthenticationPlatformCredentialMethodDeviceClient, error)
func (AuthenticationPlatformCredentialMethodDeviceClient) GetAuthenticationPlatformCredentialMethodDevice ¶
func (c AuthenticationPlatformCredentialMethodDeviceClient) GetAuthenticationPlatformCredentialMethodDevice(ctx context.Context, id beta.UserIdAuthenticationPlatformCredentialMethodId, options GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) (result GetAuthenticationPlatformCredentialMethodDeviceOperationResponse, err error)
GetAuthenticationPlatformCredentialMethodDevice - Get device from users. The registered device on which this Platform Credential resides. Supports $expand. When you get a user's Platform Credential registration information, this property is returned only on a single GET and when you specify ?$expand. For example, GET /users/admin@contoso.com/authentication/platformCredentialAuthenticationMethod/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device.
type GetAuthenticationPlatformCredentialMethodDeviceOperationOptions ¶
type GetAuthenticationPlatformCredentialMethodDeviceOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetAuthenticationPlatformCredentialMethodDeviceOperationOptions ¶
func DefaultGetAuthenticationPlatformCredentialMethodDeviceOperationOptions() GetAuthenticationPlatformCredentialMethodDeviceOperationOptions
func (GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToHeaders ¶
func (o GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToHeaders() *client.Headers
func (GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToOData ¶
func (o GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToOData() *odata.Query
func (GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToQuery ¶
func (o GetAuthenticationPlatformCredentialMethodDeviceOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.