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
**AcsEndpoints** | Pointer to [**[]AcsEndpoint**](AcsEndpoint.md) | An array of ACS endpoints. You can configure a maximum of 100 endpoints. | [optional]
8
-
**AllowMultipleAcsEndpoints** | **bool** | Determines whether the app allows you to configure multiple ACS URIs |
8
+
**AllowMultipleAcsEndpoints** | Pointer to **bool** | Determines whether the app allows you to configure multiple ACS URIs |[optional]
9
9
**AssertionEncryption** | Pointer to [**SamlAssertionEncryption**](SamlAssertionEncryption.md) | | [optional]
10
-
**AssertionSigned** | **bool** | Determines whether the SAML assertion is digitally signed |
10
+
**AssertionSigned** | Pointer to **bool** | Determines whether the SAML assertion is digitally signed |[optional]
11
11
**AttributeStatements** | Pointer to [**[]SamlAttributeStatement**](SamlAttributeStatement.md) | A list of custom attribute statements for the app's SAML assertion. See [SAML 2.0 Technical Overview](https://docs.oasis-open.org/security/saml/Post2.0/sstc-saml-tech-overview-2.0-cd-02.html). There are two types of attribute statements: | Type | Description | | ---- | ----------- | | EXPRESSION | Generic attribute statement that can be dynamic and supports [Okta Expression Language](https://developer.okta.com/docs/reference/okta-expression-language/) | | GROUP | Group attribute statement | | [optional]
12
-
**Audience** | **string** | The entity ID of the SP. Use the entity ID value exactly as provided by the SP. |
12
+
**Audience** | Pointer to **string** | The entity ID of the SP. Use the entity ID value exactly as provided by the SP. |[optional]
13
13
**AudienceOverride** | Pointer to **string** | Audience override for CASB configuration. See [CASB config guide](https://help.okta.com/en-us/Content/Topics/Apps/CASB-config-guide.htm). | [optional]
14
-
**AuthnContextClassRef** | **string** | Identifies the SAML authentication context class for the assertion's authentication statement |
14
+
**AuthnContextClassRef** | Pointer to **string** | Identifies the SAML authentication context class for the assertion's authentication statement |[optional]
15
15
**ConfiguredAttributeStatements** | Pointer to [**[]SamlAttributeStatement**](SamlAttributeStatement.md) | The list of dynamic attribute statements for the SAML assertion inherited from app metadata (apps from the OIN) during app creation. There are two types of attribute statements: `EXPRESSION` and `GROUP`. | [optional]
16
16
**DefaultRelayState** | Pointer to **string** | Identifies a specific application resource in an IdP-initiated SSO scenario | [optional]
17
-
**Destination** | **string** | Identifies the location inside the SAML assertion where the SAML response should be sent |
17
+
**Destination** | Pointer to **string** | Identifies the location inside the SAML assertion where the SAML response should be sent |[optional]
18
18
**DestinationOverride** | Pointer to **string** | Destination override for CASB configuration. See [CASB config guide](https://help.okta.com/en-us/Content/Topics/Apps/CASB-config-guide.htm). | [optional]
19
-
**DigestAlgorithm** | **string** | Determines the digest algorithm used to digitally sign the SAML assertion and response |
20
-
**HonorForceAuthn** | **bool** | Set to `true` to prompt users for their credentials when a SAML request has the `ForceAuthn` attribute set to `true` |
21
-
**IdpIssuer** | **string** | SAML Issuer ID |
19
+
**DigestAlgorithm** | Pointer to **string** | Determines the digest algorithm used to digitally sign the SAML assertion and response |[optional]
20
+
**HonorForceAuthn** | Pointer to **bool** | Set to `true` to prompt users for their credentials when a SAML request has the `ForceAuthn` attribute set to `true` |[optional]
21
+
**IdpIssuer** | Pointer to **string** | SAML Issuer ID |[optional]
22
22
**InlineHooks** | Pointer to [**[]SignOnInlineHook**](SignOnInlineHook.md) | Associates the app with SAML inline hooks. See [the SAML assertion inline hook reference](https://developer.okta.com/docs/reference/saml-hook/). | [optional]
23
23
**ParticipateSlo** | Pointer to [**SloParticipate**](SloParticipate.md) | | [optional]
24
-
**Recipient** | **string** | The location where the app may present the SAML assertion |
24
+
**Recipient** | Pointer to **string** | The location where the app may present the SAML assertion |[optional]
25
25
**RecipientOverride** | Pointer to **string** | Recipient override for CASB configuration. See [CASB config guide](https://help.okta.com/en-us/Content/Topics/Apps/CASB-config-guide.htm). | [optional]
26
-
**RequestCompressed** | **bool** | Determines whether the SAML request is expected to be compressed |
27
-
**ResponseSigned** | **bool** | Determines whether the SAML authentication response message is digitally signed by the IdP >**Note:** Either (or both) `responseSigned` or `assertionSigned` must be `TRUE`. |
26
+
**RequestCompressed** | Pointer to **bool** | Determines whether the SAML request is expected to be compressed |[optional]
27
+
**ResponseSigned** | Pointer to **bool** | Determines whether the SAML authentication response message is digitally signed by the IdP >**Note:** Either (or both) `responseSigned` or `assertionSigned` must be `TRUE`. |[optional]
28
28
**SamlAssertionLifetimeSeconds** | Pointer to **int32** | Determines the SAML app session lifetimes with Okta | [optional]
29
-
**SignatureAlgorithm** | **string** | Determines the signing algorithm used to digitally sign the SAML assertion and response |
29
+
**SignatureAlgorithm** | Pointer to **string** | Determines the signing algorithm used to digitally sign the SAML assertion and response |[optional]
30
30
**Slo** | Pointer to [**SingleLogout**](SingleLogout.md) | | [optional]
31
31
**SpCertificate** | Pointer to [**SamlSpCertificate**](SamlSpCertificate.md) | | [optional]
32
32
**SpIssuer** | Pointer to **string** | The issuer ID for the Service Provider. This property appears when SLO is enabled. | [optional]
33
-
**SsoAcsUrl** | **string** | Single Sign-On Assertion Consumer Service (ACS) URL |
33
+
**SsoAcsUrl** | Pointer to **string** | Single Sign-On Assertion Consumer Service (ACS) URL |[optional]
34
34
**SsoAcsUrlOverride** | Pointer to **string** | Assertion Consumer Service (ACS) URL override for CASB configuration. See [CASB config guide](https://help.okta.com/en-us/Content/Topics/Apps/CASB-config-guide.htm). | [optional]
NewSamlApplicationSettingsSignOn instantiates a new SamlApplicationSettingsSignOn object
45
45
This constructor will assign default values to properties that have it defined,
@@ -98,6 +98,11 @@ and a boolean to check if the value has been set.
98
98
99
99
SetAllowMultipleAcsEndpoints sets AllowMultipleAcsEndpoints field to given value.
100
100
101
+
### HasAllowMultipleAcsEndpoints
102
+
103
+
`func (o *SamlApplicationSettingsSignOn) HasAllowMultipleAcsEndpoints() bool`
104
+
105
+
HasAllowMultipleAcsEndpoints returns a boolean if a field has been set.
101
106
102
107
### GetAssertionEncryption
103
108
@@ -143,6 +148,11 @@ and a boolean to check if the value has been set.
143
148
144
149
SetAssertionSigned sets AssertionSigned field to given value.
145
150
151
+
### HasAssertionSigned
152
+
153
+
`func (o *SamlApplicationSettingsSignOn) HasAssertionSigned() bool`
154
+
155
+
HasAssertionSigned returns a boolean if a field has been set.
146
156
147
157
### GetAttributeStatements
148
158
@@ -188,6 +198,11 @@ and a boolean to check if the value has been set.
188
198
189
199
SetAudience sets Audience field to given value.
190
200
201
+
### HasAudience
202
+
203
+
`func (o *SamlApplicationSettingsSignOn) HasAudience() bool`
204
+
205
+
HasAudience returns a boolean if a field has been set.
191
206
192
207
### GetAudienceOverride
193
208
@@ -233,6 +248,11 @@ and a boolean to check if the value has been set.
233
248
234
249
SetAuthnContextClassRef sets AuthnContextClassRef field to given value.
235
250
251
+
### HasAuthnContextClassRef
252
+
253
+
`func (o *SamlApplicationSettingsSignOn) HasAuthnContextClassRef() bool`
254
+
255
+
HasAuthnContextClassRef returns a boolean if a field has been set.
236
256
237
257
### GetConfiguredAttributeStatements
238
258
@@ -303,6 +323,11 @@ and a boolean to check if the value has been set.
303
323
304
324
SetDestination sets Destination field to given value.
305
325
326
+
### HasDestination
327
+
328
+
`func (o *SamlApplicationSettingsSignOn) HasDestination() bool`
329
+
330
+
HasDestination returns a boolean if a field has been set.
306
331
307
332
### GetDestinationOverride
308
333
@@ -348,6 +373,11 @@ and a boolean to check if the value has been set.
348
373
349
374
SetDigestAlgorithm sets DigestAlgorithm field to given value.
350
375
376
+
### HasDigestAlgorithm
377
+
378
+
`func (o *SamlApplicationSettingsSignOn) HasDigestAlgorithm() bool`
379
+
380
+
HasDigestAlgorithm returns a boolean if a field has been set.
351
381
352
382
### GetHonorForceAuthn
353
383
@@ -368,6 +398,11 @@ and a boolean to check if the value has been set.
368
398
369
399
SetHonorForceAuthn sets HonorForceAuthn field to given value.
370
400
401
+
### HasHonorForceAuthn
402
+
403
+
`func (o *SamlApplicationSettingsSignOn) HasHonorForceAuthn() bool`
404
+
405
+
HasHonorForceAuthn returns a boolean if a field has been set.
371
406
372
407
### GetIdpIssuer
373
408
@@ -388,6 +423,11 @@ and a boolean to check if the value has been set.
388
423
389
424
SetIdpIssuer sets IdpIssuer field to given value.
390
425
426
+
### HasIdpIssuer
427
+
428
+
`func (o *SamlApplicationSettingsSignOn) HasIdpIssuer() bool`
429
+
430
+
HasIdpIssuer returns a boolean if a field has been set.
391
431
392
432
### GetInlineHooks
393
433
@@ -458,6 +498,11 @@ and a boolean to check if the value has been set.
458
498
459
499
SetRecipient sets Recipient field to given value.
460
500
501
+
### HasRecipient
502
+
503
+
`func (o *SamlApplicationSettingsSignOn) HasRecipient() bool`
504
+
505
+
HasRecipient returns a boolean if a field has been set.
461
506
462
507
### GetRecipientOverride
463
508
@@ -503,6 +548,11 @@ and a boolean to check if the value has been set.
503
548
504
549
SetRequestCompressed sets RequestCompressed field to given value.
505
550
551
+
### HasRequestCompressed
552
+
553
+
`func (o *SamlApplicationSettingsSignOn) HasRequestCompressed() bool`
554
+
555
+
HasRequestCompressed returns a boolean if a field has been set.
506
556
507
557
### GetResponseSigned
508
558
@@ -523,6 +573,11 @@ and a boolean to check if the value has been set.
523
573
524
574
SetResponseSigned sets ResponseSigned field to given value.
525
575
576
+
### HasResponseSigned
577
+
578
+
`func (o *SamlApplicationSettingsSignOn) HasResponseSigned() bool`
579
+
580
+
HasResponseSigned returns a boolean if a field has been set.
526
581
527
582
### GetSamlAssertionLifetimeSeconds
528
583
@@ -568,6 +623,11 @@ and a boolean to check if the value has been set.
568
623
569
624
SetSignatureAlgorithm sets SignatureAlgorithm field to given value.
570
625
626
+
### HasSignatureAlgorithm
627
+
628
+
`func (o *SamlApplicationSettingsSignOn) HasSignatureAlgorithm() bool`
629
+
630
+
HasSignatureAlgorithm returns a boolean if a field has been set.
571
631
572
632
### GetSlo
573
633
@@ -663,6 +723,11 @@ and a boolean to check if the value has been set.
663
723
664
724
SetSsoAcsUrl sets SsoAcsUrl field to given value.
665
725
726
+
### HasSsoAcsUrl
727
+
728
+
`func (o *SamlApplicationSettingsSignOn) HasSsoAcsUrl() bool`
729
+
730
+
HasSsoAcsUrl returns a boolean if a field has been set.
666
731
667
732
### GetSsoAcsUrlOverride
668
733
@@ -708,6 +773,11 @@ and a boolean to check if the value has been set.
708
773
709
774
SetSubjectNameIdFormat sets SubjectNameIdFormat field to given value.
710
775
776
+
### HasSubjectNameIdFormat
777
+
778
+
`func (o *SamlApplicationSettingsSignOn) HasSubjectNameIdFormat() bool`
779
+
780
+
HasSubjectNameIdFormat returns a boolean if a field has been set.
711
781
712
782
### GetSubjectNameIdTemplate
713
783
@@ -728,6 +798,11 @@ and a boolean to check if the value has been set.
728
798
729
799
SetSubjectNameIdTemplate sets SubjectNameIdTemplate field to given value.
730
800
801
+
### HasSubjectNameIdTemplate
802
+
803
+
`func (o *SamlApplicationSettingsSignOn) HasSubjectNameIdTemplate() bool`
804
+
805
+
HasSubjectNameIdTemplate returns a boolean if a field has been set.
731
806
732
807
733
808
[[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