API version:
Show / Hide Table of Contents

Interface ICreateUserRequest

Represents a CreateUserRequest resource in the Okta API.

Inherited Members
IResource.Item[String]
IResource.GetArrayProperty<T>(String)
IResource.GetData()
IResource.SetProperty(String, Object)
IResource.GetProperty<T>(String)
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public interface ICreateUserRequest : IResource

Properties

Credentials

Declaration
IUserCredentials Credentials { get; set; }
Property Value
Type Description
IUserCredentials

GroupIds

Declaration
IList<string> GroupIds { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Profile

Declaration
IUserProfile Profile { get; set; }
Property Value
Type Description
IUserProfile

Type

Declaration
IUserType Type { get; set; }
Property Value
Type Description
IUserType
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.