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: 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.
NewUserIdentifierConditionEvaluatorPattern instantiates a new UserIdentifierConditionEvaluatorPattern 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
SetMatchType sets MatchType field to given value.
47
47
48
+
### HasMatchType
49
+
50
+
`func (o *UserIdentifierConditionEvaluatorPattern) HasMatchType() bool`
51
+
52
+
HasMatchType returns a boolean if a field has been set.
48
53
49
54
### GetValue
50
55
@@ -65,6 +70,11 @@ and a boolean to check if the value has been set.
65
70
66
71
SetValue sets Value field to given value.
67
72
73
+
### HasValue
74
+
75
+
`func (o *UserIdentifierConditionEvaluatorPattern) HasValue() bool`
76
+
77
+
HasValue 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)
NewUserIdentifierPolicyRuleCondition instantiates a new UserIdentifierPolicyRuleCondition object
18
18
This constructor will assign default values to properties that have it defined,
@@ -71,6 +71,11 @@ and a boolean to check if the value has been set.
71
71
72
72
SetPatterns sets Patterns field to given value.
73
73
74
+
### HasPatterns
75
+
76
+
`func (o *UserIdentifierPolicyRuleCondition) HasPatterns() bool`
77
+
78
+
HasPatterns returns a boolean if a field has been set.
74
79
75
80
### GetType
76
81
@@ -91,6 +96,11 @@ and a boolean to check if the value has been set.
91
96
92
97
SetType sets Type field to given value.
93
98
99
+
### HasType
100
+
101
+
`func (o *UserIdentifierPolicyRuleCondition) HasType() bool`
102
+
103
+
HasType returns a boolean if a field has been set.
94
104
95
105
96
106
[[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