Skip to content

Commit

Permalink
Merge pull request #30 from sailpoint-oss/ag/PLTCONN-3397-schema-obj-…
Browse files Browse the repository at this point in the history
…type

PLTCONN-3397-add-schema-obj-type
  • Loading branch information
ashley-george-sp committed Jun 14, 2023
2 parents 4af70c7 + 4aa0136 commit 2a41984
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/commands/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ export type Attributes = {
* SchemaAttribute defines an attribute for schema
*/
export type SchemaAttribute = {
name: string,
description: string,
type: string,
required?: boolean,
multi?: boolean,
managed?: boolean,
name: string
description: string
type: string
required?: boolean
multi?: boolean
managed?: boolean
schemaObjectType?: string
entitlement?: boolean
}

Expand Down

0 comments on commit 2a41984

Please sign in to comment.