You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generator/okta-management-APIs-oasv3-noEnums-inheritance.yaml
-33Lines changed: 0 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -36435,9 +36435,6 @@ components:
36435
36435
description: Groups to be included
36436
36436
items:
36437
36437
type: string
36438
-
required:
36439
-
- exclude
36440
-
- include
36441
36438
GroupMembershipsRequestSchema:
36442
36439
type: object
36443
36440
properties:
@@ -44353,9 +44350,6 @@ components:
44353
44350
$ref: '#/components/schemas/GroupCondition'
44354
44351
users:
44355
44352
$ref: '#/components/schemas/UserCondition'
44356
-
required:
44357
-
- groups
44358
-
- users
44359
44353
PolicyPlatformOperatingSystemType:
44360
44354
type: string
44361
44355
x-okta-known-values:
@@ -47408,22 +47402,6 @@ components:
47408
47402
subjectNameIdTemplate:
47409
47403
type: string
47410
47404
description: Template for app user's username when a user is assigned to the app
47411
-
required:
47412
-
- allowMultipleAcsEndpoints
47413
-
- assertionSigned
47414
-
- audience
47415
-
- authnContextClassRef
47416
-
- destination
47417
-
- digestAlgorithm
47418
-
- honorForceAuthn
47419
-
- idpIssuer
47420
-
- recipient
47421
-
- requestCompressed
47422
-
- responseSigned
47423
-
- signatureAlgorithm
47424
-
- ssoAcsUrl
47425
-
- subjectNameIdFormat
47426
-
- subjectNameIdTemplate
47427
47405
SamlAssertionEncryption:
47428
47406
description: Determines if the app supports encrypted assertions
47429
47407
type: object
@@ -49543,11 +49521,6 @@ components:
49543
49521
userNameSelector:
49544
49522
type: string
49545
49523
description: CSS selector for the **Username** field in the sign-in form (for three-field SWA apps with the `template_swa3field` app name definition)
49546
-
required:
49547
-
- buttonField
49548
-
- passwordField
49549
-
- usernameField
49550
-
- url
49551
49524
TacAuthenticatorEnrollment:
49552
49525
type: object
49553
49526
properties:
@@ -51147,9 +51120,6 @@ components:
51147
51120
type: array
51148
51121
items:
51149
51122
type: string
51150
-
required:
51151
-
- exclude
51152
-
- include
51153
51123
UserCredentials:
51154
51124
description: Specifies primary authentication and recovery credentials for a user. Credential types and requirements vary depending on the provider and security policy of the org.
Copy file name to clipboardExpand all lines: okta/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Allows customers to easily access the Okta Management APIs
6
6
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [OpenAPI-spec](https://www.openapis.org/) from a remote server, you can easily generate an API client.
**Exclude** | **[]string** | Groups to be excluded |
8
-
**Include** | **[]string** | Groups to be included |
7
+
**Exclude** | Pointer to **[]string** | Groups to be excluded |[optional]
8
+
**Include** | Pointer to **[]string** | Groups to be included |[optional]
9
9
10
10
## Methods
11
11
12
12
### NewGroupCondition
13
13
14
-
`func NewGroupCondition(exclude []string, include []string, ) *GroupCondition`
14
+
`func NewGroupCondition() *GroupCondition`
15
15
16
16
NewGroupCondition instantiates a new GroupCondition object
17
17
This constructor will assign default values to properties that have it defined,
@@ -45,6 +45,11 @@ and a boolean to check if the value has been set.
45
45
46
46
SetExclude sets Exclude field to given value.
47
47
48
+
### HasExclude
49
+
50
+
`func (o *GroupCondition) HasExclude() bool`
51
+
52
+
HasExclude returns a boolean if a field has been set.
48
53
49
54
### GetInclude
50
55
@@ -65,6 +70,11 @@ and a boolean to check if the value has been set.
65
70
66
71
SetInclude sets Include field to given value.
67
72
73
+
### HasInclude
74
+
75
+
`func (o *GroupCondition) HasInclude() bool`
76
+
77
+
HasInclude returns a boolean if a field has been set.
68
78
69
79
70
80
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
NewPolicyPeopleCondition instantiates a new PolicyPeopleCondition object
17
17
This constructor will assign default values to properties that have it defined,
@@ -45,6 +45,11 @@ and a boolean to check if the value has been set.
45
45
46
46
SetGroups sets Groups field to given value.
47
47
48
+
### HasGroups
49
+
50
+
`func (o *PolicyPeopleCondition) HasGroups() bool`
51
+
52
+
HasGroups returns a boolean if a field has been set.
48
53
49
54
### GetUsers
50
55
@@ -65,6 +70,11 @@ and a boolean to check if the value has been set.
65
70
66
71
SetUsers sets Users field to given value.
67
72
73
+
### HasUsers
74
+
75
+
`func (o *PolicyPeopleCondition) HasUsers() bool`
76
+
77
+
HasUsers returns a boolean if a field has been set.
68
78
69
79
70
80
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments