API version:
Show / Hide Table of Contents

Class AssignUserToApplicationOptions

Settings helper class to assign users to application

Inheritance
System.Object
AssignUserToApplicationOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Okta.Sdk
Assembly: Okta.Sdk.dll
Syntax
public sealed class AssignUserToApplicationOptions

Properties

ApplicationId

Gets or sets an application id

Declaration
public string ApplicationId { get; set; }
Property Value
Type Description
System.String

Password

Gets or sets a password

Declaration
public string Password { get; set; }
Property Value
Type Description
System.String

Profile

Gets or sets a profile

Declaration
public Resource Profile { get; set; }
Property Value
Type Description
Resource

Scope

Gets or sets the scope

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String

UserId

Gets or sets the user id

Declaration
public string UserId { get; set; }
Property Value
Type Description
System.String

UserName

Gets or sets a username

Declaration
public string UserName { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.