Apply automatic changes

This commit is contained in:
tyler-mairose-sp
2024-04-03 13:33:53 +00:00
committed by github-actions[bot]
parent 033e046074
commit 8ec16df1d4
5 changed files with 7897 additions and 7717 deletions

View File

@@ -257231,8 +257231,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"owner": { "owner": {
"description": "Governance group owner.", "allOf": [
{
"type": "object", "type": "object",
"description": "Owner's identity.",
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
@@ -257254,6 +257256,26 @@
} }
} }
}, },
{
"type": "object",
"properties": {
"displayName": {
"readOnly": true,
"description": "The display name of the identity",
"type": "string",
"example": "Support"
},
"emailAddress": {
"readOnly": true,
"description": "The primary email address of the identity",
"type": "string",
"example": "support@sailpoint.com"
}
},
"description": "Governance group owner."
}
]
},
"id": { "id": {
"type": "string", "type": "string",
"description": "Governance group ID.", "description": "Governance group ID.",
@@ -257637,8 +257659,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"owner": { "owner": {
"description": "Governance group owner.", "allOf": [
{
"type": "object", "type": "object",
"description": "Owner's identity.",
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
@@ -257660,6 +257684,26 @@
} }
} }
}, },
{
"type": "object",
"properties": {
"displayName": {
"readOnly": true,
"description": "The display name of the identity",
"type": "string",
"example": "Support"
},
"emailAddress": {
"readOnly": true,
"description": "The primary email address of the identity",
"type": "string",
"example": "support@sailpoint.com"
}
},
"description": "Governance group owner."
}
]
},
"id": { "id": {
"type": "string", "type": "string",
"description": "Governance group ID.", "description": "Governance group ID.",
@@ -257704,8 +257748,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"owner": { "owner": {
"description": "Governance group owner.", "allOf": [
{
"type": "object", "type": "object",
"description": "Owner's identity.",
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
@@ -257727,6 +257773,26 @@
} }
} }
}, },
{
"type": "object",
"properties": {
"displayName": {
"readOnly": true,
"description": "The display name of the identity",
"type": "string",
"example": "Support"
},
"emailAddress": {
"readOnly": true,
"description": "The primary email address of the identity",
"type": "string",
"example": "support@sailpoint.com"
}
},
"description": "Governance group owner."
}
]
},
"id": { "id": {
"type": "string", "type": "string",
"description": "Governance group ID.", "description": "Governance group ID.",
@@ -258110,8 +258176,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"owner": { "owner": {
"description": "Governance group owner.", "allOf": [
{
"type": "object", "type": "object",
"description": "Owner's identity.",
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
@@ -258133,6 +258201,26 @@
} }
} }
}, },
{
"type": "object",
"properties": {
"displayName": {
"readOnly": true,
"description": "The display name of the identity",
"type": "string",
"example": "Support"
},
"emailAddress": {
"readOnly": true,
"description": "The primary email address of the identity",
"type": "string",
"example": "support@sailpoint.com"
}
},
"description": "Governance group owner."
}
]
},
"id": { "id": {
"type": "string", "type": "string",
"description": "Governance group ID.", "description": "Governance group ID.",
@@ -258965,8 +259053,10 @@
"type": "object", "type": "object",
"properties": { "properties": {
"owner": { "owner": {
"description": "Governance group owner.", "allOf": [
{
"type": "object", "type": "object",
"description": "Owner's identity.",
"properties": { "properties": {
"type": { "type": {
"type": "string", "type": "string",
@@ -258988,6 +259078,26 @@
} }
} }
}, },
{
"type": "object",
"properties": {
"displayName": {
"readOnly": true,
"description": "The display name of the identity",
"type": "string",
"example": "Support"
},
"emailAddress": {
"readOnly": true,
"description": "The primary email address of the identity",
"type": "string",
"example": "support@sailpoint.com"
}
},
"description": "Governance group owner."
}
]
},
"id": { "id": {
"type": "string", "type": "string",
"description": "Governance group ID.", "description": "Governance group ID.",

View File

@@ -193777,8 +193777,9 @@ paths:
type: object type: object
properties: properties:
owner: owner:
description: Governance group owner. allOf:
type: object - type: object
description: Owner's identity.
properties: properties:
type: type:
type: string type: string
@@ -193794,6 +193795,19 @@ paths:
type: string type: string
description: Owner's display name. description: Owner's display name.
example: Support example: Support
- type: object
properties:
displayName:
readOnly: true
description: The display name of the identity
type: string
example: Support
emailAddress:
readOnly: true
description: The primary email address of the identity
type: string
example: support@sailpoint.com
description: Governance group owner.
id: id:
type: string type: string
description: Governance group ID. description: Governance group ID.
@@ -194068,8 +194082,9 @@ paths:
type: object type: object
properties: properties:
owner: owner:
description: Governance group owner. allOf:
type: object - type: object
description: Owner's identity.
properties: properties:
type: type:
type: string type: string
@@ -194085,6 +194100,19 @@ paths:
type: string type: string
description: Owner's display name. description: Owner's display name.
example: Support example: Support
- type: object
properties:
displayName:
readOnly: true
description: The display name of the identity
type: string
example: Support
emailAddress:
readOnly: true
description: The primary email address of the identity
type: string
example: support@sailpoint.com
description: Governance group owner.
id: id:
type: string type: string
description: Governance group ID. description: Governance group ID.
@@ -194119,8 +194147,9 @@ paths:
type: object type: object
properties: properties:
owner: owner:
description: Governance group owner. allOf:
type: object - type: object
description: Owner's identity.
properties: properties:
type: type:
type: string type: string
@@ -194136,6 +194165,19 @@ paths:
type: string type: string
description: Owner's display name. description: Owner's display name.
example: Support example: Support
- type: object
properties:
displayName:
readOnly: true
description: The display name of the identity
type: string
example: Support
emailAddress:
readOnly: true
description: The primary email address of the identity
type: string
example: support@sailpoint.com
description: Governance group owner.
id: id:
type: string type: string
description: Governance group ID. description: Governance group ID.
@@ -194414,8 +194456,9 @@ paths:
type: object type: object
properties: properties:
owner: owner:
description: Governance group owner. allOf:
type: object - type: object
description: Owner's identity.
properties: properties:
type: type:
type: string type: string
@@ -194431,6 +194474,19 @@ paths:
type: string type: string
description: Owner's display name. description: Owner's display name.
example: Support example: Support
- type: object
properties:
displayName:
readOnly: true
description: The display name of the identity
type: string
example: Support
emailAddress:
readOnly: true
description: The primary email address of the identity
type: string
example: support@sailpoint.com
description: Governance group owner.
id: id:
type: string type: string
description: Governance group ID. description: Governance group ID.
@@ -195027,8 +195083,9 @@ paths:
type: object type: object
properties: properties:
owner: owner:
description: Governance group owner. allOf:
type: object - type: object
description: Owner's identity.
properties: properties:
type: type:
type: string type: string
@@ -195044,6 +195101,19 @@ paths:
type: string type: string
description: Owner's display name. description: Owner's display name.
example: Support example: Support
- type: object
properties:
displayName:
readOnly: true
description: The display name of the identity
type: string
example: Support
emailAddress:
readOnly: true
description: The primary email address of the identity
type: string
example: support@sailpoint.com
description: Governance group owner.
id: id:
type: string type: string
description: Governance group ID. description: Governance group ID.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long