Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new DaVinci admin roles to EnumRoleName model #230

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
* `github.com/patrickcping/pingone-go-sdk-v2/credentials` : [v0.3.0](./credentials/CHANGELOG.md)
* **Enhancement** Implement HATEOAS links for API response objects. [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* `github.com/patrickcping/pingone-go-sdk-v2/management` : [v0.25.0](./management/CHANGELOG.md)
* **Enhancement** Implement basic cursor for paging results (`ApiReadAllEnvironmentsRequest`, `ApiReadAllGroupMembershipsForUserRequest`, `ApiReadAllGroupsRequest`, `ApiReadAllPopulationsRequest`, `ApiReadAllUsersRequest`). [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* **Enhancement** Implement HATEOAS links for API response objects. [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* **Enhancement** Add new DaVinci admin roles to `EnumRoleName` model. [#230](https://github.com/patrickcping/pingone-go-sdk-v2/pull/230)
* `github.com/patrickcping/pingone-go-sdk-v2/mfa` : [v0.16.0](./mfa/CHANGELOG.md)
* **Enhancement** Implement HATEOAS links for API response objects. [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* `github.com/patrickcping/pingone-go-sdk-v2/risk` : [v0.9.0](./risk/CHANGELOG.md)
Expand Down
1 change: 1 addition & 0 deletions management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* **Enhancement** Implement basic cursor for paging results (`ApiReadAllEnvironmentsRequest`, `ApiReadAllGroupMembershipsForUserRequest`, `ApiReadAllGroupsRequest`, `ApiReadAllPopulationsRequest`, `ApiReadAllUsersRequest`). [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* **Enhancement** Implement HATEOAS links for API response objects. [#227](https://github.com/patrickcping/pingone-go-sdk-v2/pull/227)
* **Enhancement** Add new DaVinci admin roles to `EnumRoleName` model. [#230](https://github.com/patrickcping/pingone-go-sdk-v2/pull/230)

# v0.24.0 (2023-07-12)

Expand Down
12 changes: 7 additions & 5 deletions management/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23756,17 +23756,19 @@ components:
EnumRoleName:
description: The name of the role
enum:
- Organization Admin
- Client Application Developer
- Configuration Read Only
- DaVinci Admin Read Only
- DaVinci Admin
- Environment Admin
- Identity Data Admin
- Client Application Developer
- Identity Data Read Only
- Configuration Read Only
- Organization Admin
- PingFederate Administrator
- PingFederate Expression Administrator
- PingFederate Auditor
- PingFederate Crypto Administrator
- PingFederate Expression Administrator
- PingFederate User Administrator
- PingFederate Auditor
type: string
EnumRoleAssignmentScopeType:
description: A string that specifies the type of resource defining the scope
Expand Down
18 changes: 11 additions & 7 deletions management/docs/EnumRoleName.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,31 @@
## Enum


* `ORGANIZATION_ADMIN` (value: `"Organization Admin"`)
* `CLIENT_APPLICATION_DEVELOPER` (value: `"Client Application Developer"`)

* `CONFIGURATION_READ_ONLY` (value: `"Configuration Read Only"`)

* `DA_VINCI_ADMIN_READ_ONLY` (value: `"DaVinci Admin Read Only"`)

* `DA_VINCI_ADMIN` (value: `"DaVinci Admin"`)

* `ENVIRONMENT_ADMIN` (value: `"Environment Admin"`)

* `IDENTITY_DATA_ADMIN` (value: `"Identity Data Admin"`)

* `CLIENT_APPLICATION_DEVELOPER` (value: `"Client Application Developer"`)

* `IDENTITY_DATA_READ_ONLY` (value: `"Identity Data Read Only"`)

* `CONFIGURATION_READ_ONLY` (value: `"Configuration Read Only"`)
* `ORGANIZATION_ADMIN` (value: `"Organization Admin"`)

* `PING_FEDERATE_ADMINISTRATOR` (value: `"PingFederate Administrator"`)

* `PING_FEDERATE_EXPRESSION_ADMINISTRATOR` (value: `"PingFederate Expression Administrator"`)
* `PING_FEDERATE_AUDITOR` (value: `"PingFederate Auditor"`)

* `PING_FEDERATE_CRYPTO_ADMINISTRATOR` (value: `"PingFederate Crypto Administrator"`)

* `PING_FEDERATE_USER_ADMINISTRATOR` (value: `"PingFederate User Administrator"`)
* `PING_FEDERATE_EXPRESSION_ADMINISTRATOR` (value: `"PingFederate Expression Administrator"`)

* `PING_FEDERATE_AUDITOR` (value: `"PingFederate Auditor"`)
* `PING_FEDERATE_USER_ADMINISTRATOR` (value: `"PingFederate User Administrator"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
Expand Down
16 changes: 10 additions & 6 deletions management/generate/pingone-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -414,17 +414,21 @@ components:
EnumRoleName:
type: string
description: The name of the role
enum: ["Organization Admin",
enum: [
"Client Application Developer",
"Configuration Read Only",
"DaVinci Admin Read Only",
"DaVinci Admin",
"Environment Admin",
"Identity Data Admin",
"Client Application Developer",
"Identity Data Read Only",
"Configuration Read Only",
"Organization Admin",
"PingFederate Administrator",
"PingFederate Expression Administrator",
"PingFederate Auditor",
"PingFederate Crypto Administrator",
"PingFederate User Administrator",
"PingFederate Auditor"]
"PingFederate Expression Administrator",
"PingFederate User Administrator"
]
EnumRoleAssignmentScopeType:
type: string
enum: [ORGANIZATION, ENVIRONMENT, POPULATION]
Expand Down
2 changes: 1 addition & 1 deletion management/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/patrickcping/pingone-go-sdk-v2/management

go 1.18

require golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1
require golang.org/x/exp v0.0.0-20230725093048-515e97ebf090
4 changes: 2 additions & 2 deletions management/go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 h1:MGwJjxBy0HJshjDNfLsYO8xppfqWlA5ZT9OhtUUhTNw=
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090 h1:Di6/M8l0O2lCLc6VVRWhgCiApHV8MnQurBnFSHsQtNY=
golang.org/x/exp v0.0.0-20230725093048-515e97ebf090/go.mod h1:FXUEEKJgO7OQYeo8N01OfiKP8RXMtf6e8aTskBGqWdc=
24 changes: 14 additions & 10 deletions management/model_enum_role_name.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading