Skip to content

Commit

Permalink
Apply automatic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp authored and github-actions[bot] committed Oct 21, 2024
1 parent 2843ef1 commit be9b715
Show file tree
Hide file tree
Showing 10 changed files with 14,798 additions and 14,660 deletions.
27 changes: 26 additions & 1 deletion dereferenced/deref-sailpoint-api.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -149792,6 +149792,19 @@
"demo:personal-access-token-scope:first",
"demo:personal-access-token-scope:second"
]
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"minimum": 15,
"maximum": 43200,
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand Down Expand Up @@ -149866,6 +149879,17 @@
"format": "date-time",
"description": "The date and time, down to the millisecond, when this personal access token was created.",
"example": "2017-07-11T18:45:37.098Z"
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand All @@ -149874,7 +149898,8 @@
"scope",
"name",
"owner",
"created"
"created",
"accessTokenValiditySeconds"
]
}
}
Expand Down
21 changes: 21 additions & 0 deletions dereferenced/deref-sailpoint-api.beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112104,6 +112104,17 @@ paths:
example:
- 'demo:personal-access-token-scope:first'
- 'demo:personal-access-token-scope:second'
accessTokenValiditySeconds:
type: integer
format: int32
minimum: 15
maximum: 43200
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- name
responses:
Expand Down Expand Up @@ -112159,13 +112170,23 @@ paths:
format: date-time
description: 'The date and time, down to the millisecond, when this personal access token was created.'
example: '2017-07-11T18:45:37.098Z'
accessTokenValiditySeconds:
type: integer
format: int32
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- id
- secret
- scope
- name
- owner
- created
- accessTokenValiditySeconds
'400':
description: Client Error - Returned if the request body is invalid.
content:
Expand Down
27 changes: 26 additions & 1 deletion dereferenced/deref-sailpoint-api.v2024.json
Original file line number Diff line number Diff line change
Expand Up @@ -118576,6 +118576,19 @@
"demo:personal-access-token-scope:first",
"demo:personal-access-token-scope:second"
]
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"minimum": 15,
"maximum": 43200,
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand Down Expand Up @@ -118650,6 +118663,17 @@
"format": "date-time",
"description": "The date and time, down to the millisecond, when this personal access token was created.",
"example": "2017-07-11T18:45:37.098Z"
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand All @@ -118658,7 +118682,8 @@
"scope",
"name",
"owner",
"created"
"created",
"accessTokenValiditySeconds"
]
}
}
Expand Down
21 changes: 21 additions & 0 deletions dereferenced/deref-sailpoint-api.v2024.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89595,6 +89595,17 @@ paths:
example:
- 'demo:personal-access-token-scope:first'
- 'demo:personal-access-token-scope:second'
accessTokenValiditySeconds:
type: integer
format: int32
minimum: 15
maximum: 43200
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- name
responses:
Expand Down Expand Up @@ -89650,13 +89661,23 @@ paths:
format: date-time
description: 'The date and time, down to the millisecond, when this personal access token was created.'
example: '2017-07-11T18:45:37.098Z'
accessTokenValiditySeconds:
type: integer
format: int32
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- id
- secret
- scope
- name
- owner
- created
- accessTokenValiditySeconds
'400':
description: Client Error - Returned if the request body is invalid.
content:
Expand Down
27 changes: 26 additions & 1 deletion dereferenced/deref-sailpoint-api.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -124257,6 +124257,19 @@
"demo:personal-access-token-scope:first",
"demo:personal-access-token-scope:second"
]
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"minimum": 15,
"maximum": 43200,
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand Down Expand Up @@ -124331,6 +124344,17 @@
"format": "date-time",
"description": "The date and time, down to the millisecond, when this personal access token was created.",
"example": "2017-07-11T18:45:37.098Z"
},
"accessTokenValiditySeconds": {
"type": "integer",
"format": "int32",
"items": {
"type": "integer",
"format": "int32",
"default": 43200
},
"description": "Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.",
"example": 36900
}
},
"required": [
Expand All @@ -124339,7 +124363,8 @@
"scope",
"name",
"owner",
"created"
"created",
"accessTokenValiditySeconds"
]
}
}
Expand Down
21 changes: 21 additions & 0 deletions dereferenced/deref-sailpoint-api.v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93443,6 +93443,17 @@ paths:
example:
- 'demo:personal-access-token-scope:first'
- 'demo:personal-access-token-scope:second'
accessTokenValiditySeconds:
type: integer
format: int32
minimum: 15
maximum: 43200
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- name
responses:
Expand Down Expand Up @@ -93498,13 +93509,23 @@ paths:
format: date-time
description: 'The date and time, down to the millisecond, when this personal access token was created.'
example: '2017-07-11T18:45:37.098Z'
accessTokenValiditySeconds:
type: integer
format: int32
items:
type: integer
format: int32
default: 43200
description: 'Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200.'
example: 36900
required:
- id
- secret
- scope
- name
- owner
- created
- accessTokenValiditySeconds
'400':
description: Client Error - Returned if the request body is invalid.
content:
Expand Down
Loading

0 comments on commit be9b715

Please sign in to comment.