API version:
Show / Hide Table of Contents

Class CreateApplicationGroupAssignmentOptions

Settings helper class to assign a group to an application

Inheritance
System.Object
CreateApplicationGroupAssignmentOptions
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 CreateApplicationGroupAssignmentOptions

Properties

ApplicationId

Gets or sets an application id

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

GroupId

Gets or sets a group id

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

Priority

Gets or sets a priority

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