Show / Hide Table of Contents

Class GroupAssignmentState

Inheritance
System.Object
InputArgs
ResourceArgs
GroupAssignmentState
Inherited Members
ResourceArgs.Empty
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: Pulumi.Okta.App
Assembly: Pulumi.Okta.dll
Syntax
public sealed class GroupAssignmentState : ResourceArgs

Constructors

View Source

GroupAssignmentState()

Declaration
public GroupAssignmentState()

Properties

View Source

AppId

The ID of the application to assign a group to.

Declaration
public Input<string> AppId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupId

The ID of the group to assign the app to.

Declaration
public Input<string> GroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Priority

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Profile

JSON document containing application profile

Declaration
public Input<string> Profile { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.