{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_sso_v1_sso_external_UpdateConnectionRequest", "title": "api_sso_v1_sso_external_UpdateConnectionRequest", "type": "object", "properties": { "display_name": { "type": "string", "description": "A human-readable display name for the connection." }, "external_connection_implicit_role_assignments": { "type": "array", "items": { "$ref": "#/components/schemas/api_sso_v1_ConnectionImplicitRoleAssignment" }, "description": "All Members who log in with this External connection will implicitly receive the specified Roles. See the [RBAC guide](https://stytch.com/docs/b2b/guides/rbac/role-assignment) for more information about role assignment. Implicit role assignments are not supported for External connections if the underlying SSO connection is an OIDC connection. " }, "external_group_implicit_role_assignments": { "type": "array", "items": { "$ref": "#/components/schemas/api_sso_v1_GroupImplicitRoleAssignment" }, "description": "Defines the names of the groups\n that grant specific role assignments. For each group-Role pair, if a Member logs in with this external connection and\n belongs to the specified group, they will be granted the associated Role. See the\n [RBAC guide](https://stytch.com/docs/b2b/guides/rbac/role-assignment) for more information about role assignment. Before adding any group implicit role assignments to an external connection, you must add a \"groups\" key to the underlying SAML connection's\n `attribute_mapping`. Make sure that the SAML connection IdP is configured to correctly send the group information. Implicit role assignments are not supported\n for External connections if the underlying SSO connection is an OIDC connection." } }, "description": "Request type" }