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
name: string, Required. The name of the AuthenticationConfig resource. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config (required)
275
-
x__xgafv: string, V1 error format.
276
-
Allowed values
277
-
1 - v1 error format
278
-
2 - v2 error format
279
-
280
-
Returns:
281
-
An object of the form:
282
-
283
-
{
284
-
"basicAuthSetting": {
285
-
"enabled": True or False,
286
-
},
287
-
"name": "A String", # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
288
-
"samlSetting": {
289
-
"cert": "A String", # X.509 public certificate for IdP
290
-
"emailMapping": "A String", # IdP field that maps to the user’s email address
291
-
"entityId": "A String", # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
name: string, Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config (required)
452
-
body: object, The request body.
453
-
The object takes the form of:
454
-
455
-
{
456
-
"basicAuthSetting": {
457
-
"enabled": True or False,
458
-
},
459
-
"name": "A String", # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
460
-
"samlSetting": {
461
-
"cert": "A String", # X.509 public certificate for IdP
462
-
"emailMapping": "A String", # IdP field that maps to the user’s email address
463
-
"entityId": "A String", # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
updateMask: string, Required. Indicates which fields in the provided authentication config to update. Must be specified and non-empty.
469
-
x__xgafv: string, V1 error format.
470
-
Allowed values
471
-
1 - v1 error format
472
-
2 - v2 error format
473
-
474
-
Returns:
475
-
An object of the form:
476
-
477
-
{
478
-
"basicAuthSetting": {
479
-
"enabled": True or False,
480
-
},
481
-
"name": "A String", # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
482
-
"samlSetting": {
483
-
"cert": "A String", # X.509 public certificate for IdP
484
-
"emailMapping": "A String", # IdP field that maps to the user’s email address
485
-
"entityId": "A String", # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
"description": "Required. The name of the AuthenticationConfig resource. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config",
"description": "Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config",
600
-
"type": "string"
601
-
},
602
-
"samlSetting": {
603
-
"$ref": "SamlConfig"
604
-
}
605
-
},
606
-
"type": "object"
607
-
},
608
-
"BasicAuthConfig": {
609
-
"id": "BasicAuthConfig",
610
-
"properties": {
611
-
"enabled": {
612
-
"type": "boolean"
613
-
}
614
-
},
615
-
"type": "object"
616
-
},
617
533
"CancelOperationRequest": {
618
534
"description": "The request message for Operations.CancelOperation.",
619
535
"id": "CancelOperationRequest",
@@ -678,7 +594,8 @@
678
594
"STATE_TERMINATING",
679
595
"STATE_FAILED",
680
596
"STATE_TERMINATING_FAILED",
681
-
"STATE_TERMINATED"
597
+
"STATE_TERMINATED",
598
+
"STATE_IN_GRACE_PERIOD"
682
599
],
683
600
"enumDescriptions": [
684
601
"The default value. This value is used if the state is omitted.",
@@ -687,7 +604,8 @@
687
604
"State TERMINATING",
688
605
"State FAILED",
689
606
"State TERMINATING_FAILED",
690
-
"State TERMINATED"
607
+
"State TERMINATED",
608
+
"State IN_GRACE_PERIOD"
691
609
],
692
610
"readOnly": true,
693
611
"type": "string"
@@ -1060,28 +978,6 @@
1060
978
},
1061
979
"type": "object"
1062
980
},
1063
-
"SamlConfig": {
1064
-
"id": "SamlConfig",
1065
-
"properties": {
1066
-
"cert": {
1067
-
"description": "X.509 public certificate for IdP",
1068
-
"type": "string"
1069
-
},
1070
-
"emailMapping": {
1071
-
"description": "IdP field that maps to the user\u2019s email address",
1072
-
"type": "string"
1073
-
},
1074
-
"entityId": {
1075
-
"description": "The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata",
1076
-
"type": "string"
1077
-
},
1078
-
"loginUri": {
1079
-
"description": "The sso login url. Example: https://[IDP Domain]/saml/sso/login",
1080
-
"type": "string"
1081
-
}
1082
-
},
1083
-
"type": "object"
1084
-
},
1085
981
"Status": {
1086
982
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
0 commit comments