API version:
Show / Hide Table of Contents

Class CreateGroupOptions

Contains the parameters needed to create a new group.

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

Properties

Description

Gets or sets the description of the group.

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

The description of the group.

Name

Gets or sets the name of the group.

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

The name of the group.

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.